/*==============================
=            STYLES            =
==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*=================================
=            VARIABLES            =
=================================*/
/*==============================
=            MIXINS            =
==============================*/
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 *
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 *
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Mixin for retina backgrounds where you can't use a sprite.
 *
 * - Make sure you have a file@2x.png file additional to your file.png.
 * - The mixin prepends $imgPath, which should be set globally at some point. Default is: "img/"
 *
 * Examples:
 *     li {
 *       @include retina-background(arrow, no-repeat 10px 15px)
 *     }
 *
 *     a.external {
 *       @include retina-background(external, no-repeat right)
 *     }
 *
 * @param {String} $file Path to file relative to images folder defined in config.rb and without a file extension
 * @param {Object} [$attr] Additional attributes like position or repetition. E.g. `no-repeat top right`
 * @param {String} [$type] The file type.
 */
/*=============================
=            FONTS            =
=============================*/
/*

	======= USED FONTS =======


	-------- BBCNassim --------

		1. BBCNassim [ Regular ]
		2. BBCNassim Bold

	-: Other fonts from the family maybe exist in the fonts directory :-

*/
@font-face {
  font-family: 'Myriad';
  src: url("../../fonts/myriadpro/Regular/MYRIADPROREGULAR.eot");
  src: url("../../fonts/myriadpro/Regular/MYRIADPROREGULAR.eot?#iefix") format("embedded-opentype"), url("../../fonts/myriadpro/Regular/MYRIADPROREGULAR.woff") format("woff"), url("../../fonts/myriadpro/Regular/MYRIADPROREGULAR.ttf") format("truetype"), url("../../fonts/myriadpro/Regular/MYRIADPROREGULAR.svg#Myriad") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url("../../fonts/monosocial/MonoSocialIconsFont-1.10.eot");
  src: url("../../fonts/monosocial/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("../../fonts/monosocial/MonoSocialIconsFont-1.10.woff") format("woff"), url("../../fonts/monosocial/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("../../fonts/monosocial/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Carisma-Gothic';
  src: url("../../fonts/Carisma/Gothic/carismagothic.eot");
  src: url("../../fonts/Carisma/Gothic/carismagothic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Carisma/Gothic/carismagothic.woff2") format("woff2"), url("../../fonts/Carisma/Gothic/carismagothic.woff") format("woff"), url("../../fonts/Carisma/Gothic/carismagothic.ttf") format("truetype"), url("../../fonts/Carisma/Gothic/carismagothic.svg#Carisma-Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Carisma';
  src: url("../../fonts/Carisma/Regular/carismaregular.eot");
  src: url("../../fonts/Carisma/Regular/carismaregular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Carisma/Regular/carismaregular.woff2") format("woff2"), url("../../fonts/Carisma/Regular/carismaregular.woff") format("woff"), url("../../fonts/Carisma/Regular/carismaregular.ttf") format("truetype"), url("../../fonts/Carisma/Regular/carismaregular.svg#Carisma") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*================================
=            DEFAULTS            =
================================*/
html {
  font-size: 1em;
  line-height: 1.66;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  font-family: 'Carisma', sans-serif;
  background-color: #ffffff;
  direction: ltr;
  height: 100%;
}

body {
  font-size: 0.875em;
}

*,
*:before,
*:after {
  direction: ltr;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::-moz-selection,
*:before::-moz-selection,
*:after::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
*::selection,
*:before::selection,
*:after::selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}

a,
a:visited,
a:active,
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

input,
button {
  outline: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*======================================
=            GLOBAL CLASSES            =
======================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.transparent, .temperory-invisible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.invisible, .temperory-invisible {
  visibility: hidden;
}

.temperory-invisible {
  overflow: hidden;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.hidden {
  display: none !important;
}

.soft-hidden {
  display: none;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.notext {
  color: transparent;
  font: 0/0 a;
  text-indent: -999;
  text-align: left;
  overflow: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table .td {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-margin {
  margin: 0 0 !important;
}

.no-padding {
  padding: 0 0 !important;
}

.no-border {
  border: 0 none !important;
}

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

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

.align-center, .page-advertiser .content-pack, .page-architecture .content-pack {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.flipped-horizontal {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flipped-vertical {
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.ltr {
  direction: ltr !important;
}

.rtl {
  direction: rtl !important;
}

.x-small {
  font-size: 0.5em !important;
}

.small {
  font-size: 0.7em !important;
}

.medium {
  font-size: 1.1em !important;
}

.large {
  font-size: 1.5em !important;
}

.x-large {
  font-size: 1.7em !important;
}

.has-in-animation {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
}

.noscroll {
  overflow: hidden;
}

.alignright {
  float: right;
  margin: 5px 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 5px 1em 1em 0;
}

.aligncenter {
  text-align: center;
  display: block;
  margin: 0.5em auto;
}

.is-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.has-side-margin-small {
  margin: 0 0.5em;
}

.has-side-margin-medium {
  margin: 0 1em;
}

.has-side-margin-big {
  margin: 0 1.5em;
}

.has-right-margin-small {
  margin-right: 0.5em;
}

.has-right-margin-medium {
  margin-right: 1em;
}

.has-right-margin-big {
  margin-right: 1.5em;
}

.has-left-margin-small {
  margin-left: 0.5em;
}

.has-left-margin-medium {
  margin-left: 1em;
}

.has-left-margin-big {
  margin-left: 1.5em;
}

.has-cover-bg {
  background-size: cover;
}

.has-center-bg {
  background-position: center center;
}

.has-norepeat-bg {
  background-repeat: no-repeat;
}

/*===================================
=            GRID SYSTEM            =
===================================*/
.row {
  display: block;
  margin: 0 !important;
  padding: 0;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.has-gutter {
  margin: 0 -10px !important;
}
.row.has-gutter > [class^="col-"], .row.has-gutter > [class*=" col-"] {
  padding: 0 10px;
}

/*==========  10 Column  ==========*/
.col-10-1, .col-md-10-1, .col-sm-10-1, .col-xs-10-1 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-1 {
  width: 10%;
}
.col-10-2, .col-md-10-2, .col-sm-10-2, .col-xs-10-2 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-2 {
  width: 20%;
}
.col-10-3, .col-md-10-3, .col-sm-10-3, .col-xs-10-3 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-3 {
  width: 30%;
}
.col-10-4, .col-md-10-4, .col-sm-10-4, .col-xs-10-4 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-4 {
  width: 40%;
}
.col-10-5, .col-md-10-5, .col-sm-10-5, .col-xs-10-5 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-5 {
  width: 50%;
}
.col-10-6, .col-md-10-6, .col-sm-10-6, .col-xs-10-6 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-6 {
  width: 60%;
}
.col-10-7, .col-md-10-7, .col-sm-10-7, .col-xs-10-7 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-7 {
  width: 70%;
}
.col-10-8, .col-md-10-8, .col-sm-10-8, .col-xs-10-8 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-8 {
  width: 80%;
}
.col-10-9, .col-md-10-9, .col-sm-10-9, .col-xs-10-9 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-9 {
  width: 90%;
}
.col-10-10, .col-md-10-10, .col-sm-10-10, .col-xs-10-10 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-10-10 {
  width: 100%;
}
/*==========  12 Column  ==========*/
.col-12-1, .col-md-12-1, .col-sm-12-1, .col-xs-12-1 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-1 {
  width: 8.33333%;
}
.col-12-2, .col-md-12-2, .col-sm-12-2, .col-xs-12-2 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-2 {
  width: 16.66667%;
}
.col-12-3, .col-md-12-3, .col-sm-12-3, .col-xs-12-3 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-3 {
  width: 25%;
}
.col-12-4, .col-md-12-4, .col-sm-12-4, .col-xs-12-4 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-4 {
  width: 33.33333%;
}
.col-12-5, .col-md-12-5, .col-sm-12-5, .col-xs-12-5 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-5 {
  width: 41.66667%;
}
.col-12-6, .col-md-12-6, .col-sm-12-6, .col-xs-12-6 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-6 {
  width: 50%;
}
.col-12-7, .col-md-12-7, .col-sm-12-7, .col-xs-12-7 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-7 {
  width: 58.33333%;
}
.col-12-8, .col-md-12-8, .col-sm-12-8, .col-xs-12-8 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-8 {
  width: 66.66667%;
}
.col-12-9, .col-md-12-9, .col-sm-12-9, .col-xs-12-9 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-9 {
  width: 75%;
}
.col-12-10, .col-md-12-10, .col-sm-12-10, .col-xs-12-10 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-10 {
  width: 83.33333%;
}
.col-12-11, .col-md-12-11, .col-sm-12-11, .col-xs-12-11 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-11 {
  width: 91.66667%;
}
.col-12-12, .col-md-12-12, .col-sm-12-12, .col-xs-12-12 {
  position: relative;
  min-height: 1px;
  float: right;
  width: 100%;
}

.col-xs-12-12 {
  width: 100%;
}
/*==================================
=            Animations            =
==================================*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=============================
=            ICONS            =
=============================*/
/*---------------------------------------
-            Graphical Icons            -
---------------------------------------*/
.icon-arrow-down {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -20px;
  background-repeat: repeat-y;
  height: 30px;
  width: 57px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-down:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -20px;
  background-repeat: repeat-y;
  height: 30px;
  width: 57px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-down:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -20px;
  background-repeat: repeat-y;
  height: 30px;
  width: 57px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-arrow-down-small {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 18px;
  width: 31px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-down-small:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 18px;
  width: 31px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-down-small:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 18px;
  width: 31px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-arrow-left-big {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -52px;
  background-repeat: repeat-y;
  height: 116px;
  width: 61px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-left-big:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -52px;
  background-repeat: repeat-y;
  height: 116px;
  width: 61px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-left-big:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -52px;
  background-repeat: repeat-y;
  height: 116px;
  width: 61px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-arrow-right-big {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -170px;
  background-repeat: repeat-y;
  height: 116px;
  width: 61px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-right-big:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -170px;
  background-repeat: repeat-y;
  height: 116px;
  width: 61px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-right-big:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -170px;
  background-repeat: repeat-y;
  height: 116px;
  width: 61px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-arrow-right-medium {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -288px;
  background-repeat: repeat-y;
  height: 53px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-right-medium:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -288px;
  background-repeat: repeat-y;
  height: 53px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-right-medium:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -288px;
  background-repeat: repeat-y;
  height: 53px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-arrow-right-small {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -343px;
  background-repeat: repeat-y;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-right-small:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -343px;
  background-repeat: repeat-y;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-right-small:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -343px;
  background-repeat: repeat-y;
  height: 16px;
  width: 8px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -361px;
  background-repeat: repeat-y;
  height: 19px;
  width: 11px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-arrow-right:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -361px;
  background-repeat: repeat-y;
  height: 19px;
  width: 11px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-arrow-right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -361px;
  background-repeat: repeat-y;
  height: 19px;
  width: 11px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-colored-arrow {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -382px;
  background-repeat: repeat-y;
  height: 16px;
  width: 79px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-colored-arrow:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -382px;
  background-repeat: repeat-y;
  height: 16px;
  width: 79px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-colored-arrow:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -382px;
  background-repeat: repeat-y;
  height: 16px;
  width: 79px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-cross-small-thin {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -400px;
  background-repeat: repeat-y;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-cross-small-thin:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -400px;
  background-repeat: repeat-y;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-cross-small-thin:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -400px;
  background-repeat: repeat-y;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-fax-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -418px;
  background-repeat: repeat-y;
  height: 24px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-fax-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -418px;
  background-repeat: repeat-y;
  height: 24px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-fax-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -418px;
  background-repeat: repeat-y;
  height: 24px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-fax {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -444px;
  background-repeat: repeat-y;
  height: 24px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-fax:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -444px;
  background-repeat: repeat-y;
  height: 24px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-fax:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -444px;
  background-repeat: repeat-y;
  height: 24px;
  width: 28px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-marker-colored-small {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -470px;
  background-repeat: repeat-y;
  height: 21px;
  width: 15px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-marker-colored-small:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -470px;
  background-repeat: repeat-y;
  height: 21px;
  width: 15px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-marker-colored-small:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -470px;
  background-repeat: repeat-y;
  height: 21px;
  width: 15px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-marker-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -493px;
  background-repeat: repeat-y;
  height: 79px;
  width: 58px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-marker-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -493px;
  background-repeat: repeat-y;
  height: 79px;
  width: 58px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-marker-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -493px;
  background-repeat: repeat-y;
  height: 79px;
  width: 58px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-marker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -574px;
  background-repeat: repeat-y;
  height: 24px;
  width: 17px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-marker:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -574px;
  background-repeat: repeat-y;
  height: 24px;
  width: 17px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-marker:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -574px;
  background-repeat: repeat-y;
  height: 24px;
  width: 17px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-megaphone-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -600px;
  background-repeat: repeat-y;
  height: 70px;
  width: 66px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-megaphone-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -600px;
  background-repeat: repeat-y;
  height: 70px;
  width: 66px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-megaphone-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -600px;
  background-repeat: repeat-y;
  height: 70px;
  width: 66px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-megaphone {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -672px;
  background-repeat: repeat-y;
  height: 70px;
  width: 66px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-megaphone:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -672px;
  background-repeat: repeat-y;
  height: 70px;
  width: 66px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-megaphone:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -672px;
  background-repeat: repeat-y;
  height: 70px;
  width: 66px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-menu {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -744px;
  background-repeat: repeat-y;
  height: 32px;
  width: 32px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-menu:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -744px;
  background-repeat: repeat-y;
  height: 32px;
  width: 32px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-menu:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -744px;
  background-repeat: repeat-y;
  height: 32px;
  width: 32px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-navigation {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -778px;
  background-repeat: repeat-y;
  height: 34px;
  width: 34px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-navigation:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -778px;
  background-repeat: repeat-y;
  height: 34px;
  width: 34px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-navigation:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -778px;
  background-repeat: repeat-y;
  height: 34px;
  width: 34px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-package-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -814px;
  background-repeat: repeat-y;
  height: 52px;
  width: 55px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-package-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -814px;
  background-repeat: repeat-y;
  height: 52px;
  width: 55px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-package-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -814px;
  background-repeat: repeat-y;
  height: 52px;
  width: 55px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-package {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -868px;
  background-repeat: repeat-y;
  height: 52px;
  width: 55px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-package:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -868px;
  background-repeat: repeat-y;
  height: 52px;
  width: 55px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-package:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -868px;
  background-repeat: repeat-y;
  height: 52px;
  width: 55px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-phone-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -922px;
  background-repeat: repeat-y;
  height: 24px;
  width: 19px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-phone-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -922px;
  background-repeat: repeat-y;
  height: 24px;
  width: 19px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-phone-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -922px;
  background-repeat: repeat-y;
  height: 24px;
  width: 19px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-phone {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -948px;
  background-repeat: repeat-y;
  height: 24px;
  width: 18px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-phone:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -948px;
  background-repeat: repeat-y;
  height: 24px;
  width: 18px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-phone:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -948px;
  background-repeat: repeat-y;
  height: 24px;
  width: 18px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-pocket-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -974px;
  background-repeat: repeat-y;
  height: 14px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-pocket-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -974px;
  background-repeat: repeat-y;
  height: 14px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-pocket-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -974px;
  background-repeat: repeat-y;
  height: 14px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-pocket {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -990px;
  background-repeat: repeat-y;
  height: 14px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-pocket:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -990px;
  background-repeat: repeat-y;
  height: 14px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-pocket:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -990px;
  background-repeat: repeat-y;
  height: 14px;
  width: 20px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-question-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1006px;
  background-repeat: repeat-y;
  height: 58px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-question-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1006px;
  background-repeat: repeat-y;
  height: 58px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-question-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1006px;
  background-repeat: repeat-y;
  height: 58px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-question {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1066px;
  background-repeat: repeat-y;
  height: 58px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-question:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1066px;
  background-repeat: repeat-y;
  height: 58px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-question:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1066px;
  background-repeat: repeat-y;
  height: 58px;
  width: 36px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-wallet-colored {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1126px;
  background-repeat: repeat-y;
  height: 47px;
  width: 48px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-wallet-colored:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1126px;
  background-repeat: repeat-y;
  height: 47px;
  width: 48px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-wallet-colored:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1126px;
  background-repeat: repeat-y;
  height: 47px;
  width: 48px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.icon-wallet {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1175px;
  background-repeat: repeat-y;
  height: 47px;
  width: 48px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-before-icon-wallet:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1175px;
  background-repeat: repeat-y;
  height: 47px;
  width: 48px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

.has-after-icon-wallet:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -1175px;
  background-repeat: repeat-y;
  height: 47px;
  width: 48px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
}

/*------------------------------------
-            Social Icons            -
------------------------------------*/
.icon-social {
  font-family: 'Mono Social Icons Font' !important;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  direction: ltr;
  font-size: 2.1875em;
}

[class^="icon-social-"],
[class*=" icon-social-"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  direction: ltr;
}
[class^="icon-social-"]:before,
[class*=" icon-social-"]:before {
  font-family: 'Mono Social Icons Font' !important;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  direction: ltr;
  font-size: 2.1875em;
}

.icon-social-fivehundredpx:before {
  content: "fivehundredpx";
}

.icon-social-aboutme:before {
  content: "aboutme";
}

.icon-social-addme:before {
  content: "addme";
}

.icon-social-amazon:before {
  content: "amazon";
}

.icon-social-aol:before {
  content: "aol";
}

.icon-social-appstorealt:before {
  content: "appstorealt";
}

.icon-social-appstore:before {
  content: "appstore";
}

.icon-social-apple:before {
  content: "apple";
}

.icon-social-bebo:before {
  content: "bebo";
}

.icon-social-behance:before {
  content: "behance";
}

.icon-social-bing:before {
  content: "bing";
}

.icon-social-blip:before {
  content: "blip";
}

.icon-social-blogger:before {
  content: "blogger";
}

.icon-social-coroflot:before {
  content: "coroflot";
}

.icon-social-daytum:before {
  content: "daytum";
}

.icon-social-delicious:before {
  content: "delicious";
}

.icon-social-designbump:before {
  content: "designbump";
}

.icon-social-designfloat:before {
  content: "designfloat";
}

.icon-social-deviantart:before {
  content: "deviantart";
}

.icon-social-diggalt:before {
  content: "diggalt";
}

.icon-social-digg:before {
  content: "digg";
}

.icon-social-dribble:before {
  content: "dribble";
}

.icon-social-drupal:before {
  content: "drupal";
}

.icon-social-ebay:before {
  content: "ebay";
}

.icon-social-email:before {
  content: "email";
}

.icon-social-emberapp:before {
  content: "emberapp";
}

.icon-social-etsy:before {
  content: "etsy";
}

.icon-social-facebook:before {
  content: "facebook";
}

.icon-social-feedburner:before {
  content: "feedburner";
}

.icon-social-flickr:before {
  content: "flickr";
}

.icon-social-foodspotting:before {
  content: "foodspotting";
}

.icon-social-forrst:before {
  content: "forrst";
}

.icon-social-foursquare:before {
  content: "foursquare";
}

.icon-social-friendsfeed:before {
  content: "friendsfeed";
}

.icon-social-friendstar:before {
  content: "friendstar";
}

.icon-social-gdgt:before {
  content: "gdgt";
}

.icon-social-github:before {
  content: "github";
}

.icon-social-githubalt:before {
  content: "githubalt";
}

.icon-social-googlebuzz:before {
  content: "googlebuzz";
}

.icon-social-googleplus:before {
  content: "googleplus";
}

.icon-social-googletalk:before {
  content: "googletalk";
}

.icon-social-gowallapin:before {
  content: "gowallapin";
}

.icon-social-gowalla:before {
  content: "gowalla";
}

.icon-social-grooveshark:before {
  content: "grooveshark";
}

.icon-social-heart:before {
  content: "heart";
}

.icon-social-hyves:before {
  content: "hyves";
}

.icon-social-icondock:before {
  content: "icondock";
}

.icon-social-icq:before {
  content: "icq";
}

.icon-social-identica:before {
  content: "identica";
}

.icon-social-imessage:before {
  content: "imessage";
}

.icon-social-itunes:before {
  content: "itunes";
}

.icon-social-lastfm:before {
  content: "lastfm";
}

.icon-social-linkedin:before {
  content: "linkedin";
}

.icon-social-meetup:before {
  content: "meetup";
}

.icon-social-metacafe:before {
  content: "metacafe";
}

.icon-social-mixx:before {
  content: "mixx";
}

.icon-social-mobileme:before {
  content: "mobileme";
}

.icon-social-mrwong:before {
  content: "mrwong";
}

.icon-social-msn:before {
  content: "msn";
}

.icon-social-myspace:before {
  content: "myspace";
}

.icon-social-newsvine:before {
  content: "newsvine";
}

.icon-social-paypal:before {
  content: "paypal";
}

.icon-social-photobucket:before {
  content: "photobucket";
}

.icon-social-picasa:before {
  content: "picasa";
}

.icon-social-pinterest:before {
  content: "pinterest";
}

.icon-social-podcast:before {
  content: "podcast";
}

.icon-social-posterous:before {
  content: "posterous";
}

.icon-social-qik:before {
  content: "qik";
}

.icon-social-quora:before {
  content: "quora";
}

.icon-social-reddit:before {
  content: "reddit";
}

.icon-social-retweet:before {
  content: "retweet";
}

.icon-social-rss:before {
  content: "rss";
}

.icon-social-scribd:before {
  content: "scribd";
}

.icon-social-sharethis:before {
  content: "sharethis";
}

.icon-social-skype:before {
  content: "skype";
}

.icon-social-slashdot:before {
  content: "slashdot";
}

.icon-social-slideshare:before {
  content: "slideshare";
}

.icon-social-smugmug:before {
  content: "smugmug";
}

.icon-social-soundcloud:before {
  content: "soundcloud";
}

.icon-social-spotify:before {
  content: "spotify";
}

.icon-social-squidoo:before {
  content: "squidoo";
}

.icon-social-stackoverflow:before {
  content: "stackoverflow";
}

.icon-social-star:before {
  content: "star";
}

.icon-social-stumbleupon:before {
  content: "stumbleupon";
}

.icon-social-technorati:before {
  content: "technorati";
}

.icon-social-tumblr:before {
  content: "tumblr";
}

.icon-social-twitterbird:before {
  content: "twitterbird";
}

.icon-social-twitter:before {
  content: "twitter";
}

.icon-social-viddler:before {
  content: "viddler";
}

.icon-social-vimeo:before {
  content: "vimeo";
}

.icon-social-virb:before {
  content: "virb";
}

.icon-social-www:before {
  content: "www";
}

.icon-social-wikipedia:before {
  content: "wikipedia";
}

.icon-social-windows:before {
  content: "windows";
}

.icon-social-wordpress:before {
  content: "wordpress";
}

.icon-social-xing:before {
  content: "xing";
}

.icon-social-yahoobuzz:before {
  content: "yahoobuzz";
}

.icon-social-yahoo:before {
  content: "yahoo";
}

.icon-social-yelp:before {
  content: "yelp";
}

.icon-social-youtube:before {
  content: "youtube";
}

.icon-social-instagram:before {
  content: "instagram";
}

.l-section {
  position: relative;
  background-color: #ffffff;
  color: #393939;
}
.l-section .bottom-scroll-toggler {
  z-index: 1;
  display: block;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -20px;
  background-repeat: repeat-y;
  height: 30px;
  width: 57px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: fadeInDown 1.5s infinite;
  -moz-animation: fadeInDown 1.5s infinite;
  -o-animation: fadeInDown 1.5s infinite;
  animation: fadeInDown 1.5s infinite;
  cursor: pointer;
  z-index: 1;
}
.l-section img {
  max-width: 100%;
}
.l-section .section-inner {
  height: 100%;
}
.l-section.section-general .section-inner > .wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 100px 0;
  max-width: 85%;
}

/*
* Animations
*/
.not-visible,
.has-in-animation {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.animating-gradient {
  -webkit-animation: gradient_animate 1s infinite alternate;
  -moz-animation: gradient_animate 1s infinite alternate;
  -o-animation: gradient_animate 1s infinite alternate;
  animation: gradient_animate 1s infinite alternate;
  -moz-background-size: 130% auto !important;
  -o-background-size: 130% auto !important;
  -webkit-background-size: 130% auto !important;
  background-size: 130% auto !important;
}

.is-blinking {
  -webkit-animation: blink 500ms linear infinite;
  -moz-animation: blink 500ms linear infinite;
  -o-animation: blink 500ms linear infinite;
  animation: blink 500ms linear infinite;
}

/* Blink */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* Hue Rotate / Gradient Animate */
@-webkit-keyframes huerotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(-50deg);
  }
}
@-moz-keyframes huerotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(-50deg);
  }
}
@-o-keyframes huerotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(-50deg);
  }
}
@keyframes huerotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(-50deg);
  }
}
@-webkit-keyframes gradient_animate {
  0% {
    background-position: 13% 0%;
  }
  50% {
    background-position: 88% 100%;
  }
  100% {
    background-position: 13% 0%;
  }
}
@-moz-keyframes gradient_animate {
  0% {
    background-position: 13% 0%;
  }
  50% {
    background-position: 88% 100%;
  }
  100% {
    background-position: 13% 0%;
  }
}
@-o-keyframes gradient_animate {
  0% {
    background-position: 13% 0%;
  }
  50% {
    background-position: 88% 100%;
  }
  100% {
    background-position: 13% 0%;
  }
}
@keyframes gradient_animate {
  0% {
    background-position: 13% 0%;
  }
  50% {
    background-position: 88% 100%;
  }
  100% {
    background-position: 13% 0%;
  }
}
.logo-carousel-container {
  background-color: #393939;
  color: #ffffff;
}

.owl-carousel {
  width: 900px;
  margin: 0 auto;
}.owl-carousel, .owl-carousel * {
  direction: ltr !important;
}
.owl-carousel .carousel-item {
  height: 130px;
  text-align: center;
}
.owl-carousel .carousel-item a, .owl-carousel .carousel-item span {
  display: block;
  width: 100%;
  height: 100%;
}
.owl-carousel .carousel-item a img, .owl-carousel .carousel-item span img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel .synced-carousel {
  margin-bottom: 25px;
}
.owl-carousel .owl-dots {
  margin-top: 45px;
}

.color-white {
  color: #ffffff;
}

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

.color-black {
  color: #000000;
}

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

.color-red {
  color: #e1175c;
}

.has-red-bg {
  background-color: #e1175c;
}

.color-gray-1 {
  color: #373737;
}

.has-gray-1-bg {
  background-color: #373737;
}

.color-gray-2 {
  color: #58595b;
}

.has-gray-2-bg {
  background-color: #58595b;
}

.color-gray-3 {
  color: #9e9e9e;
}

.has-gray-3-bg {
  background-color: #9e9e9e;
}

.color-gray-4 {
  color: #e1e2e3;
}

.has-gray-4-bg {
  background-color: #e1e2e3;
}

.color-gray-5 {
  color: #f6f6f6;
}

.has-gray-5-bg {
  background-color: #f6f6f6;
}

.color-gray-6 {
  color: #393939;
}

.has-gray-6-bg {
  background-color: #393939;
}

.color-gray-7 {
  color: #2a2a2a;
}

.has-gray-7-bg {
  background-color: #2a2a2a;
}

.color-gray-8 {
  color: #4c4c4c;
}

.has-gray-8-bg {
  background-color: #4c4c4c;
}

.color-gray-9 {
  color: #e3e4e5;
}

.has-gray-9-bg {
  background-color: #e3e4e5;
}

.color-gray-10 {
  color: #f4f4f4;
}

.has-gray-10-bg {
  background-color: #f4f4f4;
}

.color-gray-11 {
  color: #6e6e6e;
}

.has-gray-11-bg {
  background-color: #6e6e6e;
}

.color-gray-12 {
  color: #ebebec;
}

.has-gray-12-bg {
  background-color: #ebebec;
}

.featured-title {
  font-family: 'Carisma-Gothic';
  font-size: 2.5em;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.featured-title .title-line {
  display: block;
  position: relative;
  margin-top: 27px;
}
.featured-title .title-line:before, .featured-title .title-line:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-title .title-line:before {
  height: 0;
  width: 145px;
  max-width: 50%;
  margin-bottom: -2px;
  z-index: 1;
  border-bottom: 6px solid;
}
.featured-title .title-line:after {
  height: 0px;
  width: 100%;
  border-bottom: 2px solid;
}
.featured-title small {
  font-size: 0.5em;
}
.featured-title.is-small {
  font-size: 1.875em;
}
.sub-title {
  font-family: 'Carisma-Gothic';
  font-size: 1.375em;
  line-height: 1;
}.sub-title.is-small {
  font-size: 1.25em;
}
.module-content {
  text-align: justify;
  font-size: 1.15625em;
}
.module-icon {
  margin-bottom: 40px;
}
.m-content {
  position: relative;
}

/*==============================
=            POPUPS            =
==============================*/
.rfbwp-popup, .rfbwp-popup * {
  direction: ltr !important;
}

.rfbwp-popup-book {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 1em;
}

.flowchart .flowchart-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding: 30px;
}
.flowchart .flowchart-item .flowchart-item-inner {
  position: relative;
}
.flowchart .flowchart-item .flowchart-item-inner:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -382px;
  background-repeat: repeat-y;
  height: 16px;
  width: 79px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  z-index: 1;
}
.flowchart .flowchart-item .flowchart-item-inner .overlay {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.flowchart .flowchart-item svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flowchart .flowchart-item svg .shape {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 2px;
}
.flowchart .flowchart-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  text-align: center;
}
.flowchart .flowchart-item .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.flowchart .flowchart-item .text {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 5px;
  font-family: 'Carisma-Gothic';
  font-size: 0.9em;
  line-height: 1;
  color: #e1175c;
  text-align: center;
}.flowchart .flowchart-item:last-child .flowchart-item-inner:before {
  display: none;
}
.flowchart .flowchart-item.odd-row {
  float: right !important;
}
.flowchart .flowchart-item.odd-row .flowchart-item-inner:before {
  top: 50% !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  -moz-transform-origin: center center !important;
  -ms-transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  transform-origin: center center !important;
  left: auto !important;
  right: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: -9px !important;
}
.flowchart .flowchart-item.even-row {
  float: left !important;
}
.flowchart .flowchart-item.even-row .flowchart-item-inner:before {
  top: 50% !important;
  -moz-transform: translateY(-50%) rotate(180deg) !important;
  -ms-transform: translateY(-50%) rotate(180deg) !important;
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
  -moz-transform-origin: center center !important;
  -ms-transform-origin: center center !important;
  -webkit-transform-origin: center center !important;
  transform-origin: center center !important;
  left: 100% !important;
  right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -9px !important;
  margin-right: 0 !important;
}
.flowchart .flowchart-item.last-in-row .flowchart-item-inner:before {
  top: 100% !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -webkit-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  -moz-transform-origin: 100% 50% !important;
  -ms-transform-origin: 100% 50% !important;
  -webkit-transform-origin: 100% 50% !important;
  transform-origin: 100% 50% !important;
  left: auto !important;
  right: 50% !important;
  margin-top: -16px !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
input, button {
  background-color: transparent;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
}

.form input, .form textarea {
  width: 100%;
  font-family: 'Carisma';
  font-size: 1.875em;
  padding: 0 18px;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
}.form textarea {
  padding: 15px 18px;
  height: 200px;
}
.form input[type=text], .form input[type=email], .form input[type=password], .form input[type=tel] {
  height: 80px;
  line-height: 80px;
}.form input[type=submit] {
  padding: 10px 30px;
  width: auto;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form input[type=submit]:hover {
  background-color: #c9c9c9;
  color: #ffffff;
}

.mc4wp-alert {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-family: 'Carisma-Gothic';
}
.mc4wp-alert.mc4wp-success {
  color: #72d45c;
}
.mc4wp-alert.mc4wp-error {
  color: #F75873;
}

.wpcf7-not-valid {
  border-color: #e1175c !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
  border: 0;
  color: #e1175c;
}

div.wpcf7-response-output {
  margin: 1em 0;
  padding: 0;
}

/*===============================
=            Gallery            =
===============================*/
.hidden-sliders-container {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.gallery-loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  background: rgba(255, 255, 255, 0.9) url(../../img/common/loader.gif) center center no-repeat;
}

.royalSlider, .royalSlider * {
  direction: ltr !important;
}

.rsDefaultInv .rsThumb img {
  height: auto !important;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-row .gallery-item {
  width: auto;
}
.gallery-row .gallery-item .item-label,
.gallery-row .gallery-item .item-title {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #ffffff;
  background-color: #4c4c4c;
  line-height: 1;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  white-space: nowrap;
}
.gallery-row .gallery-item .item-label {
  bottom: 100%;
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: 0.75em;
  font-family: tahoma;
  font-size: 0.75em;
}
.gallery-row .gallery-item .item-title {
  position: absolute;
  bottom: 0;
  padding: 4px 13px 1px;
  font-weight: bold;
  font-size: 1.3em;
}.gallery-row .gallery-item.active .item-label,
.gallery-row .gallery-item.active .item-title {
  background-color: #e1175c;
}

.gallery-shelf-display {
  z-index: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 10px;
  margin-top: 10px;
}.gallery-shelf-display .gallery-shelf-front,
.gallery-shelf-display .gallery-shelf-front-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 -10px;
}
.gallery-shelf-display .gallery-shelf-top,
.gallery-shelf-display .gallery-shelf-top-gradient {
  display: block;
  position: absolute;
  top: -25px;
  left: 30px;
  right: 30px;
  height: 25px;
  -moz-transform-origin: 50% 100% 50%;
  -ms-transform-origin: 50% 100% 50%;
  -webkit-transform-origin: 50% 100% 50%;
  transform-origin: 50% 100% 50%;
  -moz-transform: perspective(50px) rotateX(15deg);
  -ms-transform: perspective(50px) rotateX(15deg);
  -webkit-transform: perspective(50px) rotateX(15deg);
  transform: perspective(50px) rotateX(15deg);
}
.gallery-shelf-display .gallery-shelf-front {
  background: #e0e0e0;
}
.gallery-shelf-display .gallery-shelf-front-gradient {
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(0, 0, 0, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19ffffff',endColorstr='#19000000',GradientType=0);
}
.gallery-shelf-display .gallery-shelf-top {
  background: #e7e7e7;
}
.gallery-shelf-display .gallery-shelf-top-gradient {
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.02) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.02) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff',endColorstr='#05000000',GradientType=0);
}
.gallery-shelf-display .gallery-shelf-shadow {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  right: 40px;
  height: 30px;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, transparent 90%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a000000',endColorstr='#00000000',GradientType=0);
}

.hero-section {
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
}
.hero-section .hero-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*
 * MAPS
 */
.module-map {
  position: relative;
}
.module-map .current-position-marker-toggler {
  z-index: 1;
  position: absolute;
  bottom: 35px;
  right: 70px;
  cursor: pointer;
}
.module-map .current-position-marker-toggler img {
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.module-map .current-position-marker-toggler.active img {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.module-map img {
  max-width: none;
}

.m-picotext {
  background-color: #f4f4f4;
  color: #5d5d5d;
  display: table;
  table-layout: fixed;
  width: 100%;
  direction: ltr;
}
.m-picotext .text, .m-picotext .image {
  display: table-cell;
  padding: 8% 6%;
  direction: rtl;
  vertical-align: middle;
}
.m-picotext .image {
  height: 720px;
  width: 33.3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.m-picotext .text-container {
  max-height: 500px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  height: 35px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #e3e3e3;
  position: relative;
  font-size: 20px;
}
.progress .bar-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  line-height: 35px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #8dc63f;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  /* background-repeat: no-repeat; */
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 0.5s linear infinite;
}
.rich-content {
  font-family: 'Carisma';
  font-size: 1.5em;
  line-height: 1.2;
}
.rich-content p {
  margin-bottom: 1em;
}
.rich-content h1, .rich-content h2, .rich-content h3, .rich-content h4, .rich-content h5, .rich-content h6 {
  color: #e02a2f;
  margin: 1em 0;
  font-weight: bold;
}
.rich-content h1 {
  font-size: 2em;
}
.rich-content h2 {
  font-size: 1.5em;
}
.rich-content h3 {
  font-size: 1.17em;
}
.rich-content h4 {
  font-size: 1.12em;
}
.rich-content h5 {
  font-size: .83em;
}
.rich-content h6 {
  font-size: .75em;
}
.rich-content table {
  font-family: 'Carisma';
  font-size: 0.6625em;
  font-weight: bold;
  color: #4c4c4c;
  width: 100%;
}
.rich-content table thead,
.rich-content table td.st-key {
  background-color: #4c4c4c;
  color: #ffffff;
}
.rich-content table thead small,
.rich-content table td.st-key small {
  font-size: 0.875em;
  color: #8c8c8c;
}
.rich-content table tr {
  border-bottom: 1px solid #919191;
  /* TEMP */
  /* / TEMP */
}
.rich-content table tr:first-child .st-key {
  direction: ltr;
}
.rich-content table td, .rich-content table th {
  text-align: center;
  padding: 6px;
}
.rich-content table td.st-key {
  width: 50%;
}

.stacktable.large-only {
  display: table;
}

.stacktable.small-only {
  display: none;
}
/* theme: "custom-theme" */
.mCS-custom-theme.mCSB_scrollTools {
  background: none;
  background-image: url(../../img/plugins/scrollrail.png);
  background-repeat: repeat-y;
  background-position: center center;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #dc1a5f;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  background-image: url(../../img/plugins/scrollButtonUp.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: 10px;
  margin-top: 7px;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 0;
  background-image: url(../../img/plugins/scrollButtonDown.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  height: 10px;
  margin-bottom: 7px;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 0;
  background-image: url(../../img/plugins/scrollButtonLeft.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.mCS-custom-theme.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 0;
  background-image: url(../../img/plugins/scrollButtonRight.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.simple-section {
  padding: 175px 0;
  background-color: #e3e4e5;
  color: #58595b;
}.simple-section .inner-section-container {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 30px;
}.simple-section .module-content {
  margin-top: 50px;
}

.tabs .tabs-nav {
  text-align: center;
}
.tabs .tabs-nav .tab-toggler {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.tabs .tabs-content {
  position: relative;
}

.tabs.default-theme {
  margin-bottom: 50px;
}
.tabs.default-theme .tabs-nav {
  text-align: center;
}
.tabs.default-theme .tabs-nav .tab-toggler {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100px;
  height: 100px;
  border: 2px solid #4c4c4c;
  position: relative;
  margin: 0 30px 52px;
  cursor: pointer;
}
.tabs.default-theme .tabs-nav .tab-toggler:before, .tabs.default-theme .tabs-nav .tab-toggler:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs.default-theme .tabs-nav .tab-toggler:before {
  width: 11px;
  height: 11px;
  border: 2px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2b89bf;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  margin-top: -4px;
}
.tabs.default-theme .tabs-nav .tab-toggler:after {
  width: 1px;
  height: 0;
  background-color: #2b89bf;
  margin-top: 4px;
}
.tabs.default-theme .tabs-nav .tab-toggler img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}
.tabs.default-theme .tabs-nav .tab-toggler svg {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100px;
  height: 100px;
}
.tabs.default-theme .tabs-nav .tab-toggler svg .shape {
  width: 100px;
  height: 100px;
  fill: transparent;
  stroke-dasharray: 0 400;
  stroke-dashoffset: -250;
  stroke-width: 4px;
  fill: transparent;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tabs.default-theme .tabs-nav .tab-toggler .img-normal, .tabs.default-theme .tabs-nav .tab-toggler .img-active {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs.default-theme .tabs-nav .tab-toggler .img-normal {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs.default-theme .tabs-nav .tab-toggler .img-active {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.tabs.default-theme .tabs-nav .tab-toggler.active:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.tabs.default-theme .tabs-nav .tab-toggler.active:after {
  height: 50px;
}
.tabs.default-theme .tabs-nav .tab-toggler.active .shape {
  stroke-dashoffset: -50;
  stroke-dasharray: 400 0;
}
.tabs.default-theme .tabs-nav .tab-toggler.active .img-normal {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.tabs.default-theme .tabs-nav .tab-toggler.active .img-active {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs.default-theme .tabs-content {
  position: relative;
}
.tabs.default-theme .tabs-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5145a+0,894b8c+34,03a1d7+69,6fc0ae+100 */
  background: #e5145a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e5145a 0%, #894b8c 34%, #03a1d7 69%, #6fc0ae 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e5145a), color-stop(34%, #894b8c), color-stop(69%, #03a1d7), color-stop(100%, #6fc0ae));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #e5145a 0%, #894b8c 34%, #03a1d7 69%, #6fc0ae 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #e5145a 0%, #894b8c 34%, #03a1d7 69%, #6fc0ae 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #e5145a 0%, #894b8c 34%, #03a1d7 69%, #6fc0ae 100%);
  /* IE10+ */
  background: linear-gradient(to right, #e5145a 0%, #894b8c 34%, #03a1d7 69%, #6fc0ae 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5145a', endColorstr='#6fc0ae',GradientType=1 );
  /* IE6-9 */
}
/*==============================
=            COMMON            =
==============================*/
.container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.orientation_portrait .has-center-bg {
  background-position: center center !important;
}

/*=============================
=            ABOUT            =
=============================*/
.page-about .hero-section .title-line {
  color: #9e9e9e;
}
.page-about .hero-section .sub-title {
  color: #bcbcbc;
}
.page-about .section-a {
  background-color: #ffffff;
  color: #6e6e6e;
  padding: 260px 0 330px;
}.page-about .section-b .table .td {
  height: 1px;
  overflow: hidden;
}
.page-about .section-b .table .td .bg-container {
  height: 100%;
  width: 100%;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-about .section-b .table .td:hover .bg-container {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-about .section-b .table .has-13-width {
  width: 33.33333%;
}
.page-about .section-b .table .has-23-width {
  width: 66.66666%;
}
.page-about .section-b .table .overlay {
  width: 100%;
  height: auto;
  vertical-align: top;
}.page-about .section-c {
  text-align: center;
}
.page-about .section-c .section-inner {
  padding: 125px 0 75px;
}
.page-about .section-c .featured-title {
  margin-bottom: 75px;
  color: #dedede;
  font-size: 1.875em;
}
.page-about .section-c .featured-title .title-line {
  color: #4c4c4c;
}
.page-about .section-g .section-inner {
  padding: 125px 0 75px;
}
.page-about .section-g .featured-title {
  margin-bottom: 75px;
  color: #dedede;
  font-size: 1.875em;
  text-align: center;
}
.page-about .section-g .featured-title .title-line {
  color: #4c4c4c;
}

/*==================================
=            ADVERTISER            =
==================================*/
.page-advertiser .sub-title {
  width: 310px;
  margin: 0 auto;
}
.page-advertiser .l-section {
  overflow: hidden;
}
.page-advertiser .wrapper {
  margin: 0 auto;
  max-width: 95%;
}
.page-advertiser .content-pack .featured-title .title-line {
  color: #9e9e9e;
}
.page-advertiser .content-pack .sub-title {
  color: #58595b;
}
.page-advertiser .section-title-container {
  text-align: center;
}.page-advertiser .section-a {
  background-color: #dedfe0;
}
.page-advertiser .section-a .section-inner > .wrapper {
  padding-top: 160px;
  padding-bottom: 100px;
  width: 900px;
}.page-advertiser .section-a .content-pack {
  margin-bottom: 45px;
}
.page-advertiser .section-a .section-content-container {
  margin-bottom: 200px;
}.page-advertiser .section-a .section-content-container .wrapper {
  padding: 0 125px;
  max-width: auto;
}.page-advertiser .section-a .module-content {
  color: #58595b;
}
.page-advertiser .section-a .cta-container .wrapper {
  padding: 0 60px;
}.page-advertiser .section-a .cta-container .cta-image-container {
  position: absolute;
  bottom: -255px;
  right: 50%;
  margin-right: 130px;
}
.page-advertiser .section-a .cta-container .cta-image-container img {
  max-width: none;
}.page-advertiser .section-a .cta-container .cta-link-container .cta-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}.page-advertiser .section-a .cta-container .cta-link-container .cta-link-arrow,
.page-advertiser .section-a .cta-container .cta-link-container .cta-link-texts {
  float: left;
}.page-advertiser .section-a .cta-container .cta-link-container .cta-link-arrow {
  margin: -5px 0 0 15px;
}
.page-advertiser .section-a .cta-container .cta-link-container .cta-link-title,
.page-advertiser .section-a .cta-container .cta-link-container .cta-link-subtitle {
  display: block;
  line-height: 1;
}
.page-advertiser .section-a .cta-container .cta-link-container .cta-link-title {
  color: #58595b;
  font-size: 1.75em;
}
.page-advertiser .section-a .cta-container .cta-link-container .cta-link-subtitle {
  color: #909090;
  font-size: 1.1875em;
}
.page-advertiser .section-b .section-inner > .wrapper {
  direction: ltr;
  width: 1415px;
  height: 700px;
}.page-advertiser .section-b .title-col {
  width: 40%;
  padding: 100px 9%;
}.page-advertiser .section-b .content-col {
  width: 60%;
  padding: 100px 5%;
}.page-advertiser .section-b .title-col-inner {
  text-align: center;
}
.page-advertiser .section-b .featured-title,
.page-advertiser .section-b .module-content {
  color: white;
}
.page-advertiser .section-c {
  background-color: #f4f4f4;
}
.page-advertiser .section-c .section-inner {
  padding: 205px 0 155px;
}.page-advertiser .section-c .section-inner > .wrapper {
  width: 900px;
  padding: 0 7.5%;
}
.page-advertiser .section-c .section-inner > .wrapper .wrapper-inner {
  position: relative;
}
.page-advertiser .section-c .featured-title {
  margin-bottom: 50px;
}
.page-advertiser .section-c .featured-title .title-line {
  margin-top: 45px;
}
.page-advertiser .section-c .module-content {
  margin-bottom: 40px;
  color: #6e6e6e;
}
.page-advertiser .section-c .module-counter {
  text-align: center;
  color: #a3a3a3;
  font-family: 'Carisma';
}
.page-advertiser .section-c .module-counter .counter-items-contaner {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 0;
}
.page-advertiser .section-c .module-counter .counter-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 1.625em;
  border-right: 1px solid #dedede;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 0.75em;
}
.page-advertiser .section-c .module-counter .counter-item:last-child {
  border-right: 0 none;
}.page-advertiser .section-c .module-counter .item-top,
.page-advertiser .section-c .module-counter .item-number,
.page-advertiser .section-c .module-counter .item-bottom {
  display: block;
}
.page-advertiser .section-c .module-counter .item-top,
.page-advertiser .section-c .module-counter .item-bottom {
  font-size: 1.6875em;
}
.page-advertiser .section-c .module-counter .item-number {
  color: #c0c0c0;
  font-size: 10.5625em;
  font-family: 'Carisma';
  line-height: 1.4;
  margin-bottom: -0.2em;
}
.page-advertiser .section-c .section-content-container {
  position: relative;
  z-index: 1;
}
.page-advertiser .section-c .extra-image-container {
  position: absolute;
  bottom: -80px;
  left: 100%;
  margin-left: -40px;
  z-index: 0;
}.page-advertiser .section-c .extra-image-container .extra-image {
  max-width: none;
}
.page-advertiser .section-d .section-inner > .wrapper {
  width: 1415px;
  height: 705px;
}.page-advertiser .section-d .m-content {
  max-height: 8.64em;
}
.page-advertiser .section-d .title-col,
.page-advertiser .section-d .content-col {
  padding: 100px 5%;
}.page-advertiser .section-d .title-col {
  width: 40%;
}.page-advertiser .section-d .content-col {
  width: 60%;
}.page-advertiser .section-d .title-col-inner {
  text-align: center;
}
.page-advertiser .section-d .featured-title,
.page-advertiser .section-d .module-content {
  color: white;
}
.page-advertiser .section-e .section-inner > .wrapper {
  width: 1415px;
  min-height: 1080px;
}.page-advertiser .section-e .content-col {
  width: 49%;
}.page-advertiser .section-e .title-col {
  width: 51%;
  padding: 200px 0;
}.page-advertiser .section-e .title-col-inner {
  padding: 90px 105px 160px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}.page-advertiser .section-e .module-icon {
  margin-bottom: 55px;
}
.page-advertiser .section-e .featured-title {
  margin-bottom: 60px;
}
.page-advertiser .section-e .module-content {
  padding-right: 30px;
}.page-advertiser .section-f .section-inner > .wrapper {
  width: 1415px;
  padding: 235px 0 210px;
}.page-advertiser .section-f .featured-title {
  margin-bottom: 65px;
}
.page-advertiser .section-f .featured-title .title-line {
  margin-top: 35px;
  color: #9e9e9e;
}
.page-advertiser .section-f .tabs.default-theme {
  margin-bottom: 0;
}
.page-advertiser .section-g .section-inner {
  padding: 125px 0 75px;
}
.page-advertiser .section-g .featured-title {
  margin-bottom: 75px;
  color: #dedede;
  font-size: 1.875em;
}
.page-advertiser .section-g .featured-title .title-line {
  color: #4c4c4c;
}

/*====================================
=            ARCHITECTURE            =
====================================*/
.page-architecture .sub-title {
  width: 570px;
  margin: 0 auto;
}
.page-architecture .l-section {
  overflow: hidden;
}
.page-architecture .wrapper {
  margin: 0 auto;
  max-width: 95%;
}
.page-architecture .featured-title.colored-title {
  color: #8dc63f;
}
.page-architecture .content-pack .featured-title .title-line {
  color: #9e9e9e;
}
.page-architecture .content-pack .sub-title {
  color: #58595b;
}
.page-architecture .section-title-container {
  text-align: center;
}.page-architecture .section-a {
  background-color: #dedfe0;
}
.page-architecture .section-a .section-inner > .wrapper {
  position: relative;
  padding: 160px 0 100px;
  width: 900px;
}.page-architecture .section-a .content-pack {
  margin-bottom: 35px;
}
.page-architecture .section-a .section-content-container {
  margin-bottom: 450px;
}.page-architecture .section-a .section-content-container .wrapper {
  padding: 0 125px;
  max-width: none;
}.page-architecture .section-a .module-content {
  color: #808082;
}
.page-architecture .section-a .cta-container {
  z-index: 1;
  position: relative;
}
.page-architecture .section-a .cta-container .wrapper {
  padding: 0 60px;
}.page-architecture .section-a .cta-container .cta-link-container {
  text-align: center;
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link:hover .cta-link-subtitle {
  color: red !important;
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link-arrow,
.page-architecture .section-a .cta-container .cta-link-container .cta-link-texts {
  float: left;
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link-arrow {
  height: 53px;
  margin: -5px 0 0 20px;
  padding-left: 15px;
  border-left: 1px solid #a7a7a8;
  line-height: 1;
}.page-architecture .section-a .cta-container .cta-link-container .cta-link-arrow .cta-link-arrow-inner {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link-title,
.page-architecture .section-a .cta-container .cta-link-container .cta-link-subtitle {
  display: block;
  line-height: 1;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link-title {
  color: #58595b;
  font-size: 1.75em;
}
.page-architecture .section-a .cta-container .cta-link-container .cta-link-subtitle {
  color: #909090;
  font-size: 1.1875em;
}
.page-architecture .section-a .extra-image-container {
  position: absolute;
  bottom: -170px;
  left: 50%;
  margin-left: -90px;
}.page-architecture .section-a .extra-image-container .extra-image {
  max-width: none;
}
.page-architecture .section-b .section-inner > .wrapper {
  width: 1415px;
  height: 705px;
}.page-architecture .section-b .module-icon {
  margin-bottom: 0;
}.page-architecture .section-b .featured-title {
  margin-bottom: 105px;
}.page-architecture .section-b .title-col,
.page-architecture .section-b .content-col {
  text-align: center;
  padding: 100px 5%;
}.page-architecture .section-b .title-col {
  width: 40%;
}.page-architecture .section-b .content-col {
  width: 60%;
}.page-architecture .section-b .title-col-inner {
  text-align: center;
}
.page-architecture .section-b .module-content {
  color: white;
}
.page-architecture .section-c {
  background-color: #f4f4f4;
  padding: 150px 0;
}.page-architecture .section-c .section-inner > .wrapper {
  width: 1415px;
  max-width: 90%;
}.page-architecture .section-c .image-col,
.page-architecture .section-c .content-col {
  width: 50%;
  padding: 0 5%;
}
.page-architecture .section-c .image-col {
  position: relative;
}
.page-architecture .section-c .content-col {
  text-align: center;
}.page-architecture .section-c .module-icon {
  margin-bottom: 45px;
}
.page-architecture .section-c .featured-title {
  margin-bottom: 45px;
}
.page-architecture .section-c .featured-title .title-line {
  margin-top: 40px;
  color: #58595b;
}
.page-architecture .section-c .module-content {
  color: #6e6e6e;
}
.page-architecture .section-c .extra-image-container {
  position: absolute;
  bottom: -447px;
  left: 15%;
}
.page-architecture .section-c .extra-image-container .extra-image {
  position: relative;
  max-width: none;
}
.page-architecture .section-d .section-inner > .wrapper {
  width: 1415px;
  height: 620px;
}.page-architecture .section-d .module-icon {
  margin-bottom: 0;
}.page-architecture .section-d .title-col,
.page-architecture .section-d .content-col {
  text-align: center;
  padding: 100px 5%;
}.page-architecture .section-d .title-col {
  width: 40%;
}.page-architecture .section-d .content-col {
  width: 60%;
}.page-architecture .section-d .title-col-inner {
  text-align: center;
}
.page-architecture .section-d .featured-title,
.page-architecture .section-d .module-content {
  color: white;
}
.page-architecture .section-e .section-inner {
  color: #373737;
  text-align: center;
}
.page-architecture .section-e .section-inner > .wrapper {
  padding: 155px 5% 225px;
  width: 660px;
}.page-architecture .section-f .table {
  height: 860px;
  color: #ffffff;
}
.page-architecture .section-f .table .section-content {
  width: 670px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.page-architecture .section-f .table .section-content .m-content {
  max-height: 7.2em;
}
.page-architecture .section-f .table .module-icon {
  margin-bottom: 45px;
}
.page-architecture .section-f .table .featured-title {
  margin-bottom: 35px;
}
.page-architecture .section-f .table:nth-child(2n+1) .td:nth-child(2n+1) {
  background-color: #333333;
}
.page-architecture .section-f .table:nth-child(2n+1) .td:nth-child(2n) {
  background-color: #f4f4f4;
}
.page-architecture .section-f .table:nth-child(2n+1) .td:nth-child(2n) .module-content {
  color: #373737;
}
.page-architecture .section-f .table:nth-child(2n) .td:nth-child(2n+1) {
  background-color: #f4f4f4;
}
.page-architecture .section-f .table:nth-child(2n) .td:nth-child(2n+1) .module-content {
  color: #373737;
}
.page-architecture .section-f .table:nth-child(2n) .td:nth-child(2n) {
  background-color: #333333;
}
.page-architecture .section-f .table .td {
  padding: 100px 0;
}.page-architecture .section-g .section-inner {
  padding: 125px 0 75px;
}
.page-architecture .section-g .featured-title {
  margin-bottom: 75px;
  color: #dedede;
  font-size: 1.875em;
}
.page-architecture .section-g .featured-title .title-line {
  color: #4c4c4c;
}

.featured-title-customers {
  font-family: 'Carisma-Gothic';
  font-size: 2.5em;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: 586px;
  margin-bottom: 27px;
  text-transform: uppercase;
  margin: 0 auto;
  display: inherit;
}

/*===============================
=            CONTACT            =
===============================*/
.page-contact .hero-section .title-line {
  color: #9e9e9e;
}
.page-contact .section-a {
  padding: 200px 0 130px;
  overflow: hidden;
}.page-contact .section-a .featured-title {
  margin-bottom: 75px;
}.page-contact .section-a .title-line {
  color: #9e9e9e;
}
.page-contact .section-a .wrapper {
  width: 1415px;
  margin: 0 auto;
  max-width: 95%;
}
.page-contact .section-a .wrapper .right-section-container, .page-contact .section-a .wrapper .left-section-container {
  float: right;
  width: 50%;
  padding-left: 65px;
  padding-right: 65px;
}.page-contact .section-a .wrapper .right-section-container {
  border-left: 1px solid #c9c9c9;
  padding-top: 55px;
  padding-bottom: 40px;
}
.page-contact .section-a .wrapper .left-section-container {
  margin-top: 115px;
}
.page-contact .section-map {
  overflow: hidden;
}
body.page-id-7 > span:last-child {
  display: none;
}

/*==============================
=            DESIGN            =
==============================*/
.page-design .hero-section .title-line {
  color: #cfced0;
}
.page-design .section-b {
  background-color: #333333;
  color: #ffffff;
  padding: 215px 0 315px;
}.page-design .section-b .module-content {
  margin-top: 23px;
}
.page-design .section-c {
  min-height: 945px;
  padding: 180px 0;
}
.page-design .section-c .left-section-container {
  width: 50%;
  float: left;
}
.page-design .section-c .left-section-container .left-img-container {
  float: right;
  position: relative;
}
.page-design .section-c .left-section-container .left-img-container img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
}
.page-design .section-c .left-section-container .left-img-container img.img-book-top {
  margin-top: 25px;
  margin-right: -20px;
}
.page-design .section-c .left-section-container .left-img-container img.img-book-bottom {
  margin-top: 40px;
  margin-right: 360px;
}
.page-design .section-c .right-section-container {
  width: 50%;
  float: right;
}
.page-design .section-c .right-section-container .section-content {
  float: left;
  width: 575px;
  max-width: 90%;
  padding: 0 45px;
}.page-design .section-d {
  background-color: #ffffff;
  color: #6e6e6e;
  min-height: 1230px;
}
.page-design .section-d .featured-title {
  color: #373737;
}
.page-design .section-d .featured-title .title-line {
  color: #9e9e9e;
}
.page-design .section-d .wrapper {
  width: 1450px;
  margin: 0 auto;
  max-width: 95%;
}
.page-design .section-d .wrapper .right-section-container {
  width: 44%;
  float: right;
  padding: 0 50px;
}
.page-design .section-d .wrapper .right-section-container .right-image {
  position: absolute;
  bottom: -120px;
  left: 56%;
  max-width: none;
}
.page-design .section-d .wrapper .left-section-container {
  width: 56%;
  float: left;
  padding: 135px 135px 200px;
}
.page-design .section-d .wrapper .left-section-container .section-content .module-content {
  margin: 0 auto 90px;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}.page-design .section-e {
  background-color: #4d9cb6;
  color: #ffffff;
  overflow: hidden;
}
.page-design .section-e .right-section-container, .page-design .section-e .left-section-container {
  float: right;
  width: 50%;
}.page-design .section-e .right-section-container .section-content, .page-design .section-e .left-section-container .section-content {
  width: 500px;
  margin-left: 40px;
  float: left;
  max-width: 95%;
}.page-design .section-e .right-section-container {
  padding: 185px 0 265px;
  min-height: 945px;
}.page-design .section-e .left-section-container {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
.page-design .section-e .left-section-container .left-image-container {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 90px;
}
.page-design .section-e .left-section-container .left-image-container img {
  position: relative;
  margin-bottom: -10px;
}.page-design .section-f .table {
  height: 640px;
}
.page-design .section-f .table .section-content {
  width: 680px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.page-design .section-f .table .section-content.has-smaller-width {
  max-width: 80%;
}
.page-design .section-f .table .module-icon {
  margin-bottom: 23px;
}
.page-design .section-f .table .featured-title {
  margin-bottom: 40px;
}
.page-design .section-f .table:nth-child(2n+1) .td:nth-child(2n+1) {
  background-color: #ffffff;
  color: #373737;
}
.page-design .section-f .table:nth-child(2n+1) .td:nth-child(2n) {
  background-color: #494949;
  color: #ffffff;
}
.page-design .section-f .table:nth-child(2n) .td:nth-child(2n+1) {
  background-color: #494949;
  color: #ffffff;
}
.page-design .section-f .table:nth-child(2n) .td:nth-child(2n) {
  background-color: #ffffff;
  color: #373737;
}.page-design .section-f .has-light-bg {
  color: #373737;
}
.page-design .section-f .has-dark-bg {
  color: #ffffff;
  background-color: #494949;
}
.page-design .section-g {
  padding: 200px 0 125px;
}.page-design .section-g .module-content {
  margin-bottom: 100px;
}
.rfbwp-shelf-box, .rfbwp-shelf-box * {
  direction: ltr;
}

.page-gallery-advertiser .gallery-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 7% 0 10%;
  background: #f4f4f4;
}

.gallery-slider-wrapper {
  overflow: visible;
  padding: 0 100px 50px;
}.gallery-slider-wrapper, .gallery-slider-wrapper * {
  direction: ltr;
}
.gallery-slider-wrapper .swiper-wrapper {
  align-items: flex-end;
}
.gallery-slider-wrapper .swiper-wrapper .swiper-slide {
  vertical-align: bottom;
  padding: 0 10px;
  max-width: 160px;
}
.gallery-slider-wrapper .swiper-wrapper .swiper-slide:first-child {
  max-width: 260px;
}
.gallery-slider-wrapper .gallery-shelf-display {
  z-index: -1;
  width: auto;
  left: -50px;
  right: -50px;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}.gallery-slider-wrapper .gallery-shelf-display .gallery-shelf-top, .gallery-slider-wrapper .gallery-shelf-display .gallery-shelf-top-gradient {
  left: 0;
  right: 0;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.gallery-slider-wrapper .gallery-shelf-display .gallery-shelf-top:before, .gallery-slider-wrapper .gallery-shelf-display .gallery-shelf-top-gradient:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #f4f4f4;
  border-right: 30px solid transparent;
}
.gallery-slider-wrapper .gallery-shelf-display .gallery-shelf-top:after, .gallery-slider-wrapper .gallery-shelf-display .gallery-shelf-top-gradient:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #f4f4f4;
  border-left: 30px solid transparent;
}
.gallery-slider-wrapper .bg-overlay {
  position: absolute;
  width: 150px;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.gallery-slider-wrapper .bg-overlay-before {
  left: 0;
  background: -moz-linear-gradient(left, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  background: -webkit-linear-gradient(left, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  background: linear-gradient(to right, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00f4f4f4',GradientType=1 );
}
.gallery-slider-wrapper .bg-overlay-after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=1 );
}
.gallery-slider-wrapper .swiper-button-prev, .gallery-slider-wrapper .swiper-button-next {
  margin-top: 25px;
}
.gallery-slider-wrapper .swiper-button-prev.swiper-button-disabled, .gallery-slider-wrapper .swiper-button-next.swiper-button-disabled {
  display: none;
}

/*============================
=            HOME            =
============================*/
body.home {
  background-color: #f4f4f4;
  padding-top: 75px;
  height: 100%;
}

.visual-container {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.visual-container .visual-item {
  display: table-cell;
  overflow: hidden;
  height: 100%;
  border: 2px solid #f4f4f4;
  border-bottom: 0 none;
  border-top: 0 none;
}
.visual-container .visual-item .visual-item-wrap {
  display: block;
  height: 100%;
  position: relative;
}
.visual-container .visual-item .visual-item-wrap .visual-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.visual-container .visual-item:first-child {
  border-right: 0;
}
.visual-container .visual-item:last-child {
  border-left: 0;
}
.visual-container .visual {
  position: absolute;
  top: 0;
  bottom: 225px;
  left: 0;
  right: 0;
  background-color: #e5e5e5;
}
.visual-container .visual .mobile-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 50%;
}
.visual-container .visual .mobile-icon img {
  max-width: 50%;
  vertical-align: top;
}
.visual-container .visual .visual-wrapper {
  width: 400%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateX(-30%) translateY(-50%);
  -ms-transform: translateX(-30%) translateY(-50%);
  -webkit-transform: translateX(-30%) translateY(-50%);
  transform: translateX(-30%) translateY(-50%);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.visual-container .visual svg {
  width: 100%;
}
.visual-container .content {
  height: 225px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1em;
  padding: 0 0 15px;
  text-align: justify;
  line-height: 1.2;
  border-top: 2px solid #f4f4f4;
  background-color: #e5e5e5;
  z-index: 2;
}
.visual-container .content a {
  display: block;
  width: 100%;
  height: 100%;
}
.visual-container .content:before {
  content: '';
  display: block;
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 0;
  background-repeat: repeat-y;
  height: 18px;
  width: 31px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 2;
  -webkit-animation: fadeInDown 1.5s infinite;
  -moz-animation: fadeInDown 1.5s infinite;
  -o-animation: fadeInDown 1.5s infinite;
  animation: fadeInDown 1.5s infinite;
}
.visual-container .content:before, .visual-container .content:after, .visual-container .content *, .visual-container .content *:before, .visual-container .content *:after {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.visual-container .content .bg-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b00030+0,006da9+50,42b952+100 */
  background: #b00030;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b00030), color-stop(50%, #006da9), color-stop(100%, #42b952));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00030', endColorstr='#42b952',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: -30px;
  bottom: -15px;
  left: 0;
  right: 0;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-top: 2px solid #f4f4f4;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.visual-container .content .title-wrapper {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 38px;
  text-align: center;
}
.visual-container .content .title {
  position: relative;
  display: inline-block;
  font-family: 'Carisma-Gothic';
  font-size: 13px;
  color: #adadad;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.visual-container .content .title:before, .visual-container .content .title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -20px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.visual-container .content .title:before {
  height: 4px;
  width: 41px;
  margin-bottom: -1px;
  background-color: #d71920;
  z-index: 1;
}
.visual-container .content .title:after {
  height: 2px;
  width: 100%;
  background-color: #808182;
}
.visual-container .content .excerpt {
  position: relative;
  top: 100%;
  color: #ffffff;
  padding: 0 25px;
  font-family: 'Carisma';
  font-style: italic;
  font-size: 1.25em;
}
.home-tiles-container {
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.home-tiles-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-tile {
  float: right;
  padding: 1px;
  text-align: center;
}
.home-tile .tile-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow: hidden;
}
.home-tile .tile-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-tile .tile-inner .bg-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b00030+0,006da9+50,42b952+100 */
  background: #b00030;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b00030), color-stop(50%, #006da9), color-stop(100%, #42b952));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #b00030 0%, #006da9 50%, #42b952 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00030', endColorstr='#42b952',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  z-index: 2;
}
.home-tile .tile-icon-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  z-index: 1;
}
.home-tile .tile-icon-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.home-tile .tile-texts-container {
  font-size: 3vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #4c4c4c;
  width: 90%;
  z-index: 3;
  -moz-transition: -moz-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.home-tile:hover .tile-inner .bg-overlay {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.home-tile:hover .tile-texts-container {
  color: #ffffff;
}

.orientation_portrait .home-tile {
  width: 50%;
  height: 33.3333333%;
}

.orientation_landscape .home-tile {
  width: 33.3333333%;
  height: 50%;
}

/*==================================
=            NEWSLETTER            =
==================================*/
.page-newsletter .hero-section .title-line {
  color: #9e9e9e;
}
.page-newsletter .section-b {
  padding: 185px 0 190px;
  background-color: #f6f6f6;
  color: #373737;
}.page-newsletter .section-b .featured-title {
  margin-bottom: 120px;
}.page-newsletter .section-b .featured-title .title-line {
  margin-top: 45px;
  color: #9e9e9e;
}.page-newsletter .section-b .inner-section-container {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.page-newsletter .section-c {
  background-color: #3D3D3D;
  color: #ffffff;
}
.page-newsletter .section-c .right-section-container, .page-newsletter .section-c .left-section-container {
  float: right;
  width: 50%;
  min-height: 462px;
  padding: 95px 0;
  background-position: right center;
  background-repeat: no-repeat;
}.page-newsletter .section-c .right-section-container .section-content, .page-newsletter .section-c .left-section-container .section-content {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
  padding-right: 125px;
  position: relative;
}
.page-newsletter .section-c .right-section-container .section-content .right-icon, .page-newsletter .section-c .left-section-container .section-content .right-icon {
  max-width: 80px;
  height: auto;
  position: absolute;
  top: 100px;
  right: 0;
}.page-newsletter .section-c .right-section-container .section-content .m-content, .page-newsletter .section-c .left-section-container .section-content .m-content {
  max-height: 5.76em;
}.page-newsletter .section-c .mCSB_outside + .mCSB_scrollTools {
  right: -30px;
}
.page-newsletter .section-d {
  background-color: #eceaec;
  color: #373737;
  overflow: hidden;
}
.page-newsletter .section-d .featured-title .title-line {
  color: #9e9e9e;
}
.page-newsletter .section-d .right-section-container, .page-newsletter .section-d .left-section-container {
  float: right;
  width: 50%;
}.page-newsletter .section-d .right-section-container .section-content, .page-newsletter .section-d .left-section-container .section-content {
  width: 500px;
  margin-left: 30px;
  float: left;
  max-width: 95%;
}.page-newsletter .section-d .right-section-container {
  padding: 115px 0 145px;
  min-height: 546px;
}.page-newsletter .section-d .left-section-container {
  text-align: center;
  position: relative;
}
.page-newsletter .section-d .left-section-container .left-bottom-image {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 200px;
  vertical-align: top;
}.page-newsletter .section-e .table {
  height: 857px;
  color: #ffffff;
}
.page-newsletter .section-e .table .section-content {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.page-newsletter .section-e .table .module-icon {
  margin-bottom: 23px;
}
.page-newsletter .section-e .table .featured-title {
  margin-bottom: 65px;
}
.page-newsletter .section-e .table:nth-child(2n+1) .td:nth-child(2n+1) {
  background-color: #fb0f16;
}
.page-newsletter .section-e .table:nth-child(2n+1) .td:nth-child(2n) {
  background-color: #333333;
}
.page-newsletter .section-e .table:nth-child(2n) .td:nth-child(2n+1) {
  background-color: #333333;
}
.page-newsletter .section-e .table:nth-child(2n) .td:nth-child(2n) {
  background-color: #fb0f16;
}.page-newsletter .section-f {
  padding: 220px 0 250px;
}.page-newsletter .section-f .inner-section-container {
  width: 735px;
  max-width: 90%;
  margin: 0 auto;
}
.page-newsletter .section-f .module-content {
  margin-top: 25px;
}
.page-newsletter .section-g .table {
  height: 1135px;
}
.page-newsletter .section-g .table .td {
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.page-newsletter .section-g .table .td .section-content {
  height: 100%;
  position: relative;
}
.page-newsletter .section-g .table .td .section-content .section-content-inner {
  padding-top: 120px;
  padding-bottom: 635px;
}.page-newsletter .section-g .table .td .section-content .content-container {
  width: 550px;
  margin: 0 auto;
  max-width: 90%;
}
.page-newsletter .section-g .table .td .section-content .bottom-elements {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-newsletter .section-g .table .td .section-content .bottom-elements img {
  position: absolute;
  max-width: none;
}
.page-newsletter .section-g .table .td:nth-child(2n+1) {
  background-color: #edebe8;
  color: #373737;
}
.page-newsletter .section-g .table .td:nth-child(2n) {
  background-color: #333333;
  color: #ffffff;
}
.page-newsletter .section-g .table .td.right-section-container {
  color: #373737;
}
.page-newsletter .section-g .table .td.right-section-container .bottom-elements .img1 {
  left: 50%;
  margin-left: -380px;
  bottom: -500px;
}.page-newsletter .section-g .table .td.left-section-container {
  color: #ffffff;
}
.page-newsletter .section-g .table .td.left-section-container .bottom-elements img {
  left: 50%;
  bottom: 0;
}
.page-newsletter .section-g .table .td.left-section-container .bottom-elements .img-cup {
  margin-bottom: 145px;
  margin-left: -398px;
}
.page-newsletter .section-g .table .td.left-section-container .bottom-elements .img-pen {
  margin-bottom: 260px;
  margin-left: -242px;
}
.page-newsletter .section-g .table .td.left-section-container .bottom-elements .img-laptop {
  margin-bottom: -80px;
  margin-left: -290px;
  z-index: 1;
}
.page-newsletter .section-g .table .td.left-section-container .bottom-elements .img-books {
  margin-bottom: 67px;
  margin-left: -65px;
}.page-newsletter .section-h {
  padding: 185px 0 80px;
}.page-newsletter .section-h .inner-section-container {
  width: 900px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
}
.page-newsletter .section-h .featured-title {
  margin-bottom: 115px;
}
.page-newsletter .section-h .featured-title .title-line {
  margin-top: 75px;
  color: #9e9e9e;
}.page-newsletter .section-h .images-container img {
  margin: 0 30px 60px;
}
.home .logo-home-top {
  margin-left: -114px;
}

.l-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: 'Carisma-Gothic';
  font-size: 1.375em;
  z-index: 9999;
  background-color: transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.l-header .header-container {
  display: table;
  width: 100%;
  direction: ltr;
}
.l-header .l-menu {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 35px;
}.l-header .header-logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  direction: rtl;
}.l-header .header-logo .header-logo-wrapper {
  position: relative;
}
.l-header .header-logo a, .l-header .header-logo .header-logo-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  direction: rtl;
}
.l-header .header-logo .logo-right {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.l-header .header-logo .logo-right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 2px;
  height: 35px;
  background-color: #a7a3a1;
  margin-right: 8px;
  margin-left: 8px;
}
.l-header .header-logo .logo-right img {
  margin-top: 6px;
}
.l-header .header-logo img {
  vertical-align: middle;
}
.l-header .menu {
  float: right;
  overflow: hidden;
  height: 70px;
  line-height: 70px;
}.l-header .menu > li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.l-header .menu li {
  float: left;
  padding: 0 15px;
}
.l-header .menu li a {
  display: block;
  position: relative;
  font-family: 'Carisma-Gothic';
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.20em;
}
.l-header .menu li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 2px;
  background-color: #ffffff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(0.001, 0.001);
  -ms-transform: scale(0.001, 0.001);
  -webkit-transform: scale(0.001, 0.001);
  transform: scale(0.001, 0.001);
}.l-header .menu li a:hover:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.l-header .menu li ul {
  white-space: nowrap;
  right: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.75em;
  line-height: 1;
}
.l-header .menu li ul:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 25px;
  bottom: 100%;
}
.l-header .menu li ul li {
  float: none;
}
.l-header .menu li ul li a {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 0.8125em;
}
.l-header .menu li ul li a:before {
  display: none;
}
.l-header .menu li ul li:last-of-type a {
  border: 0;
}
.l-header .menu li.current-menu-item a:before {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.l-header .menu .flexMenu-popup .close-btn {
  background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
  background-position: 0 -400px;
  background-repeat: repeat-y;
  height: 16px;
  width: 16px;
  /**
   * Option variable to turn on/off IE8 support.
   *
   * This requires Modernizr's test for `css-mediaqueries` and RespondJS
   *
   * Set to `1` to turn on support.
   */
  display: none;
}.l-header .menu .magic-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 2px;
  background: #ffffff;
  padding: 0;
}.l-header .logo-home-top {
  position: relative;
  display: inline-block;
}
.l-header .logo-home-top .logo-element {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.l-header .logo-home-top .logo-element .element-component {
  fill: white;
}
.l-header .blinker-line {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 100%;
  display: block;
  width: 2px;
  height: 35px;
  margin-left: 8px;
  background-color: #a2a09f;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header .home-logo-supplement {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  width: 0;
  margin-left: 8px;
}
.l-header .home-logo-supplement .logo-element {
  margin-left: 8px;
  float: right;
}

.l-header.header-home {
  height: 75px;
  line-height: 75px;
  background-color: inherit;
}
.l-header.header-home .header-container {
  display: block;
  width: 100%;
}
.l-header.header-home .header-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: inherit;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwMWUzNCIvPjxzdG9wIG9mZnNldD0iMjcuMTUlIiBzdG9wLWNvbG9yPSIjODQ0ZjY2Ii8+PHN0b3Agb2Zmc2V0PSI0Ny4yOCUiIHN0b3AtY29sb3I9IiM0ODY2OTUiLz48c3RvcCBvZmZzZXQ9IjU2LjU4JSIgc3RvcC1jb2xvcj0iIzAzNmVhYSIvPjxzdG9wIG9mZnNldD0iNjAuODMlIiBzdG9wLWNvbG9yPSIjMTI3OWExIi8+PHN0b3Agb2Zmc2V0PSI2OC4zMyUiIHN0b3AtY29sb3I9IiMyNDhiOTAiLz48c3RvcCBvZmZzZXQ9Ijc1LjY3JSIgc3RvcC1jb2xvcj0iIzMxOWE3ZiIvPjxzdG9wIG9mZnNldD0iODIuNjYlIiBzdG9wLWNvbG9yPSIjM2JhNTZkIi8+PHN0b3Agb2Zmc2V0PSI4OS4yMiUiIHN0b3AtY29sb3I9IiM0MmFlNWUiLz48c3RvcCBvZmZzZXQ9Ijk1LjE4JSIgc3RvcC1jb2xvcj0iIzQ2YjQ1NSIvPjxzdG9wIG9mZnNldD0iOTUuMTglIiBzdG9wLWNvbG9yPSIjNDdiNzUyIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #b01e34), color-stop(27.15%, #844f66), color-stop(47.28%, #486695), color-stop(56.58%, #036eaa), color-stop(60.83%, #1279a1), color-stop(68.33%, #248b90), color-stop(75.67%, #319a7f), color-stop(82.66%, #3ba56d), color-stop(89.22%, #42ae5e), color-stop(95.18%, #46b455), color-stop(95.18%, #47b752));
  background-image: -moz-linear-gradient(right, #b01e34 0%, #844f66 27.15%, #486695 47.28%, #036eaa 56.58%, #1279a1 60.83%, #248b90 68.33%, #319a7f 75.67%, #3ba56d 82.66%, #42ae5e 89.22%, #46b455 95.18%, #47b752 95.18%);
  background-image: -webkit-linear-gradient(right, #b01e34 0%, #844f66 27.15%, #486695 47.28%, #036eaa 56.58%, #1279a1 60.83%, #248b90 68.33%, #319a7f 75.67%, #3ba56d 82.66%, #42ae5e 89.22%, #46b455 95.18%, #47b752 95.18%);
  background-image: linear-gradient(to left, #b01e34 0%, #844f66 27.15%, #486695 47.28%, #036eaa 56.58%, #1279a1 60.83%, #248b90 68.33%, #319a7f 75.67%, #3ba56d 82.66%, #42ae5e 89.22%, #46b455 95.18%, #47b752 95.18%);
  background-position: center center;
  background-size: 130% 130%;
}
.l-header.header-home .header-bg .left-cover,
.l-header.header-home .header-bg .right-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: inherit;
}
.l-header.header-home .header-bg .left-cover {
  background-color: #f4f4f4;
  /*left*/
  left: 0;
}
.l-header.header-home .header-bg .right-cover {
  background-color: #f4f4f4;
  left: 0;
}
.l-header.header-home .header-logo {
  display: block;
  z-index: 1;
  position: relative;
}
.l-header.header-home .home-logo-supplement {
  margin-left: 29px;
}
.l-header.header-home .home-logo-supplement .logo-element {
  margin-left: 27px;
}
.l-header.header-home .blinker-line {
  width: 1px;
  height: 48px;
  margin-left: 30px;
  background-color: #ffffff;
}
.l-header.cloned {
  position: fixed;
  margin-top: -50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header.cloned .menu {
  height: 50px;
  line-height: 50px;
}
.l-header.cloned .menu li ul {
  background-color: rgba(0, 0, 0, 0.95);
  border-color: rgba(0, 0, 0, 0.95);
  margin-top: 10px;
}
.l-header.cloned .menu li ul:before {
  border-bottom: 10px solid rgba(0, 0, 0, 0.95);
}.l-header.cloned .menu li a:before {
  top: 0;
  height: 4px;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l-header.cloned .menu li a:hover:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header.cloned .menu li.current-menu-item a:before {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-header.cloned.header-home {
  margin-top: -75px;
}

body.header-fixed .l-header.cloned {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

body.has-dark-header {
  padding-top: 60px;
}
body.has-dark-header .l-header {
  background-color: rgba(0, 0, 0, 0.8);
}
body.has-dark-header .l-header .menu li ul {
  background-color: rgba(0, 0, 0, 0.6);
}

.header-logo-container {
  position: relative;
}

.languages-container {
  position: absolute;
  right: 100%;
  margin-right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.languages-container .languages {
  font-size: 16px;
  font-weight: bold;
  height: 100%;
}
.languages-container .languages li {
  position: relative;
  padding: 3px 0px;
}
.languages-container .languages li:first-child {
  border-bottom: 1px solid white;
}
.languages-container .languages li.active {
  color: #B3B3B3;
}
.languages-container .languages li a {
  font-family: 'Carisma';
  font-size: 0.625em;
  display: block;
  line-height: 1;
}

.footer-section {
  background-color: #4c4c4c;
  color: #9e9e9e;
  text-align: center;
  padding: 40px 0 25px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.footer-section .footer-col-container .footer-col {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 333px;
  padding: 0 24px;
  text-align: left;
  margin-bottom: 25px;
}
.footer-section .footer-col-container .footer-col .title {
  font-family: 'Carisma-Gothic';
  font-size: 1.125em;
  position: relative;
  text-align: left;
  margin-bottom: 55px;
}
.footer-section .footer-col-container .footer-col .title:before, .footer-section .footer-col-container .footer-col .title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-color: #9e9e9e;
  bottom: -12px;
}
.footer-section .footer-col-container .footer-col .title:before {
  height: 5px;
  width: 41px;
  margin-bottom: -2px;
}
.footer-section .footer-col-container .footer-col .title:after {
  height: 1px;
  width: 100%;
}
.footer-section .footer-col-container .footer-col .content {
  font-size: 1em;
}
.footer-section .footer-col-container .footer-col .content.has-padding {
  padding-right: 4%;
  padding-left: 4%;
}
.footer-section .footer-col-container .footer-col .content .newsletter-desc {
  font-size: 0.75em;
}
.footer-section .contact-block {
  font-size: 1.25em;
  margin-bottom: 0;
}
.footer-section .contact-block li {
  padding-left: 30px;
  margin-bottom: 0;
}
.footer-section .contact-block li.half-width {
  width: 49%;
  float: none;
  margin-right: 0;
  font-size: 13px;
}
.footer-section .contact-block li:before {
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.footer-section .contact-block li.address {
  font-size: 0.75em;
}
.footer-section .contact-block li.has-before-icon-pocket:before {
  margin-top: 6px;
}
.footer-section .contact-block li.has-before-icon-fax {
  padding-left: 41px;
}
.footer-section .social-block {
  text-align: center;
}
.footer-section .social-block li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  background-color: #2a2a2a;
  color: #4c4c4c;
}
.footer-section .social-block li .icon-social {
  font-size: 2.1875em;
}
.footer-section .social-block li:hover {
  background-color: #9e9e9e;
}

.contact-block {
  font-size: 1.5625em;
  margin-bottom: 10px;
}
.contact-block li {
  padding-left: 45px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 10px;
}
.contact-block li.half-width {
  width: auto;
  float: left;
  margin-right: 35px;
  font-size: 16px;
}
.contact-block li:before {
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-block li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 18px 0 0;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #2a2a2a;
  color: #ffffff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-block li .icon-social {
  font-size: 3.125em;
}
.social-block li:hover {
  background-color: #393939;
}
.newsletter-form {
  margin: 0 auto 20px;
  position: relative;
}
.newsletter-form .form input, .newsletter-form .form textarea {
  font-family: 'Carisma-Gothic';
  font-size: 15px;
}
.newsletter-form .form input[type=text], .newsletter-form .form input[type=email], .newsletter-form .form input[type=password], .newsletter-form .form input[type=tel] {
  height: 35px;
  line-height: 35px;
}
.newsletter-form .input {
  width: 100%;
  background-color: #393939;
  color: #9e9e9e;
  padding-left: 50px;
  direction: ltr;
  margin-bottom: 0;
  border: 0;
}
.newsletter-form .submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  background-color: #2a2a2a;
  cursor: pointer;
}
.newsletter-form .submit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 25px 30px;
  background-color: #393939;
  color: #9e9e9e;
}
.l-footer, .l-footer * {
  direction: ltr;
}
.l-footer .copyright, .l-footer .poweredby {
  display: table-cell;
  vertical-align: middle;
}
.l-footer .copyright {
  text-align: left;
  font-family: 'Myriad';
  font-size: 1.0625em;
}
.l-footer .poweredby {
  text-align: right;
  font-family: 'Helvetica';
  font-size: 0.64375em;
}
.l-footer .poweredby .text {
  margin-right: 15px;
  padding-right: 10px;
  position: relative;
}
.l-footer .poweredby .text:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 8px;
  margin-top: -4px;
  top: 50%;
  right: 0;
  width: 2px;
  background-color: #888888;
}
.l-footer .poweredby .mini-logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.l-footer .poweredby .mini-logo img {
  vertical-align: top;
}
.logo-pack {
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 260px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 1;
}
.logo-pack .element-component {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.logo-pack .logo-main {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
}
.logo-pack .logo-main .logo-element {
  float: left;
}
.logo-pack .logo-main .logo-element .element-component {
  fill: #D71920;
}
.logo-pack .logo-main.active .logo-element .element-component {
  fill: white;
}
.logo-pack.is-full-width .logo-size-default, .logo-pack.is-full-width .logo-element {
  width: 100% !important;
}

.loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #393939;
  z-index: 99999;
}

.logo-size-default, .logo-size-default .logo-element {
  width: 260px;
}
.logo-size-default .element-component, .logo-size-default .logo-element .element-component {
  fill: #D4D4D4;
}

.logo-size-small, .logo-size-small .logo-element {
  width: 190px;
}
.logo-size-small .element-component, .logo-size-small .logo-element .element-component {
  fill: #ffffff;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media only screen and (max-width: 1599px) {
  body {
    border: 0 none;
  }
}

@media only screen and (max-width: 1414px) {
  body {
    border: 0 none;
  }

  .page-advertiser .section-b .section-inner > .wrapper {
    width: auto;
  }

  .page-advertiser .section-d .section-inner > .wrapper {
    width: auto;
  }

  .page-advertiser .section-e .section-inner > .wrapper {
    width: auto;
  }

  .page-advertiser .section-f .section-inner > .wrapper {
    padding: 120px 0 100px;
  }

  .page-architecture .section-b .section-inner > .wrapper {
    width: auto;
  }

  .page-architecture .section-d .section-inner > .wrapper {
    width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  body {
    border: 0 none;
  }

  .flowchart .flowchart-item.md-odd-row {
    float: right !important;
  }
  .flowchart .flowchart-item.md-odd-row .flowchart-item-inner:before {
    top: 50% !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
    left: auto !important;
    right: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: -9px !important;
  }
  .flowchart .flowchart-item.md-even-row {
    float: left !important;
  }
  .flowchart .flowchart-item.md-even-row .flowchart-item-inner:before {
    top: 50% !important;
    -moz-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
    left: 100% !important;
    right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: -9px !important;
    margin-right: 0 !important;
  }
  .flowchart .flowchart-item.md-last-in-row .flowchart-item-inner:before {
    top: 100% !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 50% !important;
    -ms-transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 50% !important;
    margin-top: -16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .form input, .form textarea {
    font-size: 1.375em;
  }

  .form input[type=text], .form input[type=email], .form input[type=password], .form input[type=tel] {
    height: 60px;
    line-height: 60px;
  }

  .page-advertiser .section-e .content-col {
    display: none;
  }

  .page-advertiser .section-e .title-col {
    display: block;
    width: 100%;
  }

  .page-advertiser .section-e .module-content {
    padding-right: 0;
  }

  .page-contact .section-a .wrapper .right-section-container, .page-contact .section-a .wrapper .left-section-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .page-design .section-e .right-section-container .section-content, .page-design .section-e .left-section-container .section-content {
    margin: 0;
  }

  .page-design .section-e .left-section-container .left-image-container {
    margin-right: 50px;
  }

  .visual-container {
    display: block;
  }
  .visual-container .visual-item {
    display: block;
    width: 33.33333%;
    float: right;
    border-right: 0;
    border-left: 2px solid #f4f4f4;
    border-bottom: 3px solid #f4f4f4;
  }
  .visual-container .visual-item:nth-child(3n) {
    border-left: 0;
  }

  .page-newsletter .section-d .right-section-container .section-content, .page-newsletter .section-d .left-section-container .section-content {
    margin: 0;
  }

  .page-newsletter .section-d .left-section-container .left-bottom-image {
    margin-right: 50px;
  }

  .contact-block {
    font-size: 1.375em;
  }

  .social-block li {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .social-block li .icon-social {
    font-size: 2.8125em;
  }
}

@media only screen and (max-width: 1023px) {
  body {
    border: 0 none;
  }

  .owl-carousel {
    width: 85%;
  }

  .form input, .form textarea {
    font-size: 0.9375em;
  }

  .form input[type=text], .form input[type=email], .form input[type=password], .form input[type=tel] {
    height: 40px;
    line-height: 40px;
  }

  .simple-section {
    padding: 75px 0;
  }

  .simple-section .inner-section-container {
    padding: 0;
  }

  .page-about .section-a {
    padding: 50px 0;
  }

  .page-advertiser .section-a .section-inner > .wrapper {
    width: auto;
  }

  .page-advertiser .section-a .section-content-container .wrapper {
    padding: 0 10%;
    max-width: 95%;
  }

  .page-advertiser .section-a .cta-container .wrapper {
    padding: 0 30px;
  }

  .page-advertiser .section-b .title-col {
    padding: 100px 0;
  }

  .page-advertiser .section-b .content-col {
    padding: 100px 9%;
  }

  .page-advertiser .section-c .module-counter .counter-item {
    font-size: 0.9em;
  }

  .page-advertiser .section-c .extra-image-container {
    display: none;
  }

  .page-advertiser .section-d .title-col {
    padding: 100px 0;
  }

  .page-advertiser .section-d .content-col {
    padding: 100px 9%;
  }

  .page-architecture .section-a .section-inner > .wrapper {
    width: auto;
  }

  .page-architecture .section-a .section-content-container .wrapper {
    padding: 0 10%;
    max-width: 95%;
  }

  .page-architecture .section-a .cta-container .wrapper {
    padding: 0 30px;
  }

  .page-architecture .section-b .title-col {
    padding: 100px 0;
  }

  .page-architecture .section-b .content-col {
    padding: 100px 9%;
  }

  .page-architecture .section-c .section-inner > .wrapper {
    display: block;
  }

  .page-architecture .section-c .content-col {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .page-architecture .section-d .title-col {
    padding: 100px 0;
  }

  .page-architecture .section-d .content-col {
    padding: 100px 9%;
  }

  .page-architecture .section-f .table {
    display: block;
    height: auto;
  }
  .page-architecture .section-f .table .td {
    display: block;
    border-bottom: 1px solid #dddddd;
  }

  .page-contact .section-a {
    padding: 50px 0;
  }

  .page-contact .section-a .featured-title {
    margin-bottom: 40px;
  }

  .page-contact .section-a .wrapper .right-section-container, .page-contact .section-a .wrapper .left-section-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-design .section-b {
    padding: 50px 0;
  }

  .page-design .section-c {
    min-height: initial;
    padding: 40px 0;
  }
  .page-design .section-c .left-section-container {
    float: none;
    width: 100%;
    height: 300px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-design .section-c .left-section-container .left-img-container {
    float: none;
    display: inline-block;
    height: 100%;
  }
  .page-design .section-c .left-section-container .left-img-container img {
    max-height: 100%;
  }
  .page-design .section-c .left-section-container .left-img-container img.img-book-top {
    position: relative;
    margin: 0;
  }
  .page-design .section-c .left-section-container .left-img-container img.img-book-bottom {
    left: 0;
    top: 0;
    margin-top: 15px;
    margin-right: 197px;
  }
  .page-design .section-c .right-section-container {
    float: none;
    width: 100%;
  }
  .page-design .section-c .right-section-container .section-content {
    padding: 0;
    float: none;
    margin: 0 auto;
  }

  .page-design .section-d {
    min-height: initial;
  }
  .page-design .section-d .wrapper .left-section-container {
    width: 100%;
    padding: 50px 20px;
  }
  .page-design .section-d .wrapper .left-section-container .section-content .module-content {
    margin-bottom: 30px;
  }
  .page-design .section-d .wrapper .right-section-container {
    display: none;
  }

  .page-design .section-e .right-section-container, .page-design .section-e .left-section-container {
    width: 100%;
  }

  .page-design .section-e .right-section-container .section-content, .page-design .section-e .left-section-container .section-content {
    margin: 0 auto;
    float: none;
  }

  .page-design .section-e .right-section-container {
    min-height: auto;
    padding: 30px 0;
  }

  .page-design .section-e .left-section-container {
    position: static;
    margin: 0 auto;
    width: 25%;
    float: none;
  }
  .page-design .section-e .left-section-container .left-image-container {
    position: static;
    margin: 0;
  }
  .page-design .section-e .left-section-container .left-image-container img {
    position: static;
  }

  .page-design .section-f .table {
    display: block;
    height: auto;
  }
  .page-design .section-f .table .td {
    display: block;
    padding: 30px 0;
  }
  .page-design .section-f .table .td .featured-title {
    margin-bottom: 35px;
  }

  .page-design .section-g {
    padding: 50px 0;
  }

  .page-design .section-g .module-content {
    margin-bottom: 30px;
  }

  .page-newsletter .section-b {
    padding: 75px 0;
  }

  .page-newsletter .section-b .featured-title {
    margin-bottom: 50px;
  }

  .page-newsletter .section-b .featured-title .title-line {
    margin-top: 25px;
  }

  .page-newsletter .section-c .right-section-container, .page-newsletter .section-c .left-section-container {
    padding: 30px 0;
    width: 100%;
    min-height: initial;
    background-size: auto 100%;
    background-position: center center;
  }

  .page-newsletter .section-c .right-section-container .section-content .right-icon, .page-newsletter .section-c .left-section-container .section-content .right-icon {
    top: 30px;
  }

  .page-newsletter .section-c .right-section-container {
    margin-bottom: 30px;
  }

  .page-newsletter .section-d .right-section-container, .page-newsletter .section-d .left-section-container {
    width: 100%;
  }

  .page-newsletter .section-d .right-section-container .section-content, .page-newsletter .section-d .left-section-container .section-content {
    margin: 0 auto;
    float: none;
  }

  .page-newsletter .section-d .right-section-container {
    min-height: auto;
    padding: 30px 0;
  }

  .page-newsletter .section-d .left-section-container {
    top: 0 !important;
  }
  .page-newsletter .section-d .left-section-container .left-bottom-image {
    position: static;
    margin: 0;
    width: 25%;
  }

  .page-newsletter .section-e .table {
    display: block;
    height: auto;
  }
  .page-newsletter .section-e .table .td {
    display: block;
    padding: 30px 0;
  }
  .page-newsletter .section-e .table .td .featured-title {
    margin-bottom: 35px;
  }

  .page-newsletter .section-f {
    padding: 75px 0;
  }

  .page-newsletter .section-g .table .td .section-content .section-content-inner {
    padding-top: 40px;
  }

  .page-newsletter .section-g .table .td.right-section-container .section-content .section-content-inner {
    padding-bottom: 500px;
  }

  .page-newsletter .section-g .table {
    display: block;
    height: auto;
  }
  .page-newsletter .section-g .table .td {
    display: block;
  }

  .page-newsletter .section-h {
    padding: 45px 20px;
  }

  .page-newsletter .section-h .featured-title {
    margin-bottom: 70px;
  }
  .page-newsletter .section-h .featured-title .title-line {
    margin-top: 40px;
  }

  .page-newsletter .section-h .images-container img {
    margin: 0 15px 30px;
  }

  .contact-block {
    font-size: 1.125em;
  }

  .social-block li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .social-block li .icon-social {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 991px) {
  body {
    border: 0 none;
  }

  .flowchart .flowchart-item.sm-odd-row {
    float: right !important;
  }
  .flowchart .flowchart-item.sm-odd-row .flowchart-item-inner:before {
    top: 50% !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
    left: auto !important;
    right: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: -9px !important;
  }
  .flowchart .flowchart-item.sm-even-row {
    float: left !important;
  }
  .flowchart .flowchart-item.sm-even-row .flowchart-item-inner:before {
    top: 50% !important;
    -moz-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
    left: 100% !important;
    right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: -9px !important;
    margin-right: 0 !important;
  }
  .flowchart .flowchart-item.sm-last-in-row .flowchart-item-inner:before {
    top: 100% !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 50% !important;
    -ms-transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 50% !important;
    margin-top: -16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  body {
    border: 0 none;
  }

  .is-b768-hidden {
    display: none !important;
  }

  .featured-title.is-small {
    font-size: 1.375em;
  }

  .featured-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .featured-title .title-line {
    margin-top: 15px;
  }

  .sub-title {
    font-size: 0.9em;
  }

  .sub-title.is-small {
    font-size: 0.875em;
  }

  .module-content {
    font-size: 0.9375em;
  }

  .module-icon {
    margin-bottom: 25px;
  }

  .flowchart .flowchart-item .text {
    font-size: 1em;
  }

  .flowchart .flowchart-item.xs-odd-row {
    float: right !important;
  }
  .flowchart .flowchart-item.xs-odd-row .flowchart-item-inner:before {
    top: 50% !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
    left: auto !important;
    right: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: -9px !important;
  }
  .flowchart .flowchart-item.xs-even-row {
    float: left !important;
  }
  .flowchart .flowchart-item.xs-even-row .flowchart-item-inner:before {
    top: 50% !important;
    -moz-transform: translateY(-50%) rotate(180deg) !important;
    -ms-transform: translateY(-50%) rotate(180deg) !important;
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
    -moz-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    transform-origin: center center !important;
    left: 100% !important;
    right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: -9px !important;
    margin-right: 0 !important;
  }
  .flowchart .flowchart-item.xs-last-in-row .flowchart-item-inner:before {
    top: 100% !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 50% !important;
    -ms-transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 50% !important;
    margin-top: -16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .form input, .form textarea {
    font-size: 1.125em;
  }

  .gallery-row .gallery-item .item-title {
    margin-top: 0;
  }

  .gallery-shelf-display {
    display: none;
  }

  .m-picotext {
    display: block;
  }
  .m-picotext .text, .m-picotext .image {
    display: block;
  }
  .m-picotext .image {
    width: 100%;
    margin-bottom: 15px;
    height: 150px;
  }

  .responsive-img-title {
    display: table;
    table-layout: fixed;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  .responsive-img-title .reponsive-pack-img, .responsive-img-title .reponsive-pack-title {
    display: table-cell;
    vertical-align: middle;
  }
  .responsive-img-title .reponsive-pack-img {
    width: 70px;
  }
  .responsive-img-title .reponsive-pack-title .sub-title {
    margin-top: 1em;
  }
  .responsive-img-title .module-icon {
    margin-bottom: 0 !important;
  }
  .responsive-img-title .featured-title {
    margin-bottom: 0 !important;
  }
  .responsive-img-title .featured-title .title-line {
    margin-top: 0.5em !important;
  }

  .module-icon {
    width: 50px;
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
  }

  .tabs.default-theme .tabs-nav .tab-toggler {
    width: 50px;
    height: 50px;
    margin: 0 10px 25px;
  }
  .tabs.default-theme .tabs-nav .tab-toggler img {
    max-width: 70%;
    max-height: 70%;
  }
  .tabs.default-theme .tabs-nav .tab-toggler svg {
    width: 50px;
    height: 50px;
  }
  .tabs.default-theme .tabs-nav .tab-toggler svg .shape {
    stroke-dasharray: 0 200;
    stroke-dashoffset: -125;
  }
  .tabs.default-theme .tabs-nav .tab-toggler.active:after {
    height: 23px;
  }
  .tabs.default-theme .tabs-nav .tab-toggler.active .shape {
    stroke-dashoffset: -25;
    stroke-dasharray: 200 0;
  }

  .page-about .section-b .table {
    display: block;
  }
  .page-about .section-b .table .td {
    display: block;
    width: 100% !important;
    padding-top: 40%;
    position: relative;
  }
  .page-about .section-b .table .td .bg-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-about .section-b .table .overlay {
    display: none;
  }

  .page-advertiser .m-content {
    max-height: none !important;
  }
  .page-advertiser .m-content .mCustomScrollBox {
    max-height: none !important;
  }

  .page-advertiser .section-a .section-inner > .wrapper {
    padding-top: 100px;
  }

  .page-advertiser .section-a .section-content-container {
    margin-bottom: 40px;
  }

  .page-advertiser .section-a .section-content-container .wrapper {
    padding: 0 5%;
  }

  .page-advertiser .section-a .cta-container .cta-image-container {
    display: none;
  }

  .page-advertiser .section-a .cta-container .cta-link-container .cta-link {
    float: none !important;
  }

  .page-advertiser .section-a .cta-container .cta-link-container .cta-link-arrow,
  .page-advertiser .section-a .cta-container .cta-link-container .cta-link-texts {
    font-size: 0.85em;
  }

  .page-advertiser .section-b .section-inner > .wrapper {
    display: block;
    height: auto;
    padding: 100px 0;
  }

  .page-advertiser .section-b .title-col,
  .page-advertiser .section-b .content-col {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-advertiser .section-c .section-inner {
    padding: 100px 0;
  }

  .page-advertiser .section-c .module-counter .counter-item {
    font-size: 0.7em;
  }

  .page-advertiser .section-d .section-inner > .wrapper {
    display: block;
    height: auto;
    padding: 100px 0;
  }

  .page-advertiser .section-d .title-col,
  .page-advertiser .section-d .content-col {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-advertiser .section-e .section-inner > .wrapper {
    display: block;
    height: auto;
    min-height: auto;
    padding: 100px 0;
  }

  .page-advertiser .section-e .title-col {
    padding: 0;
  }

  .page-advertiser .section-e .title-col-inner {
    padding: 45px 53px 80px;
  }

  .page-advertiser .section-f .section-inner > .wrapper {
    padding: 100px 0;
  }

  .page-architecture .m-content {
    max-height: none !important;
  }
  .page-architecture .m-content .mCustomScrollBox {
    max-height: none !important;
  }

  .page-architecture .section-a .section-inner > .wrapper {
    padding-top: 100px;
  }

  .page-architecture .section-a .section-content-container .wrapper {
    padding: 0 5%;
  }

  .page-architecture .section-b .section-inner > .wrapper {
    display: block;
    height: auto;
    padding: 100px 0;
  }

  .page-architecture .section-b .module-icon {
    margin-bottom: 25px;
  }

  .page-architecture .section-b .featured-title {
    margin-bottom: 25px;
  }

  .page-architecture .section-b .title-col,
  .page-architecture .section-b .content-col {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-architecture .section-c {
    padding: 50px 0;
  }

  .page-architecture .section-d .section-inner > .wrapper {
    display: block;
    height: auto;
    padding: 100px 0;
  }

  .page-architecture .section-d .module-icon {
    margin-bottom: 25px;
  }

  .page-architecture .section-d .title-col,
  .page-architecture .section-d .content-col {
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-architecture .section-e .section-inner > .wrapper {
    padding: 100px 5%;
  }

  .page-contact .section-a .wrapper .right-section-container, .page-contact .section-a .wrapper .left-section-container {
    padding: 0;
    width: 100%;
    border: 0;
  }

  html.orientation_portrait .flipbook-container .fb-nav ul li {
    padding: 15px 1% 1% !important;
  }

  html.orientation_landscape .flipbook-container .fb-nav ul li {
    padding: 1% 15px !important;
  }

  .gallery-slider-wrapper {
    padding: 0 20% 50px;
  }

  .gallery-slider-wrapper .gallery-shelf-display {
    display: block;
  }

  .visual-container .visual-item {
    width: 50%;
    border-left: 2px solid #f4f4f4;
  }
  .visual-container .visual-item:nth-child(3n) {
    border-left: 2px solid #f4f4f4;
  }
  .visual-container .visual-item:nth-child(2n) {
    border-left: 0;
  }

  .page-newsletter .section-c .right-section-container .section-content, .page-newsletter .section-c .left-section-container .section-content {
    padding-right: 35px;
    padding-top: 50px;
  }
  .page-newsletter .section-c .right-section-container .section-content .right-icon, .page-newsletter .section-c .left-section-container .section-content .right-icon {
    position: static;
    top: 0;
    right: 35px;
    max-height: 45px;
  }
  .page-newsletter .section-c .right-section-container .section-content .featured-title, .page-newsletter .section-c .left-section-container .section-content .featured-title {
    margin-right: 15px;
    margin-bottom: 27px;
  }

  .page-newsletter .section-h .featured-title {
    margin-bottom: 40px;
  }
  .page-newsletter .section-h .featured-title .title-line {
    margin-top: 20px;
  }

  .l-header .l-menu {
    padding-right: 0;
  }

  .l-header .header-logo {
    padding: 0 35px;
  }

  .l-header .menu {
    height: 60px;
    line-height: 60px;
    width: 65px;
  }

  .l-header .menu li a:before {
    display: none;
  }

  .l-header .menu .flexMenu-popup {
    display: block !important;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 50px 0;
    font-size: 1em;
    overflow: auto;
  }
  .l-header .menu .flexMenu-popup:before {
    display: none;
  }
  .l-header .menu .flexMenu-popup .close-btn {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
  }

  .l-header .menu .flexMenu-viewMore > a {
    font-size: 0;
    line-height: 1;
    margin-top: 12px;
  }
  .l-header .menu .flexMenu-viewMore > a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background-image: url('../../img/sprites/ltr/x/icons-sdb22c26317.png');
    background-position: 0 -744px;
    background-repeat: repeat-y;
    height: 32px;
    width: 32px;
    /**
     * Option variable to turn on/off IE8 support.
     *
     * This requires Modernizr's test for `css-mediaqueries` and RespondJS
     *
     * Set to `1` to turn on support.
     */
  }
  .l-header .menu .flexMenu-viewMore > a:before {
    display: none;
  }
  .l-header .menu .flexMenu-viewMore.active .flexMenu-popup {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }

  .l-header.cloned .menu li ul {
    margin-top: 0;
  }

  .l-footer {
    display: block;
  }
  .l-footer .copyright, .l-footer .poweredby {
    display: block;
    text-align: center;
  }
  .l-footer .copyright {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 579px) {
  body {
    border: 0 none;
  }

  .page-advertiser .section-a .cta-container .cta-link-container .cta-link-arrow,
  .page-advertiser .section-a .cta-container .cta-link-container .cta-link-texts {
    font-size: 0.75em;
  }

  .page-advertiser .section-c .module-counter .counter-item {
    font-size: 0.5em;
  }

  .page-architecture .section-a .section-content-container {
    margin-bottom: 40px;
  }

  .page-architecture .section-a .extra-image-container {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  body {
    border: 0 none;
  }

  .page-advertiser .section-a .section-inner > .wrapper {
    padding-bottom: 100px;
  }

  .page-advertiser .section-b .content-col {
    padding: 0 5%;
  }

  .page-advertiser .section-c .module-counter .counter-item {
    font-size: 0.4em;
    padding: 0 1.7em;
  }

  .page-advertiser .section-d .content-col {
    padding: 0 5%;
  }

  .page-advertiser .section-e .title-col-inner {
    padding: 23px 27px 40px;
  }

  .page-architecture .section-a .section-inner > .wrapper {
    padding-bottom: 100px;
  }

  .page-architecture .section-a .cta-container .cta-link-container .cta-link-arrow {
    margin-left: 15px;
    padding-left: 10px;
  }

  .page-architecture .section-b .content-col {
    padding: 0 5%;
  }

  .page-architecture .section-d .content-col {
    padding: 0 5%;
  }

  .page-contact .section-map {
    display: none;
  }

  .visual-container .visual-item {
    width: 100%;
    border-left: 0;
  }
  .visual-container .visual-item .visual .mobile-icon {
    display: block;
  }
  .visual-container .visual-item .visual .visual-wrapper {
    display: none;
  }
  .visual-container .visual-item .content {
    border-top: 0;
  }
  .visual-container .visual-item .content:before {
    bottom: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .visual-container .visual-item .content .bg-overlay {
    display: none;
  }
  .visual-container .visual-item .content .title-wrapper {
    top: 0;
    margin-top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .visual-container .visual-item .content .title-wrapper .title:before, .visual-container .visual-item .content .title-wrapper .title:after {
    bottom: -12px;
  }
  .visual-container .visual-item .content .excerpt {
    top: 0;
    color: #58595b;
  }

  .l-header.header-home .logo-home-top .logo-element {
    width: 75%;
  }
}

@media only screen and (max-width: 399px) {
  body {
    border: 0 none;
  }

  .flowchart .flowchart-item.xs-odd-row {
    width: 100%;
  }
  .flowchart .flowchart-item.xs-odd-row .flowchart-item-inner:before {
    top: 100% !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 50% !important;
    -ms-transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 50% !important;
    margin-top: -16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .flowchart .flowchart-item.xs-even-row {
    width: 100%;
  }
  .flowchart .flowchart-item.xs-even-row .flowchart-item-inner:before {
    top: 100% !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 50% !important;
    -ms-transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 50% !important;
    margin-top: -16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .flowchart .flowchart-item.xs-last-in-row {
    width: 100%;
  }
  .flowchart .flowchart-item.xs-last-in-row .flowchart-item-inner:before {
    top: 100% !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    -moz-transform-origin: 100% 50% !important;
    -ms-transform-origin: 100% 50% !important;
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
    left: auto !important;
    right: 50% !important;
    margin-top: -16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 374px) {
  body {
    border: 0 none;
  }
}

@media only screen and (max-width: 319px) {
  body {
    border: 0 none;
  }
}

@media only screen and (min-width: 480px) {
  body {
    border: 0 none;
  }

  .visual-container .visual-item:hover .visual-wrapper {
    margin-top: -80px;
  }
  .visual-container .visual-item:hover .content:before {
    bottom: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
  .visual-container .visual-item:hover .content .bg-overlay {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .visual-container .visual-item:hover .content .title-wrapper {
    top: 0;
    margin-top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .visual-container .visual-item:hover .content .title-wrapper .title {
    color: #ffffff;
  }
  .visual-container .visual-item:hover .content .title-wrapper .title:before, .visual-container .visual-item:hover .content .title-wrapper .title:after {
    background-color: #ffffff;
    bottom: -12px;
  }
  .visual-container .visual-item:hover .content .excerpt {
    top: 0;
    color: #ffffff;
  }
}

@media only screen and (min-width: 768px) {
  body {
    border: 0 none;
  }

  .is-g768-hidden {
    display: none !important;
  }

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

  .col-sm-10-2 {
    width: 20%;
  }

  .col-sm-10-3 {
    width: 30%;
  }

  .col-sm-10-4 {
    width: 40%;
  }

  .col-sm-10-5 {
    width: 50%;
  }

  .col-sm-10-6 {
    width: 60%;
  }

  .col-sm-10-7 {
    width: 70%;
  }

  .col-sm-10-8 {
    width: 80%;
  }

  .col-sm-10-9 {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) {
  body {
    border: 0 none;
  }

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

  .col-md-10-2 {
    width: 20%;
  }

  .col-md-10-3 {
    width: 30%;
  }

  .col-md-10-4 {
    width: 40%;
  }

  .col-md-10-5 {
    width: 50%;
  }

  .col-md-10-6 {
    width: 60%;
  }

  .col-md-10-7 {
    width: 70%;
  }

  .col-md-10-8 {
    width: 80%;
  }

  .col-md-10-9 {
    width: 90%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1024px) {
  body {
    border: 0 none;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    border: 0 none;
  }

  .col-10-1 {
    width: 10%;
  }

  .col-10-2 {
    width: 20%;
  }

  .col-10-3 {
    width: 30%;
  }

  .col-10-4 {
    width: 40%;
  }

  .col-10-5 {
    width: 50%;
  }

  .col-10-6 {
    width: 60%;
  }

  .col-10-7 {
    width: 70%;
  }

  .col-10-8 {
    width: 80%;
  }

  .col-10-9 {
    width: 90%;
  }

  .col-10-10 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .stacktable.large-only {
    display: none;
  }

  .stacktable.small-only {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

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