<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*		Megalith - Multi-Purpose Parallax Template By TESLATHEMES.COM
 * 		------------------------------------------------------------------------------------------ */
/*		==================== - Table of contents - ====================
 *
 *		# ===== - Core CSS
 *		#
 *		# * Reset       ......................... 	Normalize.css
 *		# * Base        ......................... 	Helpers and constants
 *		# * Type        ......................... 	Typography and baseline
 *		# * Bootstrap 	......................... 	Grid system
 *		# * Forms       ......................... 	Inputs, textarea
 *		# * Tables      ......................... 	Columns, rows only for data
 *		# * Buttons     ......................... 	Links, submits and buttons
 *		# * Animations 	......................... 	Keyframes
 *		# * Font icon 	......................... 	Font includes and helpers
 *		# * Wordpress 	......................... 	Default WP stuff
 *		#
 *		# ===== - UI components
 *		#
 *		# * Header 		.........................	Logo, menu
 *		# * Footer 		.........................	Social, menu, copyright
 *		# * Sections: 	.........................	Sections
 *		# * Sidebar: 	.........................	Sidebar, widgets
 *		# * Features: 	.........................	Services
 *		# * Loops: 	    .........................	Display list of elements
 *		# * Misc: 	    .........................	Extra styles
 *		# * Zoom: 	    .........................	Zoom images */

/*		==================== - Core CSS */


/*		==================== - Reset - ==================== */

@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

select {
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*		==================== - Base - ==================== */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }

html, body {
  font: 15px/25px 'Merriweather', serif;
  font-weight: 300;
  color: #573b0c;
  line-height: 1.69231; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

figure {
  margin: 0 0 25px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.fluid-width-video-wrapper {
  margin-bottom: 25px; }

html .align-left {
  display: table;
  margin-right: auto; }

html .align-right {
  display: table;
  margin-left: auto; }

html .align-center {
  display: table;
  margin-left: auto;
  margin-right: auto; }

html .no-margin {
  margin: 0; }

html .no-top &gt; * {
  margin-top: 0; }

html .text-left {
  text-align: left; }

html .text-right {
  text-align: right; }

html .text-center {
  text-align: center; }

.clean-list, .inline-list, .inline-list &gt; li ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .clean-list *, .inline-list *, .inline-list &gt; li ul * {
    list-style: none; }

.inline-list:before, .inline-list:after {
  content: " ";
  display: table; }
.inline-list:after {
  clear: both; }
.inline-list &gt; li {
  float: left; }

.uppercase {
  text-transform: uppercase; }

html .font-2x {
  font-size: 2em; }
html .font-3x {
  font-size: 3em; }
html .font-4x {
  font-size: 4em; }
html .font-5x {
  font-size: 5em; }
html .font-6x {
  font-size: 6em; }
html .font-7x {
  font-size: 7em; }
html .font-8x {
  font-size: 8em; }
html .font-9x {
  font-size: 9em; }
html .font-10x {
  font-size: 10em; }
html .font--1x {
  font-size: 1em; }
html .font--2x {
  font-size: 0.5em; }
html .font--3x {
  font-size: 0.33em; }
html .font-20 {
  font-size: 17.6px; }

@media (max-width: 992px) {
  i.font-2x {
    font-size: 1.2em; } }

hr {
  margin: 25px 0;
  border: none;
  background: #adadad;
  height: 1px; }

.hr-10 {
  width: 10%;
  max-width: 44px; }

.hr-20 {
  width: 20%; }

.hr-air {
  margin: 66px 0; }

html .space-05x {
  padding-top: 15px; }

html .space-1x {
  padding-top: 25px; }
html .space-2x {
  padding-top: 44px; }
html .space-3x {
  padding-top: 66px; }
html .space-4x {
  padding-top: 88px; }
html .space-5x {
  padding-top: 110px; }
html .space-6x {
  padding-top: 132px; }

.box {
  position: relative;
  padding: 5em 0; }

.paralax-section {
  overflow: hidden;
}

[data-box-img] {
  overflow: hidden;
  position: relative; }

.box-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  -webkit-will-change: transform, opacity;
  will-change: transform, opacity; }
  .box-img &gt; span {
    position: absolute;
    top: -7em;
    right: 0;
    bottom: -7em;
    left: 0;
    background-position: center 0;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover; }

.box-img + .container {
  position: relative;
}

.box-text &gt; *:first-child {
  margin-top: 0; }

.box-title {
  padding: 7em 0 3em 0; }

.box-buttons {
  padding: 3em 0 7em 0; }
  @media (max-width: 630px) {
    .box-buttons .col-xs-6 {
      width: 100%;
      text-align: center; }
      .box-buttons .col-xs-6 a {
        display: inline-block;
        margin: 11px 0; } }

.box-no-top {
  padding-top: 0; }

.box-no-bottom {
  padding-bottom: 0; }

.box-no-spaces {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.box-sep {
  border-bottom: 1px solid #f6f6f6; }

.box-breadcrumbs {
    background: #fafafa;
    padding: 2em 0; }

.arrow-box {
  overflow: hidden;
  position: relative; }
  .arrow-box:after, .arrow-box:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 25px;
    background-color: #ffffff;
    bottom: 0;
    z-index: 999; }
  .arrow-box:after {
    right: -14px;
    -webkit-transform: skew(-50deg);
       -moz-transform: skew(-50deg);
        -ms-transform: skew(-50deg);
         -o-transform: skew(-50deg);
            transform: skew(-50deg); }
  .arrow-box:before {
    left: -14px;
    -webkit-transform: skew(50deg);
       -moz-transform: skew(50deg);
        -ms-transform: skew(50deg);
         -o-transform: skew(50deg);
            transform: skew(50deg); }

.text-white {
  color: #ffffff; }

.text-black {
  color: #000000; }

.text-grey {
  color: #adadad; }

.text-light-grey {
  color: #f6f6f6; }

.text-alpha {
  color: #ff6600; }

.text-beta {
  color: #573b0c; }

.text-gamma {
    color: #ff8800;
}

.text-air {
  letter-spacing: 3.25px; }

.bg-white {
  background-color: #ffffff; }

.bg-black {
  background-color: #000000; }

.bg-alpha {
  background-color: #ff6600; }

.bg-gamma {
    background: #ff8800;
}

.bg-alpha-hover:hover {
    background-color: #ff6600;
}

.bg-dark-grey {
  background-color: #adadad; }

.bg-light-grey {
  background-color: #f6f6f6; }

.bg-light-black {
  background-color: #313131; }

.bg-beta {
  background-color: #573b0c; }

html .row-fit {
  margin: 0; }
  html .row-fit [class*="col-"] {
    padding: 0; }

.col-md-05 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%; }
  @media (min-width: 970px) {
    .col-md-05 {
      width: 20%; } }

[class*="shape-"]:not([class*="vc"]) {
  padding-top: 100%;
  position: relative;
  outline: none; }
  [class*="shape-"]:not([class*="vc"]) &gt; *, [class*="shape-"]:not([class*="vc"]) &gt; a &gt; i {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  [class*="shape-"]:not([class*="vc"]) &gt; i:before, [class*="shape-"]:not([class*="vc"]) &gt; a &gt; i:before {
    width: 1em;
    height: 1em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute; }

.full-inputs input[type="text"],
.full-inputs input[type="email"],
.full-inputs input[type="search"],
.full-inputs textarea {
  display: block;
  width: 100%; }

html .make-full {
  display: block;
  width: 100%; }

iframe[src*="//www.google.com"] {
  min-height: 400px;
  width: 100%; }

/*		==================== - Type - ==================== */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
html .font-alpha {
  font-family: 'Merriweather', serif; }

html .font-beta {
  font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  font-family: 'Lato', sans-serif;
  line-height: 1.2; }
  h1 &gt; a, h2 &gt; a, h3 &gt; a, h4 &gt; a, h5 &gt; a, h6 &gt; a {
    color: inherit; }

h1 {
  margin-top: 0;
  font-size: 3.84615em; }

h2 {
  font-size: 3.23077em; }

h3 {
  font-size: 2.76923em; }

h4 {
  font-size: 2.30769em; }

h5 {
  font-size: 1.84615em; }

h6 {
  font-size: 1.23077em; }

a {
  color: #2a2a2a; }
  html a:hover {
    color: #ff6600; }

p {
  margin-bottom: 25px; }

b, strong {
  font-weight: 600; }

i,
cite,
em,
var,
address,
dfn {
  font-style: italic; }

s,
strike,
del {
  text-decoration: line-through; }

u {
  text-decoration: underline; }

ins {
  text-decoration: none;
  padding: 0 7.33333px;
  background: #f6f6f6; }

ul, ol {
  margin: 0 0 25px 0; }

blockquote:not([class]) {
  border-left: 3px solid #573b0c;
  margin: 1.5em 0;
  padding: .5em 1.5em .5em 2em;
  font-size: 1.2em;
  font-style: italic;
}

blockquote:not([class]) p:last-child {
  margin-bottom: 0;
}

blockquote:not([class]) p:first-child {
  margin-top: 0;
}

cite {
  text-transform: uppercase;
}

table:not([class]) td, table:not([class]) th {
  border: 1px solid #ededed;
  padding: .3em 0;
}

dl dt {
  text-transform: uppercase;
  font-weight: 400;
}

dl dd {
  margin: .5em .5em .5em 1.5em;
}

address {
  font-size: 1.2em;
}

abbr {
  text-transform: uppercase;
}

code, pre {
  background: #f6f6f6;
  padding: .1em .5em;
  color: #573b0c;
}

.clean-list .post-content &gt; ul * {
  list-style: initial;
}

.post-content {
    padding: 15px 25px;
}

.clean-list .post-content ol * {
  list-style: decimal;
}

.single-post .post-content a {
  text-decoration: underline;
}

[data-tooltip] {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  [data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    color: #ffffff;
    background: #ff6600;
    display: table;
    padding: 4.4px 11px;
    margin: 0 auto 11px;
    white-space: nowrap;
    display: none; }
  [data-tooltip]:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid #ff6600;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none; }
  [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    display: block;
    -webkit-animation: 0.3s fadeIn ease forwards;
       -moz-animation: 0.3s fadeIn ease forwards;
         -o-animation: 0.3s fadeIn ease forwards;
            animation: 0.3s fadeIn ease forwards; }

.fancy-title {
  margin-bottom: 25px;
  overflow: hidden; }
  .fancy-title h4 {
    margin: 0; }
  .fancy-title h6 {
    position: relative;
    display: table;
    padding-top: 25px;
    margin: 11px auto 0; }
    .fancy-title h6:after, .fancy-title h6:before {
      content: "";
      display: block;
      position: absolute;
      height: 0px;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 0;}

      .fancy-title h6:before {
        width: 75px;
        border: 1px solid #2a2a2a;
      }

      .fancy-title h6:after {
        width: 25px;
        border: 2px solid #ff8800;
        box-shadow: 0 0 0 1px #ffffff;
      }

.title-bottom {
  margin-bottom: 38px; }

.fancy-blockquote {
  padding: 25px 25px 25px 110px;
  position: relative;
  margin: 0; }
  .fancy-blockquote &gt; span {
    display: block;
    width: 33px;
    height: 33px;
    border: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 39.6px;
    left: 44px;
    text-align: center; }
    .fancy-blockquote &gt; span:after, .fancy-blockquote &gt; span:before {
      content: "";
      display: block;
      width: 55px;
      height: 2px;
      background: currentColor;
      position: absolute; }
    .fancy-blockquote &gt; span:before {
      left: -50%;
      top: 13px;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
    .fancy-blockquote &gt; span:after {
      left: -13px;
      top: 50%;
      z-index: -1; }
    .fancy-blockquote &gt; span &gt; i {
      background: #ffffff;
      display: block;
      height: 29px;
      z-index: 2;
      position: relative; }
      .fancy-blockquote &gt; span &gt; i:before {
        line-height: 1em;
        display: block;
        font-size: 1.2em;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 1em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
  .fancy-blockquote h5 {
    font-size: 18px;
    line-height: 1.4em; }
  .fancy-blockquote h6 {
    margin-bottom: 0;
    font-size: 14px; }
  .fancy-blockquote &gt; div {
    border-left: 5px solid;
    padding-left: 25px; }

.boxed-blockquote {
  position: relative;
  padding: 33px; }
  .boxed-blockquote &gt; span {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    outline: 5.5px solid #ffffff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
    .boxed-blockquote &gt; span &gt; i {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: inline-block;
      line-height: 44px; }

.drop-cap {
  font-size: 3em;
  line-height: 55px;
  min-width: 55px;
  min-height: 55px;
  text-align: center;
  padding: 0 11px;
  margin: 0 18.33333px 11px 0;
  float: left;
  font-weight: 600; }

.cap-round {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.cap-lined {
  border: 2px solid #ff6600; }

/*		==================== - Forms- ==================== */
form {
  margin-bottom: 25px; }
  form p {
    position: relative; }
  form p:last-child {
    margin-bottom: 0; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=submit],
textarea {
  border: 1px solid lightgray;
  line-height: 25px;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent; }
  input[type=text] + span,
  input[type=email] + span,
  input[type=search] + span,
  textarea + span {
    position: absolute;
    top: 8px;
    left: 12px;
    padding: 0 3px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
  input[type=text] + span[class*='col-'],
  input[type=email] + span[class*='col-'],
  input[type=search] + span[class*='col-'],
  textarea + span[class*='col-'] {
    left: 25px; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=search]:focus,
  textarea:focus {
    outline: none;
    border-color: #ff6600; }
    input[type=text]:focus + span,
    input[type=email]:focus + span,
    input[type=search]:focus + span,
    textarea:focus + span,
    .has-content + span{
      top: auto !important;
      bottom: -8px;
      background: #ffffff;
      left: auto !important;
      right: 0;
      color: #ff6600;
      font-size: 0.7em; }

      .has-content + span {
        color: lightgray;
      }

textarea {
  min-height: 110px;
  resize: vertical; }

.slim-form input[type=text],
.slim-form input[type=email],
.slim-form input[type=search],
.slim-form textarea {
  border-width: 0 0 1px 0; }

.strip-input {
  border: none;
  padding: 0;
  margin: 0;
  background: none; }
  .strip-input:focus {
    outline: none; }

.post-password-form {
  display: table;
  margin: 5em auto;
}

input[type=submit] {
  background: #573b0c;
  color: #ffffff;
  border: none;
}

.post-password-form input {
  display: block;
  width: 100%;
  margin: 2em 0;
  text-align: center;
}

.subscribe-form {
  position: relative;
}

.subscribe-form #result_container {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 1;
  background: #ffffff;
  padding-left: 3px;
  font-size: 11px;
}

.required_error {
  border-color: #ff6600 !important;
}

/*		==================== - Bootstrap- ==================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*		==================== - Tables - ==================== */
/*		==================== - Buttons - ==================== */
[class^="button-"] {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  font-family: 'Lato', sans-serif; }
  [class^="button-"].bg-alpha {
    color: #ffffff; }
    [class^="button-"].bg-alpha:hover, [class^="button-"].bg-alpha:focus {
      background: #331E0F; }
    [class^="button-"].bg-gamma {
    color: #ffffff; }
    [class^="button-"].bg-gamma:hover, [class^="button-"].bg-gamma:focus {
      background: #331E0F; }
  [class^="button-"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); }
  [class^="button-"]:focus {
    outline: none; }

button[class^="button-"] {
  border: none; }

.button-sm {
  padding: 8.8px 25px; }

.button-md {
  padding: 11px 33px;
  font-size: 1.1em; }

.button-lg {
  padding: 14.66667px 55px;
  font-size: 1.2em; }

.button-xlg {
  padding: 25px 77px;
  font-size: 1.3em; }

.button-min-value {
  min-width: 220px;
  text-align: center; }

.button-outline {
  -webkit-box-shadow: inset 0 0 0 1px currentColor;
          box-shadow: inset 0 0 0 1px currentColor;
  background: transparent; }
  .button-outline.text-white:hover {
    color: #b3b3b3; }
  .button-outline.text-white:focus {
    color: #d9d9d9; }

button.button-outline {
  -webkit-box-shadow: 0 0 0 1px lightgray !important;
          box-shadow: 0 0 0 1px lightgray !important; }
  button.button-outline:hover {
    background: #ff6600;
    color: #ffffff; }

/*		==================== - Animations - ==================== */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }
@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  40%, 43% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0); }
  70% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0); }
  90% {
    -moz-transform: translate3d(0, -4px, 0);
         transform: translate3d(0, -4px, 0); } }
@-o-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
       -moz-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
       -moz-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
       -moz-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }
@-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; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  50% {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
         transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }
@-o-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
       -moz-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-moz-keyframes rubberBand {
  0% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  30% {
    -moz-transform: scale3d(1.25, 0.75, 1);
         transform: scale3d(1.25, 0.75, 1); }
  40% {
    -moz-transform: scale3d(0.75, 1.25, 1);
         transform: scale3d(0.75, 1.25, 1); }
  50% {
    -moz-transform: scale3d(1.15, 0.85, 1);
         transform: scale3d(1.15, 0.85, 1); }
  65% {
    -moz-transform: scale3d(0.95, 1.05, 1);
         transform: scale3d(0.95, 1.05, 1); }
  75% {
    -moz-transform: scale3d(1.05, 0.95, 1);
         transform: scale3d(1.05, 0.95, 1); }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }
@-o-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
       -moz-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
       -moz-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
       -moz-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
       -moz-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
       -moz-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); } }
@-o-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
       -moz-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
       -moz-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); } }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg); } }
@-o-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
       -moz-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
       -moz-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
       -moz-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
       -moz-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
       -moz-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg); } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); }
  10%, 20% {
    -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }
@-o-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
       -moz-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
       -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
       -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: none;
         transform: none; }
  15% {
    -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
         transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
         transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
         transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
         transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
         transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -moz-transform: none;
         transform: none; } }
@-o-keyframes wobble {
  0% {
    -o-transform: none;
       transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -o-transform: none;
       transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
       -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
       -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
       -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
       -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
       -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-moz-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(1.03, 1.03, 1.03);
         transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -moz-transform: scale3d(0.97, 0.97, 0.97);
         transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1); } }
@-o-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
       -moz-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
       -moz-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
       -moz-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
       -moz-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
       -moz-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -3000px, 0);
         transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
         transform: translate3d(0, 25px, 0); }
  75% {
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  90% {
    -moz-transform: translate3d(0, 5px, 0);
         transform: translate3d(0, 5px, 0); }
  100% {
    -moz-transform: none;
         transform: none; } }
@-o-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  100% {
    -o-transform: none;
       transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
       -moz-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
       -moz-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
       -moz-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
       -moz-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -moz-transform: translate3d(-3000px, 0, 0);
         transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
         transform: translate3d(25px, 0, 0); }
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
         transform: translate3d(-10px, 0, 0); }
  90% {
    -moz-transform: translate3d(5px, 0, 0);
         transform: translate3d(5px, 0, 0); }
  100% {
    -moz-transform: none;
         transform: none; } }
@-o-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  100% {
    -o-transform: none;
       transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
       -moz-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
       -moz-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
       -moz-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
       -moz-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -moz-transform: translate3d(3000px, 0, 0);
         transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
         transform: translate3d(-25px, 0, 0); }
  75% {
    -moz-transform: translate3d(10px, 0, 0);
         transform: translate3d(10px, 0, 0); }
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
         transform: translate3d(-5px, 0, 0); }
  100% {
    -moz-transform: none;
         transform: none; } }
@-o-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  100% {
    -o-transform: none;
       transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
       -moz-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
       -moz-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
       -moz-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
       -moz-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@-moz-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 3000px, 0);
         transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  75% {
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  90% {
    -moz-transform: translate3d(0, -5px, 0);
         transform: translate3d(0, -5px, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0); } }
@-o-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
       -moz-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
       -moz-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
       -moz-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
       -moz-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }
@-moz-keyframes bounceOut {
  20% {
    -moz-transform: scale3d(0.9, 0.9, 0.9);
         transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
         transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); } }
