/*@include border-radius(4px);*/
/*@include transition(all, .2s, ease-in);*/
/*@include box-shadow(0, 1px, 1px, rgba(0, 0, 0, 0.075), inset);*/
/*@include rotate(15);          rotates object 15 degrees*/
/*@include scale(1.5);          scales object 50% up*/
/*@include skew(12);            skews object 12 degrees*/
/*@include translate(10px, -20px);  moves object 10px left, -20px top*/
/*@include Opacity(1);  moves object 10px left, -20px top*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: 'Open Sans', Arial;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: #333;
  font-size: 14px;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Open Sans', Arial;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input,
optgroup,
select,
textarea {
  outline: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraboldItalic.eot");
  src: url("../fonts/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraboldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraboldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Semibold.eot");
  src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiboldItalic.eot");
  src: url("../fonts/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), url("../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSansLight-Italic.eot");
  src: url("../fonts/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSansLight-Italic.woff2") format("woff2"), url("../fonts/OpenSansLight-Italic.woff") format("woff"), url("../fonts/OpenSansLight-Italic.ttf") format("truetype"), url("../fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Extrabold.eot");
  src: url("../fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Extrabold.woff2") format("woff2"), url("../fonts/OpenSans-Extrabold.woff") format("woff"), url("../fonts/OpenSans-Extrabold.ttf") format("truetype"), url("../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans.eot");
  src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans.woff2") format("woff2"), url("../fonts/OpenSans.woff") format("woff"), url("../fonts/OpenSans.ttf") format("truetype"), url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RotisSansSerifStd';
  src: url("../fonts/RotisSansSerifStd.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd.otf") format("opentype"), url("../fonts/RotisSansSerifStd.woff") format("woff"), url("../fonts/RotisSansSerifStd.ttf") format("truetype"), url("../fonts/RotisSansSerifStd.svg#RotisSansSerifStd") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RotisSansSerifStd-ExtraBold';
  src: url("../fonts/RotisSansSerifStd-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RotisSansSerifStd-ExtraBold.otf") format("opentype"), url("../fonts/RotisSansSerifStd-ExtraBold.woff") format("woff"), url("../fonts/RotisSansSerifStd-ExtraBold.ttf") format("truetype"), url("../fonts/RotisSansSerifStd-ExtraBold.svg#RotisSansSerifStd-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KacstOffice';
  src: url("../fonts/KacstOffice.eot");
  src: url("../fonts/KacstOffice.eot?#iefix") format("embedded-opentype"), url("../fonts/KacstOffice.woff2") format("woff2"), url("../fonts/KacstOffice.woff") format("woff"), url("../fonts/KacstOffice.ttf") format("truetype"), url("../fonts/KacstOffice.svg#KacstOffice") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Hacen Tunisia Lt';
  src: url("../fonts/HacenTunisiaLt.eot");
  src: url("../fonts/HacenTunisiaLt.eot?#iefix") format("embedded-opentype"), url("../fonts/HacenTunisiaLt.woff2") format("woff2"), url("../fonts/HacenTunisiaLt.woff") format("woff"), url("../fonts/HacenTunisiaLt.ttf") format("truetype"), url("../fonts/HacenTunisiaLt.svg#HacenTunisiaLt") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.animated.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.animated.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html {
  color: #333333;
}

p {
  font-size: 14px;
  line-height: 20px;
}

.bold, b {
  font-weight: 600;
}

.max-container {
  clear: both;
  margin: auto;
  max-width: 1400px;
  overflow: hidden;
  padding: 0 20px;
}

.main-title {
  font-size: 28px;
  font-weight: 100;
  line-height: 42px;
  margin: 20px 0;
}

.thm-title {
  font-size: 20px;
  font-weight: 100;
  line-height: 32px;
  margin: 5px 0;
}
.thm-title span {
  display: inline-block;
  vertical-align: middle;
}

.thm-sub-titile {
  font-size: 18px;
  font-weight: 100;
  line-height: 26px;
  margin: 5px 0;
}

.thm-sub-titile-bold {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 5px 0;
}

.main-cntnt {
  float: left;
  width: 100%;
}

.sep-sec {
  clear: both;
  padding: 60px 0;
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

.row-sec {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.row-sec:after, .row-sec:before {
  content: " ";
  clear: both;
  display: table;
}

.column {
  padding: 0 15px;
}

.fifteen-p {
  display: inline-block;
  width: 15%;
}

.twenty-p {
  display: inline-block;
  width: 20%;
}

.twentyfive-p {
  display: inline-block;
  width: 25%;
}

.thirty-p {
  display: inline-block;
  width: 30%;
}

.thirtythree-p {
  display: inline-block;
  width: 33.33%;
}

.thirtyfive-p {
  display: inline-block;
  width: 35%;
}

.forty-p {
  display: inline-block;
  width: 40%;
}

.fortyfive-p {
  display: inline-block;
  width: 45%;
}

.fifty-p {
  display: inline-block;
  width: 50%;
}

.fiftyfive-p {
  display: inline-block;
  width: 55%;
}

.sixty-p {
  display: inline-block;
  width: 60%;
}

.sixtyfive-p {
  display: inline-block;
  width: 65%;
}

.sixtysix-p {
  display: inline-block;
  width: 66.66%;
}

.seventy-p {
  display: inline-block;
  width: 70%;
}

.seventyfive-p {
  display: inline-block;
  width: 75%;
}

.eighty-p {
  display: inline-block;
  width: 80%;
}

.eightyfive-p {
  display: inline-block;
  width: 85%;
}

.ninty-p {
  display: inline-block;
  width: 90%;
}

.nintyfive-p {
  display: inline-block;
  width: 95%;
}

.fullwidth {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

.cntnt-sec {
  padding: 0 20px;
}

.inner-cntnt {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.ltr {
  direction: ltr;
}

.rtl {
  font-family: 'KacstOffice', Open Sans;
  direction: rtl;
}

.lang {
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px;
  padding: 0 0 0 5px;
  text-decoration: none;
}

.lang.ar {
  display: inline-block;
  font-size: 16px;
}

.arabic .lang.en {
  display: inline-block;
  padding: 0 5px 0 0;
}

.arabic .lang.ar {
  display: none;
}

.ar.title {
  font-family: 'Hacen Tunisia Lt';
  font-size: 28px;
  line-height: 34px;
}

/*Form CSS*/
.frm-cntnt {
  clear: both;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  margin: 2px 0 10px;
  width: 100%;
}

