@charset "IBM437";
/* --------------------------------------------------------------------------------------
+
+   AUTHOR: 
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC 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, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* Borders */
/* hover opacity */
/* hover color */
/* TRIANGLES */
/* LINE-HIGH */
/* BOX SIZING */
/* HIDE TEXT*/
.icons-sprite, .cardBox .close-btn i {
  background: url('../images/icons-s6cb06361df.png') no-repeat;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  background-color: #fff;
  color: #231e3f;
  font-family: "Roboto Light";
  font-size: 1em;
  line-height: 1.5;
}

body {
  -webkit-font-smoothing: antialiased;
}
body #preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: url("../images/ajax_loader_gray_64.gif") 50% 50% no-repeat white;
}
body * {
  /* -webkit-backface-visibility:hidden; */
  /* Chrome and Safari */
}
body > textarea {
  display: none;
}

a {
  outline: none;
  /* removing outline in Mozilla */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  color: white;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: white;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
}

p {
  margin-bottom: 45px;
  clear: both;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

strong {
  font-weight: bold;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

::-moz-selection {
  background: #fdb813;
  color: white;
  text-shadow: none;
}

::selection {
  background: #fdb813;
  color: white;
  text-shadow: none;
}

.hide {
  display: none !important;
}

button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Add/remove margins
 */
.push {
  margin: 25px !important;
}

.push--top {
  margin-top: 25px !important;
}

.push--right {
  margin-right: 65px !important;
}

.push--bottom {
  margin-bottom: 25px !important;
}

.push--left {
  margin-left: 25px !important;
}

.push--ends {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.push--sides {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.push-half {
  margin: 13px !important;
}

.push-half--top {
  margin-top: 13px !important;
}

.push-half--right {
  margin-right: 13px !important;
}

.push-half--bottom {
  margin-bottom: 13px !important;
}

.push-half--left {
  margin-left: 13px !important;
}

.push-half--ends {
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}

.push-half--sides {
  margin-right: 13px !important;
  margin-left: 13px !important;
}

.push-double {
  margin: 50px !important;
}

.push-double--top {
  margin-top: 50px !important;
}

.push-double--right {
  margin-right: 50px !important;
}

.push-double--bottom {
  margin-bottom: 50px !important;
}

.push-double--left {
  margin-left: 50px !important;
}

.push-double--ends {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.push-double--sides {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.push-triple {
  margin: 75px !important;
}

.push-triple--top {
  margin-top: 75px !important;
}

.push-triple--right {
  margin-right: 75px !important;
}

.push-triple--bottom {
  margin-bottom: 75px !important;
}

.push-triple--left {
  margin-left: 75px !important;
}

.push-triple--ends {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.push-triple--sides {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.push-quadruple {
  margin: 100px !important;
}

.push-quadruple--top {
  margin-top: 100px !important;
}

.push-quadruple--right {
  margin-right: 100px !important;
}

.push-quadruple--bottom {
  margin-bottom: 100px !important;
}

.push-quadruple--left {
  margin-left: 100px !important;
}

.push-quadruple--ends {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.push-quadruple--sides {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.push-fivefold {
  margin: 125px !important;
}

.push-fivefold--top {
  margin-top: 125px !important;
}

.push-fivefold--right {
  margin-right: 125px !important;
}

.push-fivefold--bottom {
  margin-bottom: 125px !important;
}

.push-fivefold--left {
  margin-left: 125px !important;
}

.push-fivefold--ends {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.push-fivefold--sides {
  margin-right: 125px !important;
  margin-left: 125px !important;
}

.flush {
  margin: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
}

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* --------------------------------------------------------------------------------------
+
+ STARTERIZED GRID INDEX
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ GRID VARIABLES (tweaked version of http://csswizardry.com/2013/02/introducing-csswizardry-grids/)
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ GRID MIXINS (tweaked version of http://csswizardry.com/2013/02/introducing-csswizardry-grids/)
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ GRID BASE (tweaked version of http://csswizardry.com/2013/02/introducing-csswizardry-grids/)
+
-------------------------------------------------------------------------------------- */
.grid {
  font-size: 0;
  list-style: none;
  /* Allow the grid system to be used on lists */
  margin: 0;
  margin-left: -25px;
  /* Apply a negative `margin-left` to negate the columns’ gutters */
  padding: 0;
}
.grid .grid:last-child {
  margin-bottom: -25px;
  /* remove bottom space for nested grid */
}
.grid.grid--flush--bottom {
  margin-bottom: -25px !important;
}

.grid__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Required to combine fluid widths and fixed gutters */
  display: inline-block;
  font-size: 16px;
  font-size: px-rem(16px);
  margin-bottom: 25px;
  padding-left: 25px;
  vertical-align: top;
}

.grid--narrowest {
  margin-left: -8px;
  /* Apply a negative 'margin-left' to negate the columns' gutters */
}
.grid .grid--narrowest:last-child {
  margin-bottom: -8px;
  /* remove bottom space for nested grid */
}
.grid--narrowest > .grid__item {
  margin-bottom: 8px;
  padding-left: 8px;
}
.grid--narrowest.grid--flush--bottom {
  margin-bottom: -8px !important;
}

.grid--narrow {
  margin-left: -13px;
  /* Apply a negative 'margin-left' to negate the columns' gutters */
}
.grid .grid--narrow:last-child {
  margin-bottom: -13px;
  /* remove bottom space for nested grid */
}
.grid--narrow > .grid__item {
  margin-bottom: 13px;
  padding-left: 13px;
}
.grid--narrow.grid--flush--bottom {
  margin-bottom: -13px !important;
}

.grid--wide {
  margin-left: -30px;
  /* Apply a negative 'margin-left' to negate the columns' gutters */
}
.grid .grid--wide:last-child {
  margin-bottom: -30px;
  /* remove bottom space for nested grid */
}
.grid--wide > .grid__item {
  margin-bottom: 30px;
  padding-left: 30px;
}
.grid--wide.grid--flush--bottom {
  margin-bottom: -30px !important;
}

.grid--widest {
  margin-left: -75px;
  /* Apply a negative 'margin-left' to negate the columns' gutters */
}
.grid .grid--widest:last-child {
  margin-bottom: -75px;
  /* remove bottom space for nested grid */
}
.grid--widest > .grid__item {
  margin-bottom: 75px;
  padding-left: 75px;
}
.grid--widest.grid--flush--bottom {
  margin-bottom: -75px !important;
}

.grid--nowrap {
  white-space: nowrap;
}
.grid--nowrap > .grid__item {
  white-space: normal;
}

.grid--reversed {
  direction: rtl;
  text-align: left;
}
.grid--reversed > .grid__item {
  direction: ltr;
  text-align: left;
}

.grid--gutterless {
  margin-left: 0;
  margin-bottom: 25px;
  /* since there's no gutter on .grid__items we have to compensate with margin bottom on .grid--gutterless */
}
.grid--gutterless > .grid__item {
  margin-bottom: 0;
  padding-left: 0;
}
.grid .grid--gutterless:last-child {
  margin-bottom: 0;
  /* when nested .grid--gutterless:last-child should have no bottom margin */
}
.grid--gutterless.grid--flush--bottom {
  margin-bottom: 0 !important;
}

.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}

.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}

.grid--middle > .grid__item {
  vertical-align: middle;
}

.grid--bottom > .grid__item {
  vertical-align: bottom;
}

/* --------------------------------------------------------------------------------------
+
+ GRID GENERATOR (tweaked version of http://csswizardry.com/2013/02/introducing-csswizardry-grids/)
+
-------------------------------------------------------------------------------------- */
.one-whole {
  width: 100%;
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

/*
@include screen($grid-medium-start, $grid-medium-end) {
    @include viewport-type("M--");
}


@include min-screen($grid-large-start) {
    @include viewport-type("L--");
}
*/
/* --------------------------------------------------------------------------------------
+
+ INDEX FOR COMMON
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ TYPE
+
-------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Roboto Regular";
  src: url('../fonts/../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/../fonts/Roboto-Regular-webfont.svg') format('svg'), url('../fonts/../fonts/Roboto-Regular-webfont.eot') format('embedded-opentype');
}

@font-face {
  font-family: "Roboto Bold";
  src: url('../fonts/../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/../fonts/Roboto-Bold-webfont.svg') format('svg'), url('../fonts/../fonts/Roboto-Bold-webfont.eot') format('embedded-opentype');
}

@font-face {
  font-family: "Roboto Light";
  src: url('../fonts/../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/../fonts/Roboto-Light-webfont.svg') format('svg'), url('../fonts/../fonts/Roboto-Light-webfont.eot') format('embedded-opentype');
}

.type--light {
  font-weight: 300 !important;
}

.type--normal {
  font-weight: 400 !important;
}

.type--semibold {
  font-weight: 600 !important;
}

.type--bold {
  font-weight: 700 !important;
}

.type--extrabold {
  font-weight: 800 !important;
}

.type--uppercase {
  text-transform: uppercase !important;
}

.type--lowercase {
  text-transform: lowercase !important;
}

.type--capitalize {
  text-transform: capitalize !important;
}

.type--no-transfrom {
  text-transform: none !important;
}

.type--color-mute {
  color: white;
}

.type--color-white > * {
  color: white;
}

.text--20 {
  font-size: 20px;
  font-size: px-rem(20px);
}

/* --------------------------------------------------------------------------------------
+
+ ICONS FONT
+
-------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: 'icomoon';
  font-size: 16px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  /* make sure font weight is ok if it's in .btn parent */
  line-height: 1 !important;
  speak: none;
  text-transform: none !important;
  vertical-align: middle;
}
.icon:hover {
  text-decoration: none;
}

.icon--small {
  font-size: 12px !important;
}

.icon--medium {
  font-size: 22px !important;
}

.icon--large {
  font-size: 32px !important;
}

.icon--huge {
  font-size: 48px !important;
}

.icon--facebook:before {
  content: "\e600";
}

.icon--linkedin:before {
  content: "\e601";
}

.icon--twitter:before {
  content: "\e602";
}

.icon--google-plus:before {
  content: "\e606";
}

/* --------------------------------------------------------------------------------------
+
+ HEADINGS
+
-------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 45px;
  font-family: "Montserrat", "sans-serif";
  color: #fdb813;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading a {
  color: inherit;
}
h1.heading--uppercase,
h2.heading--uppercase,
h3.heading--uppercase,
h4.heading--uppercase,
h5.heading--uppercase,
h6.heading--uppercase,
.heading.heading--uppercase {
  text-transform: uppercase;
}

h1,
.heading--alpha {
  font-size: 40px;
  font-size: px-rem(40px);
}

h2,
.heading--beta {
  font-size: 30px;
  font-size: px-rem(30px);
}

h3,
.heading--gamma {
  font-size: 24px;
  font-size: px-rem(24px);
}

h4,
.heading--delta {
  font-size: 22px;
  font-size: px-rem(22px);
}

h5,
.heading--epsilon {
  font-size: 18px;
  font-size: px-rem(18px);
}

h6,
.heading--zeta {
  font-size: 12px;
  font-size: px-rem(12px);
}

h3, h5, h6 {
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
.btn {
  font-family: "Roboto Light";
  font-size: 16px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-decoration: none !important;
  text-shadow: none !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  display: inline-block;
  text-align: center;
  behavior: url("../PIE.htc");
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  margin: 0;
  /* remove margin for some browsers */
  color: white;
  background: white;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  cursor: pointer !important;
  text-decoration: none !important;
  background: white;
}
.btn.btn--block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
  width: 100% !important;
  /* force 100% width for <button> */
}

.btn--primary {
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: .9em 1.5em !important;
}

.btn--secondary {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: white !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: .5em 20px !important;
  min-width: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn--secondary:hover {
  background-color: white !important;
}

.btn--cold {
  background-color: white !important;
  border-color: white !important;
}
.btn--cold:hover {
  background-color: white !important;
  border-color: white !important;
}

.btn--warm {
  background-color: white !important;
  border-color: white !important;
}
.btn--warm:hover {
  background-color: white !important;
  border-color: white !important;
}

.btn--alert {
  background-color: white !important;
  border-color: white !important;
}
.btn--alert:hover {
  background-color: white !important;
  border-color: white !important;
}

.btn--success {
  background-color: white !important;
  border-color: white !important;
}
.btn--success:hover {
  background-color: white !important;
  border-color: white !important;
}

.btn--plain {
  border-color: #dee0e4 !important;
  color: white !important;
  background-color: transparent;
}
.btn--plain:hover {
  background-color: rgba(216, 221, 225, 0.2) !important;
}

.btn--dark {
  border-color: #252c41 !important;
}
.btn--dark:hover {
  background-color: rgba(37, 44, 65, 0.4) !important;
}

.btn--transparent {
  border-color: #fff !important;
  /* fallback for IE */
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.btn--transparent:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.btn--medium {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.btn--blog {
  display: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog .btn--blog {
  display: inline-block !important;
}
.btn--blog a {
  background-image: url("../images/blog/btn-blog.png") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  width: 42px;
  height: 42px;
  display: block;
  border: 2px solid #555f7f !important;
  border: 2px solid rgba(241, 245, 247, 0.15) !important;
}

/* --------------------------------------------------------------------------------------
+
+ JUSTIFIZE
+
-------------------------------------------------------------------------------------- */
/*
    http://www.css-101.org/articles/responsive-boxes/magic-boxes.php

    <div class="justifize">
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
      <div class="justifize__box">
        justifize box content
      </div>
    </div>
*/
.justifize {
  font-size: 1px;
  /* IE 9, 10, 11 FIX */
  text-align: justify;
}
.justifize:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.justifize__box {
  font-size: 16px;
  font-size: px-rem(16px);
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.justifize--top
.justifize__box {
  vertical-align: top;
}
.justifize--bottom
.justifize__box {
  vertical-align: bottom;
}

/* --------------------------------------------------------------------------------------
+
+ VERTICALIZE
+
-------------------------------------------------------------------------------------- */
/*
    <div class="verticalize">
      <div class="verticalize__box">
        Content that needs to be vertically and horizontally centered
      </div>
    </div>
*/
.verticalize {
  text-align: center;
}
.verticalize:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  /* Adjusts for spacing */
  vertical-align: middle;
}

.verticalize--full {
  height: 100%;
}

.verticalize__box {
  display: inline-block;
  max-width: 99%;
  /* Prevent verticalize box to go to next line and break layout if window is too narrow */
  vertical-align: middle;
}

/* --------------------------------------------------------------------------------------
+
+ TABLEIZE
+
-------------------------------------------------------------------------------------- */
/*
    The .tableize__content serves as container for cell content. If you need width or padding set on a cell, make sure you set it to .tableize__content since that is what makes the whole thing work.

    <div class="tableize">
      <div class="tableize__cell">
        <div class="tableize__content">
          cell content
        </div>
      </div>
      <div class="tableize__cell">
        <div class="tableize__content">
          cell content
        </div>
      </div>
    </div>
*/
.tableize {
  display: table;
  width: 100%;
}

.tableize--full {
  height: 100%;
}
.tableize--full .tableize__cell,
.tableize--full .tableize__content {
  height: inherit;
}

.tabeleize--720-width {
  width: 720px;
  margin: 0 auto;
}

.tableize__cell {
  display: table-cell;
  vertical-align: top;
}
.tableize--middle .tableize__cell {
  vertical-align: middle;
}
.tableize--bottom .tableize__cell {
  vertical-align: bottom;
}

.tableize__cell--filler {
  width: 100%;
  /* fills the rest of the row when one or more cells have fixed width */
}

/*
    Tableize row and tableize row flexible are needed only for sticky header/footer combination.
*/
.tableize__row {
  display: table-row;
  height: 1px;
}

.tableize__row--flexible {
  height: auto;
}

/* --------------------------------------------------------------------------------------
+
+ FLAG
+
-------------------------------------------------------------------------------------- */
/*
    http://csswizardry.com/2013/05/the-flag-object/

    <div class="flag">
      <div class="flag__img">
        <img> or some other element here
      </div>
      <div class="flag__body">
        flag content
      </div>
    </div>
*/
.flag {
  display: table;
  width: 100%;
}

.flag__img,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}
.flag--top .flag__img, .flag--top
.flag__body {
  vertical-align: top;
}
.flag--bottom .flag__img, .flag--bottom
.flag__body {
  vertical-align: bottom;
}

.flag__img {
  padding-left: 20px;
}
.flag__img > img {
  display: block;
}
.flag--reversed .flag__img {
  padding-right: 0;
  padding-right: 20px;
}
.flag--gutterless .flag__img {
  padding: 0;
}

.flag__body {
  width: 100%;
}

.flag--prominent .flag__img {
  padding-left: 80px;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
html, body {
  height: 100%;
}

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -auto;
}
.layout .layout_footer {
  height: auto;
}

footer {
  clear: both;
  position: relative;
  height: auto;
}

.layout {
  overflow: hidden;
}

main {
  display: block;
  /* this is important for some browsers (opera, ...) who recognize <main> as inline element */
}

.container {
  margin: 0 auto;
  width: 960px;
  min-width: 960px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.light--purple--bgr {
  background-color: #dddef5;
}

.purple--bgr {
  background-color: #55559e;
}

.dark--purple--bgr {
  background-color: #252043;
}

.card--purple {
  background-color: #6166af;
}

.rotate {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /* hacks for ie8 */
  display: block\9;
  display: block !important;
}

.span--rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
}

.roboto--light {
  font-family: "Roboto Light";
}

.roboto--bold {
  font-family: "Roboto Bold";
}

.roboto--light, .roboto--bold {
  position: relative;
  top: -8px;
}

.line {
  border-bottom: 1px solid #fdb813;
  display: inline-block;
}

.contact-globe path, .phone path {
  fill: #fdb813;
}

.hide--content {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
}

.cursor--style {
  cursor: url(../images/content/close.png), auto;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
input[type="text"], textarea {
  vertical-align: middle;
  background-color: white;
  font-family: "Roboto Light";
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  behavior: url("../PIE.htc");
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  box-shadow: none;
  width: 100%;
  padding: 0 10px;
  border: none;
  color: white;
  height: 30px;
  line-height: 30px;
}
input[type="text"]:hover, input[type="text"]:focus, textarea:hover, textarea:focus {
  background-color: #fff;
}
input[type="text"]:invalid, textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* fixes mozilla red outline (shadow) */
}

textarea {
  padding: 5px 10px;
  line-height: 1.5;
  resize: none;
  min-height: 150px;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
.header-main {
  background-color: white;
}

/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
.footer-main {
  background-color: white;
}

ul {
  display: inline-block;
}
ul li {
  float: left;
  margin-right: 20px;
  position: relative;
}
ul li:last-child {
  margin-right: 0;
}

@-moz-keyframes move1 {
  100% {
    top: 120px;
    right: 188px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-webkit-keyframes move1 {
  100% {
    top: 120px;
    right: 188px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-o-keyframes move1 {
  100% {
    top: 120px;
    right: 188px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@keyframes move1 {
  100% {
    top: 120px;
    right: 188px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-moz-keyframes move2 {
  100% {
    top: 0;
    right: 115px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-webkit-keyframes move2 {
  100% {
    top: 0;
    right: 115px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-o-keyframes move2 {
  100% {
    top: 0;
    right: 115px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@keyframes move2 {
  100% {
    top: 0;
    right: 115px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-moz-keyframes move3 {
  100% {
    top: 118px;
    right: 94px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-webkit-keyframes move3 {
  100% {
    top: 118px;
    right: 94px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-o-keyframes move3 {
  100% {
    top: 118px;
    right: 94px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@keyframes move3 {
  100% {
    top: 118px;
    right: 94px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-moz-keyframes move4 {
  100% {
    bottom: 0;
    left: 0;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-webkit-keyframes move4 {
  100% {
    bottom: 0;
    left: 0;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-o-keyframes move4 {
  100% {
    bottom: 0;
    left: 0;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@keyframes move4 {
  100% {
    bottom: 0;
    left: 0;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
  }
}

@-moz-keyframes move5 {
  100% {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
  }
}

@-webkit-keyframes move5 {
  100% {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
  }
}

@-o-keyframes move5 {
  100% {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
  }
}

@keyframes move5 {
  100% {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
  }
}

@-moz-keyframes move6 {
  100% {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
    right: 0;
    top: 0;
  }
}

@-webkit-keyframes move6 {
  100% {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
    right: 0;
    top: 0;
  }
}

@-o-keyframes move6 {
  100% {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
    right: 0;
    top: 0;
  }
}

@keyframes move6 {
  100% {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
    right: 0;
    top: 0;
  }
}

.logoHolder.active .pbm {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: move1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 1s;
  -moz-animation-name: move1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 1s;
  -o-animation-name: move1;
  -o-animation-timing-function: ease-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 1s;
  animation-name: move1;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.logoHolder.active .pbbm {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: move2;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 1s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: move2;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 1s;
  -o-animation-duration: 0.3s;
  -o-animation-name: move2;
  -o-animation-timing-function: ease-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 1s;
  animation-duration: 0.3s;
  animation-name: move2;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.logoHolder.active .ybm {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: move3;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: move3;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0.8s;
  -o-animation-duration: 0.3s;
  -o-animation-name: move3;
  -o-animation-timing-function: ease-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0.8s;
  animation-duration: 0.3s;
  animation-name: move3;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.logoHolder.active .tm {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: move4;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: move4;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.8s;
  -o-animation-name: move4;
  -o-animation-timing-function: ease-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-name: move4;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.ffo {
  -webkit-animation-delay: 3s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: move5;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 3s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: move5;
  -moz-animation-timing-function: ease-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 3s;
  -o-animation-duration: 0.8s;
  -o-animation-name: move5;
  -o-animation-timing-function: ease-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 3s;
  animation-duration: 0.8s;
  animation-name: move5;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}

.splitflap {
  margin: 0 auto;
  width: 410px !important;
  overflow: hidden;
  -webkit-perspective-origin: top center;
  -moz-perspective-origin: top center;
  -ms-perspective-origin: top center;
  perspective-origin: top center;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}

.splitflap .char {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* --------------------------------------------------------------------------------------
+
+ MAIN CONTENT
+
-------------------------------------------------------------------------------------- */
/*------------- Fliper
-------------------------------*/
.flip-container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #252043;
  width: 100%;
}
.flip-container .flipper {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.back {
  background: #dddef5 url("../images/content/clouds-back.png") no-repeat center bottom;
  padding: 60px;
  z-index: 3;
}
.back .backContent {
  margin-top: -85px;
}
.back .backContent img {
  max-width: 100%;
}
.back a {
  display: block;
  position: absolute;
  bottom: 150px;
  right: 50%;
  margin-right: -44px;
  height: 88px;
  width: 88px;
  z-index: 50;
}
.back .plane {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
  position: relative;
  -webkit-transform: translate(-400px, 150px);
  -moz-transform: translate(-400px, 150px);
  -ms-transform: translate(-400px, 150px);
  -o-transform: translate(-400px, 150px);
  transform: translate(-400px, 150px);
}
.back .plane.pm {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  /* hacks for ie8 */
  display: block\9;
  -webkit-transition: all 0.9s ease-out;
  -webkit-transition-delay: 3.5s;
  -moz-transition: all 0.9s ease-out 3.5s;
  -o-transition: all 0.9s ease-out 3.5s;
  transition: all 0.9s ease-out 3.5s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.front {
  background: #dddef5 url("../images/content/clouds.png") no-repeat center bottom;
  z-index: 5;
}

.front, .back {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  /* @include backface-visibility(hidden); */
}

.logoHolder {
  margin-top: -100px;
  width: 605px;
  height: 310px;
  position: relative;
}
.logoHolder .purple_bird, .logoHolder .purple_bigbird, .logoHolder .yellow_bird, .logoHolder .logotype {
  position: absolute;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
}
.logoHolder .logotype {
  bottom: -120px;
  left: 0;
}
.logoHolder .purple_bigbird {
  right: 235px;
  top: 120px;
}
.logoHolder .purple_bird {
  right: 308px;
  top: 240px;
}
.logoHolder .yellow_bird {
  right: 214px;
  top: 238px;
}

.border {
  border: 4px solid white;
  height: 100%;
  text-align: center;
}

.cardBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.cardBox .up {
  height: 93px;
}
.cardBox .verticalize__box {
  margin-top: -130px;
}
.cardBox ul {
  margin-bottom: 55px;
}
.cardBox .card {
  padding: 35px 50px;
  width: 960px;
  height: 415px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 1;
}
.cardBox .card figure, .cardBox .card dl {
  z-index: 100;
  position: relative;
}
.cardBox .card figure {
  float: left;
}
.cardBox .card dl {
  text-align: left;
  width: 198px;
  float: right;
  top: 8px;
}
.cardBox .card dl h5 {
  line-height: 0.8;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.cardBox .card dl a {
  color: #231e3f;
  display: inline-block;
  position: relative;
  z-index: 50;
}
.cardBox .card .barcode {
  top: 16px;
  left: 10px;
}
.cardBox .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 128px;
  background-color: white;
  z-index: 2;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.cardBox .card .logo_vertical {
  left: 10px;
  position: relative;
}
.cardBox .card .middle ul {
  margin-bottom: 36px;
  padding: 25px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.cardBox .card .middle ul li {
  height: 85px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding: 0 42px;
  margin-right: 0;
}
.cardBox .card .middle ul li:first-child {
  padding-left: 0;
}
.cardBox .card .middle ul li:first-child span, .cardBox .card .middle ul li:first-child figure {
  display: inline-block;
}
.cardBox .card .middle ul li:first-child span {
  float: left;
}
.cardBox .card .middle ul li:first-child figure {
  margin: 0 24px;
  top: 15px;
}
.cardBox .card .middle ul li:last-child {
  padding-left: 0;
  padding-right: 0;
  border-right: none;
  padding-top: 5px;
}
.cardBox .card .middle ul li span {
  text-transform: uppercase;
  font-size: 48px;
  color: white;
}
.cardBox .card .middle ul li h6 {
  margin-bottom: 0;
  letter-spacing: 5px;
}
.cardBox .card .middle ul li h6.center {
  position: relative;
  left: -4px;
}
.cardBox .card .middle ul li h6.time {
  position: relative;
  left: 5px;
}
.cardBox .card .middle ul li .describe {
  position: absolute;
  bottom: 7px;
}
.cardBox .card .middle ul li .describe .line {
  width: 21px;
  margin: 7px 14px 0 10px;
}
.cardBox .card .middle ul li .describe h6, .cardBox .card .middle ul li .describe .line {
  float: left;
}
.cardBox .card .bottom .info-box {
  float: left;
  width: 380px;
}
.cardBox .card .bottom .info-box figure, .cardBox .card .bottom .info-box dl {
  float: left;
  font-family: "Montserrat";
  color: white;
}
.cardBox .card .bottom .info-box dl {
  width: 280px;
  text-transform: uppercase;
}
.cardBox .card .bottom .info-box figure {
  margin-right: 30px;
}
.cardBox .card .bottom .qr {
  position: absolute !important;
  bottom: 185px;
  right: 52px;
}
.cardBox .close-btn {
  position: absolute;
  bottom: 56px;
  right: 50px;
  height: 40px;
  line-height: 40px;
  display: inline-flex;
  font-family: "Montserrat";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fdb813;
}
.cardBox .close-btn i {
  display: block;
  height: 40px;
  width: 40px;
  background-position: 0 -40px;
  margin-left: 20px;
}
.cardBox .close-btn i:hover, .cardBox .close-btn i.close_hover, .cardBox .close-btn i.close-hover {
  background-position: 0 0;
}

@-moz-document url-prefix() {
  .middle ul li {
    padding: 0 44px;
  }
}

.copy {
  position: absolute;
  color: #6166af;
  bottom: 65px;
  width: 100%;
  text-align: center;
}

.hovered {
  display: none;
}

.svg_hover .contact .contact_basic {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* hack for ie8 */
  opacity: 1\9;
  visibility: visible\9;
  display: none\9;
}
.svg_hover .contact .hovered {
  display: block;
}

/*--------------- ie8 fix
----------------------------------*/
.ie8 .layout main .flip-container {
  background: url("../images/content/ie8.jpg") no-repeat center center;
}
.ie8 .layout main .flip-container .flipper {
  display: none;
}

.ie9 .layout main .flip-container .flipper .front {
  display: none;
}
.ie9 .layout main .cardBox .card .bottom .close-btn i {
  position: relative;
  right: 80px;
  top: -40px;
}

@media (max-width: 1367px) {
  .border {
    border: none;
  }

  .backContent .soon {
    max-width: 40% !important;
  }
  .backContent a {
    bottom: 40px;
  }
}