@-o-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
       -moz-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
       -moz-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
       -moz-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@-moz-keyframes bounceOutDown {
  20% {
    -moz-transform: translate3d(0, 10px, 0);
         transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -moz-transform: translate3d(0, -20px, 0);
         transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }
@-o-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
       -moz-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
       -moz-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
       -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@-moz-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -moz-transform: translate3d(20px, 0, 0);
         transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }
@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
       -moz-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
       -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@-moz-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -moz-transform: translate3d(-20px, 0, 0);
         transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }
@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
       -moz-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
       -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@-moz-keyframes bounceOutUp {
  20% {
    -moz-transform: translate3d(0, -10px, 0);
         transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -moz-transform: translate3d(0, 20px, 0);
         transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }
@-o-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
       -moz-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
       -moz-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
       -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@-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; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
       -moz-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
       -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
       -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
       -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
       -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
       -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-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; } }
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 100%, 0);
         transform: translate3d(0, 100%, 0); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
       -moz-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, 2000px, 0);
         transform: translate3d(0, 2000px, 0); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
       -moz-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(-2000px, 0, 0);
         transform: translate3d(-2000px, 0, 0); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
       -moz-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
       -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(2000px, 0, 0);
         transform: translate3d(2000px, 0, 0); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
       -moz-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
         transform: translate3d(0, -100%, 0); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
       -moz-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(0, -2000px, 0);
         transform: translate3d(0, -2000px, 0); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
       -moz-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -moz-animation-timing-function: ease-out;
         animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
         transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px);
         transform: perspective(400px);
    -moz-animation-timing-function: ease-in;
         animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px);
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
       -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
       -moz-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
       -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
       -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
       -moz-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
       -moz-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in; }
  60% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }
@-o-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
       -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
       -moz-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
       -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
       -moz-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
       -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
       -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
       -moz-transform: perspective(400px);
            transform: perspective(400px); } }
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -moz-transition-timing-function: ease-in;
         transition-timing-function: ease-in; }
  60% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -moz-transform: perspective(400px);
         transform: perspective(400px); } }
@-o-keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -o-transition-timing-function: ease-in;
       transition-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
       -moz-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
       -moz-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
       -moz-transform: perspective(400px);
            transform: perspective(400px); } }
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
       -moz-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
       -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
       -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px);
         transform: perspective(400px); }
  30% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
         transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
       -moz-transform: perspective(400px);
            transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
       -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
         transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: skewX(20deg);
         transform: skewX(20deg);
    opacity: 1; }
  80% {
    -moz-transform: skewX(-5deg);
         transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -moz-transform: none;
         transform: none;
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -o-transform: none;
       transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
       -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
         -o-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
       -moz-transform: skewX(-5deg);
         -o-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
         transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
       -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center;
         transform-origin: center;
    -moz-transform: rotate3d(0, 0, 1, -200deg);
         transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center;
         transform-origin: center;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center;
       transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center;
       transform-origin: center;
    -o-transform: none;
       transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
       -moz-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -o-transform: none;
       transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
       -moz-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -o-transform: none;
       transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
       -moz-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -o-transform: none;
       transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
       -moz-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, -90deg);
         transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -moz-transform: none;
         transform: none;
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -o-transform: none;
       transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
       -moz-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none;
    opacity: 1; } }
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center;
         transform-origin: center;
    opacity: 1; }
  100% {
    -moz-transform-origin: center;
         transform-origin: center;
    -moz-transform: rotate3d(0, 0, 1, 200deg);
         transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  100% {
    -o-transform-origin: center;
       transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
       -moz-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
       -moz-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -moz-transform: rotate3d(0, 0, 1, 45deg);
         transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
       -moz-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
       -moz-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
         transform-origin: left bottom;
    -moz-transform: rotate3d(0, 0, 1, -45deg);
         transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
       -moz-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
         transform-origin: right bottom;
    -moz-transform: rotate3d(0, 0, 1, 90deg);
         transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
       -moz-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
       -moz-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    visibility: visible; }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
    visibility: visible; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
    visibility: visible; }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
    visibility: visible; }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
    visibility: visible; }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
    visibility: visible; }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-moz-keyframes slideInUp {
  0% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
    visibility: visible; }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0); } }
@-o-keyframes slideInUp {
  0% {
    -o-transform: translateY(100%);
       transform: translateY(100%);
    visibility: visible; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }
@-moz-keyframes slideOutDown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    visibility: hidden;
    -moz-transform: translateY(100%);
         transform: translateY(100%); } }
@-o-keyframes slideOutDown {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    visibility: hidden;
    -o-transform: translateY(100%);
       transform: translateY(100%); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); } }
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    visibility: hidden;
    -moz-transform: translateX(-100%);
         transform: translateX(-100%); } }
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    visibility: hidden;
    -o-transform: translateX(-100%);
       transform: translateX(-100%); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0); }
  100% {
    visibility: hidden;
    -moz-transform: translateX(100%);
         transform: translateX(100%); } }
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0); }
  100% {
    visibility: hidden;
    -o-transform: translateX(100%);
       transform: translateX(100%); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%); } }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0); }
  100% {
    visibility: hidden;
    -moz-transform: translateY(-100%);
         transform: translateY(-100%); } }
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    visibility: hidden;
    -o-transform: translateY(-100%);
       transform: translateY(-100%); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); } }
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate3d(0, 0, 1, 80deg);
         transform: rotate3d(0, 0, 1, 80deg);
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out; }
  40%, 80% {
    -moz-transform: rotate3d(0, 0, 1, 60deg);
         transform: rotate3d(0, 0, 1, 60deg);
    -moz-transform-origin: top left;
         transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
         animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -moz-transform: translate3d(0, 700px, 0);
         transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform-origin: top left;
       transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    -o-transform-origin: top left;
       transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    -o-transform-origin: top left;
       transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
       -moz-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
       -moz-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
       -moz-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
       -moz-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
         transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -moz-transform: none;
         transform: none; } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
       -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; } }
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
         transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
       -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
       -moz-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
       -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
       -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
       -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
       -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
         transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-o-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
       -moz-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
       -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
       -moz-transform-origin: center bottom;
         -o-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center; } }
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
         transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center;
         transform-origin: left center; } }
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
       transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
       -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
       -moz-transform-origin: left center;
         -o-transform-origin: left center;
            transform-origin: left center; } }
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center; } }
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
         transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center;
         transform-origin: right center; } }
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
       transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
       -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
         -o-transform-origin: right center;
            transform-origin: right center; } }
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
         transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
         transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
         transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
       -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
         -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
       -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
       -moz-transform-origin: center bottom;
         -o-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
         -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
/*		==================== - Font icon - ==================== */
[class*="icon-"], .breadcrumbs-links li:after {
  display: inline-block;
  font: normal normal normal 13px "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-1:before {
  content: "\f042"; }

.icon-2:before {
  content: "\f170"; }

.icon-3:before {
  content: "\f037"; }

.icon-4:before {
  content: "\f039"; }

.icon-5:before {
  content: "\f036"; }

.icon-6:before {
  content: "\f038"; }

.icon-7:before {
  content: "\f0f9"; }

.icon-8:before {
  content: "\f13d"; }

.icon-9:before {
  content: "\f17b"; }

.icon-10:before {
  content: "\f209"; }

.icon-11:before {
  content: "\f103"; }

.icon-12:before {
  content: "\f100"; }

.icon-13:before {
  content: "\f101"; }

.icon-14:before {
  content: "\f102"; }

.icon-15:before {
  content: "\f107"; }

.icon-16:before {
  content: "\f104"; }

.icon-17:before {
  content: "\f105"; }

.icon-18:before {
  content: "\f106"; }

.icon-19:before {
  content: "\f179"; }

.icon-20:before {
  content: "\f187"; }

.icon-21:before {
  content: "\f1fe"; }

.icon-22:before {
  content: "\f0ab"; }

.icon-23:before {
  content: "\f0a8"; }

.icon-24:before {
  content: "\f01a"; }

.icon-25:before {
  content: "\f190"; }

.icon-26:before {
  content: "\f18e"; }

.icon-27:before {
  content: "\f01b"; }

.icon-28:before {
  content: "\f0a9"; }

.icon-29:before {
  content: "\f0aa"; }

.icon-30:before {
  content: "\f063"; }

.icon-31:before {
  content: "\f060"; }

.icon-32:before {
  content: "\f061"; }

.icon-33:before {
  content: "\f062"; }

.icon-34:before {
  content: "\f047"; }

.icon-35:before {
  content: "\f0b2"; }

.icon-36:before {
  content: "\f07e"; }