.frm-feild {
  display: inline-block;
  margin: 2px 0 10px;
  width: 100%;
}

.thm-field {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 10px;
  width: 100%;
}

select.thm-field {
  /*background-color:#e6e6e6;*/
}

.thm-textarea {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  display: inline-block;
  font-family: open sans;
  font-size: 13px;
  line-height: 16px;
  max-width: 100%;
  min-height: 130px;
  min-width: 100%;
  padding: 8px 10px;
  width: 100%;
}

.thm-field:focus, .thm-textarea:focus {
  border-color: #969696;
  /*@include box-shadow(0, 2px, 5px, rgba(0, 0, 0, 0.15));*/
}

.thm-small-select {
  padding: 5px;
  vertical-align: middle;
  width: auto;
}

.btn-row {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}

.thm-btn {
  background-color: #007d40;
  border: solid 1px #007d40;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  margin: 5px 0;
  padding: 10px 25px;
}

.thm-btn:hover {
  background-color: #36a670;
}

.thm-btn:focus, .thm-btn:active {
  /*@include scale(.9);*/
}

.text-btn {
  text-decoration: underline;
  display: inline-block;
  margin: 5px 0;
}

.small-btn {
  padding: 5px 15px;
}

.outline-btn-grey {
  background-color: transparent;
  border: solid 1px #e6e6e6;
  color: #818181;
}

.outline-btn-grey:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.outline-btn-dgrey {
  background-color: transparent;
  border: solid 1px #555555;
  color: #333333;
}

.outline-btn-dgrey:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}

.btn-white:hover {
  background-color: #f5f5f5;
}

.btn-gold {
  background-color: #e3d689;
  border-color: #e3d689;
  color: #333;
}

.btn-gold:hover {
  background-color: #eee4a8;
}

.thm-line-btn {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #333333;
  cursor: pointer;
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.large-field {
  line-height: 24px;
  padding: 10px 15px;
}

.thm-check-box {
  height: 18px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 18px;
}

.thm-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 5px 0;
}