.icon-37:before {
  content: "\f07d"; }

.icon-38:before {
  content: "\f069"; }

.icon-39:before {
  content: "\f1fa"; }

.icon-40:before {
  content: "\f1b9"; }

.icon-41:before {
  content: "\f04a"; }

.icon-42:before {
  content: "\f05e"; }

.icon-43:before {
  content: "\f19c"; }

.icon-44:before {
  content: "\f080"; }

.icon-45:before {
  content: "\f080"; }

.icon-46:before {
  content: "\f02a"; }

.icon-47:before {
  content: "\f0c9"; }

.icon-48:before {
  content: "\f0fc"; }

.icon-49:before {
  content: "\f1b4"; }

.icon-50:before {
  content: "\f1b5"; }

.icon-51:before {
  content: "\f0f3"; }

.icon-52:before {
  content: "\f0a2"; }

.icon-53:before {
  content: "\f1f6"; }

.icon-54:before {
  content: "\f1f7"; }

.icon-55:before {
  content: "\f206"; }

.icon-56:before {
  content: "\f1e5"; }

.icon-57:before {
  content: "\f1fd"; }

.icon-58:before {
  content: "\f171"; }

.icon-59:before {
  content: "\f172"; }

.icon-60:before {
  content: "\f15a"; }

.icon-61:before {
  content: "\f032"; }

.icon-62:before {
  content: "\f0e7"; }

.icon-63:before {
  content: "\f1e2"; }

.icon-64:before {
  content: "\f02d"; }

.icon-65:before {
  content: "\f02e"; }

.icon-66:before {
  content: "\f097"; }

.icon-67:before {
  content: "\f0b1"; }

.icon-68:before {
  content: "\f15a"; }

.icon-69:before {
  content: "\f188"; }

.icon-70:before {
  content: "\f1ad"; }

.icon-71:before {
  content: "\f0f7"; }

.icon-72:before {
  content: "\f0a1"; }

.icon-73:before {
  content: "\f140"; }

.icon-74:before {
  content: "\f207"; }

.icon-75:before {
  content: "\f1ba"; }

.icon-76:before {
  content: "\f1ec"; }

.icon-77:before {
  content: "\f073"; }

.icon-78:before {
  content: "\f133"; }

.icon-79:before {
  content: "\f030"; }

.icon-80:before {
  content: "\f083"; }

.icon-81:before {
  content: "\f1b9"; }

.icon-82:before {
  content: "\f0d7"; }

.icon-83:before {
  content: "\f0d9"; }

.icon-84:before {
  content: "\f0da"; }

.icon-85:before {
  content: "\f150"; }

.icon-86:before {
  content: "\f191"; }

.icon-87:before {
  content: "\f152"; }

.icon-88:before {
  content: "\f151"; }

.icon-89:before {
  content: "\f0d8"; }

.icon-90:before {
  content: "\f20a"; }

.icon-91:before {
  content: "\f1f3"; }

.icon-92:before {
  content: "\f1f2"; }

.icon-93:before {
  content: "\f1f1"; }

.icon-94:before {
  content: "\f1f4"; }

.icon-95:before {
  content: "\f1f5"; }

.icon-96:before {
  content: "\f1f0"; }

.icon-97:before {
  content: "\f0a3"; }

.icon-98:before {
  content: "\f0c1"; }

.icon-99:before {
  content: "\f127"; }

.icon-100:before {
  content: "\f00c"; }

.icon-101:before {
  content: "\f058"; }

.icon-102:before {
  content: "\f05d"; }

.icon-103:before {
  content: "\f14a"; }

.icon-104:before {
  content: "\f046"; }

.icon-105:before {
  content: "\f13a"; }

.icon-106:before {
  content: "\f137"; }

.icon-107:before {
  content: "\f138"; }

.icon-108:before {
  content: "\f139"; }

.icon-109:before {
  content: "\f078"; }

.icon-110:before {
  content: "\f053"; }

.icon-111:before {
  content: "\f054"; }

.icon-112:before {
  content: "\f077"; }

.icon-113:before {
  content: "\f1ae"; }

.icon-114:before {
  content: "\f111"; }

.icon-115:before {
  content: "\f10c"; }

.icon-116:before {
  content: "\f1ce"; }

.icon-117:before {
  content: "\f1db"; }

.icon-118:before {
  content: "\f0ea"; }

.icon-119:before {
  content: "\f017"; }

.icon-120:before {
  content: "\f00d"; }

.icon-121:before {
  content: "\f0c2"; }

.icon-122:before {
  content: "\f0ed"; }

.icon-123:before {
  content: "\f0ee"; }

.icon-124:before {
  content: "\f157"; }

.icon-125:before {
  content: "\f121"; }

.icon-126:before {
  content: "\f126"; }

.icon-127:before {
  content: "\f1cb"; }

.icon-128:before {
  content: "\f0f4"; }

.icon-129:before {
  content: "\f013"; }

.icon-130:before {
  content: "\f085"; }

.icon-131:before {
  content: "\f0db"; }

.icon-132:before {
  content: "\f075"; }

.icon-133:before {
  content: "\f0e5"; }

.icon-134:before {
  content: "\f086"; }

.icon-135:before {
  content: "\f0e6"; }

.icon-136:before {
  content: "\f14e"; }

.icon-137:before {
  content: "\f066"; }

.icon-138:before {
  content: "\f0c5"; }

.icon-139:before {
  content: "\f1f9"; }

.icon-140:before {
  content: "\f09d"; }

.icon-141:before {
  content: "\f125"; }

.icon-142:before {
  content: "\f05b"; }

.icon-143:before {
  content: "\f13c"; }

.icon-144:before {
  content: "\f1b2"; }

.icon-145:before {
  content: "\f1b3"; }

.icon-146:before {
  content: "\f0c4"; }

.icon-147:before {
  content: "\f0f5"; }

.icon-148:before {
  content: "\f0e4"; }

.icon-149:before {
  content: "\f1c0"; }

.icon-150:before {
  content: "\f03b"; }

.icon-151:before {
  content: "\f1a5"; }

.icon-152:before {
  content: "\f108"; }

.icon-153:before {
  content: "\f1bd"; }

.icon-154:before {
  content: "\f1a6"; }

.icon-155:before {
  content: "\f155"; }

.icon-156:before {
  content: "\f192"; }

.icon-157:before {
  content: "\f019"; }

.icon-158:before {
  content: "\f16d"; }

.icon-159:before {
  content: "\f16b"; }

.icon-160:before {
  content: "\f1a9"; }

.icon-161:before {
  content: "\f044"; }

.icon-162:before {
  content: "\f052"; }

.icon-163:before {
  content: "\f141"; }

.icon-164:before {
  content: "\f142"; }

.icon-165:before {
  content: "\f1d1"; }

.icon-166:before {
  content: "\f0e0"; }

.icon-167:before {
  content: "\f003"; }

.icon-168:before {
  content: "\f199"; }

.icon-169:before {
  content: "\f12d"; }

.icon-170:before {
  content: "\f153"; }

.icon-171:before {
  content: "\f153"; }

.icon-172:before {
  content: "\f0ec"; }

.icon-173:before {
  content: "\f12a"; }

.icon-174:before {
  content: "\f06a"; }

.icon-175:before {
  content: "\f071"; }

.icon-176:before {
  content: "\f065"; }

.icon-177:before {
  content: "\f08e"; }

.icon-178:before {
  content: "\f14c"; }

.icon-179:before {
  content: "\f06e"; }

.icon-180:before {
  content: "\f070"; }

.icon-181:before {
  content: "\f1fb"; }

.icon-182:before {
  content: "\f09a"; }

.icon-183:before {
  content: "\f082"; }

.icon-184:before {
  content: "\f049"; }

.icon-185:before {
  content: "\f050"; }

.icon-186:before {
  content: "\f1ac"; }

.icon-187:before {
  content: "\f182"; }

.icon-188:before {
  content: "\f0fb"; }

.icon-189:before {
  content: "\f15b"; }

.icon-190:before {
  content: "\f1c6"; }

.icon-191:before {
  content: "\f1c7"; }

.icon-192:before {
  content: "\f1c9"; }

.icon-193:before {
  content: "\f1c3"; }

.icon-194:before {
  content: "\f1c5"; }

.icon-195:before {
  content: "\f1c8"; }

.icon-196:before {
  content: "\f016"; }

.icon-197:before {
  content: "\f1c1"; }

.icon-198:before {
  content: "\f1c5"; }

.icon-199:before {
  content: "\f1c5"; }

.icon-200:before {
  content: "\f1c4"; }

.icon-201:before {
  content: "\f1c7"; }

.icon-202:before {
  content: "\f15c"; }

.icon-203:before {
  content: "\f0f6"; }

.icon-204:before {
  content: "\f1c8"; }

.icon-205:before {
  content: "\f1c2"; }

.icon-206:before {
  content: "\f1c6"; }

.icon-207:before {
  content: "\f0c5"; }

.icon-208:before {
  content: "\f008"; }

.icon-209:before {
  content: "\f0b0"; }

.icon-210:before {
  content: "\f06d"; }

.icon-211:before {
  content: "\f134"; }

.icon-212:before {
  content: "\f024"; }

.icon-213:before {
  content: "\f11e"; }

.icon-214:before {
  content: "\f11d"; }

.icon-215:before {
  content: "\f0e7"; }

.icon-216:before {
  content: "\f0c3"; }

.icon-217:before {
  content: "\f16e"; }

.icon-218:before {
  content: "\f0c7"; }

.icon-219:before {
  content: "\f07b"; }

.icon-220:before {
  content: "\f114"; }

.icon-221:before {
  content: "\f07c"; }

.icon-222:before {
  content: "\f115"; }

.icon-223:before {
  content: "\f031"; }

.icon-224:before {
  content: "\f04e"; }

.icon-225:before {
  content: "\f180"; }

.icon-226:before {
  content: "\f119"; }

.icon-227:before {
  content: "\f1e3"; }

.icon-228:before {
  content: "\f11b"; }

.icon-229:before {
  content: "\f0e3"; }

.icon-230:before {
  content: "\f154"; }

.icon-231:before {
  content: "\f1d1"; }

.icon-232:before {
  content: "\f013"; }

.icon-233:before {
  content: "\f085"; }

.icon-234:before {
  content: "\f06b"; }

.icon-235:before {
  content: "\f1d3"; }

.icon-236:before {
  content: "\f1d2"; }

.icon-237:before {
  content: "\f09b"; }

.icon-238:before {
  content: "\f113"; }

.icon-239:before {
  content: "\f092"; }

.icon-240:before {
  content: "\f184"; }

.icon-241:before {
  content: "\f000"; }

.icon-242:before {
  content: "\f0ac"; }

.icon-243:before {
  content: "\f1a0"; }

.icon-244:before {
  content: "\f0d5"; }

.icon-245:before {
  content: "\f0d4"; }

.icon-246:before {
  content: "\f1ee"; }

.icon-247:before {
  content: "\f19d"; }

.icon-248:before {
  content: "\f0c0"; }

.icon-249:before {
  content: "\f0fd"; }

.icon-250:before {
  content: "\f1d4"; }

.icon-251:before {
  content: "\f0a7"; }

.icon-252:before {
  content: "\f0a5"; }

.icon-253:before {
  content: "\f0a4"; }

.icon-254:before {
  content: "\f0a6"; }

.icon-255:before {
  content: "\f0a0"; }

.icon-256:before {
  content: "\f1dc"; }

.icon-257:before {
  content: "\f025"; }

.icon-258:before {
  content: "\f004"; }

.icon-259:before {
  content: "\f08a"; }

.icon-260:before {
  content: "\f1da"; }

.icon-261:before {
  content: "\f015"; }

.icon-262:before {
  content: "\f0f8"; }

.icon-263:before {
  content: "\f13b"; }

.icon-264:before {
  content: "\f20b"; }

.icon-265:before {
  content: "\f03e"; }

.icon-266:before {
  content: "\f01c"; }

.icon-267:before {
  content: "\f03c"; }

.icon-268:before {
  content: "\f129"; }

.icon-269:before {
  content: "\f05a"; }

.icon-270:before {
  content: "\f156"; }

.icon-271:before {
  content: "\f16d"; }

.icon-272:before {
  content: "\f19c"; }

.icon-273:before {
  content: "\f208"; }

.icon-274:before {
  content: "\f033"; }

.icon-275:before {
  content: "\f1aa"; }

.icon-276:before {
  content: "\f157"; }

.icon-277:before {
  content: "\f1cc"; }

.icon-278:before {
  content: "\f084"; }

.icon-279:before {
  content: "\f11c"; }

.icon-280:before {
  content: "\f159"; }

.icon-281:before {
  content: "\f1ab"; }

.icon-282:before {
  content: "\f109"; }

.icon-283:before {
  content: "\f202"; }

.icon-284:before {
  content: "\f203"; }

.icon-285:before {
  content: "\f06c"; }

.icon-286:before {
  content: "\f0e3"; }

.icon-287:before {
  content: "\f094"; }

.icon-288:before {
  content: "\f149"; }

.icon-289:before {
  content: "\f148"; }

.icon-290:before {
  content: "\f1cd"; }

.icon-291:before {
  content: "\f1cd"; }

.icon-292:before {
  content: "\f1cd"; }

.icon-293:before {
  content: "\f1cd"; }

.icon-294:before {
  content: "\f0eb"; }

.icon-295:before {
  content: "\f201"; }

.icon-296:before {
  content: "\f0c1"; }

.icon-297:before {
  content: "\f0e1"; }

.icon-298:before {
  content: "\f08c"; }

.icon-299:before {
  content: "\f17c"; }

.icon-300:before {
  content: "\f03a"; }

.icon-301:before {
  content: "\f022"; }

.icon-302:before {
  content: "\f0cb"; }

.icon-303:before {
  content: "\f0ca"; }

.icon-304:before {
  content: "\f124"; }

.icon-305:before {
  content: "\f023"; }

.icon-306:before {
  content: "\f175"; }

.icon-307:before {
  content: "\f177"; }

.icon-308:before {
  content: "\f178"; }

.icon-309:before {
  content: "\f176"; }

.icon-310:before {
  content: "\f0d0"; }

.icon-311:before {
  content: "\f076"; }

.icon-312:before {
  content: "\f064"; }

.icon-313:before {
  content: "\f112"; }

.icon-314:before {
  content: "\f122"; }

.icon-315:before {
  content: "\f183"; }

.icon-316:before {
  content: "\f041"; }

.icon-317:before {
  content: "\f136"; }

.icon-318:before {
  content: "\f20c"; }

.icon-319:before {
  content: "\f0fa"; }

.icon-320:before {
  content: "\f11a"; }

.icon-321:before {
  content: "\f130"; }

.icon-322:before {
  content: "\f131"; }

.icon-323:before {
  content: "\f068"; }

.icon-324:before {
  content: "\f056"; }

.icon-325:before {
  content: "\f146"; }

.icon-326:before {
  content: "\f147"; }

.icon-327:before {
  content: "\f10b"; }

.icon-328:before {
  content: "\f10b"; }

.icon-329:before {
  content: "\f0d6"; }

.icon-330:before {
  content: "\f186"; }

.icon-331:before {
  content: "\f19d"; }

.icon-332:before {
  content: "\f001"; }

.icon-333:before {
  content: "\f0c9"; }

.icon-334:before {
  content: "\f1ea"; }

.icon-335:before {
  content: "\f19b"; }

.icon-336:before {
  content: "\f03b"; }

.icon-337:before {
  content: "\f18c"; }

.icon-338:before {
  content: "\f1fc"; }

.icon-339:before {
  content: "\f1d8"; }

.icon-340:before {
  content: "\f1d9"; }

.icon-341:before {
  content: "\f0c6"; }

.icon-342:before {
  content: "\f1dd"; }

.icon-343:before {
  content: "\f0ea"; }

.icon-344:before {
  content: "\f04c"; }

.icon-345:before {
  content: "\f1b0"; }

.icon-346:before {
  content: "\f1ed"; }

.icon-347:before {
  content: "\f040"; }

.icon-348:before {
  content: "\f14b"; }

.icon-349:before {
  content: "\f044"; }

.icon-350:before {
  content: "\f095"; }

.icon-351:before {
  content: "\f098"; }

.icon-352:before {
  content: "\f03e"; }

.icon-353:before {
  content: "\f03e"; }

.icon-354:before {
  content: "\f200"; }

.icon-355:before {
  content: "\f1a7"; }

.icon-356:before {
  content: "\f1a8"; }

.icon-357:before {
  content: "\f0d2"; }

.icon-358:before {
  content: "\f0d3"; }

.icon-359:before {
  content: "\f072"; }

.icon-360:before {
  content: "\f04b"; }

.icon-361:before {
  content: "\f144"; }

.icon-362:before {
  content: "\f01d"; }

.icon-363:before {
  content: "\f1e6"; }

.icon-364:before {
  content: "\f067"; }

.icon-365:before {
  content: "\f055"; }

.icon-366:before {
  content: "\f0fe"; }

.icon-367:before {
  content: "\f196"; }

.icon-368:before {
  content: "\f011"; }

.icon-369:before {
  content: "\f02f"; }

.icon-370:before {
  content: "\f12e"; }

.icon-371:before {
  content: "\f1d6"; }

.icon-372:before {
  content: "\f029"; }

.icon-373:before {
  content: "\f128"; }

.icon-374:before {
  content: "\f059"; }

.icon-375:before {
  content: "\f10d"; }

.icon-376:before {
  content: "\f10e"; }

.icon-377:before {
  content: "\f1d0"; }

.icon-378:before {
  content: "\f074"; }

.icon-379:before {
  content: "\f1d0"; }

.icon-380:before {
  content: "\f1b8"; }

.icon-381:before {
  content: "\f1a1"; }

.icon-382:before {
  content: "\f1a2"; }

.icon-383:before {
  content: "\f021"; }

.icon-384:before {
  content: "\f00d"; }

.icon-385:before {
  content: "\f18b"; }

.icon-386:before {
  content: "\f0c9"; }

.icon-387:before {
  content: "\f01e"; }

.icon-388:before {
  content: "\f112"; }

.icon-389:before {
  content: "\f122"; }

.icon-390:before {
  content: "\f079"; }

.icon-391:before {
  content: "\f157"; }

.icon-392:before {
  content: "\f018"; }

.icon-393:before {
  content: "\f135"; }

.icon-394:before {
  content: "\f0e2"; }

.icon-395:before {
  content: "\f01e"; }

.icon-396:before {
  content: "\f158"; }

.icon-397:before {
  content: "\f09e"; }

.icon-398:before {
  content: "\f143"; }

.icon-399:before {
  content: "\f158"; }

.icon-400:before {
  content: "\f158"; }

.icon-401:before {
  content: "\f156"; }

.icon-402:before {
  content: "\f0c7"; }

.icon-403:before {
  content: "\f0c4"; }

.icon-404:before {
  content: "\f002"; }

.icon-405:before {
  content: "\f010"; }

.icon-406:before {
  content: "\f00e"; }

.icon-407:before {
  content: "\f1d8"; }

.icon-408:before {
  content: "\f1d9"; }

.icon-409:before {
  content: "\f064"; }

.icon-410:before {
  content: "\f1e0"; }

.icon-411:before {
  content: "\f1e1"; }

.icon-412:before {
  content: "\f14d"; }

.icon-413:before {
  content: "\f045"; }

.icon-414:before {
  content: "\f20b"; }

.icon-415:before {
  content: "\f20b"; }

.icon-416:before {
  content: "\f132"; }

.icon-417:before {
  content: "\f07a"; }

.icon-418:before {
  content: "\f090"; }

.icon-419:before {
  content: "\f08b"; }

.icon-420:before {
  content: "\f012"; }

.icon-421:before {
  content: "\f0e8"; }

.icon-422:before {
  content: "\f17e"; }

.icon-423:before {
  content: "\f198"; }

.icon-424:before {
  content: "\f1de"; }

.icon-425:before {
  content: "\f1e7"; }

.icon-426:before {
  content: "\f118"; }

.icon-427:before {
  content: "\f1e3"; }

.icon-428:before {
  content: "\f0dc"; }

.icon-429:before {
  content: "\f15d"; }

.icon-430:before {
  content: "\f15e"; }

.icon-431:before {
  content: "\f160"; }

.icon-432:before {
  content: "\f161"; }

.icon-433:before {
  content: "\f0de"; }

.icon-434:before {
  content: "\f0dd"; }

.icon-435:before {
  content: "\f0dd"; }

.icon-436:before {
  content: "\f162"; }

.icon-437:before {
  content: "\f163"; }

.icon-438:before {
  content: "\f0de"; }

.icon-439:before {
  content: "\f1be"; }

.icon-440:before {
  content: "\f197"; }

.icon-441:before {
  content: "\f110"; }

.icon-442:before {
  content: "\f1b1"; }

.icon-443:before {
  content: "\f1bc"; }

.icon-444:before {
  content: "\f0c8"; }

.icon-445:before {
  content: "\f096"; }

.icon-446:before {
  content: "\f18d"; }

.icon-447:before {
  content: "\f16c"; }

.icon-448:before {
  content: "\f005"; }

.icon-449:before {
  content: "\f089"; }

.icon-450:before {
  content: "\f123"; }

.icon-451:before {
  content: "\f123"; }

.icon-452:before {
  content: "\f123"; }

.icon-453:before {
  content: "\f006"; }

.icon-454:before {
  content: "\f1b6"; }

.icon-455:before {
  content: "\f1b7"; }

.icon-456:before {
  content: "\f048"; }

.icon-457:before {
  content: "\f051"; }

.icon-458:before {
  content: "\f0f1"; }

.icon-459:before {
  content: "\f04d"; }

.icon-460:before {
  content: "\f0cc"; }

.icon-461:before {
  content: "\f1a4"; }

.icon-462:before {
  content: "\f1a3"; }

.icon-463:before {
  content: "\f12c"; }

.icon-464:before {
  content: "\f0f2"; }

.icon-465:before {
  content: "\f185"; }

.icon-466:before {
  content: "\f12b"; }

.icon-467:before {
  content: "\f1cd"; }

.icon-468:before {
  content: "\f0ce"; }

.icon-469:before {
  content: "\f10a"; }

.icon-470:before {
  content: "\f0e4"; }

.icon-471:before {
  content: "\f02b"; }

.icon-472:before {
  content: "\f02c"; }

.icon-473:before {
  content: "\f0ae"; }

.icon-474:before {
  content: "\f1ba"; }

.icon-475:before {
  content: "\f1d5"; }

.icon-476:before {
  content: "\f120"; }

.icon-477:before {
  content: "\f034"; }

.icon-478:before {
  content: "\f035"; }

.icon-479:before {
  content: "\f00a"; }

.icon-480:before {
  content: "\f009"; }

.icon-481:before {
  content: "\f00b"; }

.icon-482:before {
  content: "\f08d"; }

.icon-483:before {
  content: "\f165"; }

.icon-484:before {
  content: "\f088"; }

.icon-485:before {
  content: "\f087"; }

.icon-486:before {
  content: "\f164"; }

.icon-487:before {
  content: "\f145"; }

.icon-488:before {
  content: "\f00d"; }

.icon-489:before {
  content: "\f057"; }

.icon-490:before {
  content: "\f05c"; }

.icon-491:before {
  content: "\f043"; }

.icon-492:before {
  content: "\f150"; }

.icon-493:before {
  content: "\f191"; }

.icon-494:before {
  content: "\f204"; }

.icon-495:before {
  content: "\f205"; }

.icon-496:before {
  content: "\f152"; }

.icon-497:before {
  content: "\f151"; }

.icon-498:before {
  content: "\f1f8"; }

.icon-499:before {
  content: "\f014"; }

.icon-500:before {
  content: "\f1bb"; }

.icon-501:before {
  content: "\f181"; }

.icon-502:before {
  content: "\f091"; }

.icon-503:before {
  content: "\f0d1"; }

.icon-504:before {
  content: "\f195"; }

.icon-505:before {
  content: "\f1e4"; }

.icon-506:before {
  content: "\f173"; }

.icon-507:before {
  content: "\f174"; }

.icon-508:before {
  content: "\f195"; }

.icon-509:before {
  content: "\f1e8"; }

.icon-510:before {
  content: "\f099"; }

.icon-511:before {
  content: "\f081"; }

.icon-512:before {
  content: "\f0e9"; }

.icon-513:before {
  content: "\f0cd"; }

.icon-514:before {
  content: "\f0e2"; }

.icon-515:before {
  content: "\f19c"; }

.icon-516:before {
  content: "\f127"; }

.icon-517:before {
  content: "\f09c"; }

.icon-518:before {
  content: "\f13e"; }

.icon-519:before {
  content: "\f0dc"; }

.icon-520:before {
  content: "\f093"; }

.icon-521:before {
  content: "\f155"; }

.icon-522:before {
  content: "\f007"; }

.icon-523:before {
  content: "\f0f0"; }

.icon-524:before {
  content: "\f0c0"; }

.icon-525:before {
  content: "\f03d"; }

.icon-526:before {
  content: "\f194"; }

.icon-527:before {
  content: "\f1ca"; }

.icon-528:before {
  content: "\f189"; }

.icon-529:before {
  content: "\f027"; }

.icon-530:before {
  content: "\f026"; }

.icon-531:before {
  content: "\f028"; }

.icon-532:before {
  content: "\f071"; }

.icon-533:before {
  content: "\f1d7"; }

.icon-534:before {
  content: "\f18a"; }

.icon-535:before {
  content: "\f1d7"; }

.icon-536:before {
  content: "\f193"; }

.icon-537:before {
  content: "\f1eb"; }

.icon-538:before {
  content: "\f17a"; }

.icon-539:before {
  content: "\f159"; }

.icon-540:before {
  content: "\f19a"; }

.icon-541:before {
  content: "\f0ad"; }

.icon-542:before {
  content: "\f168"; }

.icon-543:before {
  content: "\f169"; }

.icon-544:before {
  content: "\f19e"; }

.icon-545:before {
  content: "\f1e9"; }

.icon-546:before {
  content: "\f157"; }

.icon-547:before {
  content: "\f167"; }

.icon-548:before {
  content: "\f16a"; }

.icon-549:before {
  content: "\f166"; }

/*		==================== - Wordpress - ==================== */
.alignleft {
  float: left;
  text-align: left;
  margin-bottom: 25px;
  margin-right: 25px; }

.alignright {
  float: right;
  text-align: right;
  margin-bottom: 25px;
  margin-left: 25px; }

.aligncenter {
  text-align: center; }

img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto; }

.wp-caption {
  max-width: 100%;
  position: relative; }

.wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400; }

aside select, .wpb_widgetised_column select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #eeeeee;
    margin: 5px 0;
}

#wp-calendar {
    width: 100%;
    text-align: center;
    color: #888;
}

#wp-calendar thead {
  color: black;
}

#wp-calendar a {
    font-weight: 600;
}

#wp-calendar tfoot {
  display: table-caption;
  caption-side: top;
}

#wp-calendar tfoot td {
    border: none;
    font-size: 0.8em;
    text-transform: uppercase;
}

#wp-calendar tfoot a {
  color: rgba(255,0,0,0.3);
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar caption {
  margin-bottom: -10px;
  text-transform: uppercase;
  font-weight: 400;
}

.tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 11px;
  position: relative;
  z-index: 3;
  background: #573b0c;
  font-size: 13px !important;
  position: relative;
  margin: 3px 1px;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
}

.tagcloud a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.sticky .post-title {
    text-align: center;
}

.sticky  .post-meta {
    display: table;
    margin: 15px auto 0;
}

.sticky .post-title:after {
  content: 'Sticky';
  font-size: 0.4em;
  background: #f8f8f8;
  padding: 1px 3px;
  display: inline-block;
  margin-left: 8px;
  text-align: center;
  color: #ffffff;
  background: #ff6600;
  position: relative;
  top: -15px;
  opacity: 0.6;
}

.form-submit {
    display: none;
}

.comment-reply-title {
    font-size: 1.84615em;
}

.comment-reply-title a {
    color: #ff6600;
}

.comment-reply-title small {
    font-size: 0.6em;
}

.comment-reply-title small a {
    color: #cdcdcd;
}

.comment-reply-title small a:hover {
    color: #999999;
}

.comment-form {
    margin-top: 3em;
}


  /* Visual Composer Fixes */

.container-full {
  overflow: hidden;
}

.container-full .wpb_row {
  margin-bottom: 0;
}

[class*=vc_custom][data-box-img] {
  background-image: none !important;
}