.thm-bullet-list {
  color: #333;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.thm-bullet-list > li {
  line-height: 22px;
  padding: 5px 0;
  position: relative;
}
.thm-bullet-list > li:before {
  background-color: #007d40;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: -25px;
  position: absolute;
  top: 11px;
  width: 10px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e6e6e6;
}

.arrow-down {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e6e6e6;
  display: inline-block;
  height: 0;
  margin: 5px 10px;
  vertical-align: middle;
  width: 0;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e6e6e6;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e6e6e6;
}

.mandatory {
  color: #f14646;
}

/*Preloader CSS*/
.preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}
.preloader .loading {
  height: 155px;
  left: 50%;
  margin: -80px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 150px;
}
.preloader .loading img {
  width: 80px;
}
.preloader .loading > h6 {
  bottom: 0;
  color: #333;
  font-size: 14px;
  left: 0;
  width: 100%;
  margin: 0;
  font-weight: 400;
}

/*Theme Table*/
.thm-table {
  display: table;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.thm-table .thm-row {
  display: table-row;
  text-decoration: none;
}
.thm-table .thm-row .thm-col {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  display: table-cell;
  padding: 10px;
  position: relative;
}
.thm-table .thm-row .thm-col:first-child {
  border-left: 1px solid #e6e6e6;
}
.thm-table a.thm-row:hover {
  background-color: #f2f2f2;
}
.thm-table .thm-row:nth-child(2n+1) .thm-col {
  background-color: #f2f2f2;
}
.thm-table .thm-row.table-head {
  color: #ffffff;
}
.thm-table .thm-row.table-head .thm-col {
  background-color: #333333;
  border-bottom: none;
  border-left: 1px solid #333333;
}
.thm-table .thm-row.table-head .thm-col:last-child {
  border-right: 1px solid #333333;
}

/* KFUPM Header CSS*/
.header {
  background-color: #007d40;
  clear: both;
  float: left;
  position: relative;
  width: 100%;
  z-index: 100;
}

.lft-head {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0;
  width: 30%;
}
.lft-head a {
  text-decoration: none;
}
.lft-head .kfupm-logo {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
  width: auto;
}
.lft-head .kfupm-logo a {
  font-size: 24px;
  color: #fff;
}
.lft-head .dept-logo {
  border-left: 1px solid #339766;
  display: inline-block;
  padding-left: 15px;
  vertical-align: middle;
  width: auto;
}
.lft-head .dept-logo h1 {
  margin: 0;
}
.lft-head .dept-logo h1 a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.rgt-head {
  color: #fff;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 69%;
}
.rgt-head .login-btn {
  background-color: #00682b;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  text-decoration: none;
}

.menu {
  padding: 13px 0;
}
.menu li {
  display: inline-block;
  font-size: 14px;
  margin-right: 25px;
  vertical-align: middle;
}
.menu li:last-child {
  margin-right: 0;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.menu li.signout {
  padding: 0 10px;
}
.menu li.signout a {
  background-color: #005d20;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 10px;
  text-decoration: none;
}
.menu li.signout a:hover {
  background-color: #0c692c;
}

/* General Content CSS*/
.fit-window {
  position: relative;
}

/*Theme Tab*/
.thm-tabs {
  text-align: center;
}
.thm-tabs ul {
  border: 1px solid #333333;
  border-radius: 4px;
  display: inline-block;
  list-style-type: none;
  margin: 10px 0 30px;
  overflow: hidden;
  padding: 0;
}
.thm-tabs ul li {
  display: inline-block;
  border-right: solid 1px #333333;
  cursor: pointer;
  float: left;
  font-size: 14px;
  padding: 5px 20px;
}
.thm-tabs ul li:last-child {
  border-right: none;
}
.thm-tabs ul li.active {
  background-color: #333333;
  color: #ffffff;
}

.thm-cntnt {
  display: inline-block;
  width: 100%;
}

/* KFUPM Footer CSS*/
.footer {
  background-color: #262729;
  clear: both;
  color: #d2d2d2;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
}
.footer .ft-left {
  float: left;
  padding: 10px;
}
.footer .ft-right {
  background-image: url("../images/ft-logo-gry.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  float: right;
  padding: 10px 10px 10px 30px;
}

/*Note*/
.note {
  font-size: 13px;
  color: #555555;
  line-height: 18px;
}

/* Pop Up */
.thm-popup {
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.thm-popup .pop-container {
  margin: auto;
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.thm-popup .pop-container .box-cntnt {
  background-color: #fff;
  padding: 10px 20px;
}
.thm-popup .pop-container .assignments {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0;
  width: 100%;
}
.thm-popup .pop-container .assignments > span {
  margin-right: 5px;
}
.thm-popup .pop-container .assignments-list {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}
.thm-popup .pop-container .assignments-list > p {
  color: #959595;
  font-size: 12px;
  margin: 5px 0 0;
}
.thm-popup .pop-container .recommendations {
  display: inline-block;
  margin: 10px 0 15px;
  width: 100%;
}

.thm-popup:before {
  background-color: rgba(255, 255, 255, 0.97);
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 0;
}

.thm-popup.active {
  display: block;
}

.contain-pop {
  position: relative;
}
.contain-pop .thm-popup {
  display: block;
}

.pop-close {
  background-image: url("../images/close-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  border: 2px solid #333333;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 25px;
  top: 20px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 40px;
  z-index: 2;
}

.pop-close:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.gen-message {
  background-color: #f0e7b4;
  border-bottom: 1px solid #e9bc8b;
  clear: both;
  display: both;
  margin: 0;
  overflow: auto;
  padding: 5px 15px;
  position: relative;
  width: 100%;
}
.gen-message p {
  margin: 0;
  padding: 0 20px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.gen-message .sclose {
  background-color: #dfd6a3;
  background-image: url("../images/close-icon.png");
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border: 1px solid #c9b399;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 18px;
  line-height: 18px;
  margin: -9px 0 0;
  padding: 3px;
  position: absolute;
  vertical-align: middle;
  right: 10px;
  top: 50%;
  width: 18px;
}

/* Calendar Icon*/
.cal-icon {
  background-image: url("../images/cal-icon.png");
  background-position: left 1px top 1px;
  background-repeat: no-repeat;
  background-size: 42px auto;
  bottom: 7px;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  right: 20px;
  width: 24px;
}

/*Delete Icon*/
.delete-icon {
  background-color: #de5959;
  border-radius: 10px;
  cursor: pointer;
  height: 20px;
  line-height: 16px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 50%;
  width: 20px;
}
.delete-icon > span {
  background-color: #fff;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 2px;
  vertical-align: middle;
  width: 50%;
}
.delete-icon > span i {
  display: none;
  font-style: normal;
}

.delete-icon.confirm {
  padding: 0 8px;
  width: auto;
}
.delete-icon.confirm > span {
  background-color: transparent;
  height: auto;
  width: auto;
}
.delete-icon.confirm > span i {
  display: block;
}

/*Icon*/
.icon {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle;
}

.icon:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  width: 25px;
}

.grey-bg {
  background-color: #e6e7e4;
}

.language {
  display: inline-block;
  font-family: Hacen Tunisia Lt;
}
.language a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.thm-btn {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 30px;
}

.small-btn {
  padding: 5px 15px;
  font-size: 13px;
  line-height: 18px;
}

.thm-textarea {
  height: 135px;
}

.para {
  line-height: 24px;
  margin: 5px 0 10px 0;
  text-align: justify;
}

.header {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 15px 0;
}
.header .top-head {
  		/*background-color: rgba(255, 255, 255, 0.1);
      	border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.header .top-head .dept-logo {
  letter-spacing: initial;
}
.header .sub-header {
  float: left;
  position: relative;
  width: 100%;
}
.header .sub-header .messages {
  background-color: #f4edc1;
  display: none;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.header .sub-header .messages .max-container {
  position: relative;
}
.header .sub-header .messages .max-container .close-icon {
  cursor: pointer;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  right: 20px;
  top: 20px;
}
.header .sub-header .messages .max-container .close-icon > span {
  display: none;
  font-size: 12px;
  line-height: 30px;
  padding: 0 5px;
  position: absolute;
  right: 100%;
  vertical-align: middle;
}
.header .sub-header .messages .max-container .close-icon:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.header .sub-header .messages .max-container .close-icon:hover > span {
  display: inline-block;
}
.header .sub-header .messages .max-container .mess-sec {
  display: inline-block;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.header .sub-header .messages .max-container .mess-sec .mess-icon {
  display: inline-block;
  position: absolute;
  width: 130px;
  height: 84px;
  top: 50%;
  margin-top: -42px;
}
.header .sub-header .messages .max-container .mess-sec .mess-icon i.f-icon {
  font-size: 80px;
}
.header .sub-header .messages .max-container .mess-sec .mess-cntnt {
  display: inline-block;
  padding: 10px 10px 10px 150px;
  position: relative;
  text-align: left;
}
.header .sub-header .messages .max-container .mess-sec .mess-cntnt .main-title {
  margin: 5px 0;
}
.header .sub-header .messages .max-container .mess-sec .mess-cntnt > p {
  margin: 8px 0;
}
.header .sub-header .messages.active {
  display: block;
}
.header .kfupm-logo {
  color: #fff;
  display: inline-block;
  font-size: 68px;
  margin-right: 0;
  padding-right: 15px;
  text-decoration: none;
  text-indent: -7px;
  vertical-align: middle;
  width: 85px;
}
.header .kfupm-logo a {
  font-family: "RotisSansSerifStd",Arial;
  font-weight: 400;
  line-height: 28px;
  height: 24px;
}
.header .dept-logo {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 42px;
  padding-left: 15px;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
}
.header .dept-logo b {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: initial;
  line-height: 24px;
}
.header .dept-logo h1 {
  font-family: "RotisSansSerifStd",Arial;
  line-height: 28px;
  height: 34px;
}
.header .dept-logo .ar.title {
  line-height: 30px;
}
.header .lft-head {
  padding: 9px 0;
  width: auto;
}
.header .header-cntnt {
  color: #fff;
  margin: auto;
  padding: 25px 0;
  text-align: center;
  /*position: absolute;*/
  max-width: 768px;
  width: 100%;
  top: 0;
}
.header .header-cntnt b {
  /*display: block;*/
}
.header .header-cntnt p {
  text-align: initial;
}
.header .header-cntnt .sub-title {
  font-size: 20px;
  font-weight: 200;
  margin: 15px 0;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
.header .header-cntnt .main-title {
  line-height: 44px;
  margin: 10px 0 15px;
}
.header .header-cntnt .text-btn {
  color: #fff;
}

.header .check-availability-cntnt, .header .eligibility-confimation, .header .conditions {
  /*display: none;
  width: 320px;
  left: 50%;
  margin-left: -160px;*/
  padding: 0 15px;
}

.header .check-availability-cntnt {
  max-width: 420px;
  padding: 20px;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.05);
}

.header .eligibility-confimation {
  display: block;
}

.header .conditions {
  width: auto;
}

.main-cntnt {
  padding-bottom: 70px;
}

.list-items {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.list-items li {
  margin-bottom: 5px;
}

.label {
  display: block;
  margin: 10px 0 0px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 18px;
}

.label-cntnt {
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}

label.label {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  font-weight: 700;
}

.confirm-cntnt {
  text-align: left;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
}

.field-set {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.field-set .thm-field {
  margin-bottom: 10px;
}
.field-set p {
  margin: 0 0 5px 0;
  font-size: 13px;
  color: #555555;
}

.max-container {
  max-width: 980px;
}

.header.index {
  padding: 30px 0;
}
.header.index .top-head {
  background: none;
  border: none;
  padding: 0;
}
.header.index .top-head .lft-head {
  float: none;
  display: block;
  width: auto;
}
.header.index .top-head .rgt-head {
  float: none;
  margin: 55px 0 0;
  text-align: center;
  padding: 0;
}
.header.index .kfupm-logo {
  font-size: 80px;
  margin: 0 10px;
  width: 90px;
  padding-right: 0;
}
.header.index .max-container {
  /*max-width: 920px;*/
  clear: both;
  margin: auto;
  max-width: 1400px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  top: 0;
}
.header.index .menu {
  padding: 0;
  margin: 0;
}
.header.index .menu .language a {
  font-size: 26px;
}
.header.index .register-cntnt {
  margin-bottom: 30px;
}

.register-cntnt p {
  font-size: 16px;
  line-height: 20px;
}

.std-details {
  max-width: 480px;
  margin: 15px auto;
  padding: 15px 10px;
  border: solid 1px #e8e8e8;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.std-details .small-title {
  color: #A7A7A7;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding: 10px;
}
.std-details p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.std-details hr {
  display: inline-block;
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  background-color: #efefef;
  border: none;
}

.hr {
  border-bottom: 1px solid #bbbbbb;
  clear: both;
  display: inline-block;
  font-size: 0;
  height: 0;
  margin: 25px 0;
  width: 100%;
}

.rgt-head {
  color: #fff;
  display: inline-block;
  text-align: right;
  float: right;
  vertical-align: middle;
  width: auto;
}

.pad-right-25 {
  padding-right: 25px;
}

.pad-left-25 {
  padding-left: 25px;
}

.main-title p {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 10px;
  width: 100%;
}

.small-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 10px;
}

.ex-small-title {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  width: 100%;
}

.box-cntnt {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}

.accordian {
  border: 1px solid #ededed;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}
.accordian .accord-title {
  background-color: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  position: relative;
}
.accordian .accord-title .thm-title {
  line-height: 26px;
  padding: 10px 15px;
  margin: 0;
}
.accordian .accord-title .edit-btn {
  display: inline-block;
  float: right;
  line-height: 18px;
  position: absolute;
  right: 45px;
  top: 11px;
  z-index: 2;
}
.accordian .accord-title .edit-btn .thm-btn {
  margin: 0;
  padding: 2px 12px;
}
.accordian .accord-title:after {
  background-image: url("../images/sprite.png");
  background-position: left -351px top -3px;
  background-size: 240px auto;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
}
.accordian .accord-title.active:after {
  background-position: left -335px top -3px;
}
.accordian .accordian-cntnt {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}
.accordian .accordian-cntnt .cntn-sec {
  border-bottom: 1px solid #dedede;
  clear: both;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}
.accordian .accordian-cntnt .cntn-sec:last-child {
  border-bottom: none;
}
.accordian .accordian-cntnt .small-title {
  font-weight: 600;
  margin-top: 10px;
}
.accordian .accordian-cntnt .ex-small-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 2px;
  margin-top: 10px;
}
.accordian .accordian-cntnt .ex-small-title b {
  font-size: 18px;
  margin-left: 3px;
  vertical-align: top;
}
.accordian .accordian-cntnt p {
  color: #666666;
  line-height: 22px;
  margin: 0 0 10px;
}

.success-mess .max-container {
  max-width: 580px;
}
.success-mess p {
  text-align: justify;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
}

.pop-close {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #333;
  font-size: 28px;
  height: auto;
  right: 35px;
  top: 35px;
  width: auto;
}

.errorlist {
  color: #f14646;
  font-size: 12px;
  list-style-type: none;
  margin: 2px 0 0;
  padding: 0;
}

.alert-messages {
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
.alert-messages .error-mess {
  background-color: #fdf6f6;
  border: 1px solid #f14646;
  border-radius: 4px;
  color: #d12626;
  display: inline-block;
  font-size: 13px;
  padding: 10px 20px;
}
.alert-messages .success-mess {
  background-color: #fbfdfc;
  border: 1px solid #41ae75;
  border-radius: 4px;
  color: #00662f;
  display: inline-block;
  font-size: 13px;
  padding: 10px 20px;
}

.radio-btn {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-bottom: 10px;
}
.radio-btn > span, .radio-btn > input {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
}

.container {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: -5px;
}
.container .home-cntnt {
  padding-bottom: 70px;
}

.footer {
  background-color: rgba(0, 0, 0, 0.1);
  clear: both;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font-size: 11px;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  left: 0;
  line-height: 32px;
  height: 50px;
  bottom: 0;
  width: 100%;
  z-index: 999;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.inner-page .footer {
  background-color: #333;
}

.print-btn {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  vertical-align: middle;
  margin: 0 10px;
  cursor: pointer;
}

@media print {
  body * {
    visibility: hidden;
  }

  #student-print-content * {
    visibility: visible;
  }

  #student-print-content {
    position: absolute;
    top: 40px;
  }
}
.employee-details {
  display: inline-block;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
.employee-details li {
  float: left;
  padding-top: 15px;
  text-align: left;
  width: 33.33%;
}
.employee-details li h6 {
  font-size: 16px;
  font-weight: 600;
  height: 36px;
  margin: 0 0 5px;
}

.agreement-form-process {
  list-style-type: none;
  margin: 0;
  padding: 60px 0;
  text-align: center;
}
.agreement-form-process li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80px;
}
.agreement-form-process li .icon-form {
  display: inline-block;
  height: 80px;
  width: 70px;
}
.agreement-form-process li .icon-form.color {
  display: none;
}
.agreement-form-process li h6 {
  bottom: -35px;
  font-size: 14px;
  font-weight: 100;
  margin: 10px -75px 10px 0;
  position: absolute;
  right: 50%;
  width: 150px;
}
.agreement-form-process li.active .icon-form.color {
  display: inline-block;
}
.agreement-form-process li.active .icon-form.bw {
  display: none;
}
.agreement-form-process li.active h6 {
  font-size: 18px;
  font-weight: 600;
}
.agreement-form-process li.progress {
  width: 120px;
}
.agreement-form-process li.progress > span {
  background-color: #ccc;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  height: 5px;
  width: 50%;
  z-index: 2;
}
.agreement-form-process li.progress > span .form-mess {
  height: 30px;
  margin-right: -13px;
  position: absolute;
  right: 50%;
  top: -35px;
  width: 30px;
}
.agreement-form-process li.progress > span .form-mess .f-icon {
  color: #f25050;
  font-size: 22px;
  line-height: 36px;
}
.agreement-form-process li.progress > span .form-mess > i.mess {
  background-color: #fff;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 13px;
  font-style: normal;
  left: 100%;
  line-height: 20px;
  margin-left: 15px;
  margin-top: -13px;
  padding: 5px 12px;
  position: absolute;
  top: 50%;
}
.agreement-form-process li.progress > span .form-mess > i.mess:before {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ececec;
  border-top: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 0;
}
.agreement-form-process li.progress > span .form-mess:hover i.mess {
  display: block;
}
.agreement-form-process li.progress > span.incomplete {
  background-color: #333;
}
.agreement-form-process li.progress > span.complete {
  background-color: #36a66f;
}
.agreement-form-process li.progress .competencies-sec {
  margin-left: -5px;
  z-index: 1;
}
.agreement-form-process .competencies .icon-form {
  padding-top: 6px;
}

.compe-preview {
  display: inline-block;
  list-style-position: inside;
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
.compe-preview li > .compe-cntnt {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 0;
  min-height: 52px;
  padding: 5px 10px;
  position: relative;
}
.compe-preview li > .compe-cntnt p {
  display: list-item;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 40px 0 0;
}
.compe-preview li .main-title {
  border-left: 1px solid #ccc;
  height: 100%;
  margin: 0;
  padding: 2px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.search input {
  min-width: 260px;
}

.form-sec {
  display: inline-block;
  padding-top: 20px;
  width: 100%;
}
.form-sec .form-title {
  margin: 0 0 15px 0;
  line-height: 30px;
}

.form-footer {
  border-bottom: 1px solid #ccc;
  padding: 5px 0 10px;
}

/* Bar Percent CSS */
.bar-percent {
  position: relative;
}
.bar-percent .br-widget {
  background-color: #ededed;
  border-radius: 50px;
  font-size: 0;
  height: 30px;
  overflow: hidden;
  width: 100%;
}
.bar-percent .br-widget a {
  display: inline-block;
  font-size: 0;
  height: 30px;
  position: relative;
  width: 10px;
}
.bar-percent .br-widget .br-selected, .bar-percent .br-widget .br-active {
  background-color: #e1c20d;
  opacity: 0.5;
  z-index: 2;
}
.bar-percent .selected-value {
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0 0 0 12px;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* Behave Rating */
.behave-rating .br-widget > a {
  background-color: transparent;
  border: 1px solid #e3d689;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}
.behave-rating .br-widget .br-selected, .behave-rating .br-widget .br-active {
  background-color: #e3d689;
}
.behave-rating .br-widget .br-current-rating {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: middle;
}

.behave-order-list {
  list-style-position: outside;
  margin: 0 0 10px;
  overflow: hidden;
  padding-left: 0;
}
.behave-order-list > li {
  float: left;
  margin-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  min-height: 90px;
  width: calc(33.33% - 20px);
}
.behave-order-list > li p {
  font-size: 13px;
  line-height: 18px;
}
.behave-order-list > li select {
  width: auto;
}

.your-agreements, .supervisor-land {
  margin: auto;
  max-width: 1160px;
  width: 100%;
}

.agreements {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.agreements > li {
  border-bottom: 1px solid #dedede;
  display: block;
  padding: 5px 0 15px;
}
.agreements > li:last-child {
  border-bottom: none;
}

.agre-shrt-detail {
  display: table;
  width: 100%;
}
.agre-shrt-detail .detail-column {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top;
  width: 15%;
}
.agre-shrt-detail .detail-column .ex-small-title {
  font-weight: normal;
  margin: 0 0 2px;
}
.agre-shrt-detail .detail-column > p {
  font-size: 16px;
  margin: 0;
}
.agre-shrt-detail .detail-column .view {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.agre-shrt-detail .detail-column .view:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.agre-shrt-detail .status-col {
  vertical-align: middle;
}
.agre-shrt-detail .dept {
  width: 30%;
}
.agre-shrt-detail .name {
  width: 20%;
}

.status {
  background-color: #ccc;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
}

.created {
  background-color: #a2a2a2;
}

.submitted {
  background-color: #d8b83a;
}

.returned {
  background-color: #e34d4d;
}

.returned {
  background-color: #e34d4d;
}

.approved {
  background-color: #42b472;
}

.evaluated {
  background-color: #007d40;
}

.employees {
  display: inline-block;
  margin: 15px 0;
  padding-right: 100px;
  position: relative;
  width: 100%;
}
.employees .employee-list {
  float: left;
  width: 100%;
}
.employees .employee-list .thm-sub-titile-bold {
  background-image: url("../images/head-repeater.png");
  background-position: center center;
  margin-top: 0;
}
.employees .employee-list .thm-sub-titile-bold span {
  background-color: #fff;
  padding-right: 10px;
}
.employees .timeline-years {
  background-color: #f2f2f2;
  border-left: 3px solid #dedede;
  float: left;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 1px;
  width: 100px;
}
.employees .timeline-years ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 15px;
}
.employees .timeline-years ul li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
}
.employees .timeline-years ul li a {
  color: #7b7b7b;
  display: block;
  text-decoration: none;
}
.employees .timeline-years ul li a.active {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.arabic {
  font-family: 'KacstOffice', Open Sans;
}
.arabic .header .dept-logo {
  padding-left: 0;
  padding-right: 15px;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.arabic .radio-btn {
  float: right;
}
.arabic .thm-btn {
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  .quick-access {
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 850px) {
  .quick-access {
    border-top: 1px solid #f2f2f2;
    border-right: none;
    bottom: 54px;
    height: auto !important;
    left: 0;
    min-height: unset !important;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .quick-access .thm-titile {
    text-align: center;
    position: relative;
  }
  .quick-access ul.quick-acess-list li {
    float: left;
    width: 33.33%;
  }

  .content-panel {
    width: 100%;
  }

  .land-search {
    margin: 25px auto 45px auto;
  }
}
@media screen and (max-width: 650px) {
  .max-container {
    position: relative;
  }

  .mob-quick-access {
    display: block;
  }

  .quick-access {
    bottom: -100%;
  }

  .land-search {
    margin-top: 0;
  }
  .land-search .thm-field.large-field {
    max-width: 520px;
  }

  .main-titile {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0;
  }

  .thm-titile {
    font-size: 18px;
    line-height: 28px;
  }

  .large-field {
    line-height: 22px;
    padding: 8px 15px;
  }
}
@media screen and (max-width: 500px) {
  .seventyfive-p, .fifty-p, .twentyfive-p, .twenty-p, .thirty-p {
    width: 100%;
  }

  .heading {
    display: inline-block;
    margin-bottom: 25px;
    padding-top: 25px;
    position: relative;
    width: 100%;
  }
  .heading .outline-btn-dgrey {
    font-size: 13px;
    font-weight: normal;
    padding: 4px 8px;
    position: absolute;
    right: 0;
    top: -10px;
  }

  .result-list {
    display: block;
    margin-top: 0;
    padding: 0;
  }
  .result-list .result-row {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
  }
  .result-list .result-row .result-col {
    background-color: transparent !important;
    border: none;
    display: inline-block;
    padding: 0;
    width: 100%;
  }
  .result-list .result-row .email, .result-list .result-row .phone {
    padding-right: 15px;
    width: auto;
  }
  .result-list .result-row .phone {
    background-image: url("../images/phone-icon.png");
  }
  .result-list .result-row .email {
    background-image: url("../images/mail-icon.png");
  }
  .result-list .result-row:first-child {
    padding-top: 0;
  }

  .std-details .small-title {
    padding: 0 10px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .header .top-head .dept-logo {
    border-left: none;
    padding-top: 15px;
    padding-left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