/* Wordpress slider */
body .wp-audio-shortcode  {
    min-height: 64px !important;
    background: #ff6600 !important;
    border: 1px solid #f5f5f5;
    margin-bottom: 1em;
}
body .wp-audio-shortcode .mejs-controls {
  background: transparent;
  position: absolute;
  top: 17px;
  left: 11.5px;
  right: 11.5px;
  width: 100%;
}

body .mejs-container .mejs-controls {
    width: auto !important;
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
body .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255,255,255,0.4s);
}

body .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255,255,255,0.15) !important;
}

body .mejs-controls .mejs-time-rail .mejs-time-current {
    background: rgba(255,255,255,0.55) !important;
}

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #efefef;
}

body .mejs-currenttime, body .mejs-duration {
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 18px;
}

body .mejs-controls .mejs-time-rail .mejs-time-float {
    border: none;
}

.gallery {
  text-align: center;
  margin-bottom: 25px;
}

.gallery figure {
  display: inline-block;
  margin: 0;
  padding: 1px;
}

.gallery-columns-1 .gallery-item  {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
} 

/*		==================== - Header - ==================== */

.header-navbar {
  padding: 1em 0;
  border-bottom: 1px solid #f6f6f6;
  font-family: 'Lato', sans-serif;
}


.identity {
  padding: 25px 0;
  margin: 0;
  display: table;
  position: relative; }
  .identity * {
    margin: 0; }
  .identity a {
    z-index: 1;
    position: relative;
    max-width: 100%;
    display: inline-block; }

.main-nav &gt; ul {
  display: none; }
  @media (min-width: 992px) {
    .main-nav &gt; ul {
      display: table; } }
  .main-nav &gt; ul li {
    position: relative; }
  .main-nav &gt; ul &gt; li {
    padding: 25px 0 3px;
    margin: 0 5px; }
    .main-nav &gt; ul &gt; li:last-child {
      margin-right: 0; }
      .main-nav &gt; ul &gt; li:last-child &gt; ul {
        right: 0; }
    .main-nav &gt; ul &gt; li &gt; a {
        padding: 3px 10px;
        display: inline-block;
    }
    
    .main-nav &gt; ul &gt; .current_page_item &gt; a, .current_page_parent &gt; a {
        background: #ff6600;
        color: #ffffff;
    }

    .main-nav &gt; ul &gt; .current_page_item &gt; a:hover, .current_page_parent &gt; a:hover {
        opacity: 0.8;
        color: #ffffff;
    }

    .current_page_parent .current_page_item &gt; a {
        color: #ff6600;
    }

    .menu .current-menu-item &gt; a {
        background: #fafafa;
        color: #ff6600;
        border-left: 2px solid;
    }

    .main-nav &gt; ul &gt; li a:hover + ul {
        display: block;
        -webkit-animation: fadeIn 0.8s ease forwards;
           -moz-animation: fadeIn 0.8s ease forwards;
             -o-animation: fadeIn 0.8s ease forwards;
                animation: fadeIn 0.8s ease forwards; }
    .main-nav &gt; ul &gt; li &gt; ul {
      border-bottom: 3px solid #ffffff;
      margin-top: -3px; }
    .main-nav &gt; ul &gt; li ul {
      position: absolute;
      background: #ffffff;
      top: 100%;
      z-index: 33;
      border-top: 0;
      text-align: left !important;
      min-width: 250px;
      max-width: 400px;
      font-size: 0.9em;
      white-space: nowrap;
      text-transform: none;
      box-shadow: 0 1px 1px rgba(0,0,0,0.1);
      display: none; }
      .main-nav &gt; ul &gt; li ul:hover {
        display: block; }
      .main-nav &gt; ul &gt; li ul ul {
        left: 100%;
        top: 0;
        bottom: auto; }
      .main-nav &gt; ul &gt; li ul li a {
        display: block;
        padding: 11px 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.05); }
        .main-nav &gt; ul &gt; li ul li a:hover {
          background: rgba(238, 29, 36, 0.005); }

.main-nav &gt; ul &gt; li ul li:first-child a {
    border-top: 0;
}

.is-sticky .header-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0;
  -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
       -o-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  will-change: transform; }

.admin-bar .is-sticky .header-navbar {
    top: 30px;
}

.is-sticky.scrolled-up .header-navbar {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }

.responsive-menu {
  padding: 18.33333px 0; }
  @media (min-width: 992px) {
    .responsive-menu {
      display: none !important; } }
  .responsive-menu:focus {
    outline: none !important; }

.mobile-active {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 99999;
  background: rgba(255,255,255, 0.9);
  box-shadow: -1px 0 1px rgba(0,0,0,0.2);
  height: 100vh;
  width: 50%;
  overflow-y: auto;
  min-width: 300px;}
  .mobile-active &gt; ul {
    display: block; }
    .mobile-active &gt; ul &gt; li {
      width: 100%;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .mobile-active &gt; ul &gt; li &gt; a {
        display: block;
        padding: 11px 25px; }
        .mobile-active &gt; ul &gt; li &gt; a:focus {
          outline: none; }
      .mobile-active &gt; ul &gt; li ul {
        display: block !important;
        position: static;
        margin: 0;
        padding-left: 15px;
        width: 100%;
        max-width: none;
        background: transparent;
        border: none; }
        .mobile-active &gt; ul &gt; li a:hover + ul {
              -webkit-animation: none;
              -moz-animation: none;
              animation: none;
           }

/*		==================== - Header - ==================== */
.footer-social {
  border-bottom: 5px solid #000000; }
  .footer-social .social-networks {
    padding: 44px 0; }
    .footer-social .social-networks:after {
      position: absolute;
      width: 100%;
      bottom: -5px;
      border-bottom: 5px solid currentColor; }
    .footer-social .social-networks &gt; li a {
      width: 44px;
      height: 44px;
      font-size: 25px; }

.social-networks {
  position: relative; }
  @media (max-width: 768px) {
    .social-networks {
      text-align: center; }
      .social-networks &gt; li {
        float: none;
        display: inline-block;
        margin: 6px 0; } }
  .social-networks &gt; li {
    padding: 0 5px; }
    .social-networks &gt; li a {
      color: inherit;
      font-size: 17.6px;
      display: table;
      border: 1px solid rgba(255, 255, 255, 0.2);
      width: 33px;
      height: 33px;
      position: relative;
      text-align: center;
      -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
           -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
      .social-networks &gt; li a:focus {
        outline: none; }
      .social-networks &gt; li a:hover, .social-networks &gt; li a:focus {
        background: #ffffff; }
        .social-networks &gt; li a:hover i, .social-networks &gt; li a:focus i {
          color: #ff6600; }
      .social-networks &gt; li a i {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle; }

.footer-menu-box {
  padding: 66px 0; }

.main-footer {
    background: #333333;
}

@media (max-width: 768px) {
  .footer-menu {
    text-align: center; }
    .footer-menu &gt; li {
      float: none;
      display: inline-block;
      margin: 6px 0; } }
.footer-menu &gt; li {
  padding: 0 11px; }
  .footer-menu &gt; li a {
    display: inline-block; }
    .footer-menu &gt; li a:focus {
      outline: 1px solid currentColor;
      outline-offset: 3px; }

.footer-menu li {
    position: relative;
}

.footer-menu &gt; li ul {
    position: absolute;
    min-width: 220px;
    left: 0;
    top: 100%;
    margin: 0 auto;
    background: #f8f8f8;
    z-index: 999;
    border: 1px solid #f0f0f0;
    display: none
}

.footer-menu li ul a {
    display: block;
    padding: 5px 11px;
}

.footer-menu li a:hover + ul, .footer-menu &gt; li ul:hover {
    display: block;
}

.footer-menu &gt; li ul &gt; li ul {
    left: 100%;
    top: -1px;
}

.footer-menu &gt; li ul li {
    border-bottom: 1px solid #f0f0f0;
}

.footer-copyright {
  padding: 25px 0;
  font-size: 0.9em;
  background: rgba(0,0,0,0.4);
  position: relative; }
  

.footer-copyright a {
    color: #ff8800;
}

.footer-copyright a:hover {
    opacity: 0.8;
}

.footer-copyright .social-networks a {
    border: none;
}

.footer-copyright .social-networks a:hover {
    background: none;
}

.to-top-link {
  display: block;
  width: 50px;
  height: 50px;
  background: #995307;
  text-align: center;
  position: absolute;
  right: 50px;
  top: -25px;
  z-index: 9; }

.to-top-link i {
    color: #ffffff;
    font-size: 2em;
    line-height: 50px;
}

.copyright {
  margin: 0;
  color: #bababa;
  line-height: 33px; }
  .copyright a {
    padding: 0 3px;
    font-weight: 400; }
    .copyright a:focus {
      outline: none;
      color: #ff6600; }

.social-mini-footer a:hover {
  background: transparent !important;
  border: 1px solid currentColor; }

.footer-sidebar {
  padding: 66px 0 44px; }

.footer-big-area {
    padding: 3em 0;
}

.footer-big-area .widget * {
    color: rgba(255,255,255, 0.6);
}

.footer-big-area .widget {
    margin: 25px 0;
}

.footer-big-area .widget a {
    color: #ffffff;
}

.footer-big-area .widget a:hover {
    color: rgba(255,255,255,0.8);
}

.footer-big-area .current_page_item &gt; a {
    background: none;
}

.footer-big-area .widget select {
    width: 100%;
    color: #2a2a2a;
}

.footer-title {
    margin: 0 0 25px;
    color: #ff6600 !important;
}

.footer-big-area .menu {
    margin: 0;
    font-size: 0;
}

.footer-big-area .menu li {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-big-area .menu li a {
  font-size: 1rem;
}

.footer-big-area .menu li[class*="current"] a {
  padding: 3px 9px;
  background: #000000;
  border: none;
}

/*		==================== - Sections - ==================== */
@media (max-width: 992px) {
  .box-breadcrumbs {
    text-align: center;
  }
  .breadcrumbs-links {
    margin: 0 auto !important;
  }
  .testimonials-loop li &gt; div {
      padding: 0 10px !important;
    }
  .main-sidebar {
    margin-top: 44px; } }

  @media (max-width: 768px) {
    .slider-half &gt; div {
      width: 100% !important;
    }
    .slider-half + div li:first-child a {
      left: 0px !important;
    }
    .slider-half + div li:last-child a {
      right: 0 !important;
    }
    .testimonials-loop li &gt; div {
      padding: 0 !important;
    }
    .widget {
      width: 100%; } }
  .widget:last-child {
    margin-bottom: 0; }
  .widget:not(.widget-search) .widget-content {
    padding: 33px 25px;
    overflow: hidden; }
    .widget:not(.widget-search) .widget-content a {
      color: #000000; }
      .widget:not(.widget-search) .widget-content a:hover {
        color: #ff6600; }
  .widget:not(.widget-search) .style-alpha {
    border-top: 1px solid #000000;
    background: #f6f6f6; }

.widget-title {
    margin-top: 0;
}

aside .widget, .wpb_widgetised_column .widget {
    border-bottom: 1px solid #f6f6f6;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

aside .widget:first-child, .wpb_widgetised_column .widget:first-child {
    padding-top: 0;
}

aside .widget:after, .wpb_widgetised_column .widget:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    background: #9a7c4a;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

aside .widget ul&gt; li, .wpb_widgetised_column .widget ul &gt; li {
    padding: 5px 0;
}

aside .widget ul&gt; li &gt; li, .wpb_widgetised_column .widget ul &gt; li &gt; li {
    padding-left: 15px;
}

.widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-title {
  margin-bottom: 25px; }

.widget-search input[type=search] {
  padding-right: 33px; }
.widget-search p {
  margin-top: 0; }
.widget-search button {
  position: absolute;
  top: 9px;
  right: 15px;
  padding: 0 3px; }
  .widget-search button:hover {
    color: #ff6600; }

.widget-recent-posts figure {
  padding-right: 11px;
  margin-bottom: 0; }

.recent-posts-loop &gt; li {
  margin-bottom: 11px; }
  .recent-posts-loop &gt; li:last-child {
    margin-bottom: 0; }

.recent-posts-loop i {
  display: none;
}

.recent-posts-loop figure {
  padding: 0 12px 0 0;
  text-align: center;
  margin: 0;
}

.tag-loop &gt; li {
  padding: 0 5.5px;
  margin: 5.5px 0;
  position: relative;
  overflow: hidden; }
  .tag-loop &gt; li a {
    display: inline-block;
    padding: 7.33333px 11px;
    font-size: 11px;
    position: relative;
    z-index: 3; }
  .tag-loop &gt; li:before, .tag-loop &gt; li:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .tag-loop &gt; li:before {
    left: 0;
    border-right: 30px solid #ffffff;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent; }
  .tag-loop &gt; li:after {
    right: 0;
    border-left: 30px solid #ffffff;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent; }

.widget-dribbble li {
  padding: 1px !important; }
  .widget-dribbble li &gt; a {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
    .widget-dribbble li &gt; a:hover {
      opacity: 0.9; }

.page-widget .menu li {
    margin: 15px 0;
}

.page-widget .menu a {
    display: block;
    padding: 5px 15px;
}

/*		==================== - Features - ==================== */
.fancy-features {
  padding: 44px 0; }
  @media (max-width: 768px) {
    .fancy-features {
      padding: 44px 33px; } }
  .fancy-features:nth-child(odd) {
    padding-top: 25px; }
  .fancy-features .featured-icon {
    padding-bottom: 0; }
  .fancy-features figure {
    left: -33px; }
    @media (max-width: 768px) {
      .fancy-features figure {
        left: -11px; } }
  .fancy-features div + div figure {
    right: -33px !important;
    left: auto; }

.fancy-features-services {
  padding: 25px 0; }

.featured-icon {
  width: 100%; }
    .featured-icon figure &gt; a {
      color: inherit;
      overflow: hidden; }
      .featured-icon figure &gt; a &gt; i {
        will-change: transform; }
      .featured-icon figure &gt; a:hover {
        background: #ff6600;
        color: #ffffff; }
        .featured-icon figure &gt; a:hover:before, .featured-icon figure &gt; a:hover:after {
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
               -o-transform: translate(0, 0);
                  transform: translate(0, 0); }
        .featured-icon figure &gt; a:hover:before {
          border-left-color: white;
          border-bottom-color: white; }
        .featured-icon figure &gt; a:hover:after {
          border-right-color: white;
          border-top-color: white; }
      .featured-icon figure &gt; a:after, .featured-icon figure &gt; a:before {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border: 1px solid transparent;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
           -moz-transition: -moz-transform 0.3s ease-in-out;
             -o-transition: -o-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out; }
      .featured-icon figure &gt; a:before {
        -webkit-transform: translate(-10px, 10px);
           -moz-transform: translate(-10px, 10px);
            -ms-transform: translate(-10px, 10px);
             -o-transform: translate(-10px, 10px);
                transform: translate(-10px, 10px); }
      .featured-icon figure &gt; a:after {
        -webkit-transform: translate(10px, -10px);
           -moz-transform: translate(10px, -10px);
            -ms-transform: translate(10px, -10px);
             -o-transform: translate(10px, -10px);
                transform: translate(10px, -10px); }

.featured-logo {
  padding: 0 23%;
  position: relative;
  margin-top: 75%; }
  @media (min-width: 992px) {
    .featured-logo {
      margin-top: 40%; } }
  @media (min-width: 1200px) {
    .featured-logo {
      margin-top: 25%; } }
  @media (max-width: 768px) {
    .featured-logo {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .featured-logo:after, .featured-logo:before {
    content: "";
    display: block;
    position: absolute;
    width: 66px;
    height: 1px;
    border: 1px solid #f6f6f6;
    top: 0;
    bottom: 0;
    margin: auto 0; }
    @media (max-width: 768px) {
      .featured-logo:after, .featured-logo:before {
        display: none; } }
  .featured-logo:after {
    left: -15%; }
  .featured-logo:before {
    right: -15%; }
  .featured-logo &gt; div {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    -webkit-box-shadow: 7px 7px #f6f6f6;
            box-shadow: 7px 7px #f6f6f6;
    z-index: 9;
    overflow: hidden; }
    .featured-logo &gt; div:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../images/emblem.png) center center transparent no-repeat;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.promo-message {
  padding: 25px 0; }

@media (max-width: 768px) {
  .feature-item {
    max-width: 320px;
    margin: 0 auto; } }

.demo-video {
  padding-right: 44px; }

.breadcrumbs-links {
  position: relative;
  bottom: -3px;
  font-size: 0.8em;
  line-height: 33px;}
  .breadcrumbs-links li {
    padding: 0 15px;
    position: relative; }
    .breadcrumbs-links li:after {
      content: "\f105";
      position: absolute;
      right: -3px;
      top: 0;
      line-height: 33px;
      font-size: 11px; }
    .breadcrumbs-links li:last-child {
        padding-right: 0;
        max-width: 200px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        opacity: 0.6; }
      .breadcrumbs-links li:last-child:after {
        content: "";
        display: none; }

.breadcrumbs-title i {
    margin-right: 15px;


}

 .fancy-list li {
    position: relative;
    padding: 5.5px 0 5.5px 28.6px;
 }

 .fancy-list ul {
    padding: 0;
    margin: 0;
 }

.fancy-list &gt; li {
  padding: 5.5px 0 5.5px 28.6px; }
  .fancy-list &gt; li  i {
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    width: 14px;
    height: 14px;}
    .fancy-list &gt; li  i:before {
      position: absolute;
      bottom: 3px;
      right: 3px; }
  .fancy-list &gt; li &gt; a:hover + i {
    background: #ff6600; }

ol.fancy-list &gt; li {
  padding-left: 0; }

.tag-box {
  padding: 25px 0;
  font-size: 0.8em;
  border-bottom: 1px solid #f6f6f6; }
  .tag-box &gt; ul &gt; li {
    padding-right: 11px; }
    .tag-box &gt; ul &gt; li:last-child {
      padding-bottom: 0; }
    .tag-box &gt; ul &gt; li a {
      color: #ff6600; }
      .tag-box &gt; ul &gt; li a:hover {
        color: #573b0c; }
  .tag-box &gt; ul span {
    margin-right: 11px;
    font-weight: 400; }

.title-underlined {
  border-bottom: 1px solid currentColor;
  padding: 0 11px 5.5px 11px;
  display: table; }

/*		==================== - Loops - ==================== */
.loop-progress-bar {
  overflow: hidden; }

.progress-bar-item {
  position: relative;
  height: 15px;
  background: #f8f8f8; }
  .progress-bar-item &gt; span {
    position: absolute; }

.show-progress {
  top: 0;
  bottom: 0;
  left: 0; }

.static-increment .show-progress:after, .static-increment .show-progress:before {
  display: none; }
.static-increment .value-progress {
  right: 0;
  left: auto !important;
  color: inherit;
  top: -30px; }

.value-progress {
  bottom: 0;
  top: -5px;
  margin-left: -41px;
  display: block;
  color: #ffffff;
  font-family: 'Lato', sans-serif; }

@media (max-width: 600px) {
  .loop-facts &gt; li {
    width: 100%; } }
.loop-facts .featured-icon {
  position: relative; }
  .loop-facts .featured-icon span {
    line-height: 1em;
    display: block; }

.loop-facts .featured-icon i {
    margin-bottom: 25px;
    color: rgba(0,0,0,0.2);
}
.loop-facts h6 {
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    opacity: 0.5; }

.slider-half + div {
  margin-bottom: 0; }
  .slider-half + div li a {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fafafa;
    margin: auto;}
    .slider-half + div li a:hover {
      background: #ffffff;
      border-color: transparent; }
  .slider-half + div li:first-child a {
    left: -10%; }
  .slider-half + div li:last-child a {
    right: -10%; }

.testimonials-loop li &gt; div {
    padding: 0 50px;
}

.testimonial-item {
  border: 5px solid #fafafa;
  margin: 0 0 25px;
  padding: 50px 50px 75px; }
  .testimonial-item p:first-child {
    margin-top: 0;
  }
  .testimonial-item figure {
    overflow: hidden;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }
  .testimonial-item h6 a {
    padding: 0 11px; }
    .testimonial-item h6 a:hover {
      opacity: 0.8;}

.testimonial-item &gt; small {
  opacity: 0.4;
}

.toggle-loop  {
    margin-bottom: 25px;
}

.toggle-loop &gt; li {
  margin-bottom: 15px; }

.toggle-item {
  position: relative; }
  .toggle-item input[type="radio"], .toggle-item input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .toggle-item input[type="radio"]:focus, .toggle-item input[type="checkbox"]:focus {
      outline: none; }
    .toggle-item input[type="radio"]:checked, .toggle-item input[type="checkbox"]:checked {
      display: none; }
      .toggle-item input[type="radio"]:checked ~ div, .toggle-item input[type="checkbox"]:checked ~ div {
        display: block;
        -webkit-animation: 0.4s fadeIn ease forwards;
           -moz-animation: 0.4s fadeIn ease forwards;
             -o-animation: 0.4s fadeIn ease forwards;
                animation: 0.4s fadeIn ease forwards; }
      .toggle-item input[type="radio"]:checked + h6, .toggle-item input[type="checkbox"]:checked + h6 {
        background: #ff6600; }
        .toggle-item input[type="radio"]:checked + h6 &gt; i.bg-alpha, .toggle-item input[type="checkbox"]:checked + h6 &gt; i.bg-alpha {
          background: #313131; }
  .toggle-item .text-white &gt; i {
    color: #ffffff !important; }
  .toggle-item &gt; h6 {
    margin: 0;
    padding: 15px 15px 15px 75px;
    position: relative;
    overflow: hidden;
    -webkit-transition: background 0.1s ease-in-out;
       -moz-transition: background 0.1s ease-in-out;
         -o-transition: background 0.1s ease-in-out;
            transition: background 0.1s ease-in-out; }
    .toggle-item &gt; h6 &gt; i {
      position: absolute;
      text-align: center; }
    .toggle-item &gt; h6 + div:not(.toggle-outline) {
      background: rgba(0, 0, 0, 0.3); }
    .toggle-item &gt; h6 + div {
      padding: 25px;
      display: none; }
      .toggle-item &gt; h6 + div *:last-child {
        margin-bottom: 0; }

.toggle-loop:not(.toggle-square) .toggle-item &gt; h6 &gt; i {
  left: -99px;
  top: -40px;
  bottom: 0;
  width: 132px;
  height: 132px;
  color: black;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 1.2em; }
  .toggle-loop:not(.toggle-square) .toggle-item &gt; h6 &gt; i:before {
    top: 0;
    right: 0;
    bottom: 60%;
    left: 60%;
    width: 1em;
    height: 1em;
    margin: auto;
    position: absolute;
    line-height: 1;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.toggle-square .toggle-item input[type="radio"]:checked + h6, .toggle-square .toggle-item input[type="checkbox"]:checked + h6 {
  background: none; }
  .toggle-square .toggle-item input[type="radio"]:checked + h6 &gt; i:before, .toggle-square .toggle-item input[type="checkbox"]:checked + h6 &gt; i:before {
    content: ""; }
  .toggle-square .toggle-item input[type="radio"]:checked + h6 + div, .toggle-square .toggle-item input[type="checkbox"]:checked + h6 + div {
    background: none; }
.toggle-square .toggle-item &gt; h6 &gt; i {
  left: 0;
  top: 0;
  bottom: 0;
  width: 55px; }
  .toggle-square .toggle-item &gt; h6 &gt; i:before {
    position: absolute;
    width: 1em;
    height: 1em;
    line-height: 1.2em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
.toggle-square .toggle-item &gt; h6 .bg-alpha {
  color: #ffffff; }

.right-icon .toggle-item &gt; h6 {
  padding-right: 44px;
  padding-left: 25px; }
  .right-icon .toggle-item &gt; h6 &gt; i {
    left: auto;
    right: 0; }

.toggle-outline {
  border: 1px solid #f6f6f6; }

.team-loop &gt; li {
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (max-width: 570px) {
    .portfolio-front &gt; div {
      display: none;
    }
    .team-loop &gt; li {
      width: 100%;
      max-width: 320px;
      float: none;
      margin: 0 auto; } }

.team-item {
  padding-bottom: 11px;
  will-change: transform;
  z-index: 99;
  position: relative; }
  .team-item:hover .team-back {
    -webkit-transform: translateY(15%);
       -moz-transform: translateY(15%);
            transform: translateY(15%); }
  .team-item:hover .team-front { 
        -webkit-transform: scale(0.6) translateY(-30%);
        -moz-transform: scale(0.6) translateY(-30%);
        -ms-transform: scale(0.6) translateY(-30%);
        transform: scale(0.6) translateY(-30%);
  }

.team-item:hover .team-back {
    padding: 50px;
    will-change: transform;
}

.team-item:hover .team-back &gt; p,
.team-item:hover .team-back &gt; ul {
    display: table;
    -webkit-animation: 0.4s fadeInUp ease forwards;
    -moz-animation: 0.4s fadeInUp ease forwards;
    -ms-animation: 0.4s fadeInUp ease forwards;
    animation: 0.4s fadeInUp ease forwards;
}

.team-front {
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.team-back {
    overflow: hidden;
    padding: 25px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }

  .team-back &gt; a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.team-back &gt; p,
.team-back &gt; ul {
    display: none;
}

.team-back &gt; span {
    font-size: 0.8em;
    font-weight: 400;
    vertical-align: bottom;
}

.timeline-loop {
  position: relative;
  padding-bottom: 66px; }
  .timeline-loop:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 auto; }
  .timeline-loop &gt; li &gt; span {
    margin: 50px auto 25px; }
  .timeline-loop &gt; li:first-child &gt; span {
    margin-top: 0; }
  .timeline-loop &gt; li &gt; div:nth-child(odd) .timeline-item &gt; h6 {
    text-align: right; }
    .timeline-loop &gt; li &gt;div:nth-child(odd) .timeline-item &gt; h6:before {
      margin-left: auto }
    .timeline-loop &gt; li &gt; div:nth-child(odd) .timeline-item &gt; h6:after {
      right: auto;
      left: -1px; }

      .timeline-loop &gt; li &gt; div:nth-child(odd) {
        position: relative;
        bottom: -50px;
      }

span[data-year] {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  position: relative; }
  span[data-year]:after {
    content: attr(data-year);
    position: absolute;
    width: 100%;
    height: 1em;
    line-height: 1em;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center; }

@media (max-width: 768px) {
  .timeline-item {
    background: #ffffff;
    margin-bottom: 44px; }
    .timeline-item .timeline-content {
      padding: 25px; } }

.timeline-item {
    border: 1px solid rgba(0,0,0,0.05);
    padding: 25px;
    margin-bottom: 25px;
    background: rgba(255,255,255, 0.8);
} 

.timeline-item &gt; h6 {
  margin: 0; }
  .timeline-item &gt; h6:before {
    content: attr(data-timeline-date);
    background: #ff6600;
    display: table;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 0.8em;
    opacity: 0.5   ;
    padding: 3px; }
  .timeline-item &gt; h6:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -1px; }
    @media (max-width: 768px) {
      .timeline-item &gt; h6:after {
        display: none; } }

.timeline-content {
  position: relative;
  padding: 25px 0 0; }
  .timeline-content p:first-child {
    margin-top: 0; }

.portfolio-filters {
  margin-bottom: 50px; }
  @media (max-width: 420px) {
    .portfolio-filters {
      border-bottom: 0; } }
  .portfolio-filters &gt; ul {
    float: left; }
      @media (max-width: 420px) {
        .portfolio-filters &gt; ul li {
          width: 100%;
          text-align: center; } }
      .portfolio-filters &gt; ul li input[type=radio] {
        display: none; }
  .portfolio-filters label &gt; span {
    display: inline-block;
    padding: 5px 15px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
    @media (max-width: 768px) {
      .portfolio-filters label &gt; span {
        padding: 11px; } }
    .portfolio-filters label &gt; span:hover {
      background: #fafafa; }
  .portfolio-filters &gt; div {
    float: right; }

.portfolio-filters {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.portfolio-filters &gt; ul &gt; li label input:checked + span {
  background: #ff6600;
  color: #ffffff;
  position: relative; }

.portfolio-item {
  min-height: 120px;
  overflow: hidden;
  margin-bottom: 33px;
  position: relative; }
  .portfolio-item &gt; figure {
    margin: 0;
    -webkit-transition: -webkit-transform 60s ease;
       -moz-transition: -moz-transform 60s ease;
         -o-transition: -o-transform 60s ease;
            transition: transform 60s ease; }
  .portfolio-item:hover &gt; figure {
    transform: scale(2);
  }

.row-fit .portfolio-item {
  margin-bottom: 0; }

.portfolio-front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(87,59,12,0.6);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.portfolio-front &gt; div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

.portfolio-front &gt; div h4 {
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.portfolio-front &gt; div span {
    padding: 0 3px;
    margin-top: 3px;
    font-size: 0.8em;
    display: inline-block;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.portfolio-item:hover .portfolio-front {
    opacity: 1;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
}

.portfolio-item:hover .portfolio-front &gt; div h4,
.portfolio-item:hover .portfolio-front &gt; div span {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -mstransform: translateY(0);
            transform: translateY(0);
}

.portfolio-front &gt; a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.partner-item {
  padding: 11px; }

@media (min-width: 768px) and (max-width: 992px) {
  .pricing-table &gt; li {
    padding: 0 !important; } }

.pricing-item {
  border: 1px solid #f6f6f6;
  padding: 25px; }
  .pricing-item .featured-icon {
    padding: 11px 0 33px; }

.best-choose {
  background: #fcfcfc; }

.pricing-title &gt; h4 {
  font-size: 1.9em; }

.pricing-thumb {
    margin-bottom: 25px;
}

.twitter-feed-meta .featured-icon a {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-color: #ffffff; }


.col-md-9 .posts-loop {
    padding-right: 50px;
}

.col-md-4 + .col-md-9 .posts-loop {
    padding-right: 0;
    padding-left: 50px;
}

.col-md-6 .posts-loop {
    padding: 0 25px;
}


.posts-loop &gt; li {
  padding: 66px 0 25px;
  position: relative; }
  .posts-loop &gt; li:first-child {
    padding-top: 0; }
    .posts-loop &gt; li:first-child .post-share {
      top: -44px; }

.post-title {
  margin: 0; }

.more-link:hover {
    opacity: 0.8;
}

.bottom-sep {
  -webkit-box-shadow: inset 0 -1px 0 #f6f6f6;
          box-shadow: inset 0 -1px 0 #f6f6f6; }

.post:not(.format-standard) .post-thumb {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #ff6600;
  margin-bottom: 25px; }
  .post-thumb a {
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
  .post-thumb:hover a {
    opacity: 0.8; }
  .post-thumb:hover figcaption {
    -webkit-animation: 0.4s zoomOutUp ease forwards;
       -moz-animation: 0.4s zoomOutUp ease forwards;
         -o-animation: 0.4s zoomOutUp ease forwards;
            animation: 0.4s zoomOutUp ease forwards; }
  .post-thumb figcaption {
    position: absolute;
    right: 25px;
    top: 0;
    pointer-events: none; }
    .post-thumb figcaption &gt; span {
      display: block;
      width: 50px;
      height: 50px;
      margin: 0 auto;
      color: #ffffff;}
      .post-thumb figcaption &gt; span &gt; i {
        font-size: 1.4em;
        line-height: 1em;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

.post-thumb .fluid-width-video-wrapper, .post-thumb .gallery {
  margin-bottom: 0;
}

.post-meta {
  margin: 8px 0 25px;
  font-size: 0.9em;
}

.meta-list &gt; li {
  padding: 0 11px;
  position: relative; }
  .meta-list &gt; li:first-child {
    padding-left: 0; }
  .meta-list &gt; li:last-child {
    padding-right: 55px; }
    .meta-list &gt; li:last-child:after {
      content: ""; }
  .meta-list &gt; li:after {
    content: "|";
    position: absolute;
    top: 0;
    right: -3px; }

.meta-list &gt; li i {
    margin-right: 3px;
}

.meta-social {
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .meta-social {
      margin-left: 0 !important; } }
  .meta-social &gt; li {
    padding-right: 11px;
    font-size: 1.2em;
    line-height: 25px; }
    .meta-social &gt; li i {
      padding: 0 3px; }
    .meta-social &gt; li:last-child {
      padding-right: 0; }

.post-share {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: -1px;
  right: -15px;
  bottom: 0;
  left: -15px;
  z-index: 2;
  display: none; }
  .post-share .social-networks {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.close-box {
  position: absolute;
  top: 25px;
  right: 25px; }
  .close-box:hover {
    color: #ffffff; }

.opened-sharing {
  display: block;
  -webkit-animation: 0.4s fadeIn ease forwards;
     -moz-animation: 0.4s fadeIn ease forwards;
       -o-animation: 0.4s fadeIn ease forwards;
          animation: 0.4s fadeIn ease forwards; }
  .opened-sharing + div {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.8; }

.pagination-links {
  margin-top: 66px;
  margin-bottom: 44px; }
  .pagination-links &gt; li {
    width: 38px;
    height: 38px;
    margin: 0 6px;
    text-align: center; }
    .pagination-links &gt; li &gt; a, .pagination-links &gt; li &gt; span {
      display: block;
      background: rgba(0,0,0,0.01);
      line-height: 38px; }
    .pagination-links &gt; li:hover {
      background: #ff6600;
      border-color: transparent; }
      .pagination-links &gt; li:hover &gt; a, .pagination-links &gt; li:hover &gt; span {
        color: white; }


.comments-pagination {
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
          transform: scale(0.8);
}

.page-numbers.current {
  background: #ff6600;
  color: #ffffff;
}

.post-pagination {
  padding: 1em 0;
}

.post-pagination a {
    padding: 0 3em;
    color: #adadad;
}

.post-pagination a:hover {
  color: #573b0c;
}

.post-pagination a:nth-child(2) {
  border-left: 1px solid #dedede;
}

.comments-loop {
  padding: 44px 0 11px; }
  .comments-loop &gt; li, .comments-loop ul li {
    padding-left: 55px; }

.comment-post {
  border: 1px solid #f6f6f6;
  padding: 25px;
  margin-bottom: 33px; }
  .comment-post &gt; figure {
    float: left;
    padding-right: 25px;
    margin: 0; }

.comment-content &gt; p {
  margin-bottom: 11px; }
  .comment-content &gt; p:first-child {
    margin-top: 0; }

.meta-comments {
  line-height: 1em; }
  .meta-comments &gt; ol &gt; li {
    padding: 0 5.5px;
    position: relative; }
    .meta-comments &gt; ol &gt; li:after {
      content: ",";
      position: absolute;
      right: -1px;
      bottom: 0; }
    .meta-comments &gt; ol &gt; li:first-child {
      padding-left: 0; }
    .meta-comments &gt; ol &gt; li:last-child:after {
      content: "";
      display: none; }
    .meta-comments &gt; ol &gt; li:last-child {
      padding-right: 0; }
    .meta-comments &gt; ol &gt; li i {
      margin-left: 4px; }
    .meta-comments &gt; ol &gt; li a {
      color: #000000;
      font-weight: 400; }
      .meta-comments &gt; ol &gt; li a:hover {
        color: #ff6600; }
    .meta-comments &gt; ol &gt; li span {
      color: #adadad; }

.col-md-12 &gt; .tabs-content {
  border: 1px solid #e9e9e9;}
  .col-md-12 &gt; .tabs-content ul &gt; li &gt; div {
    padding: 40px 40px 15px 40px; }

.tabs-content p:first-child {
  margin-top: 0; }
.tabs-content p:last-child {
  margin-bottom: 0; }

.tabs-nav {
  margin-bottom: -1px; }
  .tabs-nav a {
    border: 1px solid #e9e9e9;
    position: relative; }
    .tabs-nav a:after {
      content: "";
      display: block;
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      top: -1px;
      background: #ff6600;
      display: none; }
  .tabs-nav .current {
    background: #ffffff;
    border-bottom-color: #ffffff;
    z-index: 1; }
    .tabs-nav .current:after {
      display: block; }

.tabs-nav li.make-full a {
  width: 100%;
  text-align: center;
}

div:not(.col-md-12) &gt; .tabs-nav .current {
  border-bottom-color: #e9e9e9; }
div:not(.col-md-12) &gt; .tabs-nav a:after {
  left: -1px;
  height: auto;
  width: 1px;
  top: 0;
  bottom: 0;
  right: auto; }

.air-nav li {
  margin-right: 3px; }
  .air-nav li:last-child {
    margin-right: 0; }
.air-nav .current {
  background: #ff6600;
  color: #ffffff; }

/*		==================== - Misc - ==================== */
[data-sudo-slider] {
  display: none; }

.slide-navigation {
  margin-bottom: 44px; }
  .slide-navigation a {
    width: 50px;
    height: 100px;
    text-align: center;
    display: block;
    margin: 0 7.33333px;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
    .slide-navigation a:hover {
        background: currentColor !important; }
    .slide-navigation a &gt; i {
      line-height: 100px; }

    .slide-navigation a:hover i {
        color: #ffffff;
    }

.slider-half {
    width: 100%;
    overflow: hidden;
}

.slider-half &gt; div &gt; div {
    overflow: visible !important;
}

.slider-half &gt; div {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.device-slider {
  padding-top: 129.8%;
  background: url(../images/device-slider.png) 0 0 no-repeat transparent;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative;
  margin-bottom: 44px; }
  @media (min-width: 992px) {
    .device-slider {
      left: -30px;
      margin-bottom: 0; } }
  .device-slider &gt; div {
    position: absolute;
    top: 10.7%;
    right: 10.1%;
    bottom: 10%;
    left: 10.8%;
    overflow: hidden; }
    .device-slider &gt; div &gt; div {
      margin: -10.7% -10.1% -10% -10.8%;
      padding-top: 149.8%; }
      .device-slider &gt; div &gt; div &gt; span {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-background-size: cover !important;
             -o-background-size: cover !important;
                background-size: cover !important;
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%); }
      .device-slider &gt; div &gt; div .active-device-screen {
        visibility: visible; }

.device-slider-nav li {
  padding: 0 10px; }
.device-slider-nav .featured-icon {
  max-width: 70px; }
  .device-slider-nav .featured-icon figure.active-nav a {
    outline-color: transparent; }
  .device-slider-nav .featured-icon figure a {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline-color: #ffffff; }
    .device-slider-nav .featured-icon figure a:after, .device-slider-nav .featured-icon figure a:before {
      display: none; }
    .device-slider-nav .featured-icon figure a:hover {
      outline-color: transparent; }

.big-tabs {
  position: relative;
  background: #ffffff;
  border-bottom: 3px solid #ff6600; }
  @media (max-width: 768px) {
    .big-tabs {
      display: none !important; } }
  .big-tabs:after {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    z-index: -1;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.1); }
  .big-tabs:before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ff6600;
    z-index: 0; }

.active-big-tab &gt; .tab-item &gt; div {
  -webkit-transform: rotate(45deg) scale(0.5) translate(40px, 40px);
     -moz-transform: rotate(45deg) scale(0.5) translate(40px, 40px);
      -ms-transform: rotate(45deg) scale(0.5) translate(40px, 40px);
       -o-transform: rotate(45deg) scale(0.5) translate(40px, 40px);
          transform: rotate(45deg) scale(0.5) translate(40px, 40px);
  color: #ff6600; }
  .active-big-tab &gt; .tab-item &gt; div + * {
    visibility: hidden; }

.tab-item {
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  @media (min-width: 992px) {
    .tab-item {
      padding: 2em; } }
  .tab-item &gt; div {
    outline: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg) scale(0.3);
       -moz-transform: rotate(45deg) scale(0.3);
        -ms-transform: rotate(45deg) scale(0.3);
         -o-transform: rotate(45deg) scale(0.3);
            transform: rotate(45deg) scale(0.3);
    margin-top: -20%;
    margin-bottom: -20%;
    min-width: 80px;
    min-height: 80px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
    .tab-item &gt; div &gt; i {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .tab-item &gt; div + * {
      font-weight: 600; }

.big-tabs-content {
  position: relative; }
  .big-tabs-content &gt; ul &gt; li &gt; div {
    margin-top: 66px; }
  .big-tabs-content &gt; ul &gt; li p {
    display: none; }
    @media (min-width: 1200px) {
      .big-tabs-content &gt; ul &gt; li p {
        display: block; } }
  .big-tabs-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 15px 15px 0 15px;
    color: #ff6600;
    border-color: currentColor transparent;
    border-style: solid; }
  @media (max-width: 768px) {
    .big-tabs-content:after {
      display: none; } }
  .big-tabs-content figure {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }

.active-big-tab-content figure {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }

.vector-map {
  text-transform: uppercase; }

.mapTooltip {
  position: fixed;
  background-color: #000000;
  color: #ffffff;
  width: 180px;
  margin-left: -150px;
  padding: 11px 7.33333px 11px 33px;
  font-size: 0.8em; }
  .mapTooltip &gt; i {
    position: absolute;
    top: 11px;
    left: 11px; }
  .mapTooltip p {
    margin: 0 0 7px 0; }
  .mapTooltip p:last-child {
    margin-bottom: 0; }

.box-intro-large {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  min-height: 400px;
  position: relative; }

.box-intro-page {
  height: 13vh;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  position: relative; }
  .box-intro-page i {
    margin-bottom: 11px; }

.fixed-intro {
  z-index: -1; }
  .fixed-intro .intro-container {
    position: fixed !important;
    z-index: 0; }
  .fixed-intro ~ *:not([class*='bg-']) {
    background-color: #ffffff; }

[data-preloader='on'] {
  _opacity: 0; }

body:not(.dom-loaded) .page-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  body:not(.dom-loaded) .page-loader &gt; div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: table;
    margin: 0 auto; }
    body:not(.dom-loaded) .page-loader &gt; div h1 {
      font-weight: 900;
      opacity: 0;
      color: #9a9a9a !important; }
      body:not(.dom-loaded) .page-loader &gt; div h1 span {
        display: inline-block;
        opacity: 0; }

.dom-loaded .page-loader {
  display: none; }

.intro-container {
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.intro-center {
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%; }

.dom-loaded .intro-container {
  opacity: 1;
  visibility: visible; }

.intro-logo {
  margin-top: 44px; }

.demo-buttons {
  display: table;
  padding: 25px; }
  .demo-buttons &gt; li {
    padding: 0 25px;
    vertical-align: bottom;
    display: table-cell; }

.slider-box {
  position: relative;
  margin-bottom: 25px; }
  .slider-box .slide-navigation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin: 0; }
    .slider-box .slide-navigation li {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
         -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
           -o-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .slider-box .slide-navigation li:first-child {
        left: 25px; }
      .slider-box .slide-navigation li:last-child {
        right: 25px; }

.loop-progress-round {
  position: relative;
  opacity: 0; }
  .loop-progress-round &gt; div {
    display: block !important;
    margin: auto; }
    .loop-progress-round canvas {
        opacity: 0.5;
    }

/*		==================== - Zoom Img - ==================== */
.strp-window {
  position: fixed;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #292929; }

.strp-window.strp-vertical {
  height: 0;
  width: 100%; }

.strp-window {
  margin-left: 40px; }

.strp-window.strp-vertical {
  margin-left: 0;
  margin-bottom: 40px; }

@media all and (max-width: 414px) and (orientation: portrait), all and (max-width: 736px) and (max-height: 414px) {
  .strp-window.strp-horizontal {
    min-width: 100%; } }
@media all and (max-height: 414px) and (orientation: landscape), all and (max-height: 736px) and (max-width: 414px) {
  .strp-window.strp-vertical {
    min-height: 100%; } }
.strp-window,
.strp-spinner-move {
  z-index: 99999; }

.strp-window {
  -webkit-transform: translateZ(0px);
     -moz-transform: translateZ(0px);
          transform: translateZ(0px); }

.strp-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }

.strp-pages {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.strp-side-right {
  top: 0;
  right: 0; }

.strp-side-right .strp-pages {
  top: 0;
  right: 0; }

.strp-side-right .strp-page {
  top: 0;
  right: 0; }

.strp-side-left {
  top: 0;
  left: 0; }

.strp-side-left .strp-pages {
  top: 0;
  left: 0; }

.strp-side-left .strp-page {
  top: 0;
  left: 0; }

.strp-side-left .strp-close {
  top: 0;
  right: 0; }

.strp-side-top {
  top: 0;
  left: 0; }

.strp-side-top .strp-pages {
  top: 0;
  left: 0; }

.strp-side-top .strp-page {
  top: 0;
  left: 0; }

.strp-side-bottom {
  bottom: 0;
  left: 0; }

.strp-side-bottom .strp-pages {
  bottom: 0;
  left: 0; }

.strp-side-bottom .strp-page {
  bottom: 0;
  left: 0; }

.strp-side-bottom .strp-close {
  top: 0;
  right: 0; }

.strp-page {
  position: absolute;
  width: 100%;
  height: 100%; }

.strp-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border-left: 3px solid #f6f6f6; }

.strp-no-overlap .strp-container {
  padding: 48px 72px; }

.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0; }

.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 72px; }

.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px; }

.strp-hovering-clickable .strp-container {
  cursor: pointer; }

.strp-content-element {
  position: absolute;
  top: 50%;
  left: 50%; }

.strp-content-element iframe {
  float: left;
  width: 100%;
  height: 100%; }

.strp-container img {
  display: inline-block;
  vertical-align: middle; }

.strp-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #efefef;
  font-size: 13px;
  line-height: 20px;
  background: #000;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none; }

.strp-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
  background-color: #ff6600; }

.strp-caption {
  width: auto;
  display: inline;
  white-space: wrap; }

.strp-position {
  color: #b3b3b3;
  line-height: 21px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  margin-left: 15px;
  white-space: nowrap;
  display: table;
  margin: 0 auto;
  color: #ffffff; }

.strp-info a,
.strp-info a:hover {
  color: #ccc;
  border: 0;
  background: none;
  text-decoration: underline; }

.strp-info a:hover {
  color: #eee; }

.strp-nav {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 72px;
  margin: 0 9px;
  margin-top: -36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.strp-nav-previous {
  left: 0; }

.strp-nav-next {
  right: 0;
  left: auto; }

.strp-nav-previous:hover i, .strp-nav-next:hover i {
  color: #ff6600; }
.strp-nav-previous i, .strp-nav-next i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  margin: auto; }

.strp-nav-disabled {
  cursor: default; }

.strp-nav-button {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.strp-nav-button-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101010; }

.strp-nav-button-icon {
  float: left;
  position: relative;
  height: 100%;
  width: 100%;
  zoom: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* X */
.strp-close {
  position: absolute;
  width: 33px;
  height: 33px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 25px;
  right: 33px; }
  .strp-close &gt; i {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border: 1px solid rgba(238, 29, 36, 0.2);
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    text-align: center;
    background: #ffffff; }
    .strp-close &gt; i:before {
      position: absolute;
      margin: auto;
      width: 1em;
      height: 1em;
      line-height: 1em;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      color: rgba(238, 29, 36, 0.2); }

.strp-close:hover &gt; i {
  background-color: #f6f6f6; }
  .strp-close:hover &gt; i:before {
    color: #ff6600; }

.strp-close:hover .strp-close-background {
  background-color: #f6f6f6; }

.strp-has-error .strp-container {
  background-color: #ca3434; }

.strp-error {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin-left: -120px;
  margin-top: -120px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.strp-spinner-move {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 48px;
  width: 0;
  overflow: visible !important; }

.strp-spinner-move.strp-vertical {
  width: 48px;
  height: 0; }

.strp-spinner {
  width: 48px;
  height: 48px;
  float: left;
  position: relative; }

.strp-spinner-move.strp-side-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

.strp-spinner-move.strp-side-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

.strp-spinner-move.strp-side-right .strp-spinner {
  margin-left: -48px; }

.strp-spinner-move.strp-side-left .strp-spinner {
  margin-right: -48px;
  float: right; }

.strp-spinner-move.strp-side-bottom .strp-spinner {
  margin-top: -48px; }

.strp-spinner-move.strp-side-top .strp-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -48px; }

@-moz-keyframes strp-spinner-spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@-o-keyframes strp-spinner-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }
@keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }
.strp-spinner-rotate,
.strp-spinner-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.strp-spinner-line {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 2px;
  margin-left: -1px;
  height: 3px;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  z-index: 80;
  color: inherit; }

.strp-window-skin-strip .strp-nav-button-background {
  background-color: transparent; }

.strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
  background-color: #f6f6f6; }

.strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
  background-color: #f6f6f6; }

.strp-window-skin-strip .strp-nav .strp-nav-button-icon {
  opacity: 0.6; }

.strp-window-skin-strip.strp-mobile-touch .strp-nav .strp-nav-button-icon {
  opacity: 1; }

.strp-window-skin-strip .strp-nav:hover .strp-nav-button-icon,
.strp-window-skin-strip .strp-nav-hover .strp-nav-button-icon {
  opacity: 1; }

@media all and (max-width: 375px) and (orientation: portrait), all and (max-height: 375px) and (max-width: 667px) {
  .strp-window-skin-strip .strp-nav {
	display:none;
    width: 48px;
    height: 60px;
    margin: 0 5px;
    margin-top: -30px; } }
.strp-no-overlap .strp-container {
  padding: 48px 58px; }

.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0; }

.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 58px; }

.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px; }

.strp-window-skin-strip.strp-side-left.strp-opening .strp-page,
.strp-window-skin-strip.strp-side-left.strp-closing .strp-page {
  left: auto;
  right: 0; }

.strp-window-skin-strip.strp-side-right.strp-opening .strp-page,
.strp-window-skin-strip.strp-side-right.strp-closing .strp-page {
  left: 0;
  right: auto; }

.strp-window-skin-strip.strp-side-top.strp-opening .strp-page,
.strp-window-skin-strip.strp-side-top.strp-closing .strp-page {
  bottom: 0;
  top: auto; }

.strp-window-skin-strip.strp-side-bottom.strp-opening .strp-page,
.strp-window-skin-strip.strp-side-bottom.strp-closing .strp-page {
  bottom: auto;
  top: 0; }

/* Visual Composer */

.vc_sep_width_40 { width: 40%;}
.vc_sep_width_30 { width: 30%;}
.vc_sep_width_20 { width: 20%;}
.vc_sep_width_10 { width: 10%;}

[class*="-rhombus"] {
    -webkit-transform: rotate(45deg);
    -woz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    will-change: transform;
    margin-bottom: 9px;
}

[class*="-rhombus"] .vc_icon_element-icon:before {
    position: relative;
    top: 1px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -woz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border-width: 1px !important;
}

[class*="vc_icon_element-style-rhombus-fancy"] {
    -webkit-box-shadow: 7px 7px rgba(238,238,238,0.2);
    box-shadow: 7px 7px rgba(238,238,238,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.vc_icon_element-style-rhombus-fancy:hover {
    _background: transparent !important;
}

[class*="vc_icon_element-style-rhombus-fancy"]:hover .vc_icon_element-icon:before {
    color: #ffffff;
}

[class*="vc_icon_element-style-rhombus-fancy"]:hover:before, [class*="vc_icon_element-style-rhombus-fancy"]:hover:after {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0); }
[class*="vc_icon_element-style-rhombus-fancy"]:hover:before {
    border-left-color: white;
    border-bottom-color: white; }
[class*="vc_icon_element-style-rhombus-fancy"]:hover:after {
    border-right-color: white;
    border-top-color: white; }
[class*="vc_icon_element-style-rhombus-fancy"]:after, [class*="vc_icon_element-style-rhombus-fancy"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid transparent;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
       -moz-transition: -moz-transform 0.3s ease-in-out;
         -o-transition: -o-transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out; }
[class*="vc_icon_element-style-rhombus-fancy"]::before {
-webkit-transform: translate(-10px, 10px);
   -moz-transform: translate(-10px, 10px);
    -ms-transform: translate(-10px, 10px);
     -o-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px); }
[class*="vc_icon_element-style-rhombus-fancy"]::after {
-webkit-transform: translate(10px, -10px);
   -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
     -o-transform: translate(10px, -10px);
        transform: translate(10px, -10px); }

.vc_icon_element-background-color-alpha {
  background: #ff6600 !important;
}

.vc_icon_element-background-color-beta {
  background: #573b0c !important;
}

.vc_icon_element-color-alpha {
    color: #ff6600 !important;
}

.vc_icon_element-color-beta {
    color: #573b0c !important;
}

.vc_icon_element {
  margin-bottom: 15px !important;
}

.as-link {
    border-width: 0 !important;
}

.as-link:hover {
    opacity: 0.8;
    text-decoration: underline !important;
}

.buttons-or .vc_button-2-wrapper {
    float: left;
    position: relative;
}

.buttons-or .vc_button-2-wrapper:last-child {
    padding-left: 50px;
}

.buttons-or .vc_button-2-wrapper:first-child:after {
    content: 'or';
    position: absolute;
    line-height: 1em;
    height: 1em;
    top: 0;
    bottom: 0;
    right: -40px;
    margin: auto 0;
    text-align: center;
    color: #dedede;
}

.vc_btn {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.vc_btn-alpha {
    color: #ff6600;
}

.vc_btn-beta {
    color: #573b0c;
}

.vc_btn_3d.vc_btn-beta, .vc_btn_round.vc_btn-beta, .vc_btn_square.vc_btn-beta, .vc_btn_rounded.vc_btn-beta {
  background: #573b0c;
  color: #ffffff;
}

.vc_btn_3d.vc_btn-beta:hover, .vc_btn_round.vc_btn-beta:hover, 
.vc_btn_square.vc_btn-beta:hover, .vc_btn_rounded.vc_btn-beta:hover {
  opacity: 0.8;
}

.vc_btn_3d.vc_btn-beta {
  -webkit-box-shadow: 0 3px 0 #333333;
  box-shadow: 0 3px 0 #333333;
}

.vc_btn_3d.vc_btn-alpha {
  -webkit-box-shadow: 0 3px 0 #c7181e;
  box-shadow: 0 3px 0 #c7181e;
}

.vc_btn_3d.vc_btn-alpha, .vc_btn_round.vc_btn-alpha, .vc_btn_square.vc_btn-alpha, .vc_btn_rounded.vc_btn-alpha {
  background: #ff6600;
  color: #ffffff;
}

.vc_btn_3d.vc_btn-alpha:hover, .vc_btn_round.vc_btn-alpha:hover, 
.vc_btn_square.vc_btn-alpha:hover, .vc_btn_rounded.vc_btn-alpha:hover {
  opacity: 0.8;
}

.wpb_row {
    margin-bottom: 0 !important;
}

/* Grid fix */

.vc-gitem-zone-height-mode-auto:before {
    _padding: 0 !important;
}

.vc_gitem-zone-b {
    height: 100% !important;
}

.vc_grid-filter.portfolio-filters {
    padding: 0;
    margin: 0 auto 66px auto;
}

.vc_grid-filter.portfolio-filters &gt; li {
    padding: 5px 25px !important;
    border-radius: none !important;
}

.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white &gt; .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white &gt; .vc_grid-filter-item {
  background: transparent !important;
}

.vc_grid-filter {
  margin-bottom: 50px !important;
}

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  padding: 5px 15px !important;
}

.vc_grid-filter-color-alpha &gt; li span {
    color: #000000 !important;
}

.vc_grid-filter-color-alpha .vc_active {
    background: #ff6600 !important;
    position: relative;
}

.vc_grid-filter-color-alpha .vc_active span {
    color: #ffffff !important;
}

.vc_grid-filter-color-alpha .vc_active:after {
    content: "";
    border-top: 10px solid #ff6600;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    bottom: -10px;
    margin: 0 auto;
}

.vc_grid-styled-select {
    margin-bottom: 66px;
}

.vc_grid-styled-select select {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 12.57px 33px !important;
}

.vc_toggle_title &gt; h4 {
    font-size: 1.5em;
    position: relative;
    bottom: -2px;
    opacity: 0.8;
}

.vc_grid-filter.portfolio-filters &gt; .vc_grid-filter-item {
    border-radius: 0 !important;
}

.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}

.vc_gitem-post-data-source-post_title &gt; * {
  margin-top: 0;
}

.div.pp_overlay {
  z-index: 9999;
}

.main-container {
    overflow: hidden;
}

.vc_progress_bar .vc_single_bar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 9px !important;
  margin-bottom: 13px !important;
}

.vc_progress_bar .vc_single_bar .vc_label {
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: Lato, sans-serif !important;
}

.vc_row.box {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.vc_btn3 {
  font-weight: 400 !important;
  font-family: Lato, sans-serif !important;
}

.vc_btn3.vc_btn3-size-md {
  font-size: 17px !important;
}

.vc_btn3.vc_btn3-size-lg {
  font-size: 21px !important;
}

.paralax-section .vc_parallax-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none;
}

.paralax-section &gt; div:not(.vc_parallax-inner) {
    z-index: 1;
    position: relative;
}

.identity a {
display: block;
}


</pre></body></html>