@charset "UTF-8";
/* RESET */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* SITE */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  color: #005e8c;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a img {
  border: 0;
}
button {
  cursor: pointer;
}
strong,
b {
  font-weight: bold;
}
/*em  { font-style:italic; }*/
i {
  font-style: italic;
}

img {
  vertical-align: top;
}

input[type=text],
textarea {
  border: 1px solid #333;
}
sub {
  font-size: 80%;
  vertical-align: bottom;
}
sup {
  font-size: 80%;
  vertical-align: top;
}
::-webkit-input-placeholder {
  opacity: 0.7;
}
:-moz-placeholder {
  opacity: 0.7;
}
::-moz-placeholder {
  opacity: 0.7;
}
:-ms-input-placeholder {
  opacity: 0.7;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* PRE - SITE */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.wrap {
  overflow: hidden;
}
.hidden {
  display: none;
}
img[align="left"] {
  float: left;
}
img[align="right"] {
  float: right;
}
.cms_txt {
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
}
.cms_txt h1 {
  font-size: 25px;
  font-weight: normal;
  line-height: 1.1em;
  padding-bottom: 20px;
}
.cms_txt h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.1em;
  padding-bottom: 20px;
}
.cms_txt h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  padding-bottom: 20px;
}
.cms_txt p {
  padding: 0 0 20px 0;
}
.cms_txt img[align=right],
.cms_txt img.fr {
  float: right;
  padding: 2px 0 10px 10px;
}
.cms_txt img[align=left],
.cms_txt img.fl {
  float: left;
  padding: 2px 10px 10px 0;
}
.cms_txt ul,
.cms_txt ol {
  line-height: 20px;
  padding-bottom: 20px;
}
.cms_txt ol li {
  line-height: 24px;
  list-style-type: decimal;
  margin-left: 36px;
}
.cms_txt ul li {
  line-height: 24px;
  list-style-type: disc;
  margin-left: 36px;
}
.cms_txt.alt ol li {
  line-height: 24px;
  list-style-type: decimal;
  margin-left: 0px;
  list-style-position: inside;
}
.cms_txt.alt ul li {
  line-height: 24px;
  list-style-type: disc;
  margin-left: 0px;
  list-style-position: inside;
}
/* LAYOUT */
.container {
  margin: 0 auto;
  /*text-align:left*/
  /*width:980px;*/
}
/* PRINT */
@media print {
  header,
  footer {
    display: none!important;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /*
      a, a:visited { text-decoration: underline; }
      a[href]:after { content: " (" attr(href) ")"; }
      abbr[title]:after { content: " (" attr(title) ")"; }
      a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    */
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  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;
  }
}
/*
 LESS DSS (dynamic stylesheet) 1.8.5 (for less.js 1.3+)
 MORE INFO: http://cl.ly/Dqnr

 LESS mixins by Chris Krupski
*/
/* Backgrounds Group
========================== */
/* @group gradient-veritical() */
/* @end */
/* @group background-clip() */
/* @end */
/* Box Group
========================== */
/* @option: box-display() */
/* @end */
/* @group box-shadow() */
/* @end */
/* Border Group
========================== */
/* @group rounded() */
/* @end */
/* Transform Group
========================== */
/* @group matrix() */
/* @end */
/* @group rotate() */
/* @end */
/* @group scale() */
/* @end */
/* @group translate() */
/* @end */
/* @group skew() */
/* @end */
/* Transition
========================== */
/*.transition (@property: property, @duration: 0.2s, @timing: ease-out, @delay: 0) {
    -webkit-transition: @arguments;
    -moz-transition: @arguments;
    -o-transition: @arguments; */
/* Opera 10.5+ */
/*
    transition: @arguments;
}*/
/* Animation Group
========================== */
/* Column
========================== */
/* Misc Group
========================== */
/*BEGIN SELECT2 PLUGIN CSS*/
/*
Version: 3.4.1 Timestamp: Thu Jun 27 18:02:10 PDT 2013
*/
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.
      More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 45px;
  line-height: 35px;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d7d7d7;
  white-space: nowrap;
  color: #444;
  text-decoration: none;
  background: #ffffff;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container.select2-allowclear .select2-choices .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  
  font-size: 14px;
  margin-right: 60px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice > .select2-chosen .app {
  margin-right: 15px;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 999999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #dedede;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border-top: none;
}
.select2-drop-auto-width {
  border-top: 1px solid #dfdfdf;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.select2-container .select2-choice .select2-arrow b {
  position: absolute;
  display: block;
  width: 15px;
  height: 7px;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -3px;
  background: url('../img/sprite%402x.png') no-repeat -84px 0;
  background-size: 200px 200px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.html') no-repeat 100%;
  background: url('select2-spinner.html') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('select2-spinner.html') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.html') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('select2-spinner.html') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  /*-webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;*/
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  /*border: 1px solid #5897fb;*/
  border-top-color: transparent;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -ms-linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(bottom, #ffffff 0%,#eeeeee 50%);*/
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -84px 0;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #ef4135;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.html') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  cursor: text;
  display: block;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d7d7d7;
  white-space: nowrap;
  color: #444;
  text-decoration: none;
  background: #ffffff;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: auto;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  float: left;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 0px 10px 0px 30px;
  margin: 3px 0 3px 5px;
  position: relative;
  height: 25px;
  line-height: 25px;
  color: #333;
  cursor: default;
  border: 1px solid #D7D7D7;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F7F7F7;
}
.select2-container-multi .select2-choices .select2-search-choice:first-child {
  display: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-search-choice-close {
  display: block;
  width: 30px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 1px;
  outline: none;
  background: url('../img/x.html') center center no-repeat;
  background-size: 10px 12px;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 0px;
}
.select2-container-multi .select2-search-choice-close {
  left: 0px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  opacity: 0.8;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
/*END SELECT2 PLUGIN CSS*/
/*
Animate.css - http://daneden.me/animate
Licensed under the â˜º license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}
/*.animated.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.animated-btn {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInLeftBig {
  left: -200px;
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
mark {
  color: #000;
  background: #ff0;
}
code,
kbd,
pre,

pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}

button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
 
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  /*padding: 10px 15px;*/
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.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: 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-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: 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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: 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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: 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);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* animation sets */
/* move from / to  */
.pt-page-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  -moz-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both;
}
.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  -moz-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}
.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  -moz-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}
.pt-page-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  -moz-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both;
}
.pt-page-moveToTop {
  -webkit-animation: moveToTop .6s ease both;
  -moz-animation: moveToTop .6s ease both;
  animation: moveToTop .6s ease both;
}
.pt-page-moveFromTop {
  -webkit-animation: moveFromTop .6s ease both;
  -moz-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both;
}
.pt-page-moveToBottom {
  -webkit-animation: moveToBottom .6s ease both;
  -moz-animation: moveToBottom .6s ease both;
  animation: moveToBottom .6s ease both;
}
.pt-page-moveFromBottom {
  -webkit-animation: moveFromBottom .6s ease both;
  -moz-animation: moveFromBottom .6s ease both;
  animation: moveFromBottom .6s ease both;
}
/* fade */
.pt-page-fade {
  -webkit-animation: fade .7s ease both;
  -moz-animation: fade .7s ease both;
  animation: fade .7s ease both;
}
/* move from / to and fade */
.pt-page-moveToLeftFade {
  -webkit-animation: moveToLeftFade .7s ease both;
  -moz-animation: moveToLeftFade .7s ease both;
  animation: moveToLeftFade .7s ease both;
}
.pt-page-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade .7s ease both;
  -moz-animation: moveFromLeftFade .7s ease both;
  animation: moveFromLeftFade .7s ease both;
}
.pt-page-moveToRightFade {
  -webkit-animation: moveToRightFade .7s ease both;
  -moz-animation: moveToRightFade .7s ease both;
  animation: moveToRightFade .7s ease both;
}
.pt-page-moveFromRightFade {
  -webkit-animation: moveFromRightFade .7s ease both;
  -moz-animation: moveFromRightFade .7s ease both;
  animation: moveFromRightFade .7s ease both;
}
.pt-page-moveToTopFade {
  -webkit-animation: moveToTopFade .7s ease both;
  -moz-animation: moveToTopFade .7s ease both;
  animation: moveToTopFade .7s ease both;
}
.pt-page-moveFromTopFade {
  -webkit-animation: moveFromTopFade .7s ease both;
  -moz-animation: moveFromTopFade .7s ease both;
  animation: moveFromTopFade .7s ease both;
}
.pt-page-moveToBottomFade {
  -webkit-animation: moveToBottomFade .7s ease both;
  -moz-animation: moveToBottomFade .7s ease both;
  animation: moveToBottomFade .7s ease both;
}
.pt-page-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade .7s ease both;
  -moz-animation: moveFromBottomFade .7s ease both;
  animation: moveFromBottomFade .7s ease both;
}
/* move to with different easing */
.pt-page-moveToLeftEasing {
  -webkit-animation: moveToLeft 0.7s ease-in-out both;
  -moz-animation: moveToLeft 0.7s ease-in-out both;
  animation: moveToLeft 0.7s ease-in-out both;
}
.pt-page-moveToRightEasing {
  -webkit-animation: moveToRight 0.7s ease-in-out both;
  -moz-animation: moveToRight 0.7s ease-in-out both;
  animation: moveToRight 0.7s ease-in-out both;
}
.pt-page-moveToTopEasing {
  -webkit-animation: moveToTop 0.7s ease-in-out both;
  -moz-animation: moveToTop 0.7s ease-in-out both;
  animation: moveToTop 0.7s ease-in-out both;
}
.pt-page-moveToBottomEasing {
  -webkit-animation: moveToBottom 0.7s ease-in-out both;
  -moz-animation: moveToBottom 0.7s ease-in-out both;
  animation: moveToBottom 0.7s ease-in-out both;
}
/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes moveToLeft {
  to {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeft {
  to {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveToLeft {
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRight {
  to {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRight {
  to {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTop {
  to {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTop {
  to {
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTop {
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTop {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottom {
  to {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottom {
  to {
    -moz-transform: translateY(100%);
  }
}
@keyframes moveToBottom {
  to {
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
}
@keyframes moveFromBottom {
  from {
    transform: translateY(100%);
  }
}
/* fade */
@-webkit-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@-moz-keyframes fade {
  to {
    opacity: 0.3;
  }
}
@keyframes fade {
  to {
    opacity: 0.3;
  }
}
/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveToLeftFade {
  to {
    opacity: 0.3;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(-100%);
  }
}
@-moz-keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    -moz-transform: translateX(-100%);
  }
}
@keyframes moveFromLeftFade {
  from {
    opacity: 0.3;
    transform: translateX(-100%);
  }
}
@-webkit-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRightFade {
  to {
    opacity: 0.3;
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRightFade {
  to {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRightFade {
  from {
    opacity: 0.3;
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveToTopFade {
  to {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveToTopFade {
  to {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(-100%);
  }
}
@keyframes moveFromTopFade {
  from {
    opacity: 0.3;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes moveToBottomFade {
  to {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    -moz-transform: translateY(100%);
  }
}
@keyframes moveFromBottomFade {
  from {
    opacity: 0.3;
    transform: translateY(100%);
  }
}
/* scale and fade */
.pt-page-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.pt-page-scaleUp {
  -webkit-animation: scaleUp .7s ease both;
  -moz-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}
.pt-page-scaleUpDown {
  -webkit-animation: scaleUpDown .5s ease both;
  -moz-animation: scaleUpDown .5s ease both;
  animation: scaleUpDown .5s ease both;
}
.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  -moz-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}
.pt-page-scaleDownCenter {
  -webkit-animation: scaleDownCenter 0.4s ease-in both;
  -moz-animation: scaleDownCenter 0.4s ease-in both;
  animation: scaleDownCenter 0.4s ease-in both;
}
.pt-page-scaleUpCenter {
  -webkit-animation: scaleUpCenter 0.4s ease-out both;
  -moz-animation: scaleUpCenter 0.4s ease-out both;
  animation: scaleUpCenter 0.4s ease-out both;
}
/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleDown {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleUp {
  from {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes scaleUpDown {
  from {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes scaleDownUp {
  to {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes scaleDownCenter {
  to {
    opacity: 0;
    -moz-transform: scale(0.7);
  }
}
@keyframes scaleDownCenter {
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}
@-webkit-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7);
  }
}
@-moz-keyframes scaleUpCenter {
  from {
    opacity: 0;
    -moz-transform: scale(0.7);
  }
}
@keyframes scaleUpCenter {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
}
/* rotate sides first and scale */
.pt-page-rotateRightSideFirst {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.8s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.8s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.8s both ease-in;
}
.pt-page-rotateLeftSideFirst {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateLeftSideFirst 0.8s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateLeftSideFirst 0.8s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateLeftSideFirst 0.8s both ease-in;
}
.pt-page-rotateTopSideFirst {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateTopSideFirst 0.8s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateTopSideFirst 0.8s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateTopSideFirst 0.8s both ease-in;
}
.pt-page-rotateBottomSideFirst {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateBottomSideFirst 0.8s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateBottomSideFirst 0.8s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateBottomSideFirst 0.8s both ease-in;
}
/* flip */
.pt-page-flipOutRight {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutRight 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutRight 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutRight 0.5s both ease-in;
}
.pt-page-flipInLeft {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInLeft 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInLeft 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInLeft 0.5s both ease-out;
}
.pt-page-flipOutLeft {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutLeft 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutLeft 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutLeft 0.5s both ease-in;
}
.pt-page-flipInRight {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInRight 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInRight 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInRight 0.5s both ease-out;
}
.pt-page-flipOutTop {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutTop 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutTop 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutTop 0.5s both ease-in;
}
.pt-page-flipInBottom {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInBottom 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInBottom 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInBottom 0.5s both ease-out;
}
.pt-page-flipOutBottom {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipOutBottom 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipOutBottom 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: flipOutBottom 0.5s both ease-in;
}
.pt-page-flipInTop {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: flipInTop 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: flipInTop 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: flipInTop 0.5s both ease-out;
}
/* rotate fall */
.pt-page-rotateFall {
  -webkit-transform-origin: 0% 0%;
  -webkit-animation: rotateFall 1s both ease-in;
  -moz-transform-origin: 0% 0%;
  -moz-animation: rotateFall 1s both ease-in;
  transform-origin: 0% 0%;
  animation: rotateFall 1s both ease-in;
}
/* rotate newspaper */
.pt-page-rotateOutNewspaper {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper 0.5s both ease-in;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateOutNewspaper 0.5s both ease-in;
  transform-origin: 50% 50%;
  animation: rotateOutNewspaper 0.5s both ease-in;
}
.pt-page-rotateInNewspaper {
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotateInNewspaper 0.5s both ease-out;
  -moz-transform-origin: 50% 50%;
  -moz-animation: rotateInNewspaper 0.5s both ease-out;
  transform-origin: 50% 50%;
  animation: rotateInNewspaper 0.5s both ease-out;
}
/* push */
.pt-page-rotatePushLeft {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotatePushLeft .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotatePushLeft .8s both ease;
  transform-origin: 0% 50%;
  animation: rotatePushLeft .8s both ease;
}
.pt-page-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotatePushRight .8s both ease;
  transform-origin: 100% 50%;
  animation: rotatePushRight .8s both ease;
}
.pt-page-rotatePushTop {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotatePushTop .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotatePushTop .8s both ease;
  transform-origin: 50% 0%;
  animation: rotatePushTop .8s both ease;
}
.pt-page-rotatePushBottom {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotatePushBottom .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotatePushBottom .8s both ease;
  transform-origin: 50% 100%;
  animation: rotatePushBottom .8s both ease;
}
/* pull */
.pt-page-rotatePullRight {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotatePullRight .5s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotatePullRight .5s both ease;
  transform-origin: 100% 50%;
  animation: rotatePullRight .5s both ease;
}
.pt-page-rotatePullLeft {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotatePullLeft .5s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotatePullLeft .5s both ease;
  transform-origin: 0% 50%;
  animation: rotatePullLeft .5s both ease;
}
.pt-page-rotatePullTop {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotatePullTop .5s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotatePullTop .5s both ease;
  transform-origin: 50% 0%;
  animation: rotatePullTop .5s both ease;
}
.pt-page-rotatePullBottom {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotatePullBottom .5s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotatePullBottom .5s both ease;
  transform-origin: 50% 100%;
  animation: rotatePullBottom .5s both ease;
}
/* fold */
.pt-page-rotateFoldRight {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateFoldRight .7s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateFoldRight .7s both ease;
  transform-origin: 0% 50%;
  animation: rotateFoldRight .7s both ease;
}
.pt-page-rotateFoldLeft {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateFoldLeft .7s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateFoldLeft .7s both ease;
  transform-origin: 100% 50%;
  animation: rotateFoldLeft .7s both ease;
}
.pt-page-rotateFoldTop {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateFoldTop .7s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateFoldTop .7s both ease;
  transform-origin: 50% 100%;
  animation: rotateFoldTop .7s both ease;
}
.pt-page-rotateFoldBottom {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateFoldBottom .7s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateFoldBottom .7s both ease;
  transform-origin: 50% 0%;
  animation: rotateFoldBottom .7s both ease;
}
/* unfold */
.pt-page-rotateUnfoldLeft {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateUnfoldLeft .7s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateUnfoldLeft .7s both ease;
  transform-origin: 100% 50%;
  animation: rotateUnfoldLeft .7s both ease;
}
.pt-page-rotateUnfoldRight {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateUnfoldRight .7s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateUnfoldRight .7s both ease;
  transform-origin: 0% 50%;
  animation: rotateUnfoldRight .7s both ease;
}
.pt-page-rotateUnfoldTop {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateUnfoldTop .7s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateUnfoldTop .7s both ease;
  transform-origin: 50% 100%;
  animation: rotateUnfoldTop .7s both ease;
}
.pt-page-rotateUnfoldBottom {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateUnfoldBottom .7s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateUnfoldBottom .7s both ease;
  transform-origin: 50% 0%;
  animation: rotateUnfoldBottom .7s both ease;
}
/* room walls */
.pt-page-rotateRoomLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateRoomLeftOut .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateRoomLeftOut .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateRoomLeftOut .8s both ease;
}
.pt-page-rotateRoomLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRoomLeftIn .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRoomLeftIn .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateRoomLeftIn .8s both ease;
}
.pt-page-rotateRoomRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRoomRightOut .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRoomRightOut .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateRoomRightOut .8s both ease;
}
.pt-page-rotateRoomRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateRoomRightIn .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateRoomRightIn .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateRoomRightIn .8s both ease;
}
.pt-page-rotateRoomTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateRoomTopOut .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateRoomTopOut .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateRoomTopOut .8s both ease;
}
.pt-page-rotateRoomTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateRoomTopIn .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateRoomTopIn .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateRoomTopIn .8s both ease;
}
.pt-page-rotateRoomBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateRoomBottomOut .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateRoomBottomOut .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateRoomBottomOut .8s both ease;
}
.pt-page-rotateRoomBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateRoomBottomIn .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateRoomBottomIn .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateRoomBottomIn .8s both ease;
}
/* cube */
.pt-page-rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut 0.6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeLeftOut 0.6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeLeftOut 0.6s both ease-in;
}
.pt-page-rotateCubeLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeLeftIn 0.6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeLeftIn 0.6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeLeftIn 0.6s both ease-in;
}
.pt-page-rotateCubeRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCubeRightOut 0.6s both ease-in;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCubeRightOut 0.6s both ease-in;
  transform-origin: 0% 50%;
  animation: rotateCubeRightOut 0.6s both ease-in;
}
.pt-page-rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn 0.6s both ease-in;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCubeRightIn 0.6s both ease-in;
  transform-origin: 100% 50%;
  animation: rotateCubeRightIn 0.6s both ease-in;
}
.pt-page-rotateCubeTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeTopOut 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeTopOut 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeTopOut 0.6s both ease-in;
}
.pt-page-rotateCubeTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCubeTopIn 0.6s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCubeTopIn 0.6s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateCubeTopIn 0.6s both ease-in;
}
.pt-page-rotateCubeBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCubeBottomOut 0.6s both ease-in;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCubeBottomOut 0.6s both ease-in;
  transform-origin: 50% 0%;
  animation: rotateCubeBottomOut 0.6s both ease-in;
}
.pt-page-rotateCubeBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCubeBottomIn 0.6s both ease-in;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCubeBottomIn 0.6s both ease-in;
  transform-origin: 50% 100%;
  animation: rotateCubeBottomIn 0.6s both ease-in;
}
/* carousel */
.pt-page-rotateCarouselLeftOut {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselLeftOut .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCarouselLeftOut .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateCarouselLeftOut .8s both ease;
}
.pt-page-rotateCarouselLeftIn {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselLeftIn .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCarouselLeftIn .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateCarouselLeftIn .8s both ease;
}
.pt-page-rotateCarouselRightOut {
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateCarouselRightOut .8s both ease;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateCarouselRightOut .8s both ease;
  transform-origin: 0% 50%;
  animation: rotateCarouselRightOut .8s both ease;
}
.pt-page-rotateCarouselRightIn {
  -webkit-transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselRightIn .8s both ease;
  -moz-transform-origin: 100% 50%;
  -moz-animation: rotateCarouselRightIn .8s both ease;
  transform-origin: 100% 50%;
  animation: rotateCarouselRightIn .8s both ease;
}
.pt-page-rotateCarouselTopOut {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselTopOut .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCarouselTopOut .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateCarouselTopOut .8s both ease;
}
.pt-page-rotateCarouselTopIn {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselTopIn .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCarouselTopIn .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateCarouselTopIn .8s both ease;
}
.pt-page-rotateCarouselBottomOut {
  -webkit-transform-origin: 50% 0%;
  -webkit-animation: rotateCarouselBottomOut .8s both ease;
  -moz-transform-origin: 50% 0%;
  -moz-animation: rotateCarouselBottomOut .8s both ease;
  transform-origin: 50% 0%;
  animation: rotateCarouselBottomOut .8s both ease;
}
.pt-page-rotateCarouselBottomIn {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselBottomIn .8s both ease;
  -moz-transform-origin: 50% 100%;
  -moz-animation: rotateCarouselBottomIn .8s both ease;
  transform-origin: 50% 100%;
  animation: rotateCarouselBottomIn .8s both ease;
}
/* sides */
.pt-page-rotateSidesOut {
  -webkit-transform-origin: -50% 50%;
  -webkit-animation: rotateSidesOut 0.5s both ease-in;
  -moz-transform-origin: -50% 50%;
  -moz-animation: rotateSidesOut 0.5s both ease-in;
  transform-origin: -50% 50%;
  animation: rotateSidesOut 0.5s both ease-in;
}
.pt-page-rotateSidesIn {
  -webkit-transform-origin: 150% 50%;
  -webkit-animation: rotateSidesIn 0.5s both ease-out;
  -moz-transform-origin: 150% 50%;
  -moz-animation: rotateSidesIn 0.5s both ease-out;
  transform-origin: 150% 50%;
  animation: rotateSidesIn 0.5s both ease-out;
}
/* slide */
.pt-page-rotateSlideOut {
  -webkit-animation: rotateSlideOut 1s both ease;
  -moz-animation: rotateSlideOut 1s both ease;
  animation: rotateSlideOut 1s both ease;
}
.pt-page-rotateSlideIn {
  -webkit-animation: rotateSlideIn 1s both ease;
  -moz-animation: rotateSlideIn 1s both ease;
  animation: rotateSlideIn 1s both ease;
}
/********************************* keyframes **************************************/
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
  40% {
    -webkit-transform: rotateY(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateRightSideFirst {
  40% {
    -moz-transform: rotateY(15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateRightSideFirst {
  40% {
    transform: rotateY(15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateLeftSideFirst {
  40% {
    -webkit-transform: rotateY(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateLeftSideFirst {
  40% {
    -moz-transform: rotateY(-15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateLeftSideFirst {
  40% {
    transform: rotateY(-15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateTopSideFirst {
  40% {
    -webkit-transform: rotateX(15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateTopSideFirst {
  40% {
    -moz-transform: rotateX(15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateTopSideFirst {
  40% {
    transform: rotateX(15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-webkit-keyframes rotateBottomSideFirst {
  40% {
    -webkit-transform: rotateX(-15deg);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@-moz-keyframes rotateBottomSideFirst {
  40% {
    -moz-transform: rotateX(-15deg);
    opacity: .8;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
@keyframes rotateBottomSideFirst {
  40% {
    transform: rotateX(-15deg);
    opacity: .8;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}
/* flip */
@-webkit-keyframes flipOutRight {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutRight {
  to {
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutRight {
  to {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInLeft {
  from {
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInLeft {
  from {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutLeft {
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutLeft {
  to {
    -moz-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutLeft {
  to {
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInRight {
  from {
    -moz-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInRight {
  from {
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutTop {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutTop {
  to {
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutTop {
  to {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInBottom {
  from {
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipInBottom {
  from {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipOutBottom {
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipOutBottom {
  to {
    -moz-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@keyframes flipOutBottom {
  to {
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@-moz-keyframes flipInTop {
  from {
    -moz-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
@keyframes flipInTop {
  from {
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}
/* fall */
@-webkit-keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
  }
}
@-moz-keyframes rotateFall {
  0% {
    -moz-transform: rotateZ(0deg);
  }
  20% {
    -moz-transform: rotateZ(10deg);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: rotateZ(17deg);
  }
  60% {
    -moz-transform: rotateZ(16deg);
  }
  100% {
    -moz-transform: translateY(100%) rotateZ(17deg);
  }
}
@keyframes rotateFall {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(10deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: rotateZ(17deg);
  }
  60% {
    transform: rotateZ(16deg);
  }
  100% {
    transform: translateY(100%) rotateZ(17deg);
  }
}
/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutNewspaper {
  to {
    -moz-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@keyframes rotateOutNewspaper {
  to {
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}
@-webkit-keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateInNewspaper {
  from {
    -moz-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
@keyframes rotateInNewspaper {
  from {
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}
/* push */
@-webkit-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes rotatePushLeft {
  to {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
}
@keyframes rotatePushLeft {
  to {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePushRight {
  to {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes rotatePushRight {
  to {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes rotatePushRight {
  to {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePushTop {
  to {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes rotatePushTop {
  to {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
}
@keyframes rotatePushTop {
  to {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@-moz-keyframes rotatePushBottom {
  to {
    opacity: 0;
    -moz-transform: rotateX(90deg);
  }
}
@keyframes rotatePushBottom {
  to {
    opacity: 0;
    transform: rotateX(90deg);
  }
}
/* pull */
@-webkit-keyframes rotatePullRight {
  from {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
  }
}
@-moz-keyframes rotatePullRight {
  from {
    opacity: 0;
    -moz-transform: rotateY(-90deg);
  }
}
@keyframes rotatePullRight {
  from {
    opacity: 0;
    transform: rotateY(-90deg);
  }
}
@-webkit-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
}
@-moz-keyframes rotatePullLeft {
  from {
    opacity: 0;
    -moz-transform: rotateY(90deg);
  }
}
@keyframes rotatePullLeft {
  from {
    opacity: 0;
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rotatePullTop {
  from {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes rotatePullTop {
  from {
    opacity: 0;
    -moz-transform: rotateX(-90deg);
  }
}
@keyframes rotatePullTop {
  from {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -webkit-transform: rotateX(90deg);
  }
}
@-moz-keyframes rotatePullBottom {
  from {
    opacity: 0;
    -moz-transform: rotateX(90deg);
  }
}
@keyframes rotatePullBottom {
  from {
    opacity: 0;
    transform: rotateX(90deg);
  }
}
/* fold */
@-webkit-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateFoldRight {
  to {
    opacity: 0;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateFoldRight {
  to {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateFoldLeft {
  to {
    opacity: 0;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateFoldLeft {
  to {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateFoldTop {
  to {
    opacity: 0;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateFoldTop {
  to {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateFoldBottom {
  to {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateFoldBottom {
  to {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateUnfoldLeft {
  from {
    opacity: 0;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateUnfoldRight {
  from {
    opacity: 0;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateUnfoldTop {
  from {
    opacity: 0;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateUnfoldBottom {
  from {
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
  }
}
/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomLeftOut {
  to {
    opacity: .3;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomLeftIn {
  from {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(-90deg);
  }
}
@keyframes rotateRoomRightOut {
  to {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(90deg);
  }
}
@keyframes rotateRoomRightIn {
  from {
    opacity: .3;
    transform: translateX(-100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomTopOut {
  to {
    opacity: .3;
    transform: translateY(-100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomTopIn {
  from {
    opacity: .3;
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(90deg);
  }
}
@keyframes rotateRoomBottomOut {
  to {
    opacity: .3;
    transform: translateY(100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(-90deg);
  }
}
@keyframes rotateRoomBottomIn {
  from {
    opacity: .3;
    transform: translateY(-100%) rotateX(-90deg);
  }
}
/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
}
@-moz-keyframes rotateCubeLeftOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
}
@keyframes rotateCubeLeftOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
}
@-webkit-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-moz-keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@keyframes rotateCubeLeftIn {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
}
@-webkit-keyframes rotateCubeRightOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(90deg);
  }
}
@-moz-keyframes rotateCubeRightOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateX(100%) rotateY(90deg);
  }
}
@keyframes rotateCubeRightOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
  }
  100% {
    opacity: .3;
    transform: translateX(100%) rotateY(90deg);
  }
}
@-webkit-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -webkit-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-moz-keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    -moz-transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@keyframes rotateCubeRightIn {
  0% {
    opacity: .3;
    transform: translateX(-100%) rotateY(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
  }
}
@-webkit-keyframes rotateCubeTopOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
}
@-moz-keyframes rotateCubeTopOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
}
@keyframes rotateCubeTopOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
  100% {
    opacity: .3;
    transform: translateY(-100%) rotateX(90deg);
  }
}
@-webkit-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-moz-keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@keyframes rotateCubeTopIn {
  0% {
    opacity: .3;
    transform: translateY(100%) rotateX(-90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
}
@-webkit-keyframes rotateCubeBottomOut {
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateY(100%) rotateX(-90deg);
  }
}
@-moz-keyframes rotateCubeBottomOut {
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    -moz-transform: translateY(100%) rotateX(-90deg);
  }
}
@keyframes rotateCubeBottomOut {
  50% {
    animation-timing-function: ease-out;
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
  }
  100% {
    opacity: .3;
    transform: translateY(100%) rotateX(-90deg);
  }
}
@-webkit-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -webkit-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@-moz-keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    -moz-transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
@keyframes rotateCubeBottomIn {
  0% {
    opacity: .3;
    transform: translateY(-100%) rotateX(90deg);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
  }
}
/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-moz-keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    -moz-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselLeftOut {
  to {
    opacity: .3;
    transform: translateX(-150%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-moz-keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    -moz-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselLeftIn {
  from {
    opacity: .3;
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-moz-keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    -moz-transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@keyframes rotateCarouselRightOut {
  to {
    opacity: .3;
    transform: translateX(200%) scale(0.4) rotateY(65deg);
  }
}
@-webkit-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-moz-keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    -moz-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@keyframes rotateCarouselRightIn {
  from {
    opacity: .3;
    transform: translateX(-200%) scale(0.4) rotateY(-65deg);
  }
}
@-webkit-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-moz-keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    -moz-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselTopOut {
  to {
    opacity: .3;
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-webkit-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-moz-keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    -moz-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselTopIn {
  from {
    opacity: .3;
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-moz-keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    -moz-transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@keyframes rotateCarouselBottomOut {
  to {
    opacity: .3;
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
  }
}
@-webkit-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@-moz-keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    -moz-transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
@keyframes rotateCarouselBottomIn {
  from {
    opacity: .3;
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
  }
}
/* sides */
@-webkit-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(90deg);
  }
}
@-moz-keyframes rotateSidesOut {
  to {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(90deg);
  }
}
@keyframes rotateSidesOut {
  to {
    opacity: 0;
    transform: translateZ(-500px) rotateY(90deg);
  }
}
@-webkit-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@-moz-keyframes rotateSidesIn {
  from {
    opacity: 0;
    -moz-transform: translateZ(-500px) rotateY(-90deg);
  }
}
@keyframes rotateSidesIn {
  from {
    opacity: 0;
    transform: translateZ(-500px) rotateY(-90deg);
  }
}
/* slide */
@-webkit-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes rotateSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes rotateSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes rotateSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
/* animation delay classes */
.pt-page-delay100 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-delay: .1s;
}
.pt-page-delay180 {
  -webkit-animation-delay: .180s;
  -moz-animation-delay: .180s;
  animation-delay: .180s;
}
.pt-page-delay200 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}
.pt-page-delay300 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
.pt-page-delay400 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.pt-page-delay500 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.pt-page-delay700 {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
.pt-page-delay1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}
.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.md-modal {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.md-show {
  visibility: visible;
  z-index: 999999!important;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  /*background: #e74c3c;*/
  /*border-radius: 3px;*/
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.md-content h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
}
.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-content > div p {
  margin: 0;
  padding: 10px 0;
}
.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-content > div ul li {
  padding: 5px 0;
}
.md-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}
.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}
/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}
/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/*.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
} */
.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}
.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}
@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: .5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(180, 46, 32, 0.5);
}
.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}
/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}
.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}
@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}
.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/*COLORS*/
/*FUTURA FONT*/
/*
light - 300
book - 400
medium - 500
bold - 700
extrabold - 800
*/
/*PROXIMA NOVA FONT*/
/*
thin - 100
light - 300
regural - 400
semibold - 600
bold - 700
*/
/*
light - 300
normal - 400
bold - 700
extrabold - 900
*/

a {
  text-decoration: none;
}
a,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover,
a:active:hover,
a:focus:hover {
  text-decoration: none;
}
section {
  padding: 0 20px;
}

/*======================================================================================================================
                                        COMMON STUFF
======================================================================================================================*/
#spinner {
  opacity: 0;
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #28282e;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
#spinner img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
#spinner i {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background: url("../img/duplo_veci.html") no-repeat;
  background-size: 90px 90px;
}
#spinner1 {
  opacity: 1;
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #28282e;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
#spinner1 img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
#content {
  padding: 0px;
  margin: 0px;
  position: relative;
}
#content .content_spacer {
  height: 82px;
}
#content .content_spacer.home {
  background-color: rgba(0, 0, 0, 0.7);
}
.ovl_new_page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 400;
}
.content_spacer {
  height: 0px;
}
.fullscreen {
  width: 100%;
  padding: 0px;
  margin: 0;
}
.container.has-border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.container.fullsize {
  width: 100%;
}
.container.fullscreen {
  width: 100%;
  margin: 0 auto;
}
/*BEGIN PADDINGS*/
.lg-padding {
  padding-top: 115px;
  padding-bottom: 115px;
}
.xmd-padding {
  padding-top: 87px;
  padding-bottom: 87px;
}
.md-padding {
  padding-top: 65px;
  padding-bottom: 65px;
}
.sm-padding {
  padding-top: 37px;
  padding-bottom: 37px;
}
.xsm-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.xxsm-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}
.quotes-padding {
  padding-top: 370px;
  padding-bottom: 30px;
}
.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
/*END PADDINGS*/
.white-bg {
  background: #ffffff;
}
.red-bg {
  background: #f04024;
}
.light-gray-bg {
  background: #f7f7f7;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.dark-gray-bg {
  background: #28282e;
}
.no-subtitle {
  padding-bottom: 30px;
}

.title {
  
  font-weight: 700;
  font-size: 43px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: #212121;
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 5px;
  letter-spacing: -0.02em;
  margin: 0;
}
h3.has-line:after,
.title.has-line:after {
  position: absolute;
  content: "";
  background: #ef4135;
  width: 110px;
  height: 1px;
  bottom: -30px;
  left: 50%;
  margin-left: -55px;
}
.subtitle {
   font-weight: 300;
  line-height: 1.9;
  font-size: 18px;
  color: #646464;
  display: block;
  text-align: center;
  margin: 0px;
}
.subtitle.align-center {
  text-align: center;
}
.subtitle.has-margin {
  margin-bottom: 85px;
}
.subtitle.has-line {
  position: relative;
  padding-bottom: 40px;
}
.subtitle.has-line:after {
  position: absolute;
  width: 110px;
  height: 1px;
  background: #ef4135;
  left: 50%;
  margin-left: -40px;
  bottom: 0px;
  content: "";
}
.subtitle.has-line.gray-line:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 3px;
  background: #ebebeb;
  bottom: 0;
}
.note {
  display: block;
 
  font-size: 17px;
  line-height: 2em;
  letter-spacing: 0.2em;
  color: #797979;
  text-align: center;
  text-transform: uppercase;
}
.text {
 
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  color: #646464;
  display: block;
  padding-bottom: 20px;
  margin: 0;
  text-align: left;
}
.text a {
  display: inline-block;
  color: #ef4135;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  h3,
  .title {
    font-size: 40px;
    text-align: center;
  }
  h3.has-line:after,
  .title.has-line:after {
    left: 0;
    margin-left: 0;
  }
  .subtitle {
    font-size: 18px;
    text-align: left;
  }
  .subtitle.has-line:after {
    left: 0;
    margin-left: 0;
  }
  .text {
    font-size: 16px;
    text-align: left;
  }
  .lg-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xmd-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xsm-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xxsm-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  h3,
  .title {
    font-size: 40px;
    text-align: left;
  }
  h3.has-line:after,
  .title.has-line:after {
    left: 0;
    margin-left: 0;
  }
  .subtitle {
    font-size: 16px;
    text-align: left;
  }
  .subtitle.has-line:after {
    left: 0;
    margin-left: 0;
  }
  .text {
    font-size: 15px;
    text-align: left;
  }
  .lg-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xmd-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .md-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xsm-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xxsm-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  h3,
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
  .text {
    font-size: 14px;
  }
}
@media all and (max-width: 320px) {
  h3,
  .title {
    font-size: 30px;
  }
  .subtitle {
    font-size: 16px;
  }
  .text {
    font-size: 14px;
  }
}
@media all and (min-width: 1200px) {
  h3,
  .title {
    font-size: 43px;
  }
  .subtitle {
    font-size: 18px;
  }
  .text {
    font-size: 16px;
  }
}
@media all and (min-width: 1366px) {
  h3,
  .title {
    font-size: 53px;
  }
  .subtitle {
    font-size: 20px;
  }
  .text {
    font-size: 17px;
  }
  .lg-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .xmd-padding {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .md-padding {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .sm-padding {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .xsm-padding {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .xxsm-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 1600px) {
  h3,
  .title {
    font-size: 53px;
  }
  .subtitle {
    font-size: 20px;
  }
  .text {
    font-size: 17px;
  }
}
.link {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link a,
.link .text-link {
  position: relative;
  color: #ef4135;
  display: inline-block;
  border-bottom: 3px solid #ebebeb;
 
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link a:hover,
.link .text-link:hover {
  color: #28282e;
}
.link a:hover span,
.link .text-link:hover span {
  color: #28282e;
}
.btn.empty {
  padding: 0 40px 0 50px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  
  font-size: 13px;
  font-weight: 700;
  display: block;
  float: left;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-transform: uppercase;
}
.btn.empty i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 3px;
  margin-top: -2px;
  margin-left: 10px;
  background: url("../img/sprite.html") no-repeat -66px -32px;
  background-size: 200px 200px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .btn.empty i {
    background: url("../img/sprite%402x.png") no-repeat -66px -32px;
    background-size: 200px 200px;
  }
}
.btn.empty:hover {
  background: #ffffff;
  color: #28282e;
}
.btn.empty:hover i {
  background-position: -66px -35px;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .btn.empty:hover i {
    background-position: -66px -35px;
    background-size: 200px 200px;
  }
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*======================================================================================================================
                                        END COMMON STUFF
======================================================================================================================*/
/*======================================================================================================================
                                        BEGIN FLEX
======================================================================================================================*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #e9e9ea;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
.flex-direction-nav a i {
  width: 14px;
  height: 24px;
  background: url("../img/sprite%402x.png") no-repeat;
  background-size: 200px 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -7px;
}
.flex-direction-nav .flex-prev {
  margin-top: -69px;
  right: 0px;
}
.flex-direction-nav .flex-prev i {
  background-position: -159px 0px;
}
.flex-direction-nav .flex-next {
  margin-top: 0px;
  right: 0px;
}
.flex-direction-nav .flex-next i {
  background-position: -173px 0px;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-size: 20px;
  display: inline-block;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 500;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li a {
  border: 1px solid #dbdbdb;
  background: #dbdbdb;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  display: block;
  height: 13px;
  text-indent: -9999px;
  width: 13px;
}
.flex-control-nav li a:hover {
  background: #ef4035;
  background: #f1462a;
  border-color: #ef4035;
}
.flex-control-nav li a.flex-active {
  background: #ef4035;
  background: #f1462a;
  cursor: default;
  border-color: #ef4035;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*======================================================================================================================
                                        END FLEX
======================================================================================================================*/
/*BEGIN MAIN MENU*/
.main-menu-wrapper {
  width: 100%;
  position: fixed;
  z-index: 500;
  top: 0px;
  height: 82px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}
.main-menu-wrapper.has-border {
  border-bottom: 1px solid #DBDBDB;
}
.main-menu-wrapper .main-menu-inner {
  width: 100%;
  z-index: 2;
  position: relative;
}
.main-menu-wrapper.top-sticky {
  position: fixed;
}
.main-menu-wrapper.top-nosticky {
  position: absolute;
}
.main-menu-wrapper.mobile {
  height: 58px;
  top: 0px;
}
.main-menu-wrapper.top-nosticky.mobile {
  position: fixed !important;
  top: 0px !important;
}
.main-menu-wrapper.top-sticky.mobile {
  position: fixed !important;
  top: 0px !important;
}
.main-menu-wrapper #logo {
  position: relative;
  float: left;
  background: #ef4135;
  width: 82px;
  height: 82px;
}
.main-menu-wrapper #logo.home-logo {
  background: transparent;
}
.main-menu-wrapper #logo .degordian-small {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 82px;
  height: 82px;
  background: url("../img/logo-degordian_d%402x.html") no-repeat;
  background-size: 82px 82px;
}
.main-menu-wrapper #menu {
  float: right;
  margin: 0;
  position: relative;
}
.main-menu-wrapper #menu li {
  float: left;
  position: relative;
}
.main-menu-wrapper #menu li a {
  display: block;
  padding: 20px;
  line-height: 42px;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 35px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.main-menu-wrapper #menu li a:hover {
  color: #ef4135;
}
.main-menu-wrapper #menu li.active a {
  color: #ef4135;
}
.main-menu-wrapper.home-menu {
  height: auto;
  padding-top: 60px;
  text-align: center;
  background: transparent;
  border: none;
}
.main-menu-wrapper.home-menu .main-menu-inner {
  display: inline-block;
  width: 60%;
  background: transparent;
}
.main-menu-wrapper.home-menu #menu {
  color: #ef4135;
}
.main-menu-wrapper.home-menu #menu.menu-on-top li a {
  color: #5e5e5e;
}
.main-menu-wrapper.home-menu #menu.menu-on-top li a:hover {
  color: #ef4135;
}
.main-menu-wrapper.home-menu #menu.menu-on-top li:before {
  position: absolute;
  left: -2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border: 1px solid #ef4135;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "";
}
.main-menu-wrapper.home-menu #menu.menu-on-top li:first-child:before {
  display: none;
}
.main-menu-wrapper.home-menu #menu.menu-with-padding li a {
  padding: 20px 15px;
  color: #ffffff;
}
.main-menu-wrapper.home-menu #menu.menu-with-padding li a:hover {
  color: #ef4135;
}
.main-menu-wrapper.home-menu #menu.menu-with-padding li:before {
  position: absolute;
  left: -2px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border: 1px solid #ef4135;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "";
}
.main-menu-wrapper.home-menu #menu.menu-with-padding li:first-child:before {
  display: none;
}
.main-menu-wrapper.service-sub-page {
  display: none;
}
.main-menu-wrapper.mobile.home-menu {
  height: 58px;
  padding-top: 0px;
  text-align: left;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #DBDBDB;
}
.main-menu-wrapper.mobile .main-menu-inner {
  width: 100%;
}
.main-menu-wrapper.mobile #logo {
  width: 58px;
  height: 58px;
}
.main-menu-wrapper.mobile #logo.home-logo {
  background: #EF4035;
}
.main-menu-wrapper.mobile #logo .degordian-small {
  width: 58px;
  height: 58px;
  background-size: 100%;
}
.main-menu-wrapper #showRightPush {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  width: 58px;
  height: 58px;
  background: url("../img/mob-menu%402x.html") no-repeat top left;
  background-size: 58px 58px;
}
@media all and (max-width: 979px) {
  .main-menu-wrapper #menu {
    display: none;
  }
  .main-menu-wrapper #showRightPush {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .main-menu-wrapper.home-menu #menu.menu-with-padding li a {
    padding: 20px 25px;
  }
}
@media all and (min-width: 1366px) {
  .main-menu-wrapper.home-menu #menu.menu-with-padding li a {
    padding: 20px 30px;
  }
}
@media all and (min-width: 1600px) {
  .main-menu-wrapper.home-menu #menu.menu-with-padding li a {
    padding: 20px 35px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main-menu-wrapper #menu {
    display: none;
  }
  .main-menu-wrapper #showRightPush {
    display: block;
  }
  /* Styles */
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
/* General styles for all menus */
.cbp-spmenu {
  background: #28282e;
  position: fixed;
  color: #313138;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbp-spmenu h3 {
  color: #313138;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #28282e;
}
.cbp-spmenu a {
  display: block;
  color: #b9b9b9;
  font-size: 12px;
  line-height: 2em;
  font-weight: 400;
  text-transform: uppercase;
}
.cbp-spmenu a:hover {
  color: #ef4135;
}
.cbp-spmenu a:active {
  color: #ef4135;
}
.cbp-spmenu a.close-menu {
  width: 58px;
  height: 58px;
  background: #28282e;
  position: absolute;
  right: 0px;
  top: 0px;
  border-bottom: none;
}
.cbp-spmenu a.close-menu svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.cbp-spmenu a.close-menu svg rect {
  fill: #5e5e65;
}
.cbp-spmenu a.close-menu:hover svg rect {
  fill: #ef4135;
}
.cbp-spmenu.cbp-spmenu-vertical {
  width: 300px;
  overflow-y: scroll;
  height: 100%;
  top: 0;
  z-index: 1000;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 58px 15px 20px;
}
.cbp-spmenu.cbp-spmenu-vertical a {
  border-bottom: 1px solid #3a3a41;
  padding: 5% 5px;
}
.cbp-spmenu.cbp-spmenu-vertical a.close-menu {
  border-bottom: none;
}
.cbp-spmenu-right {
  right: -300px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
}
/* Transitions */
/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  .cbp-spmenu-top {
    top: -110px;
  }
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}
@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    width: 300px;
  }
}
/*END MAIN MENU*/
.onepage-pagination {
  position: fixed;
  display: block;
  z-index: 999999;
  width: 100%;
}
.onepage-pagination:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.onepage-pagination li {
  margin-left: 10px;
  float: left;
}
.onepage-pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  background: red;
}
/*BEGIN VIDEO BANNER*/
.backstretch {
  visibility: hidden;
}
.backstretch,
.bg_item,
.bg_mask {
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.video-banner,
.image-banner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 664px;
  background-size: cover;
  top: 0;
}
.video-banner.fixed,
.image-banner.fixed {
  position: fixed;
}
.video-banner .video-text,
.image-banner .video-text {
  text-align: center;
}
.video-banner.light-gray-bg,
.image-banner.light-gray-bg {
  border-top: none;
}
.video-banner.home-header,
.image-banner.home-header {
  background-color: #28282e;
}
.video-banner video,
.image-banner video {
  opacity: 0;
  z-index: 7;
  position: fixed;
  top: 0px;
  left: 0px;
}
.video-banner .pattern-filter,
.image-banner .pattern-filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-banner .color-filter,
.image-banner .color-filter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.video-banner .text-and-button,
.image-banner .text-and-button {
  position: absolute;
  top: 25%;
  z-index: 30;
  width: 100%;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .video-banner.fixed,
  .image-banner.fixed {
    position: static;
  }
  .home .content {
    top: 0px !important;
  }
}
.down-arrow {
  width: 82px;
  height: 82px;
  background: #ffffff;
  left: 50%;
  margin-left: -41px;
  position: absolute;
  bottom: -41px;
  -webkit-border-radius: 82px;
  border-radius: 82px;
  z-index: 16;
}
@media all and (max-width: 767px) {
  .down-arrow {
    display: none;
  }
}
.down-arrow i {
  position: absolute;
  width: 18px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -9px;
  background: url("../img/sprite%402x.png") no-repeat -66px -22px;
  background-size: 200px 200px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.down-arrow:hover {
  background: #ffffff;
}
.down-arrow:hover i {
  top: 55%;
}
h1 {
  text-align: center;
  font-size: 68px;
  line-height: 78px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  display: block;
  line-height: 0.8em;
}
h1.home-title {
  font-size: 126px;
  padding-bottom: 40px;
}
h1.about-title {
  font-size: 86px;
}
h1.services-title {
  margin-bottom: 80px;
  font-size: 86px;
}
h1.service-title {
  font-size: 86px;
}
h1.job-position-title {
  font-size: 86px;
  padding-bottom: 50px;
  line-height: 0.9em;
}
h1.work-title {
  font-size: 86px;
  color: #1f1e20;
}
h1 span {
  display: block;
  text-align: center;
}
h1.has-line:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 3px;
  background: #ef4135;
  bottom: 0;
}
.video-subtitle {
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  line-height: 1.75em;
  color: #ffffff;
  margin: 0;
  display: block;
  position: relative;
}
.video-subtitle.home-subtitle {
  padding: 0 9.67%;
}
.video-subtitle.service-subtitle {
  padding: 0 16.67%;
  padding-bottom: 60px;
  font-style: italic;
}
.video-subtitle.service-subtitle.has-line:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 3px;
  background: #ef4135;
  bottom: 0;
}
.video-subtitle.work-subtitle {
  padding: 0 16.67%;
  padding-bottom: 60px;
  color: #1f1e20;
}
.video-subtitle.work-subtitle.has-line:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 90px;
  margin-left: -45px;
  height: 3px;
  background: #ef4135;
  bottom: 0;
}
.down-button {
  width: 57px;
  height: 22px;
  background: url("../img/sprite%402x.png") no-repeat 0 0;
  background-size: 200px 200px;
  display: inline-block;
  margin-top: 50px;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.down-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 58px;
  }
  h1.home-title {
    font-size: 86px;
  }
  h1.about-title {
    font-size: 76px;
  }
  h1.services-title {
    font-size: 76px;
  }
  h1.service-title {
    font-size: 76px;
  }
  h1.job-position-title {
    font-size: 76px;
  }
  h1.work-title {
    font-size: 76px;
  }
  .video-subtitle {
    font-size: 18px;
  }
  .video-subtitle.home-subtitle {
    padding: 0 9.67%;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
  h1.home-title {
    font-size: 56px;
  }
  h1.about-title {
    font-size: 56px;
  }
  h1.services-title {
    font-size: 56px;
    margin-bottom: 30px;
  }
  h1.service-title {
    font-size: 56px;
  }
  h1.job-position-title {
    font-size: 56px;
  }
  h1.work-title {
    font-size: 56px;
  }
  .video-subtitle {
    font-size: 16px;
  }
  .video-subtitle.home-subtitle {
    padding: 0 15px;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 38px;
  }
  h1.home-title {
    font-size: 46px;
  }
  h1.about-title {
    font-size: 46px;
  }
  h1.services-title {
    font-size: 46px;
  }
  h1.service-title {
    font-size: 46px;
  }
  h1.job-position-title {
    font-size: 46px;
  }
  h1.work-title {
    font-size: 46px;
  }
}
@media all and (max-width: 320px) {
  h1 {
    font-size: 30px;
  }
  h1.home-title {
    font-size: 46px;
  }
  h1.about-title {
    font-size: 46px;
  }
  h1.services-title {
    font-size: 46px;
  }
  h1.service-title {
    font-size: 46px;
  }
  h1.job-position-title {
    font-size: 46px;
  }
  h1.work-title {
    font-size: 46px;
  }
}
@media all and (min-width: 1200px) {
  h1 {
    font-size: 68px;
  }
  h1.home-title {
    font-size: 126px;
  }
  h1.about-title {
    font-size: 106px;
  }
  h1.services-title {
    font-size: 106px;
  }
  h1.service-title {
    font-size: 106px;
  }
  h1.job-position-title {
    font-size: 106px;
  }
  h1.work-title {
    font-size: 106px;
  }
  .video-subtitle {
    font-size: 18px;
  }
  .video-subtitle.home-subtitle {
    padding: 0 23.67%;
  }
}
@media all and (min-width: 1366px) {
  h1 {
    font-size: 68px;
  }
  h1.home-title {
    font-size: 146px;
  }
  h1.about-title {
    font-size: 116px;
  }
  h1.services-title {
    font-size: 116px;
  }
  h1.service-title {
    font-size: 126px;
  }
  h1.job-position-title {
    font-size: 116px;
  }
  h1.work-title {
    font-size: 116px;
  }
  h1 .video-subtitle {
    font-size: 20px;
  }
}
@media all and (min-width: 1600px) {
  h1 {
    font-size: 68px;
  }
  h1.home-title {
    font-size: 146px;
  }
  h1.about-title {
    font-size: 116px;
  }
  h1.services-title {
    font-size: 116px;
  }
  h1.service-title {
    font-size: 136px;
  }
  h1.job-position-title {
    font-size: 116px;
  }
  h1.work-title {
    font-size: 116px;
  }
}
.services-icons {
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  float: none;
  margin: 0 4%;
}
.services-icons .img-wrapper i {
  width: auto;
  display: inline-block;
  width: 150px;
  height: 70px;
  background: url("../img/services/services-top-icons%402x.png") no-repeat;
  background-size: 150px 210px;
}
.services-icons .img-wrapper i.production {
  background-position: 0 -140px;
}
.services-icons .img-wrapper i.technology {
  background-position: 0 -70px;
}
.services-icons .img-wrapper i.performance {
  background-position: 0 0;
}
.services-icons .img-wrapper .services-icon {
  width: auto;
  display: inline-block;
}
.services-icons .s-title {
 
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #ffffff;
}
.note {
 
  font-size: 14px;
  line-height: 1.2em;
  color: #ffffff;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.note.careers {
  
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: none;
}
.note.work-note {
  color: #1f1e20;
}
.carrers-header-cols {
  background: #29292f;
  padding: 65px 0;
  z-index: 9;
}
.carrers-header-cols .col {
  padding: 0 70px;
  text-align: left;
}
.carrers-header-cols .col .nbr {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 17px;
  color: #ffffff;
  font-style: italic;
  text-align: left;
  padding-bottom: 30px;
}
.carrers-header-cols .col .nbr span {
  position: relative;
}
.carrers-header-cols .col .nbr span:after {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 9px;
  height: 35px;
  background: url("../img/sprite%402x.png") no-repeat 0px -22px;
  background-size: 200px 200px;
  content: "";
}
.carrers-header-cols .col .title {
  display: block;
  color: #ffffff;
  font-size: 28px;
  text-align: left;
  padding-bottom: 15px;
}
.carrers-header-cols .col .col-text {
  color: #ffffff;
  text-align: left;

  font-size: 17px;
  line-height: 1.8em;
}
@media all and (max-width: 979px) {
  .services-icons {
    width: 100%;
    margin: 0;
    display: inline;
  }
}
@media all and (max-width: 480px) {
  .carrers-header-cols .col {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 1600px) {
  .carrers-header-cols {
    margin-top: -281px;
    position: relative;
  }
  .carrers-header-cols .col {
    padding: 0 70px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
  .video-banner .services-icons .img-wrapper i,
  .image-banner .services-icons .img-wrapper i {
    background: url("../img/services/services-top-icons%402x.png") no-repeat;
    background-size: 150px 210px;
  }
}
.banner-background {
  background-position: center center;
  background-size: cover;
  width: 100%;
  opacity: 1;
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
}
/*END VIDEO BANNER*/
/*BEGIN ABOUT SECOND MENU*/
.second-menu-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 74px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 74px;
}
.second-menu-wrapper .second-menu-inner {
  background: #1f1f1f;
  padding: 0;
}
.second-menu-wrapper .got-to-top {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ef4135;
}
.second-menu-wrapper .got-to-top .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -12px;
  width: 24px;
  height: 14px;
  background: url("../img/sprite%402x.png") no-repeat -99px 0px;
  background-size: 200px 200px;
}
.second-menu-wrapper.about-menu-wrapper {
  background: #1f1f1f;
  padding: 0 74px 0 0;
}
.second-menu-wrapper.about-menu-wrapper.sticky-half {
  position: absolute;
  top: 0px;
}
.second-menu-wrapper.about-menu-wrapper.sticky {
  position: fixed;
  top: 0px;
}
.second-menu-wrapper.about-menu-wrapper .second-menu-inner {
  width: 100%;
  background: #1f1f1f;
}
.second-menu-wrapper.about-menu-wrapper .second-menu-inner.sticky-half {
  position: absolute;
  top: 0px;
}
.second-menu-wrapper.about-menu-wrapper .second-menu-inner.sticky {
  position: fixed;
  top: 0px;
}
.second-menu-wrapper.services-menu-wrapper {
  background: #1f1f1f;
  padding: 0 74px 0 0;
}
.second-menu-wrapper.services-menu-wrapper .second-menu-inner {
  width: 100%;
  background: #1f1f1f;
}
.second-menu-wrapper.services-menu-wrapper .second-menu-inner.sticky-half {
  position: absolute;
  top: 0px;
}
.second-menu-wrapper.services-menu-wrapper .second-menu-inner.sticky {
  position: fixed;
  top: 0px;
}
.second-menu-wrapper.top-sticky {
  position: fixed;
}
.second-menu-wrapper.top-sticky.top {
  top: 0px;
}
.second-menu-wrapper .second-menu {
  text-align: center;
  margin: 0;
  /* ABOUT US SECOND MENU*/
  /* SERVICES US SECOND MENU*/
  /* SERVICES US SECOND MENU*/
}
.second-menu-wrapper .second-menu li {
  display: inline-block;
  padding: 0 55px;
  text-align: center;
}
.second-menu-wrapper .second-menu li a {
 
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 0;
  color: #ffffff;
  background: #1f1f1f;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.second-menu-wrapper .second-menu li a span {
  display: inline;
}
.second-menu-wrapper .second-menu li a:hover {
  background: #2a2a2a;
  color: #a5a4a4;
}
.second-menu-wrapper .second-menu#services-menu li {
  float: left;
  border-right: 1px solid #2a2a2a;
  padding: 0px;
}
.second-menu-wrapper .second-menu#services-menu li a {
  height: 74px;
  line-height: 74px;
  display: block;
  padding: 0 50px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #1f1f1f;
}
.second-menu-wrapper .second-menu#services-menu li a:hover {
  background: #2a2a2a;
  color: #a5a4a4;
}
.second-menu-wrapper .second-menu#about-menu li {
  float: left;
  border-right: 1px solid #2a2a2a;
  padding: 0px;
}
.second-menu-wrapper .second-menu#about-menu li a {
  height: 74px;
  line-height: 74px;
  display: block;
  padding: 0 50px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #1f1f1f;
}
.second-menu-wrapper .second-menu#about-menu li a:hover {
  background: #2a2a2a;
  color: #a5a4a4;
}
@media (max-width: 1024px) {
  .second-menu-wrapper {
    display: none;
  }
}
/*END ABOUT SECOND MENU*/
/*BEGIN SECONDARY MENU*/
.secondary {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 70px;
  height: 280px;
}
.secondary ul {
  position: relative;
  width: 70px;
  height: 280px;
  margin: 0px;
}
.secondary ul li {
  height: 70px;
  width: 70px;
  float: left;
  position: absolute;
  right: 0px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.secondary ul li a {
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  border: 1px solid #e9e9ea;
  border-right: none;
  overflow: hidden;
}
.secondary ul li a i {
  position: absolute;
  top: 0;
  right: 0;
}
.secondary ul li.close-btn {
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  width: 70px;
  top: 0px;
  border: none;
}
.secondary ul li.close-btn .close {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0%;
  border: none;
  opacity: 1;
}
.secondary ul li.close-btn .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
}
.secondary ul li.close-btn .close svg rect {
  fill: #5e5e65;
}
.secondary ul li.close-btn .close:hover {
  background: #ef4035;
}
.secondary ul li.close-btn .close:hover svg rect {
  fill: #ffffff;
}
.secondary ul li.next-btn {
  top: 70px;
}
.secondary ul li.next-btn .next {
  padding-right: 70px;
}
.secondary ul li.next-btn .next .next-icon {
  z-index: 1;
  position: absolute;
  width: 68px;
  height: 68px;
  background: #ffffff;
  top: 0px;
  right: 0px;
  background-image: url('../img/subnav/next%402x.html');
  background-size: 25px 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.secondary ul li.prev-btn {
  top: 139px;
}
.secondary ul li.prev-btn .prev {
  padding-right: 70px;
}
.secondary ul li.prev-btn .prev .prev-icon {
  z-index: 1;
  position: absolute;
  width: 68px;
  height: 68px;
  background: #ffffff;
  top: 0px;
  right: 0px;
  background-image: url('../img/subnav/prev%402x.html');
  background-size: 25px 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.secondary ul li.share-btn {
  top: 208px;
}
.secondary ul li.share-btn .prev {
  padding-right: 70px;
}
.secondary ul li.share-btn .prev .share-icon {
  z-index: 1;
  position: absolute;
  width: 68px;
  height: 68px;
  background: #ffffff;
  top: 0px;
  right: 0px;
  background-image: url('../img/subnav/share%402x.html');
  background-size: 25px 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.secondary ul li.secondary-logo {
  display: none;
  top: 277px;
}
.secondary ul li.secondary-logo .logo {
  background: #ef4135;
}
.secondary ul li.secondary-logo .logo .degordian-small {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 70px;
  height: 70px;
  background: url("../img/logo-degordian_d%402x.html") no-repeat;
  background-size: 70px 70px;
}
.secondary ul .grey {
  background-color: #28282e;
}
.secondary ul .white {
  background-color: #ffffff;
}
.secondary ul span {
  display: block;
}
.secondary ul span.next-story,
.secondary ul span.prev-story {
  
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #b9b9b9;
  text-align: left;
  overflow: hidden;
}
.secondary ul span.story-title {
  
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  font-weight: 700;
}
.secondary .expander {
  position: absolute;
  height: 70px;
  background-color: #ffffff;
  z-index: 1;
  width: 280px;
  padding: 17px 10px 17px 35px;
  overflow: hidden;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.secondary .expander:first-child {
  border-bottom: none;
}
.secondary .expander .expand-text span {
  display: block;
}
.secondary .expander .expand-text span.next-story,
.secondary .expander .expand-text span.prev-story {
  
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  color: #b9b9b9;
  text-align: left;
  overflow: hidden;
}
.secondary .expander .expand-text span.story-title {
  
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #333333;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .secondary {
    width: 100%;
    height: 52px;
  }
  .secondary ul {
    position: relative;
    width: 100%;
    height: 52px;
    margin: 0px;
    background: #ffffff;
  }
  .secondary ul li {
    height: 52px !important;
    width: 52px !important;
    float: left;
    position: absolute;
    right: 0px;
    /* ( content-box | border-box | inherit ) */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .secondary ul li a {
    /* ( content-box | border-box | inherit ) */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    border: none;
    border-right: none;
    overflow: hidden;
  }
  .secondary ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    height: 52px !important;
    width: 52px !important;
  }
  .secondary ul li.close-btn {
    /* ( content-box | border-box | inherit ) */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
    width: 52px;
    top: 0px;
    border: none;
  }
  .secondary ul li.close-btn .close {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0%;
    border: none;
    opacity: 1;
  }
  .secondary ul li.close-btn .close svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    margin-left: -12px;
  }
  .secondary ul li.close-btn .close svg rect {
    fill: #5e5e65;
  }
  .secondary ul li.close-btn .close:hover {
    background: #ef4035;
  }
  .secondary ul li.close-btn .close:hover svg rect {
    fill: #ffffff;
  }
  .secondary ul li.next-btn {
    top: 0px;
    right: 104px !important;
  }
  .secondary ul li.next-btn .next {
    padding-right: 52px;
  }
  .secondary ul li.next-btn .next .next-icon {
    z-index: 1;
    position: absolute;
    width: 52px;
    height: 52px;
    background: #ffffff;
    top: 0px;
    right: 0px;
    background-image: url('../img/subnav/next%402x.html');
    background-size: 25px 26px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .secondary ul li.prev-btn {
    top: 0px;
    right: 156px !important;
  }
  .secondary ul li.prev-btn .prev {
    padding-right: 52px;
  }
  .secondary ul li.prev-btn .prev .prev-icon {
    z-index: 1;
    position: absolute;
    width: 52px;
    height: 52px;
    background: #ffffff;
    top: 0px;
    right: 0px;
    background-image: url('../img/subnav/prev%402x.html');
    background-size: 25px 26px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .secondary ul li.share-btn {
    right: 52px !important;
    top: 0px;
  }
  .secondary ul li.share-btn .prev {
    padding-right: 52px;
  }
  .secondary ul li.share-btn .prev .share-icon {
    z-index: 1;
    position: absolute;
    width: 52px;
    height: 52px;
    background: #ffffff;
    top: 0px;
    right: 0px;
    background-image: url('../img/subnav/share%402x.html');
    background-size: 25px 26px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .secondary ul li.secondary-logo {
    display: block;
    left: 0px;
    top: 0px;
  }
  .secondary ul li.secondary-logo .logo {
    background: #ef4135;
  }
  .secondary ul li.secondary-logo .logo .degordian-small {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 52px;
    height: 52px;
    background: url("../img/logo-degordian_d%402x.html") no-repeat;
    background-size: 52px 52px;
  }
  .expander {
    display: none;
  }
}
/*END SECONDARY MENU*/
/*BEGIN JOB POSITIONS*/
.post {
  
  font-weight: 300;
  font-size: 17px;
  line-height: 1.8;
  color: #646464;
  display: block;
  margin: 0;
  text-align: left;
}
.post h3,
.post .post-title {
  padding-bottom: 30px;
  font-size: 28px;
  text-align: left;
}
.post ul {
  list-style-position: outside;
}
.post ul li {
  position: relative;
  margin-left: -15px;
  padding-left: 10px;
  line-height: 2.4em;
}
.post ul li:before {
  position: absolute;
  left: -15px;
  content: "• ";
  color: #ef4135;
  font-size: 25px;
}
.post ul li ul {
  font-size: 0.85em;
  margin: 0 0 0 80px;
}
.post ul li ul li {
  position: relative;
  font-size: 15px;
  line-height: 2.4em;
}
.post ul li ul li:before {
  position: absolute;
  left: -15px;
  content: "?   ";
  color: #ef4135;
  font-size: 17px;
  vertical-align: middle;
  font-size: 10px;
}
.post .no-margin {
  margin: 0;
}
.job-position-2 h3,
.job-position-2 .title {
  font-size: 28px;
  text-align: left;
  padding-bottom: 30px;
}
.job-position-2 .subtitle {
  padding-bottom: 30px;
  text-align: left;
}
.job-position-2 .link {
  text-align: left;
}
@media all and (max-width: 767px) {
  .post h3,
  .post .post-title {
    padding-bottom: 15px;
  }
  .post ul {
    padding-bottom: 10%;
  }
  .post ul li {
    margin-left: 15px;
  }
  .post .text {
    padding-bottom: 10%;
  }
}
/*END JOB POSITIONS*/
/*BEGIN THANK YOU*/
.thank-you-1 {
  margin-top: 82px;
}
.thank-you-1 .subtitle {
  margin-bottom: 30px;
}
.thank-you-2 .social-wrapper .social-item {
  width: 12.5%;
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
  position: relative;
  border: 1px solid #dbdbdb;
  border-right: none;
}
.thank-you-2 .social-wrapper .social-item:first-child {
  border-left: none;
}
.thank-you-2 .social-wrapper .social-item i {
  width: 36px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -15px;
  background: url("../img/social-icons-color%402x.html") no-repeat;
  background-size: 108px 279px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.thank-you-2 .social-wrapper .social-item.fb i {
  background-position: 0px 0px;
}
.thank-you-2 .social-wrapper .social-item.fb:hover {
  border: 1px solid #3b5999;
  background: #3b5999;
}
.thank-you-2 .social-wrapper .social-item.fb:hover i {
  background-position: -36px 0px;
}
.thank-you-2 .social-wrapper .social-item.tw i {
  background-position: 0px -31px;
}
.thank-you-2 .social-wrapper .social-item.tw:hover {
  border: 1px solid #29c5f6;
  background: #29c5f6;
}
.thank-you-2 .social-wrapper .social-item.tw:hover i {
  background-position: -36px -31px;
}
.thank-you-2 .social-wrapper .social-item.be i {
  background-position: 0px -62px;
}
.thank-you-2 .social-wrapper .social-item.be:hover {
  border: 1px solid #1478ff;
  background: #1478ff;
}
.thank-you-2 .social-wrapper .social-item.be:hover i {
  background-position: -36px -62px;
}
.thank-you-2 .social-wrapper .social-item.ln i {
  background-position: 0px -93px;
}
.thank-you-2 .social-wrapper .social-item.ln:hover {
  border: 1px solid #0082ca;
  background: #0082ca;
}
.thank-you-2 .social-wrapper .social-item.ln:hover i {
  background-position: -36px -93px;
}
.thank-you-2 .social-wrapper .social-item.thumblr i {
  background-position: 0px -124px;
}
.thank-you-2 .social-wrapper .social-item.thumblr:hover {
  border: 1px solid #2c4762;
  background: #2c4762;
}
.thank-you-2 .social-wrapper .social-item.thumblr:hover i {
  background-position: -36px -124px;
}
.thank-you-2 .social-wrapper .social-item.gplus i {
  background-position: 0px -155px;
}
.thank-you-2 .social-wrapper .social-item.gplus:hover {
  border: 1px solid #d84938;
  background: #d84938;
}
.thank-you-2 .social-wrapper .social-item.gplus:hover i {
  background-position: -36px -155px;
}
.thank-you-2 .social-wrapper .social-item.pin i {
  background-position: 0px -186px;
}
.thank-you-2 .social-wrapper .social-item.pin:hover {
  border: 1px solid #c61118;
  background: #c61118;
}
.thank-you-2 .social-wrapper .social-item.pin:hover i {
  background-position: -36px -186px;
}
.thank-you-2 .social-wrapper .social-item.dribbble i {
  background-position: 0px -217px;
}
.thank-you-2 .social-wrapper .social-item.dribbble:hover {
  border: 1px solid #ef4035;
  background: #ef4035;
}
.thank-you-2 .social-wrapper .social-item.dribbble:hover i {
  background-position: -36px -217px;
}
.thank-you-3 {
  border-top: none;
  border-bottom: none;
}
.thank-you-3 .nl-inner {
  text-align: right;
}
.thank-you-3 .nl-inner .title {
  text-align: right;
  font-size: 24px;
  padding-bottom: 15px;
}
.thank-you-3 .nl-inner p,
.thank-you-3 .nl-inner .text {
  text-align: right;
  line-height: 1.4em;
}
.thank-you-3 .form {
  line-height: 0px;
  font-size: 0px;
  padding: 21px 0;
}
.thank-you-3 .form fieldset {
  padding-bottom: 0;
}
.thank-you-3 .form input[type="text"],
.thank-you-3 .form input[type="mail"] {
  width: 70%;
  height: 55px;
  line-height: 43px;
  font-size: 14px;
  margin: 0;
}
.thank-you-3 .form input[type="submit"],
.thank-you-3 .form .submit {
  height: 55px;
  line-height: 55px;
  font-size: 13px;
  margin: 0;
  vertical-align: top;
  padding: 0 35px;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .thank-you-1 {
    margin-top: 52px;
  }
}
@media all and (max-width: 767px) {
  .thank-you-1 {
    margin-top: 52px;
  }
}
/*END THANK YOU*/
/*BEGIN CAREERS*/
.careers-1 .best-employer-badge {
  display: block;
  text-align: center;
}
.careers-1 .best-employer-badge img {
  display: inline-block;
}
.careers-1 .carrers-title {
  
  font-weight: 300;
  font-size: 32px;
  line-height: 1.6em;
  text-align: center;
  color: #474747;
  text-transform: none;
  letter-spacing: 0.02em;
}
.careers-1 .carrers-title:after {
  background: #ebebeb;
}
.careers-1 .subtitle {
  padding-right: 5%;
  text-align: left;
}
.careers-1 .text {
  padding-top: 10px;
}
.careers-1 .link {
  padding-top: 8%;
}
.careers-1 .job-positions-title {
  text-align: center;
}
.careers-1 .job-positions-title .subtitle {
  padding: 0;
  text-align: center;
  padding-bottom: 20px;
}
.careers-1 .job-positions-title .arrow-down {
  display: inline-block;
  width: 28px;
  height: 14px;
  background: url("../img/sprite%402x.png") no-repeat -121px -22px;
  background-size: 200px 200px;
}
.careers-2 .nav,
.open-job-positions .nav {
  margin: 0px;
}
.careers-2 .nav .item,
.open-job-positions .nav .item {
  padding: 0px;
}
.careers-2 .nav .item a,
.open-job-positions .nav .item a {
  text-align: center;
  padding: 45px 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  border: 1px solid #dbdbdb;
  border-right: none;
}
.careers-2 .nav .item a .city,
.open-job-positions .nav .item a .city {
  
  font-size: 21px;
  line-height: 1.6em;
  font-weight: 700;
  color: #474747;
  text-transform: uppercase;
  display: block;
}
.careers-2 .nav .item a .nbr,
.open-job-positions .nav .item a .nbr {
  
  font-weight: 300;
  font-size: 13px;
  line-height: 2em;
  color: #7b7b7b;
  display: block;
}
.careers-2 .nav .item a:hover,
.open-job-positions .nav .item a:hover,
.careers-2 .nav .item a.current,
.open-job-positions .nav .item a.current {
  background: #29292f;
  border: 1px solid #29292f;
}
.careers-2 .nav .item a:hover .city,
.open-job-positions .nav .item a:hover .city,
.careers-2 .nav .item a.current .city,
.open-job-positions .nav .item a.current .city {
  color: #ffffff;
}
.careers-2 .nav .item:first-child a,
.open-job-positions .nav .item:first-child a {
  border-left: none;
}
.careers-2 .tabs,
.open-job-positions .tabs {
  margin: 0;
}
.careers-2 .tabs .tab .job-item,
.open-job-positions .tabs .tab .job-item {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid #dbdbdb;
  display: block;
}
.careers-2 .tabs .tab .job-item .inner,
.open-job-positions .tabs .tab .job-item .inner {
  position: relative;
}
.careers-2 .tabs .tab .job-item .inner .icon-service,
.open-job-positions .tabs .tab .job-item .inner .icon-service {
  width: 50px;
  height: 50px;
  background: url("../img/services/services-icons%402x.png") no-repeat;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  left: -50px;
  background-size: 50px 400px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.strategy,
.open-job-positions .tabs .tab .job-item .inner .icon-service.strategy {
  background-position: 0 -350px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.analytics,
.open-job-positions .tabs .tab .job-item .inner .icon-service.analytics {
  background-position: 0 -250px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.social-media,
.open-job-positions .tabs .tab .job-item .inner .icon-service.social-media {
  background-position: 0 -300px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.development,
.open-job-positions .tabs .tab .job-item .inner .icon-service.development {
  background-position: 0 -200px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.content-creation,
.open-job-positions .tabs .tab .job-item .inner .icon-service.content-creation {
  background-position: 0 0;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.design-ux,
.open-job-positions .tabs .tab .job-item .inner .icon-service.design-ux {
  background-position: 0 -50px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.digital-advertising,
.open-job-positions .tabs .tab .job-item .inner .icon-service.digital-advertising {
  background-position: 0 -150px;
}
.careers-2 .tabs .tab .job-item .inner .icon-service.products,
.open-job-positions .tabs .tab .job-item .inner .icon-service.products {
  background-position: 0 -100px;
}
.careers-2 .tabs .tab .job-item .inner .city,
.open-job-positions .tabs .tab .job-item .inner .city {
  
  font-size: 12px;
  line-height: 2.5em;
  letter-spacing: 0.5em;
  color: #646464;
  text-transform: uppercase;
}
.careers-2 .tabs .tab .job-item .inner .title,
.open-job-positions .tabs .tab .job-item .inner .title {
  font-size: 34px;
  line-height: 1em;
  text-align: left;
}
.careers-2 .tabs .tab .job-item .inner .date,
.open-job-positions .tabs .tab .job-item .inner .date {
 
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  font-style: italic;
  text-align: left;
  color: #646464;
}
.careers-2 .tabs .tab .job-item .inner .date span,
.open-job-positions .tabs .tab .job-item .inner .date span {
  display: inline;
  color: #7b7b7b;
}
.careers-2 .tabs .tab .job-item:hover,
.open-job-positions .tabs .tab .job-item:hover {
  border-color: #29292f;
  background: #29292f;
}
.careers-2 .tabs .tab .job-item:hover .inner .title,
.open-job-positions .tabs .tab .job-item:hover .inner .title {
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .careers-1 .carrers-title {
    font-size: 28px;
  }
  .careers-2 .tabs .tab .job-item .inner .title,
  .open-job-positions .tabs .tab .job-item .inner .title {
    font-size: 34;
  }
  .careers-2 .tabs .tab .job-item .inner .icon-service,
  .open-job-positions .tabs .tab .job-item .inner .icon-service {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .careers-1 .carrers-title {
    font-size: 24px;
  }
  .careers-1 .carrers-title:after {
    left: 50%;
    margin-left: -55px;
  }
  .careers-2 .tabs .tab .job-item .inner .title,
  .open-job-positions .tabs .tab .job-item .inner .title {
    font-size: 30px;
  }
  .careers-2 .tabs .tab .job-item .inner .icon-service,
  .open-job-positions .tabs .tab .job-item .inner .icon-service {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .careers-1 .carrers-title {
    font-size: 22px;
  }
  .careers-2 .nav .item a .city,
  .open-job-positions .nav .item a .city {
    font-size: 18px;
  }
  .careers-2 .tabs .tab .job-item .inner .title,
  .open-job-positions .tabs .tab .job-item .inner .title {
    font-size: 26px;
  }
}
@media all and (min-width: 1200px) {
  .careers-1 .carrers-title {
    font-size: 34px;
  }
  .careers-2 .tabs .tab .job-item .inner .title,
  .open-job-positions .tabs .tab .job-item .inner .title {
    font-size: 38;
  }
}
@media all and (min-width: 1600px) {
  .careers-1 .carrers-title {
    font-size: 39px;
  }
  .careers-2 .nav .item a,
  .open-job-positions .nav .item a {
    padding: 60px;
  }
  .careers-2 .tabs .tab .job-item .inner .title,
  .open-job-positions .tabs .tab .job-item .inner .title {
    font-size: 42;
  }
}
/*END CAREERS*/
/*BEGIN HOME CONTENT*/
.home-1 .subtitle {
  text-align: left;
}
.home-1 .text {
  padding-top: 4px;
}
.home-1 .logos {
  display: block;
  text-align: center;
  padding-bottom: 0px;
}
.home-1 .logos ul li,
.home-1 .logos ul .logo {
  float: left;
  width: 20%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.home-1 .logos ul li.first-row,
.home-1 .logos ul .logo.first-row {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.home-1 .logos ul li.second-row,
.home-1 .logos ul .logo.second-row {
  border-right: 1px solid #e6e6e6;
}
.home-1 .logos ul li.last,
.home-1 .logos ul .logo.last {
  border-right: none;
}
.home-1 .logos ul li img,
.home-1 .logos ul .logo img {
  display: inline-block;
}
.home-1 .link {
  padding-top: 8%;
}
@media all and (max-width: 1200px) {
  .home-1 .logos ul li img,
  .home-1 .logos ul .logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 979px) {
  .home-1 .logos ul li img,
  .home-1 .logos ul .logo img {
    width: 100%;
    height: auto;
  }
  .home-1 .subtitle {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .home-1 .logos ul li,
  .home-1 .logos ul .logo {
    width: 50%;
    /* ( content-box | border-box | inherit ) */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .home-1 .logos ul li.last,
  .home-1 .logos ul .logo.last {
    border-right: 1px solid #E6E6E6;
  }
  .home-1 .logos ul li.second-row,
  .home-1 .logos ul .logo.second-row {
    border-bottom: 1px solid #E6E6E6;
  }
  .home-1 .logos ul li.second-row:nth-last-child(2),
  .home-1 .logos ul .logo.second-row:nth-last-child(2),
  .home-1 .logos ul li.second-row:nth-last-child(1),
  .home-1 .logos ul .logo.second-row:nth-last-child(1) {
    border-bottom: none;
  }
}
.home-3.home-slider #home-slider {
  width: 100%;
  position: relative;
}
.home-3.home-slider #home-slider .slides li {
  position: relative;
}
.home-3.home-slider #home-slider .slides li .row {
  margin: 0px;
}
.home-3.home-slider #home-slider .slides li.zaba-case {
  background: #1b1b1b;
  color: #ffffff;
}
.home-3.home-slider #home-slider .slides li.sp-case {
  background: #1a2b32;
  color: #ffffff;
}
.home-3.home-slider #home-slider .slides li.lufthansa {
  background: #84acd4;
  color: #ffffff;
}
.home-3.home-slider #home-slider .slides li.dell {
  background: #0087c3;
  color: #ffffff;
}
.home-3.home-slider #home-slider .slides li.heineken {
  background: #000000;
  color: #ffffff;
}
.home-3.home-slider #home-slider .slides li.heineken-match-app {
  background: #030e02;
  color: #ffffff;
}
.home-3.home-slider #home-slider .slides li.hempel {
  background: #102549;
  color: #ffffff;
}
.home-3.home-slider .img-wrapper {
  padding: 0;
}
.home-3.home-slider .img-wrapper img {
  width: 100%;
  height: auto;
}
.home-3.home-slider .text-wrapper {
  padding: 0;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-3.home-slider .text-wrapper .slide-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.home-3.home-slider .text-wrapper .middle {
  display: table-cell;
  vertical-align: middle;
}
.home-3.home-slider .text-wrapper .logo {
  display: block;
  padding-bottom: 50px;
  text-align: left;
}
.home-3.home-slider .text-wrapper .title {
  display: block;
  
  font-weight: 700;
  line-height: 0.9em;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
  text-transform: uppercase;
  padding-right: 70px;
  color: #ffffff;
  text-align: left;
}
.home-3.home-slider .text-wrapper .title span {
  display: block;
}
.home-3.home-slider .text-wrapper .case-type {
  display: block;

  font-size: 14px;
  line-height: 1.15em;
  padding-bottom: 60px;
  text-transform: uppercase;
  padding-right: 70px;
}
.home-3.home-slider .text-wrapper .case-type i {
  position: relative;
  display: inline-block;
  margin: 5px 10px;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  vertical-align: top;
}
.home-3.home-slider .text-wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.home-3 .flex-direction-nav a {
  background: #ffffff;
}
.home-3 .flex-direction-nav .flex-prev {
  right: 0px;
}
.home-3 .flex-direction-nav .flex-next {
  right: 0px;
}
@media all and (max-width: 979px) {
  .home-3.home-slider .text-wrapper {
    padding: 0 20px 30px;
    width: 100%;
    position: relative;
    top: 0px !important;
    margin-top: 0px !important;
    height: 350px;
  }
  .home-3.home-slider .text-wrapper .logo {
    padding-bottom: 25px;
  }
  .home-3.home-slider .text-wrapper .case-type {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 480px) {
  .home-3 .flex-direction-nav a {
    width: 50px;
    height: 50px;
  }
  .home-3 .flex-direction-nav .flex-prev {
    margin-top: -49px;
  }
}
.home-4 .col {
  padding: 0 20%;
  text-align: center;
}
.home-4 .col .icon {
  display: inline-block;
  width: 150px;
  height: 70px;
  background: url("../img/home-icons%402x.html") no-repeat;
  background-size: 150px 210px;
  vertical-align: middle;
  margin-bottom: 15px;
}
.home-4 .col .icon.icon-1 {
  background-position: 0 -140px;
}
.home-4 .col .icon.icon-2 {
  background-position: 0 -70px;
}
.home-4 .col .icon.icon-3 {
  background-position: 0 0px;
}
.home-4 .col .col-title {
  
  font-size: 23px;
  line-height: 1.15em;
  color: #212121;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
  padding-bottom: 20px;
  display: block;
}
.home-4 .icon-wrapper {
  text-align: center;
  display: block;
  padding-top: 30px;
}
.home-4 .link {
  padding-top: 6%;
}
.home-4 .link .text-link {
  font-size: 16px;
}
@media (max-width: 1366px) {
  .home-4 .cols .col {
    padding: 0 16%;
  }
}
@media (max-width: 1200px) {
  .home-4 .cols .col {
    padding: 0 11%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home-4 .col {
    padding: 0 0%;
  }
  .home-4 .icon-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-4 .col {
    padding: 0 0px;
  }
  .home-4 .icon-wrapper {
    display: none;
  }
  .home-4 h3 {
    text-align: center;
  }
  .home-4 h3.has-line:after {
    left: 50%;
    margin-left: -55px;
  }
}
/*END HOME CONTENT*/
/*BEGIN ABOUT-US CONTENT*/
.about-us-1 .titles-wrapper {
  padding-right: 5%;
}
.about-us-1 h3,
.about-us-1 .title {
  text-align: left;
  padding-bottom: 40px;
}
.about-us-1 .partners-icon {
  display: inline-block;
  margin-bottom: 50px;
}
.about-us-1 .subtitle {
  text-align: left;
  margin-bottom: 30px;
}
.about-us-1 .subtitle.has-line {
  position: relative;
}
.about-us-1 .subtitle.has-line:after {
  position: absolute;
  width: 80px;
  height: 3px;
  background: #ebebeb;
  left: 0px;
  bottom: 0px;
  content: "";
  margin-left: 0px;
}
@media all and (max-width: 767px) {
  .about-us-1 {
    padding-bottom: 0;
  }
}
.about-us-2 .instagram-feed {
  position: relative;
}
.about-us-2 .instagram-feed .compWrapper {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  margin-left: auto;
  margin-right: auto;
}
.about-us-2 .instagram-feed .compInnerWrapper {
  padding-bottom: 80%;
  position: relative;
  width: auto;
}
.about-us-2 .instagram-feed .compContainer {
  background-color: #28282e;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.about-us-2 .instagram-feed .compPhoto .compFrontside,
.about-us-2 .instagram-feed .compPhoto .compFlipside {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.about-us-2 .instagram-feed .Image {
  background-size: 100% 100%;
  position: relative;
}
.about-us-2 .instagram-feed .iLoaded {
  opacity: 1;
}
.about-us-2 .instagram-feed .compPhoto {
  height: 25%;
  position: absolute;
  width: 20%;
  overflow: hidden;
}
.about-us-2 .instagram-feed .compPhoto .insta-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  background-color: #ef4135;
  background-color: rgba(239, 65, 53, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef4135, endColorstr=#ccef4135)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef4135, endColorstr=#ccef4135);
  padding: 10%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  
  font-size: 13px;
  line-height: 1.3em;
}
.about-us-2 .instagram-feed .compPhoto .insta-overlay .image-icon {
  position: absolute;
  width: 19px;
  height: 19px;
  background: url("../img/sprite%402x.png") no-repeat -102px -22px;
  background-size: 200px 200px;
  left: 10%;
  bottom: 10%;
}
.about-us-2 .instagram-feed .compPhoto .quote {
 
  font-weight: 300;
  font-size: 36px;
  line-height: 1.3em;
  text-align: center;
  width: 100%;
  padding: 0 10%;
  position: absolute;
  top: 50%;
  margin-top: -1.3em;
  color: #ffffff;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto1 {
  left: 0;
  top: 0;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto2 {
  left: 0;
  top: 25%;
  width: 60%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto3 {
  left: 20%;
  top: 0;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto4 {
  left: 40%;
  top: 0;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto5 {
  left: 60%;
  top: 0;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto6 {
  left: 60%;
  top: 25%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto7 {
  left: 80%;
  top: 0;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto8 {
  left: 80%;
  top: 25%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto9 {
  left: 0;
  top: 50%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto10 {
  left: 0;
  top: 75%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto11 {
  left: 20%;
  top: 50%;
  height: 50%;
  width: 40%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto12 {
  left: 60%;
  top: 50%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto13 {
  left: 60%;
  top: 75%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto14 {
  left: 80%;
  top: 50%;
}
.about-us-2 .instagram-feed .compPhoto.compPhoto15 {
  left: 80%;
  top: 75%;
}
@media all and (max-width: 767px) {
  .about-us-2 {
    display: none;
  }
}
.header-block,
.about-us-3,
.about-us-6 {
  text-align: center;
}
.about-us-4 {
  border-bottom: none;
}
.about-us-4 .employees {
  display: block;
}
.about-us-4 .employees:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.about-us-4 .employees .employee {
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 12.5%;
}
@media only screen and (max-width: 1500px) {
  .about-us-4 .employees .employee {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 1300px) {
  .about-us-4 .employees .employee {
    width: 20%;
  }
}
@media only screen and (max-width: 1050px) {
  .about-us-4 .employees .employee {
    width: 25%;
  }
}
@media only screen and (max-width: 850px) {
  .about-us-4 .employees .employee {
    width: 33.33%;
  }
}
.about-us-4 .employee-item {
  position: relative;
  transition: all 300ms ease 0s;
  float: left;
  margin-right: 3.8%;
  min-height: 1px;
  background: #fafafa;
}
.about-us-4 .employee {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.about-us-4 .employee img {
  border: 0 none;
  height: auto;
  width: 100%;
}
.about-us-4 .employee embed,
.about-us-4 .employee img,
.about-us-4 .employee object {
  max-width: 100%;
}
.about-us-4 .employee-item img {
  display: block;
}
.about-us-4 .employee-item-ovl {
  background-color: #ef4135;
  background-color: rgba(239, 65, 53, 0.8);
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef4135, endColorstr=#ccef4135)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccef4135, endColorstr=#ccef4135);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  height: 100%;
  top: 100%;
}
.about-us-4 .employee-item-overlay-inner {
  height: 80%;
  left: 10%;
  position: absolute;
  top: 10%;
  width: 80%;
  z-index: 6;
}
.about-us-4 .employee-item-overlay-txt {
  position: relative;
  f
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
}
.about-us-4 .employee-item-overlay-txt span {
  display: block;
}
.about-us-4 .employee-item-overlay-txt span.name {
  text-transform: uppercase;
  font-weight: 700;
}
.about-us-4 .employee-item-overlay-txt span.position {
  
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 480px) {
  .about-us-4 .employee-item-overlay-txt {
    font-size: 9px;
  }
}
.about-us-5 .tabs {
  margin: 0;
}
.about-us-5 .tabs .tab-left {
  width: 33.33%;
  float: left;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-us-5 .tabs .tab-right {
  width: 66.67%;
  float: left;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-right: 10%;
}
.about-us-5 .tabs .img-wrapper img {
  width: 100%;
  height: auto;
}
.about-us-5 .tabs .quote-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-us-5 .tabs .quote-wrapper .quote {
 
  font-weight: 300;
  font-size: 22px;
  line-height: 1.4em;
  text-align: left;
  color: #f5f5f5;
  margin-bottom: 30px;
  display: block;
}
.about-us-5 .tabs .quote-wrapper .author {
  padding-left: 40px;
  float: left;
 
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #f5f5f5;
  position: relative;
}
.about-us-5 .tabs .quote-wrapper .author:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  width: 17px;
  height: 1px;
  background: #9b9b9b;
}
.about-us-5 .tabs .quote-wrapper .authors-social {
  float: left;
}
.about-us-5 .tabs .quote-wrapper .authors-social li {
  float: left;
  margin-left: 10px;
}
.about-us-5 .tabs .quote-wrapper .authors-social li a {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
}
.about-us-5 .tabs .quote-wrapper .authors-social li a i {
  background: url("../img/sprite%402x.png") no-repeat;
  background-size: 200px 200px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.about-us-5 .tabs .quote-wrapper .authors-social li a.fb i {
  width: 8px;
  height: 13px;
  margin-left: -4px;
  margin-top: -6px;
  background-position: -124px 0;
}
.about-us-5 .tabs .quote-wrapper .authors-social li a.tw i {
  width: 14px;
  height: 11px;
  margin-left: -7px;
  margin-top: -6px;
  background-position: -131px 0;
}
.about-us-5 .tabs .quote-wrapper .authors-social li a.ln i {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  background-position: -145px 0;
}
.about-us-5 .tabs .quote-wrapper .author-title {
  position: relative;
  display: block;
  padding-left: 40px;
 
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  color: #c8c8c8;
  text-transform: uppercase;
}
.about-us-5 .tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.about-us-5 .nav {
  display: block;
}
.about-us-5 .nav .item {
  float: left;
  padding: 0px;
  width: 33.33%;
}
.about-us-5 .nav .item a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-right: none;
  border-top: none;
}
.about-us-5 .nav .item a .author {
  display: block;
  
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #7b7b7b;
}
.about-us-5 .nav .item a .author-title,
.about-us-5 .nav .item a .author-title-short {
 
  font-weight: 700;
  font-size: 21px;
  line-height: 35px;
  display: block;
  text-transform: uppercase;
  color: #474747;
  padding: 0 15px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-us-5 .nav .item a .author-title-short {
  display: none;
  line-height: 43px;
}
.about-us-5 .nav .item a.current {
  border-color: #28282e;
  background: #28282e;
  color: #ffffff;
}
.about-us-5 .nav .item a.current .author-title,
.about-us-5 .nav .item a.current .author-title-short {
  color: #ffffff;
}
.about-us-5 .nav .item a:hover {
  border-color: #28282e;
  background: #28282e;
  color: #ffffff;
}
.about-us-5 .nav .item a:hover .author-title,
.about-us-5 .nav .item a:hover .author-title-short {
  color: #ffffff;
}
.about-us-5 .nav .item:first-child a {
  border-left: none;
}
.about-us-5 .nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .about-us-5 .tabs .quote-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-us-5 .tabs .quote-wrapper .quote {
    font-size: 18px;
  }
  .about-us-5 .nav .item a .author {
    display: block;
  }
  .about-us-5 .nav .item a .author-title {
    display: none;
  }
  .about-us-5 .nav .item a .author-title-short {
    display: block;
  }
  .about-us-2 .instagram-feed .compPhoto .quote {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .about-us-5 .tabs .quote-wrapper {
    padding: 30px 20px;
  }
  .about-us-5 .tabs .quote-wrapper .quote {
    font-size: 28px;
  }
  .about-us-5 .nav .item a .author {
    display: none;
  }
  .about-us-5 .nav .item a .author-title {
    display: none;
  }
  .about-us-5 .nav .item a .author-title-short {
    display: block;
  }
  .about-us-5 .tabs .tab-left {
    width: 100%;
  }
  .about-us-5 .tabs .tab-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 480px) {
  .about-us-5 .tabs .quote-wrapper .quote {
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  .about-us-5 .tabs .quote-wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .about-us-5 .tabs .quote-wrapper .quote {
    font-size: 24px;
  }
  .about-us-5 .tabs .tab-right {
    padding-left: 5%;
    padding-right: 20%;
  }
}
@media all and (min-width: 1366px) {
  .about-us-5 .tabs .quote-wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .about-us-5 .tabs .quote-wrapper .quote {
    font-size: 34px;
  }
}
@media all and (min-width: 1600px) {
  .about-us-5 .tabs .quote-wrapper {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .about-us-5 .tabs .quote-wrapper .quote {
    font-size: 34px;
  }
}
.about-us-7 {
  background: #f5f5f5;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.about-us-7 .text-wrapper {
  padding: 0% 0 10% 10%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  height: 100%;
  bottom: 0;
  width: 50%;
}
.about-us-7 .text-wrapper .text-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.about-us-7 .text-wrapper .middle {
  display: table-cell;
  vertical-align: middle;
}
.about-us-7 .text-wrapper .subtitle {
  text-align: left;
}
.about-us-7 .text-wrapper .subtitle:after {
  left: 0px;
  margin-left: 0px;
}
.about-us-7 .img-wrapper {
  margin-left: 50%;
  width: 50%;
  overflow: hidden;
}
.about-us-7 .img-wrapper img {
  float: left;
  width: auto;
  min-height: 783px;
  height: auto;
}
@media all and (min-width: 1200px) {
  .about-us-7 .text-wrapper {
    padding: 0% 7% 0;
  }
}
@media all and (min-width: 1366px) {
  .about-us-7 .text-wrapper {
    padding: 0% 10% 0;
  }
}
@media all and (max-width: 979px) {
  .about-us-7 .text-wrapper {
    width: 100%;
    padding: 40px 20px;
    position: relative;
  }
  .about-us-7 .img-wrapper {
    display: none;
  }
}
.careers-award {
  background: #f5f5f5;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.careers-award .white-bg {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 979px) {
  .careers-award .white-bg {
    display: none;
  }
}
.careers-award .text-wrapper {
  background: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15%;
  padding-left: 7%;
  text-align: left;
  width: 50%;
}
@media all and (min-width: 1600px) {
  .careers-award .text-wrapper {
    padding-right: 20%;
    padding-left: 10%;
  }
}
@media all and (max-width: 979px) {
  .careers-award .text-wrapper {
    width: 100%;
    padding: 40px 20px;
    position: relative;
  }
}
.careers-award .text-wrapper .text-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.careers-award .text-wrapper .title {
  text-align: left;
  padding-bottom: 40px;
}
.careers-award .text-wrapper .middle {
  display: table-cell;
  vertical-align: middle;
}
.careers-award .text-wrapper .subtitle {
  text-align: left;
  margin-bottom: 30px;
}
.careers-award .text-wrapper .subtitle:after {
  position: absolute;
  width: 80px;
  height: 3px;
  background: #EBEBEB;
  left: 0px;
  bottom: 0;
  content: "";
  margin-left: 0px;
}
.careers-award .img-wrapper {
  z-index: 2;
  margin-left: 0%;
  background: #ffffff;
  width: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.careers-award .img-wrapper img {
  float: left;
  max-width: 100%;
  width: auto;
  max-height: 783px;
  height: auto;
}
@media all and (max-width: 979px) {
  .careers-award .img-wrapper {
    width: 100%;
    padding: 40px 20px;
    position: relative;
  }
}
.about-us-8 .subtitle {
  font-size: 39px;
  line-height: 1.4em;
  font-style: normal;
  text-transform: none;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .about-us-8 .subtitle {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .about-us-8 .subtitle {
    font-size: 28px;
  }
}
@media all and (max-width: 480px) {
  .about-us-8 .subtitle {
    font-size: 22px;
  }
}
@media all and (max-width: 320px) {
  .about-us-8 .subtitle {
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  .about-us-8 .subtitle {
    font-size: 39px;
  }
}
@media all and (min-width: 1366px) {
  .about-us-8 .subtitle {
    font-size: 39px;
  }
}
.about-us-9.about-us-slider #about-slider .slides li img {
  width: 100%;
  height: auto;
}
.about-us-9 .flex-control-nav {
  left: 0px;
  bottom: -50px;
}
@media (min-width: 1200) {
  .about-us-9 .flex-control-nav {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .about-us-9 .flex-control-nav {
    display: none;
  }
}
/*END ABOUT-US CONTENT*/
/*BEGIN COMMON FORM*/
.form {
  width: 100%;
}
.form fieldset {
  width: 100%;
  display: block;
  padding-bottom: 15px;
}
.form fieldset:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
  padding: 5px 10px;
  height: 45px;
  line-height: 35px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #ffffff;
  width: 100%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus {
  background: #fffcec;
}
.form input[type="text"].LV_invalid_field,
.form input[type="email"].LV_invalid_field,
.form input[type="tel"].LV_invalid_field {
  border-color: #ef4035;
}
.form .LV_validation_message {
  padding: 5px 0;
  display: block;
  font-size: 14px;
}
.form .LV_invalid {
  color: #ef4035;
}
.form textarea {
  padding: 5px 10px;
  line-height: 35px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #ffffff;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 90px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form textarea:focus {
  background: #fffcec;
}
.form textarea.LV_invalid_field {
  border-color: #ef4035;
}
.form label {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  
  font-weight: 400;
}
.form input[type="submit"],
.form .submit {
  height: 60px;
  line-height: 60px;
  background: #ef4135;
  padding: 0 70px;
 
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form input[type="submit"]:hover,
.form .submit:hover {
  background: #28282e;
}
.form select,
.form .select2-screw {
  padding: 5px 10px;
  height: 45px;
  line-height: 35px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #ffffff;
  width: 100%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2em;
}
.form.brief-form .col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.form.brief-form .col.half {
  width: 49%;
  margin-right: 2%;
}
.form.brief-form .col:last-child {
  margin-right: 0;
}
.brief-form-wrapper {
  border: none;
}
@media all and (max-width: 979px) {
  .form.brief-form .col {
    width: 100%;
    margin-right: 0;
    padding-bottom: 15px;
  }
  .form.brief-form .col:last-child {
    padding-bottom: 0;
  }
}
/*END COMMON FORM*/
/*BEGIN CONTACT*/
.contact-form-wrapper {
  border-top: 1px solid #dbdbdb;
  border-bottom: none;
}
.title-wrapper {
  margin-top: 82px;
  text-align: center;
}
.title-wrapper .title {
 
  line-height: 1.15em;
  color: #ffffff;
}
.title-wrapper .subtitle {

  font-weight: 300;
  color: #c8c5c5;
}
.title-wrapper .subtitle a {
  color: #f1462a;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.title-wrapper .subtitle a:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: #3d3d45;
}
.title-wrapper .subtitle a:hover {
  color: #c8c5c5;
}
@media all and (max-width: 979px) {
  .title-wrapper {
    margin-top: 58px;
  }
  .LV_validation_message {
    font-size: 12px;
  }
}
/*END CONTACT*/
/*BEGIN ISTUDIO*/
.istudio-wrapper {
  position: relative;
  border: none;
}
.istudio-wrapper .istudio {
  display: block;
  padding-bottom: 35px;
  
  font-size: 14px;
  line-height: 2.2em;
  color: #646464;
  text-align: center;
  font-weight: 700;
}
.istudio-wrapper ul li {

  font-size: 11px;
  line-height: 2em;
  color: #646464;
  text-align: center;
}
.istudio-wrapper ul li a {
  color: #ef4135;
}
/*END ISTUDIO*/
/*BEGIN LOCATIONS*/
.locations-wrapper .location {
  width: 100%;
}
.locations-wrapper .location:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.locations-wrapper .location .location-box {
  width: 25%;
  float: left;
  padding: 20px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #dbdbdb;
  position: relative;
  text-align: center;
  border-left: none;
  cursor: pointer;
}
.locations-wrapper .location .location-box .inner {
  position: relative;
}
.locations-wrapper .location .location-box:last-child {
  border-right: none;
}
.locations-wrapper .location .location-box:after,
.locations-wrapper .location .location-box:before {
  z-index: 9;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.locations-wrapper .location .location-box:after {
  border-color: rgba(40, 40, 46, 0);
  border-top-color: #28282e;
  border-width: 11px;
  margin-left: -11px;
}
.locations-wrapper .location .location-box:before {
  border-color: rgba(40, 40, 46, 0);
  border-top-color: #28282e;
  border-width: 12px;
  margin-left: -12px;
}
.locations-wrapper .location .location-box .title {
 
  font-weight: 700;
  color: #474747;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  padding-bottom: 0px;
  width: 100%;
  display: block;
  padding-top: 20px;
}
.locations-wrapper .location .location-box .title:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 16px;
  background: url("../img/sprite%402x.png") no-repeat -57px 0;
  background-size: 200px 200px;
}
.locations-wrapper .location .location-box ul,
.locations-wrapper .location .location-box .address {
  color: #595959;
 
  font-size: 14px;
  line-height: 27px;
  width: 100%;
}
.locations-wrapper .location .location-box ul li,
.locations-wrapper .location .location-box .address li {
  display: block;
  padding: 0 10px;
  line-height: 22px;
}
.locations-wrapper .location .location-box ul li a,
.locations-wrapper .location .location-box .address li a {
  color: #595959;
  text-decoration: none;
}
.locations-wrapper .location .location-box ul li a:hover,
.locations-wrapper .location .location-box .address li a:hover {
  color: #ef4135;
}
.locations-wrapper .location .location-box:hover,
.locations-wrapper .location .location-box.current {
  border-color: #28282e;
  background: #28282e;
}
.locations-wrapper .location .location-box:hover:after,
.locations-wrapper .location .location-box.current:after,
.locations-wrapper .location .location-box:hover:before,
.locations-wrapper .location .location-box.current:before {
  display: block;
}
.locations-wrapper .location .location-box:hover .title,
.locations-wrapper .location .location-box.current .title {
  color: #ffffff;
}
@media (max-width: 980px) {
  .locations-wrapper {
    display: none;
  }
}
#map {
  display: block;
  border-top: 1px slid #dbdbdb;
  border-bottom: 1px slid #dbdbdb;
  width: 100%;
  height: 490px;
}
/*END LOCATIONS*/
/*BEGIN CONTACT BOTTOM TWO COLUMNS*/
.two-cols-wrapper {
  border: none;
  position: relative;
}
.two-cols-wrapper .col {
  text-align: center;
  padding-bottom: 8%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid #dbdbdb;
  border-left: none;
  display: block;
}
.two-cols-wrapper .col:last-child {
  border-right: none;
}
.two-cols-wrapper .col:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.two-cols-wrapper .col .top-text {
 
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px;
  display: block;
  text-align: center;
  color: #646464;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.two-cols-wrapper .col .title {
  
  font-size: 46px;
  line-height: 1.7em;
  margin: 0 0 20px;
  display: block;
  text-align: center;
  color: #474747;
  font-weight: 700;
  text-transform: uppercase;
}
.two-cols-wrapper .col .text {

  font-weight: 300;
  font-size: 16px;
  line-height: 1.8em;
  color: #646464;
  display: block;
  text-align: center;
  margin: 0 0 0px;
  padding: 0 15%;
  margin: 0 0 20px;
}
.two-cols-wrapper .col .link {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.two-cols-wrapper .col .link span {
  position: relative;
  color: #ef4135;
  display: inline-block;
  border-bottom: 3px solid #ebebeb;
 
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}
.two-cols-wrapper .col .link:hover span {
  color: #ebebeb;
}
.two-cols-wrapper .col.l {
  border-right: 1px solid #dbdbdb;
}
.two-cols-wrapper .col:hover {
  background: #28282e;
  border-color: #28282e;
}
.two-cols-wrapper .col:hover .title {
  color: #ffffff;
}
.two-cols-wrapper .col:hover .link span {
  border-bottom: 3px solid #3d3d45;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .two-cols-wrapper .two-cols .col .title {
    font-size: 40px;
  }
  .two-cols-wrapper .two-cols .col .text {
    font-size: 16px;
  }
  .two-cols-wrapper .col.l {
    border-right: none;
    border-bottom: none;
  }
}
@media all and (max-width: 767px) {
  .two-cols-wrapper .two-cols .col .title {
    font-size: 40px;
  }
  .two-cols-wrapper .two-cols .col .text {
    font-size: 15px;
    padding: 0 15px;
  }
  .two-cols-wrapper .col.l {
    border-right: none;
    border-bottom: none;
  }
}
@media all and (max-width: 480px) {
  .two-cols-wrapper .two-cols .col .title {
    font-size: 30pxpx;
  }
  .two-cols-wrapper .two-cols .col .text {
    font-size: 14px;
  }
}
@media all and (max-width: 320px) {
  .two-cols-wrapper .two-cols .col .title {
    font-size: 30px;
  }
  .two-cols-wrapper .two-cols .col .text {
    font-size: 14px;
  }
}
@media all and (min-width: 1200px) {
  .two-cols-wrapper .two-cols .col .title {
    font-size: 43px;
  }
  .two-cols-wrapper .two-cols .col .text {
    font-size: 16px;
    padding: 0 25%;
  }
}
@media all and (min-width: 1366px) {
  .two-cols-wrapper .two-cols .col .text {
    font-size: 17px;
  }
}
/*END CONTACT BOTTOM TWO COLUMNS*/
/*BEGIN SOCIAL WRAPPER*/
.social-wrapper {
  width: 100%;
  text-align: center;
}
.social-wrapper ul,
.social-wrapper .social {
  vertical-align: top;
  display: block;
  margin: 0;
}
.social-wrapper ul:after,
.social-wrapper .social:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social-wrapper ul li,
.social-wrapper .social li {
  float: left;
  width: 12.5%;
  height: 100px;
}
.social-wrapper ul li a,
.social-wrapper .social li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
}
.social-wrapper ul li a i,
.social-wrapper .social li a i {
  width: 36px;
  height: 31px;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  background: url("../img/social-icons-color%402x.html") no-repeat;
  background-size: 108px 279px;
}
.social-wrapper ul li a.fb i,
.social-wrapper .social li a.fb i {
  background-position: -72px 0;
}
.social-wrapper ul li a.fb:hover i,
.social-wrapper .social li a.fb:hover i {
  background-position: -36px 0;
}
.social-wrapper ul li a.tw i,
.social-wrapper .social li a.tw i {
  background-position: -74px -34px;
}
.social-wrapper ul li a.tw:hover i,
.social-wrapper .social li a.tw:hover i {
  background-position: -38px -34px;
}
.social-wrapper ul li a.be i,
.social-wrapper .social li a.be i {
  background-position: -74px -62px;
}
.social-wrapper ul li a.be:hover i,
.social-wrapper .social li a.be:hover i {
  background-position: -37px -62px;
}
.social-wrapper ul li a.ln i,
.social-wrapper .social li a.ln i {
  background-position: -72px -93px;
}
.social-wrapper ul li a.ln:hover i,
.social-wrapper .social li a.ln:hover i {
  background-position: -35px -93px;
}
.social-wrapper ul li a.thumblr i,
.social-wrapper .social li a.thumblr i {
  background-position: -72px -126px;
}
.social-wrapper ul li a.thumblr:hover i,
.social-wrapper .social li a.thumblr:hover i {
  background-position: -35px -126px;
}
.social-wrapper ul li a.gplus i,
.social-wrapper .social li a.gplus i {
  background-position: -72px -156px;
}
.social-wrapper ul li a.gplus:hover i,
.social-wrapper .social li a.gplus:hover i {
  background-position: -35px -156px;
}
.social-wrapper ul li a.pin i,
.social-wrapper .social li a.pin i {
  background-position: -72px -186px;
}
.social-wrapper ul li a.pin:hover i,
.social-wrapper .social li a.pin:hover i {
  background-position: -35px -186px;
}
.social-wrapper ul li a.dribbble i,
.social-wrapper .social li a.dribbble i {
  background-position: -72px -219px;
}
.social-wrapper ul li a.dribbble:hover i,
.social-wrapper .social li a.dribbble:hover i {
  background-position: -35px -219px;
}
@media all and (max-width: 767px) {
  .social-wrapper ul li,
  .social-wrapper .social li {
    width: 25%;
  }
}
/*END SOCIAL WRAPPER*/
/*BEGIN SERVICES LIST*/
.services-list {
  min-height: 600px;
  /*our services*/
}
.services-list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.services-list .services-left {
  background: #f6f6f6;
  text-align: center;
  height: 100%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  width: 33.33%;
  float: left;
}
.services-list .services-left .our-services {
  text-align: left;
  padding-left: 10%;
  padding-right: 7%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
}
.services-list .services-left .middle {
  display: table-cell;
  vertical-align: middle;
}
.services-list .services-left .title {
  text-align: left;
  padding-bottom: 40px;
}
.services-list .services-left .subtitle {
  text-align: left;
  margin-bottom: 30px;
}
.services-list .services-left .subtitle.has-line {
  position: relative;
}
.services-list .services-left .subtitle.has-line:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 80px;
  background: #ebebeb;
  margin-left: 0px;
}
.services-list .services-left .text {
  
  font-weight: 300;
  font-size: 17px;
  line-height: 1.8em;
  color: #797979;
  display: block;
  margin: 0;
}
.services-list .services-right {
  width: 100%;
  float: left;
}
.services-list .one-row {
  display: block;
}
.services-list .one-row:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.services-list .one-row .one-service {
  display: block;
  height: 300px;
  text-align: center;
  overflow: hidden;
  color: #474747;
  border: 1px solid #ebe9e8;
  border-left: none;
  border-bottom: none;
  width: 25%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.services-list .one-row .one-service:hover {
  background: #28282e;
}
.services-list .one-row .one-service .service-overlay {
  width: 100%;
  height: 100%;
  background: #28282e;
  position: absolute;
  top: 0%;
  left: 0px;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.services-list .one-row .one-service .inner {
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.services-list .one-row .one-service .service-icon {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.services-list .one-row .one-service .service-icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url("../img/services/services-icons%402x.png") no-repeat;
  background-size: 70px 560px;
}
.services-list .one-row .one-service .service-icon img {
  display: inline-block;
  width: 25%;
}
/*.services-list .one-row .one-service .service-icon.digital-strategy i {
  background-position: 0 -490px;
}
.services-list .one-row .one-service .service-icon.analytics i {
  background-position: 0 -350px;
}
.services-list .one-row .one-service .service-icon.social-media i {
  background-position: 0 -420px;
}
.services-list .one-row .one-service .service-icon.development i {
  background-position: 0 -280px;
}
.services-list .one-row .one-service .service-icon.content-creation i {
  background-position: 0 0;
}
.services-list .one-row .one-service .service-icon.design-ux i {
  background-position: 0 -70px;
}
.services-list .one-row .one-service .service-icon.digital-advertising i {
  background-position: 0 -210px;
}
.services-list .one-row .one-service .service-icon.products i {
  background-position: 0 -140px;
}*/
.services-list .one-row .one-service .service-title,
.services-list .one-row .one-service .title-overlay {
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  
  font-weight: 700;
  display: block;
  position: relative;
}
.services-list .one-row .one-service .title-overlay {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
.services-list .one-row .one-service .service-domains {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding:0 10%;
}
.services-list .one-row .one-service .service-domains li {
  display: block;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.services-list .one-row .one-service .read-more {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.services-list .one-row .one-service .read-more span {
  display: block;
  color: #ef4135;
  display: inline-block;
  border-bottom: 3px solid #3d3d45;
 
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}
.services-list .one-row .one-service:hover {
  color: #ffffff;
}
.services-list .one-row .one-service:hover .title {
  color: #ffffff;
}
.services-list .one-row .one-service:hover .read-more span {
  border-color: #3d3d45;
}
.services-list .one-row.first .one-service {
  border-top: none;
}
.services-list .one-row.first .one-service {
  border-top: none;
}
.services-list .one-row.second .one-service {
  border-bottom: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
  .services-list .one-service .service-icon i {
    background: url("../img/services/services-icons2x.html") no-repeat;
    background-size: 70px 560px;
  }
}
@media all and (max-width: 1200px) {
  .services-list .services-left {
    height: auto !important;
    width: 100%;
  }
  .services-list .services-left .middle {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .services-list .services-right {
    width: 100%;
  }
  .services-list .services-left .our-services {
    padding-left: 10%;
    padding-right: 7%;
  }
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .services-list .services-left {
    height: auto !important;
    width: 100%;
  }
  .services-list .services-left .middle {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .services-list .services-right {
    width: 100%;
  }
  .services-list .services-left .our-services {
    padding-left: 10%;
    padding-right: 7%;
  }
}
@media all and (max-width: 767px) {
  .services-list .services-left {
    height: auto !important;
    width: 100%;
  }
  .services-list .services-left .middle {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .services-list .services-right {
    width: 100%;
  }
  .services-list .services-right .one-service {
    width: 50%;
  }
  .services-list .services-left .our-services {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (max-width: 480px) {
  .services-list .services-right {
    width: 100%;
  }
  .services-list .services-right .one-row .one-service {
    width: 100%;
  }
  .services-list .services-right .one-row.first .one-service {
    border-top: 1px solid #dbdbdb;
  }
}
@media all and (min-width: 1366px) {
  .services-list .services-left .our-services {
    padding-left: 15%;
    padding-right: 10%;
  }
  .services-list .one-row .one-service .service-icon {
    padding-bottom: 15px;
  }
}
@media all and (min-width: 1600px) {
  .services-list .services-left .our-services {
    padding-left: 20%;
    padding-right: 15%;
  }
  .services-list .one-row .one-service .service-icon {
    padding-bottom: 30px;
  }
}
/*END SERVICES LIST*/
/*BEGIN OUR PROCESSES*/
.sevices-4 .process-list,
.our-process .process-list {
  background: url("../img/infinite-curiosity.html") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  height: 456px;
}
.sevices-4 .process-list .curiosity,
.our-process .process-list .curiosity {
 
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 45px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -17px;
  color: #7c7c7c;
  text-align: center;
  font-weight: 300;
}
.sevices-4 .process-list .process-step,
.our-process .process-list .process-step {
  width: 178px;
  height: 178px;
  -webkit-border-radius: 178px;
  border-radius: 178px;
  background: #28282e;
  position: absolute;
  border: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.sevices-4 .process-list .process-step .inner,
.our-process .process-list .process-step .inner {
  position: absolute;
  top: 30%;
  left: 0px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
.sevices-4 .process-list .process-step .inner .nbr,
.our-process .process-list .process-step .inner .nbr {
  
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  display: block;
  width: 100%;
  font-style: italic;
  color: #8d8d8d;
}
.sevices-4 .process-list .process-step .inner .name,
.our-process .process-list .process-step .inner .name {
 
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
.sevices-4 .process-list .process-step:hover,
.our-process .process-list .process-step:hover {
  -webkit-border-radius: 214px;
  border-radius: 214px;
  background: #ef4135;
}
.sevices-4 .process-list .process-step:hover .inner .nbr,
.our-process .process-list .process-step:hover .inner .nbr {
  color: #ffffff;
}
.sevices-4 .process-list .process-step.step1,
.our-process .process-list .process-step.step1 {
  top: 50%;
  margin-top: -107px;
  left: 1%;
}
.sevices-4 .process-list .process-step.step2,
.our-process .process-list .process-step.step2 {
  top: 0;
  left: 20%;
}
.sevices-4 .process-list .process-step.step3,
.our-process .process-list .process-step.step3 {
  bottom: 0;
  right: 20%;
}
.sevices-4 .process-list .process-step.step4,
.our-process .process-list .process-step.step4 {
  top: 50%;
  margin-top: -107px;
  right: 1%;
}
.sevices-4 .process-list .process-step.step5,
.our-process .process-list .process-step.step5 {
  top: 0;
  right: 20%;
}
.sevices-4 .process-list .process-step.step6,
.our-process .process-list .process-step.step6 {
  bottom: 0;
  left: 20%;
}
@media (min-width: 1200px) {
  .sevices-4 .process-list,
  .our-process .process-list {
    height: 550px;
  }
  .sevices-4 .process-list .process-step,
  .our-process .process-list .process-step {
    width: 214px;
    height: 214px;
    -webkit-border-radius: 214px;
    border-radius: 214px;
  }
}
@media (min-width: 1600px) {
  .sevices-4 .process-list,
  .our-process .process-list {
    height: 550px;
  }
  .sevices-4 .process-list .process-step,
  .our-process .process-list .process-step {
    width: 214px;
    height: 214px;
    -webkit-border-radius: 214px;
    border-radius: 214px;
  }
}
@media (max-width: 1199px) {
  .sevices-4 .process-list,
  .our-process .process-list {
    height: 456px;
  }
  .sevices-4 .process-list .process-step,
  .our-process .process-list .process-step {
    width: 180px;
    height: 180px;
    -webkit-border-radius: 180px;
    border-radius: 180px;
  }
}
/*END OUR PROCESSES*/
/*BEGIN SERVICE*/
.service-1 .cols .col {
  padding: 0 40px 0 40px;
}
.service-1 .cols .col .col-title {
 
  font-size: 26px;
  line-height: 1.15em;
  color: #212121;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  padding-bottom: 30px;
  display: block;
  position: relative;
}
.service-1 .cols .col .col-title:before {
  position: absolute;
  top: 5px;
  left: -30px;
  width: 9px;
  height: 35px;
  background: url("../img/sprite%402x.png") no-repeat 0px -22px;
  background-size: 200px 200px;
  content: "";
}
.service-1 .cols .col .col-title .icon {
  position: absolute;
  left: -50px;
  top: 0px;
  
  font-weight: 300;
  font-size: 17px;
  text-align: left;
  color: #959595;
  font-style: italic;
}
.service-2 {
  border-top: 1px solid #dbdbdb;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .service-1 .cols .col .col-title {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .service-1 .cols .col .col-title:before {
    left: -20px;
  }
  .service-1 .cols .col .col-title .icon {
    left: -40px;
  }
  .service-1 .cols .col .text {
    padding-bottom: 30px;
  }
  .service-1 .cols .col:last-child .text {
    padding-bottom: 0px;
  }
}
@media all and (max-width: 767px) {
  .service-1 .cols .col .col-title {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .service-1 .cols .col .col-title:before {
    left: -15px;
  }
  .service-1 .cols .col .col-title .icon {
    left: -35px;
  }
  .service-1 .cols .col .text {
    padding-bottom: 30px;
  }
  .service-1 .cols .col:last-child .text {
    padding-bottom: 0px;
  }
}
@media all and (min-width: 1200px) {
  .service-1 .cols .col .col-title {
    font-size: 28px;
  }
}
@media all and (min-width: 1366px) {
  .service-1 .cols .col .col-title {
    font-size: 28px;
  }
}
/*END SERVICE*/
/*BEGIN WORK*/
.work-case {
  position: relative;
}
.work-case.zaba-case {
  background: #1b1b1b;
  color: #ffffff;
}
.work-case.sp-case {
  background: #1a2b32;
  color: #ffffff;
}
.work-case.lufthansa-case {
  background: #84acd4;
  color: #ffffff;
}
.work-case.dell-case {
  background: #0087c3;
  color: #ffffff;
}
.work-case.heineken-case {
  background: #000000;
  color: #ffffff;
}
.work-case.heineken-case-match-app {
  background: #030e02;
  color: #ffffff;
}
.work-case.hempel-case {
  background: #102549;
  color: #ffffff;
}
.work-case .img-wrapper {
  padding: 0;
}
.work-case .img-wrapper img {
  width: 100%;
  height: auto;
}
.work-case .text-wrapper {
  padding: 0;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.work-case .text-wrapper .slide-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.work-case .text-wrapper .middle {
  display: table-cell;
  vertical-align: middle;
}
.work-case .text-wrapper .logo {
  display: block;
  padding-bottom: 50px;
}
.work-case .text-wrapper .case-title {
  display: block;
  
  font-size: 53px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
.work-case .text-wrapper .case-type {
  display: block;
 
  font-size: 14px;
  line-height: 1.15em;
  padding-bottom: 60px;
  text-transform: uppercase;
  padding-right: 70px;
}
.work-case .text-wrapper .case-type i {
  position: relative;
  display: inline-block;
  margin: 5px 10px;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  vertical-align: top;
}
.work-case .text-wrapper:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .work-case .img-wrapper {
    position: relative;
    display: block;
  }
  .work-case .text-wrapper {
    padding: 0 20px 30px;
    width: 100%;
    position: relative;
    top: 0px !important;
    margin-top: 0px !important;
    height: 350px;
  }
  .work-case .text-wrapper .logo {
    padding-bottom: 25px;
  }
  .work-case .text-wrapper .case-type {
    padding-bottom: 30px;
  }
  .work-case .text-wrapper .case-title {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .work-case .text-wrapper {
    padding: 0 20px 30px;
    width: 100%;
    position: relative;
    top: 0px !important;
    margin-top: 0px !important;
    height: 350px;
  }
  .work-case .text-wrapper .logo {
    padding-bottom: 25px;
  }
  .work-case .text-wrapper .case-type {
    padding-bottom: 30px;
  }
  .work-case .text-wrapper .case-title {
    font-size: 40px;
  }
}
@media all and (max-width: 480px) {
  .work-case .text-wrapper .case-title {
    font-size: 30px;
  }
}
@media all and (max-width: 320px) {
  .work-case .text-wrapper {
    position: relative;
    top: 0px;
    margin-top: 0px;
  }
  .work-case .text-wrapper .case-title {
    font-size: 30px;
  }
}
@media all and (min-width: 1200px) {
  .work-case .text-wrapper .case-title {
    font-size: 43px;
  }
}
@media all and (min-width: 1366px) {
  .work-case .text-wrapper .case-title {
    font-size: 53px;
  }
}
@media all and (min-width: 1600px) {
  .work-case .text-wrapper .case-title {
    font-size: 53px;
  }
}
/*end WORK*/
/*BEGIN GRID LIGHT GRAY*/
.grid-light-gray {
  background: #fafafa;
}
.grid-light-gray .areas-list ul li,
.grid-light-gray .clients-list ul li,
.grid-light-gray .job-aplications-list ul li {
  color: #1e1e1e;
 
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
  display: block;
  padding: 0 20px;
  font-weight: 300;
  position: relative;
}
.grid-light-gray .areas-list ul li i,
.grid-light-gray .clients-list ul li i,
.grid-light-gray .job-aplications-list ul li i {
  position: absolute;
  top: 0px;
 
  font-size: 15px;
  line-height: 25px;
  left: 0px;
}
.grid-light-gray .areas-list .col-title,
.grid-light-gray .clients-list .col-title,
.grid-light-gray .job-aplications-list .col-title {

  font-weight: 700;
  font-size: 21px;
  line-height: 1.6em;
  color: #212121;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
/*BEGIN GRID LIGHT GRAY*/
/*BEGIN BIG PHOTO*/
.big-photo {
  /*big photo on services*/
  /*big photo on service*/
  /*big photo on home*/
}
.big-photo.services {
  padding: 19% 0;
  background: url("../img/services/big-photo.jpg") no-repeat center center;
  background-size: cover !important;
}
.big-photo.service-design-ux {
  padding-top: 350px;
  padding-bottom: 350px;
  background: url("../img/services/hrvoje_grubisic.html") no-repeat center center;
  background-size: cover !important;
}
.big-photo.service-development {
  padding-top: 350px;
  padding-bottom: 350px;
  background: url("../img/services/tony_mrakovcic.html") no-repeat center center;
  background-size: cover !important;
}
.big-photo.service-content-production {
  padding-top: 350px;
  padding-bottom: 350px;
  background: url("../img/services/verica_katic.html") no-repeat center center;
  background-size: cover !important;
}
.big-photo.service-products {
  padding-top: 350px;
  padding-bottom: 350px;
  background: url("../img/services/ivor_bihar.html") no-repeat center center;
  background-size: cover !important;
}
.big-photo.home-careers {
  padding-top: 350px;
  padding-bottom: 350px;
  background: url("../img/home/home-careers.html") no-repeat center center;
  background-size: cover !important;
  max-height: 1000px;
}
.big-photo.careers-quote {
  padding-top: 350px;
  padding-bottom: 350px;
  background: url("../img/careers/ana_curo.html") no-repeat center center;
  background-size: cover !important;
  max-height: 1000px;
}
.big-photo .quote {
  display: block;
  position: relative;
  text-align: center;
 
  font-weight: 300;
  font-size: 36px;
  line-height: 1.4em;
  color: #ffffff;
}
.big-photo .quote span {
  display: block;
  padding-bottom: 25px;
}
.big-photo .quote .btn {
  float: none;
  display: inline-block;
}
.big-photo .quote.service {
  text-align: left;
}
.big-photo .quote.service i {
  position: absolute;
 
  font-weight: 300;
  left: -20px;
  font-size: 50px;
  top: 0px;
  color: #ef4135;
}
.big-photo .author {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 30px;
  
  color: #ffffff;
  text-align: left;
  margin-top: 50px;
}
.big-photo .author:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 18px;
  top: 12px;
  background: #ffffff;
  height: 1px;
}
.big-photo .author .img-wrapper {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -30px;
  overflow: hidden;
}
.big-photo .author .img-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.big-photo .author .author-name {
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.big-photo .author .author-position {
  display: block;
  font-size: 13px;
  line-height: 25px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .big-photo .quote {
    font-size: 32px;
  }
  .big-photo .quote.service i {
    left: -5px;
  }
}
@media all and (max-width: 767px) {
  .big-photo.home-careers,
  .big-photo.services,
  .big-photo.service-design-ux {
    background-position: 50% 50% !important;
    padding: 70px 0;
  }
  .big-photo .quote {
    font-size: 28px;
  }
  .big-photo .quote.service i {
    font-size: 30px;
    left: 0px;
  }
}
@media all and (max-width: 480px) {
  .big-photo .quote {
    font-size: 22px;
  }
}
@media all and (max-width: 320px) {
  .big-photo .quote {
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  .big-photo .quote {
    font-size: 36px;
  }
}
@media all and (min-width: 1366px) {
  .big-photo .quote {
    font-size: 36px;
  }
}
/*END  BIG PHOTO*/
/*BEGIN BIG-QUOTES*/
.big-quotes {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.big-quotes .img-wrapper {
  width: 100%;
  overflow: hidden;
}
.big-quotes .img-wrapper img {
  float: right;
}
.big-quotes .quote-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}
.big-quotes .quote {
  display: table;
  width: 100%;
  height: 100%;
 
  font-size: 28px;
  line-height: 1.44em;
  color: #28282e;
  text-align: left;
}
.big-quotes .quote .middle {
  display: table-cell;
  vertical-align: middle;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .big-quotes .quote-wrapper {
    display: block;
    position: relative;
    padding: 40px 20px;
  }
  .big-quotes .img-wrapper {
    display: none;
  }
  .big-quotes .quote {
    text-align: center;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .big-quotes .quote-wrapper {
    display: block;
    position: relative;
    padding: 40px 20px;
  }
  .big-quotes .img-wrapper {
    display: none;
  }
  .big-quotes .quote {
    text-align: center;
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  .big-quotes .quote {
    font-size: 30px;
  }
}
@media all and (min-width: 1366px) {
  .big-quotes .quote {
    font-size: 34px;
  }
}
@media all and (min-width: 1600px) {
  .big-quotes .quote {
    font-size: 36px;
  }
}
/*END BIG-QUOTES*/
/*BEGIN CONTENT*/
.content {
  z-index: 0;
  position: relative;
  background: #ffffff;
}
.content.fullscreen {
  padding: 0px;
}
.home .content {
  margin-top: 664px;
}
/*END CONTENT*/
/*BEGIN FOOTER*/
.lets-work-together {
  width: 100%;
  padding: 2.5% 0px;
  background: #ef4135;
 
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  display: block;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  position: relative;
}
.lets-work-together:focus {
  color: #ffffff;
}
.lets-work-together:hover {
  background: #232328;
  color: #ffffff;
}
@media (min-width: 76px) and (max-width: 979px) {
  .lets-work-together {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .lets-work-together {
    padding: 30px 0;
  }
}
.footer-bottom {
  position: relative;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-bottom .footer-logo {
  position: absolute;
  width: 175px;
  height: 60px;
  top: 50%;
  left: 16.67%;
  margin-top: -30px;
  margin-left: -87px;
}
.footer-bottom .footer-left {
  display: block;
  position: relative;
  /*&:after {
            content:"";
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0px;
            right: 10px;
        }*/
}
.footer-bottom .footer-left .footer-logo-wrapper {
  width: 100%;
  display: table;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.footer-bottom .place {
  padding-left: 50px;
 
}
.footer-bottom .place .place-title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
.footer-bottom .place .place-title:before {
  position: absolute;
  content: "";
  top: 0px;
  left: -32px;
  width: 14px;
  height: 16px;
  background: url("../img/sprite%402x.png") no-repeat -57px 0;
  background-size: 200px 200px;
}
.footer-bottom .place .place-data li {
  font-size: 13px;
  line-height: 26px;
  color: #76767b;
  text-align: left;
}
.footer-bottom .place .place-data li a {
  color: #76767b;
  text-decoration: none;
}
.footer-bottom .place .place-data li a:hover {
  color: #ef4135;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-bottom {
    padding-left: 50%;
  }
  .footer-bottom .footer-logo {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-left: 50%;
  }
  .footer-bottom .footer-logo {
    left: 25%;
  }
}
@media screen and (max-width: 480px) {
  .footer-bottom {
    padding-left: 0%;
    padding-top: 80px;
  }
  .footer-bottom .footer-logo {
    left: 50%;
    top: 25px;
    margin-top: 0px;
  }
  .footer-bottom .place {
    padding-left: 15px;
    padding-top: 50px;
    text-align: center;
  }
  .footer-bottom .place .place-title:before {
    top: -32px;
    left: 50%;
    margin-left: -7px;
  }
  .footer-bottom .place .place-data li {
    text-align: center;
  }
}
.go-to-top {
  background: #28282e;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  border-top: 1px solid #43434b;
  color: #949494;
  position: relative;
}
.go-to-top .go-to-top-arrow {
  width: 24px;
  height: 18px;
  display: inline-block;
  background: url("../img/sprite%402x.png") no-repeat -149px -26px;
  background-size: 200px 200px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.go-to-top span {
 
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.go-to-top:hover {
  color: #ef4135;
  background: #232328;
}
/*END FOOTER*/
/*=====================================================================
RESPONSIVE STYLE
======================================================================*/
/*NEWWWWWWWWWWWWWWW*/
.l-master-b {
  height: 100%;
}
@media all and (max-width: 767px) {
  .l-master-b {
    height: auto;
  }
}
.wrapper-content {
  height: 100%;
  min-height: 600px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .wrapper-content {
    height: auto;
  }
}
.front-container {
  font-stretch: normal;
  font-weight: 300;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top:0;
  width: 100%;
}
.stretchy .front-bg {
  position: absolute;
}
.front-bg {
  background-color: #28282e;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  background-position: center center;
  background-size: cover !important;
}
.front-bg.work-header-bg {
  background: #FAFAFA;
}
.front-bg.about {
  background-image: url('../static/img/about/about-header.html');
}
.front-bg.analytics {
  background-image: url('../static/img/services/analytics.html');
}
.front-bg.careers {
  background-image: url('../static/img/careers/header-carerrs.html');
}
.front-bg.content-creation {
  background-image: url('../static/img/services/content-creation.html');
}
.front-bg.design-ux {
  background-image: url('../static/img/services/design-ux.html');
}
.front-bg.development {
  background-image: url('../static/img/services/development.html');
}
.front-bg.digital-advertising {
  background-image: url('../static/img/services/digital-advertising.html');
}
.front-bg.products {
  background-image: url('../static/img/services/products.html');
}
.front-bg.services {
  background-image: url(../img/services/services.jpg);
}
.front-bg.social-media {
  background-image: url('../static/img/services/social-media.html');
}
.front-bg.strategy {
  background-image: url('../static/img/services/strategy.html');
}
.front-bg.careers-position {
  background-color: #28282e;
}
.front-image {
  height: 100%;
  width: auto;
}
.front-image {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
  right: 0;
  top: 0;
}
.stretchy .front-divider {
  background-color: #EC9A3C;
  bottom: 0;
  height: 10px;
  position: absolute;
  width: 100%;
}
.front-overlay-message-wrap {
  display: table;
  height: 100% !important;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  table-layout: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.front-overlay-message-container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.front-overlay-message-content {
  display: inline-block;
  text-align: center;
  padding-top: 30%;
}
.front-overlay-message-content.careers-message {
  margin-top: 0px;
}
@media all and (min-width: 1600px) {
  .front-overlay-message-content.careers-message {
    margin-top: -221px;
  }
}
/*BEGIN POPUPS*/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
.hidden {
  display: none;
}
.errors-page-wrapper {
  background: #28282e;
}
.popup,
.errors-page {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  z-index: 0;
  padding: 10% 0px 0;
  background: transparent;
  color: #ffffff;
  text-align: center;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .js-close,
.errors-page .js-close {
  display: inline-block;
  width: 68px;
  height: 68px;
  position: relative;
  background: #28282e;
  margin-bottom: 70px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.popup .js-close svg,
.errors-page .js-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
}
.popup .js-close svg rect,
.errors-page .js-close svg rect {
  fill: #5e5e65;
}
.popup .js-close:hover,
.errors-page .js-close:hover {
  background: #ef4035;
}
.popup .js-close:hover svg rect,
.errors-page .js-close:hover svg rect {
  fill: #ffffff;
}
.popup#modal-beatmaster,
.errors-page#modal-beatmaster,
.popup#modal-flymetothestars,
.errors-page#modal-flymetothestars,
.popup#modal-quicktypingcontest,
.errors-page#modal-quicktypingcontest {
  padding: 5% 0 0 0;
}
.popup#modal-beatmaster .js-close,
.errors-page#modal-beatmaster .js-close,
.popup#modal-flymetothestars .js-close,
.errors-page#modal-flymetothestars .js-close,
.popup#modal-quicktypingcontest .js-close,
.errors-page#modal-quicktypingcontest .js-close {
  margin-bottom: 35px;
}
.popup.video,
.errors-page.video {
  position: fixed;
  left: 0px;
  margin-left: 0px;
  top: 0px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background: #1b2b32;
  border-top: 5px solid #EC5C3B;
}
.popup .video-inner,
.errors-page .video-inner {
  position: relative;
}
.popup .popup-video,
.errors-page .popup-video {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup .popup-video iframe,
.errors-page .popup-video iframe {
  max-width: 100%;
  width: 980px;
  height: 551px;
}
@media all and (min-width: 768px) and (max-width: 979px) {
  .popup .popup-video iframe,
  .errors-page .popup-video iframe {
    width: 768px;
    height: 432px;
  }
}
@media all and (max-width: 767px) {
  .popup .popup-video iframe,
  .errors-page .popup-video iframe {
    width: 480px;
    height: 270px;
  }
}
@media all and (max-width: 480px) {
  .popup .popup-video iframe,
  .errors-page .popup-video iframe {
    width: 320px;
    height: 180px;
  }
}
@media all and (max-width: 320px) {
  .popup .popup-video iframe,
  .errors-page .popup-video iframe {
    width: 300px;
    height: 169px;
  }
}
@media all and (min-width: 1200px) {
  .popup .popup-video iframe,
  .errors-page .popup-video iframe {
    width: 996px;
    height: 560px;
  }
}
@media all and (min-width: 1366px) {
  .popup .popup-video iframe,
  .errors-page .popup-video iframe {
    width: 1170px;
  }
}
.popup .popup-title,
.errors-page .popup-title {
  display: block;
 
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.popup .popup-title.has-line,
.errors-page .popup-title.has-line {
  margin-bottom: 30px;
}
.popup .popup-title.has-line:after,
.errors-page .popup-title.has-line:after {
  background: #ef4135;
  position: absolute;
  bottom: 0px;
  width: 90px;
  height: 3px;
  left: 50%;
  margin-left: -45px;
  content: "";
}
.popup .popup-text,
.errors-page .popup-text {

  font-size: 21px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
.popup .popup-text.has-line,
.errors-page .popup-text.has-line {
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.popup .popup-text.has-line:after,
.errors-page .popup-text.has-line:after {
  background: #ef4135;
  position: absolute;
  bottom: 0px;
  width: 90px;
  height: 3px;
  left: 50%;
  margin-left: -45px;
  content: "";
}
.popup .btn,
.errors-page .btn {
  display: inline-block;
  float: none;
  color: #ffffff;
  border: 1px solid #353535;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.popup#modal-share,
.errors-page#modal-share {
  padding: 3% 0px 0;
}
.popup#modal-share .js-close,
.errors-page#modal-share .js-close {
  margin-bottom: 10px;
}
.popup#modal-share .popup-title,
.errors-page#modal-share .popup-title {
  padding-bottom: 0px;
  line-height: 1.4em;
}
.popup#modal-share .shares-list,
.errors-page#modal-share .shares-list {
  width: 80%;
  margin: 0 10%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup#modal-share .shares-list li,
.errors-page#modal-share .shares-list li {
  width: 20%;
  float: left;
}
.popup#modal-share .shares-list li a,
.errors-page#modal-share .shares-list li a {
  display: block;
  padding: 200px 0;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebe9e8;
  text-align: center;
  border-right: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.popup#modal-share .shares-list li a .name,
.errors-page#modal-share .shares-list li a .name {
  display: block;
  position: relative;
  
  font-size: 15px;
  color: #474747;
  text-transform: uppercase;
  font-weight: 700;
}
.popup#modal-share .shares-list li a:hover,
.errors-page#modal-share .shares-list li a:hover {
  border-right: 1px solid #ebe9e8;
}
.popup#modal-share .shares-list li a:hover .name,
.errors-page#modal-share .shares-list li a:hover .name {
  color: #ffffff;
}
.popup#modal-share .shares-list li i,
.errors-page#modal-share .shares-list li i {
  width: 36px;
  height: 31px;
  position: relative;
  display: inline-block;
  background: url("../img/social-icons-color%402x.html") no-repeat;
  background-size: 108px 279px;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  margin-bottom: 10px;
}
.popup#modal-share .shares-list li.fb i,
.errors-page#modal-share .shares-list li.fb i {
  background-position: 0px 0px;
}
.popup#modal-share .shares-list li.fb a:hover,
.errors-page#modal-share .shares-list li.fb a:hover {
  border: 1px solid #3b5999;
  background: #3b5999;
}
.popup#modal-share .shares-list li.fb a:hover i,
.errors-page#modal-share .shares-list li.fb a:hover i {
  background-position: -36px 0px;
}
.popup#modal-share .shares-list li.tw i,
.errors-page#modal-share .shares-list li.tw i {
  background-position: 0px -31px;
}
.popup#modal-share .shares-list li.tw a:hover,
.errors-page#modal-share .shares-list li.tw a:hover {
  border: 1px solid #29c5f6;
  background: #29c5f6;
}
.popup#modal-share .shares-list li.tw a:hover i,
.errors-page#modal-share .shares-list li.tw a:hover i {
  background-position: -36px -31px;
}
.popup#modal-share .shares-list li.ln i,
.errors-page#modal-share .shares-list li.ln i {
  background-position: 0px -93px;
}
.popup#modal-share .shares-list li.ln a:hover,
.errors-page#modal-share .shares-list li.ln a:hover {
  border: 1px solid #0082ca;
  background: #0082ca;
}
.popup#modal-share .shares-list li.ln a:hover i,
.errors-page#modal-share .shares-list li.ln a:hover i {
  background-position: -36px -93px;
}
.popup#modal-share .shares-list li.gplus i,
.errors-page#modal-share .shares-list li.gplus i {
  background-position: 0px -155px;
}
.popup#modal-share .shares-list li.gplus a:hover,
.errors-page#modal-share .shares-list li.gplus a:hover {
  border: 1px solid #d84938;
  background: #d84938;
}
.popup#modal-share .shares-list li.gplus a:hover i,
.errors-page#modal-share .shares-list li.gplus a:hover i {
  background-position: -36px -155px;
}
.popup#modal-share .shares-list li.email i,
.errors-page#modal-share .shares-list li.email i {
  background-position: 0px -248px;
}
.popup#modal-share .shares-list li.email a:hover,
.errors-page#modal-share .shares-list li.email a:hover {
  border: 1px solid #28282e;
  background: #28282e;
}
.popup#modal-share .shares-list li.email a:hover i,
.errors-page#modal-share .shares-list li.email a:hover i {
  background-position: -36px -248px;
}
.popup .errors-note,
.errors-page .errors-note {

  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  clor: #ffffff;
  padding: 30px;
}
.popup .errors-note.bottom,
.errors-page .errors-note.bottom {
  color: #888888;
  text-transform: none;
}
@media all and (max-width: 767px) {
  .popup#modal-share .shares-list li,
  .errors-page#modal-share .shares-list li {
    width: 100%;
  }
  .popup#modal-share .shares-list li a,
  .errors-page#modal-share .shares-list li a {
    padding: 20px 0;
  }
}
/*END POPUPS*/
/*BEGIN CASE CSS*/
.dell-case .overflow {
  overflow: hidden;
}
.dell-case .relative {
  position: relative;
}
.dell-case .hideme {
  display: none;
}
.dell-case .nonclickable {
  pointer-events: none !important;
  cursor: default !important;
}
.dell-case ::selection {
  background-color: #0087c3;
  color: #fff;
}
.dell-case ::-moz-selection {
  background-color: #0087c3;
  color: #fff;
}
.dell-case .sprite {
  background-image: url("../img/spriteDell.html");
  background-repeat: no-repeat;
  background-position: 3000px 3000px;
}
.dell-case .icon {
  display: inline-block;
}
.dell-case .icon.logo {
  width: 180px;
  height: 66px;
  background-image: url("../img/logoDell.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dell-case .icon.arrow {
  position: relative;
  bottom: -6px;
  width: 83px;
  height: 39px;
  background-position: -177px 0px;
  cursor: pointer;
}
.dell-case .icon.concept01 {
  width: 202px;
  height: 203px;
  background-position: 0px -66px;
}
.dell-case .icon.concept02 {
  width: 203px;
  height: 203px;
  background-position: -202px -66px;
}
.dell-case .icon.concept03 {
  width: 201px;
  height: 203px;
  background-position: -405px -66px;
}
.dell-case header {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #0087c3;
  color: #fff;
}
.dell-case header .arrowbottom {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
.dell-case header .header {
  text-align: center;
  width: 1170px;
  min-height: 500px;
  padding-top: 20px;
}
.dell-case header .header h6 {
  font-size: 13px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}
.dell-case header .header h1 {
  margin: 0px 0px 20px 0px;
 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 86px;
  line-height: 100%;
  margin-bottom: 20px;
}
.dell-case header .header p {
  font-weight: 300;
  font-size: 17px;
  line-height: 33px;
  padding: 0px 235px;
  margin-bottom: 50px;
}
.dell-case .section {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.dell-case .section.darker {
  background-color: #f8f8f8;
}
.dell-case .section.lighter {
  background-color: white;
}
.dell-case .section.textcenter {
  text-align: center;
}
.dell-case .section h2 {
  margin: 0px 0px 20px 0px;
 
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.dell-case .section h3 {
  margin: 0px 0px 15px 0px;
 
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #2b2b2b;
  text-align: left;
}
.dell-case .section p {
 
  font-weight: 400;
  color: #999999;
  font-size: 18px;
  line-height: 32px;
}
.dell-case .section p.textleft {
  text-align: left;
}
.dell-case .section p.textright {
  text-align: right;
}
.dell-case .section p.small {
  font-size: 16px;
  line-height: 30px;
}
.dell-case .section.about {
  padding-top: 100px;
  padding-bottom: 105px;
}
.dell-case .section.gameconcept {
  padding-top: 130px;
  padding-bottom: 120px;
}
.dell-case .section.gameconcept .rowthree {
  background: url("../img/dots.html") no-repeat top center;
  margin-top: 90px;
  text-align: center;
}
.dell-case .section.gameconcept .rowthree p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.dell-case .section.vizualization {
  position: relative;
  padding-top: 135px;
  padding-bottom: 840px;
}
.dell-case .section.vizualization .layers {
  position: absolute;
  bottom: -910px;
  left: 0px;
  width: 1152px;
  height: 761px;
  background-image: url("../img/vizualizations.html");
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.dell-case .section.vizualization .layers .item {
  position: absolute;
  padding: 0px;
}
.dell-case .section.vizualization .layers .item h3 {
  margin: 0px 0px 5px 0px;
}
.dell-case .section.vizualization .layers .item.firstitem {
  width: 260px;
  top: 130px;
  left: 0px;
  text-align: right;
}
.dell-case .section.vizualization .layers .item.firstitem canvas {
  width: 185px;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  top: 17px;
  right: -221px;
}
.dell-case .section.vizualization .layers .item.seconditem {
  width: 320px;
  top: -11px;
  right: 0px;
}
.dell-case .section.vizualization .layers .item.seconditem canvas {
  width: 185px;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  top: 17px;
  left: -212px;
}
.dell-case .section.scoring {
  padding-top: 190px;
  padding-bottom: 140px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.dell-case .section.scoring .maintext {
  margin-bottom: 50px;
}
.dell-case .section.facts {
  padding-top: 120px;
  padding-bottom: 150px;
}
.dell-case .section.facts .rowsecond {
  text-align: center;
  margin-top: 100px;
  color: #0087c3;
}
.dell-case .section.facts .rowsecond h5 {
  text-transform: uppercase;
  
  font-weight: 700;
  font-size: 88px;
}
.dell-case .section.facts .rowsecond h5 i {
  font-style: normal;
}
.dell-case .section.facts .rowsecond h5 span {
  font-size: 44px;
  display: block;
}
.dell-case .section .item {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dell-case .section .item.bordermiddle {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
@media (max-width: 1171px) {
  .dell-case header .header {
    width: 90%;
    padding: 0px 5%;
    height: 500px;
  }
  .dell-case header .header h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ffffff;
  }
  .dell-case header .header h1 {
    font-size: 50px;
  }
  .dell-case header .header p {
    font-size: 14px;
    line-height: 30px;
  }
  .dell-case .section .item img {
    width: 100%;
  }
  .dell-case .section.vizualization .layers {
    width: 100%;
    height: 761px;
    background-size: contain;
  }
  .dell-case .section.vizualization .layers .item.firstitem {
    left: 10px;
    top: 30px;
  }
  .dell-case .section.vizualization .layers .item.firstitem canvas {
    display: none;
  }
  .dell-case .section.vizualization .layers .item.seconditem {
    top: -40px;
    right: 0px;
  }
  .dell-case .section.vizualization .layers .item.seconditem canvas {
    display: none;
  }
}
@media (max-width: 1000px) {
  .dell-case header .header p {
    padding: 0px;
  }
  .dell-case .section .item img.imgoffsettop {
    margin-top: 50px;
  }
  .dell-case .section .item img.imgoffsetbottom {
    margin-bottom: 50px;
  }
  .dell-case .section.vizualization .layers .item.firstitem {
    left: -20px;
    top: -30px;
  }
  .dell-case .section.vizualization .layers .item.seconditem {
    top: -90px;
  }
}
@media (max-width: 760px) {
  .dell-case header .header h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .dell-case .section.gameconcept .rowthree {
    background: none;
  }
  .dell-case .section.vizualization .layers .item.firstitem {
    position: relative;
    width: 90%;
    padding: 0px 5%;
    text-align: left;
    top: -80px;
    left: 0px;
  }
  .dell-case .section.vizualization .layers .item.seconditem {
    top: 500px;
    right: 20px;
  }
  .dell-case .concept01,
  .dell-case .concept01p,
  .dell-case .concept02,
  .dell-case .concept02p,
  .dell-case .concept03,
  .dell-case .concept03p,
  .dell-case #waypoint02 .layers,
  .dell-case #waypoint02 .firstitem,
  .dell-case #waypoint02 .seconditem,
  .dell-case #waypoint03 .img01animate,
  .dell-case #waypoint03 .img02animate,
  .dell-case #waypoint03 .img03animate,
  .dell-case #waypoint03 .img04animate {
    opacity: 1 !important;
  }
  .dell-case .hide760 {
    display: none !important;
  }
  .dell-case .show760 {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .dell-case .section.vizualization {
    padding-bottom: 660px;
  }
  .dell-case .section.vizualization .layers {
    height: 790px;
    background-size: 160%;
    background-position: 52% 70%;
  }
  .dell-case .section.vizualization .layers .item.firstitem {
    width: auto;
    padding: 0px 5%;
    text-align: left;
    top: -50px;
  }
  .dell-case .section.vizualization .layers .item.seconditem {
    position: relative;
    width: 100%;
    padding: 0px 10%;
    top: -10px;
  }
}
@media (max-width: 370px) {
  .dell-case header .header p {
    line-height: 22px;
  }
  .dell-case .section h2 {
    line-height: 36px;
  }
  .dell-case .section p {
    line-height: 28px;
  }
  .dell-case .section.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dell-case .section.gameconcept {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dell-case .section.vizualization {
    padding-top: 50px;
  }
  .dell-case .section.vizualization .layers {
    background-position: 52% 50%;
    height: 740px;
  }
  .dell-case .section.vizualization .layers .item.firstitem {
    top: -120px;
  }
  .dell-case .section.vizualization .layers .item.seconditem {
    top: -80px;
  }
  .dell-case .section.scoring {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dell-case .section.scoring .maintext {
    margin-bottom: 20px;
  }
  .dell-case .section.facts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dell-case .section.facts .rowsecond {
    margin-top: 30px;
  }
  .dell-case .section.facts .rowsecond h5 {
    font-size: 56px;
  }
  .dell-case .section.facts .rowsecond h5 span {
    font-size: 30px;
  }
}
@media (max-width: 330px) {
  .dell-case header .arrowbottom {
    display: none;
  }
  .dell-case header .header {
    height: 440px !important;
  }
}
@media (max-height: 640px) {
  .dell-case header .arrowbottom {
    display: none;
  }
  .dell-case header .header {
    height: 420px !important;
  }
}
.heineken-case .overflow {
  overflow: hidden;
}
.heineken-case .relative {
  position: relative;
}
.heineken-case .hideme {
  display: none;
}
.heineken-case .nonclickable {
  pointer-events: none !important;
  cursor: default !important;
}
.heineken-case ::selection {
  background-color: #6fdc59;
  color: #fff;
}
.heineken-case ::-moz-selection {
  background-color: #6fdc59;
  color: #fff;
}
.heineken-case html,
.heineken-case body {
  width: 100%;
  height: 100%;
}
.heineken-case body {
  line-height: 100%;
  font-size: 17px;
  background-color: #0c0c0c;
  color: white;
 
  font-weight: 300;
}
.heineken-case .sprite {
  background-image: url("../img/heinekenSprite.html");
  background-repeat: no-repeat;
  background-position: 3000px 3000px;
}
.heineken-case .icon {
  display: inline-block;
}
.heineken-case .icon.logo {
  width: 93px;
  height: 65px;
  background-image: url("../img/heinekenLogo.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.heineken-case .icon.arrow {
  position: relative;
  bottom: -6px;
  width: 83px;
  height: 39px;
  background-position: -93px 0px;
  cursor: pointer;
}
.heineken-case .backfade {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.heineken-case header {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #030e02;
}
.heineken-case header .arrowbottom {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
.heineken-case header header .header {
  text-align: center;
  width: 1170px;
  min-height: 550px;
  padding-top: 40px;
}
.heineken-case header .header h6 {
  font-size: 13px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #ffffff;
}
.heineken-case header .header h1 {
  margin: 0px 0px 0px 0px;

  font-weight: 700;
  text-transform: uppercase;
  font-size: 86px;
  line-height: 100%;
  margin-bottom: 20px;
}
.heineken-case header .header canvas {
  display: inline-block;
  width: 69px;
  height: 2px;
  background-color: #fff;
  margin-top: 49px;
  margin-bottom: 37px;
}
.heineken-case header .header p {
  font-weight: 300;
  color: #999999;
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 50px;
  padding: 0 200px;
}
.heineken-case .section {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.heineken-case .section .wrapper {
  width: 1170px;
  height: 100%;
  position: relative;
  margin: 0px auto;
}
.heineken-case .section.darker {
  background-color: #0c0c0c;
}
.heineken-case .section.darker .backfade {
  background-color: #0c0c0c;
}
.heineken-case .section.lighter {
  background-color: #121212;
}
.heineken-case .section.lighter .backfade {
  background-color: #121212;
}
.heineken-case .section.textcenter {
  text-align: center;
}
.heineken-case .section.whiteback {
  background-color: #fff;
}
.heineken-case .section.whiteback h2 {
  color: #2b2b2b;
}
.heineken-case .section.whiteback p {
  color: #999999;
}
.heineken-case .section.relative .container {
  position: relative;
  z-index: 200;
}
.heineken-case .section h2 {
  margin: 0px;
 
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
  color: white;
}
.heineken-case .section p {
 
  font-weight: 400;
  color: #999999;
  font-size: 18px;
  line-height: 32px;
}
.heineken-case .section p.textleft {
  text-align: left;
}
.heineken-case .section p.textright {
  text-align: right;
}
.heineken-case .section canvas {
  display: inline-block;
  margin: 20px 0px;
  width: 60px;
  height: 2px;
  background-color: #6fdc59;
}
.heineken-case .section.about {
  padding-top: 100px;
  padding-bottom: 105px;
}
.heineken-case .section.about h2 {
  margin-bottom: 40px;
}
.heineken-case .section.behindtheproject {
  background-image: url("../img/section02.html");
  background-position: bottom center;
  padding-top: 125px;
  padding-bottom: 202px;
}
.heineken-case .section.theheinekensound {
  background-image: url("../img/section03.html");
  background-position: top center;
  padding-top: 255px;
  padding-bottom: 370px;
}
.heineken-case .section.theheinekensound .col-sm-5 {
  padding-left: 30px;
}
.heineken-case .section.greeninspiration {
  background-image: url("../img/section04.html");
  background-position: top center;
  padding-top: 240px;
  padding-bottom: 268px;
}
.heineken-case .section.panel {
  background-image: url("../img/section05.html");
  background-position: center;
  height: 1050px;
  margin-bottom: 0px;
  border-radius: 0;
}
.heineken-case .section.panel .item {
  background-repeat: no-repeat;
  position: absolute;
}
.heineken-case .section.panel .item h3 {
  font-size: 23px;
  margin: 0px 0px 10px 0px;
 
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
.heineken-case .section.panel .item p {
  font-size: 14px;
  line-height: 24px;
}
.heineken-case .section.panel .item.tempo {
  top: 110px;
  left: 0px;
  padding-top: 25px;
  width: 38%;
  height: 230px;
  padding-left: 190px;
  background-image: url("../img/tempo.html");
  background-position: top left;
}
.heineken-case .section.panel .item.elements {
  top: auto;
  bottom: 63px;
  left: 0px;
  width: 500px;
  padding-top: 245px;
  padding-left: 200px;
  padding-bottom: 45px;
  background-image: url("../img/elements.html");
  background-position: top left;
}
.heineken-case .section.panel .item.layers {
  bottom: 114px;
  left: 30%;
  width: 830px;
  padding-left: 510px;
  padding-top: 178px;
  padding-bottom: 50px;
  background-image: url("../img/layers.html");
  background-position: top left;
}
.heineken-case .section.logosection {
  padding-top: 130px;
  padding-bottom: 30px;
  background-image: url("../img/section06.html");
  background-position: top center;
}
.heineken-case .section.logosection img {
  margin-top: 110px;
  width: 100%;
}
.heineken-case .section.gamification {
  padding-top: 115px;
  padding-bottom: 60px;
}
.heineken-case .section.gamification .row {
  margin-bottom: 70px;
}
.heineken-case .section.gamification .row.textleft {
  text-align: left;
}
.heineken-case .section.gamification .row img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.heineken-case .section.gamification h3 {
  font-size: 23px;
  margin: 0px 0px 20px 0px;
 
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}
.heineken-case .section.video {
  background-image: url("../img/section08.html");
  background-position: top center;
  background-color: #040404;
  padding-top: 125px;
  padding-bottom: 120px;
}
.heineken-case .section.video p {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
}
.heineken-case .section.video p strong {
  font-weight: bold;
}
.heineken-case .section.video iframe {
  width: 100%;
  height: 530px;
}
@media (max-width: 1200px) {
  .heineken-case {
    padding: 0px;
  }
  .heineken-case .section.panel .item.layers {
    bottom: 11%;
    width: 71%;
    left: 27%;
    padding-left: 380px;
    background-position: -130px 0px;
  }
}
@media (max-width: 1171px) {
  .heineken-case .section .wrapper {
    width: 90%;
    padding: 0px 5%;
  }
  .heineken-case .section.panel .item.elements {
    left: -9%;
  }
}
@media (max-width: 1000px) {
  .heineken-case .section.theheinekensound {
    background-position: 60% 0px;
  }
  .heineken-case .section.theheinekensound .col-sm-5 {
    padding-left: 50px;
  }
  .heineken-case .section.greeninspiration {
    background-image: url("../img/section04-small.html");
    background-position: bottom center;
    padding-top: 100px;
    padding-bottom: 500px;
  }
  .heineken-case .section.panel {
    background-position: 33% 0%;
  }
  .heineken-case .section.panel .item.tempo {
    width: 58%;
  }
  .heineken-case .section.panel .item.elements {
    left: -2%;
  }
  .heineken-case .section.panel .item.layers {
    display: none;
    bottom: -15px;
    left: 0px;
    background-image: none;
    padding: 0px 0px 0px 25%;
    width: auto;
    height: auto;
  }
  .heineken-case .section.logosection {
    background-size: contain;
  }
}
@media (max-width: 770px) {
  .heineken-case header .header {
    width: 90%;
    padding: 0px 5%;
    height: 500px;
  }
  .heineken-case header .header h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ffffff;
  }
  .heineken-case header .header h1 {
    font-size: 50px;
  }
  .heineken-case header .header p {
    font-size: 14px;
    line-height: 30px;
    padding: 0px;
  }
}
@media (max-width: 760px) {
  .heineken-case .section.behindtheproject {
    padding-bottom: 500px;
  }
  .heineken-case .section.theheinekensound {
    padding-top: 100px;
    padding-bottom: 720px;
    background-position: bottom center;
  }
  .heineken-case .section.theheinekensound .col-sm-5 {
    padding-left: 15px;
  }
  .heineken-case .section.greeninspiration {
    padding-bottom: 300px;
    background-size: 100% auto;
  }
  .heineken-case .section.panel {
    background-position: 28% 0%;
  }
  .heineken-case .section.panel .item.tempo {
    width: 85%;
  }
  .heineken-case .section.logosection img {
    margin-top: 50px;
  }
  .heineken-case #waypoint01 .backfade,
  .heineken-case #waypoint02 .backfade,
  .heineken-case #waypoint03 .backfade,
  .heineken-case #waypoint04 .backfade {
    display: none !important;
  }
  .heineken-case #waypoint04-1,
  .heineken-case #waypoint04-2,
  .heineken-case #waypoint04-3 {
    display: block !important;
  }
  .heineken-case .beatmasterlogo,
  .heineken-case .imgrecording,
  .heineken-case .imgshare {
    opacity: 1 !important;
  }
}
@media (max-width: 480px) {
  .heineken-case .section.panel {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 20px;
    height: auto;
  }
  .heineken-case .section.panel .item {
    display: block !important;
  }
  .heineken-case .section.panel .item.tempo {
    top: 0px;
    left: 0px;
    position: relative;
    padding: 0px 0px 40px 0px;
    background-image: none;
    width: 100%;
    height: auto;
  }
  .heineken-case .section.panel .item.elements {
    top: 0px;
    left: 0px;
    position: relative;
    background-image: none;
    width: 100%;
    height: auto;
    padding: 0px 0px 40px 0px;
  }
  .heineken-case .section.panel .item.layers {
    display: block;
    position: relative;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    width: auto;
    height: auto;
  }
  .heineken-case .section.logosection {
    padding-top: 50px;
    background-image: none;
  }
  .heineken-case .section.video iframe {
    height: 330px;
  }
}
@media (max-width: 370px) {
  .heineken-case header .header h6 {
    margin-bottom: 15px;
  }
  .heineken-case header .header h1 {
    font-size: 40px;
  }
  .heineken-case header .header canvas {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .heineken-case header .header p {
    line-height: 22px;
  }
  .heineken-case .section h2 {
    line-height: 36px;
  }
  .heineken-case .section p {
    line-height: 28px;
  }
  .heineken-case .section.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heineken-case .section.behindtheproject {
    padding-top: 50px;
    padding-bottom: 460px;
  }
  .heineken-case .section.theheinekensound {
    padding-top: 50px;
    padding-bottom: 650px;
    background-position: bottom center;
  }
  .heineken-case .section.greeninspiration {
    padding-top: 50px;
    padding-bottom: 450px;
    background-size: inherit;
  }
  .heineken-case .section.gamification {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .heineken-case .section.video {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .heineken-case .section.video iframe {
    height: 230px;
  }
}
@media (max-width: 330px) {
  .heineken-case header .arrowbottom {
    display: none;
  }
  .heineken-case header .header {
    height: 440px !important;
  }
}
@media (max-height: 640px) {
  .heineken-case header .arrowbottom {
    display: none;
  }
  .heineken-case header .header {
    height: 420px !important;
  }
}
/*HEINEKEN CASE MATCH APP*/
.play-btn-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}
.play-btn-wrapper .play-case-btn {
  width: 255px;
  height: 64px;
  display: inline-block;
  float: none;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.play-btn-wrapper .play-case-btn i {
  width: 19px;
  height: 19px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  left: 40px;
  background: none;
  display: inline-block;
}
.play-btn-wrapper .play-case-btn i svg {
  display: block;
}
.play-btn-wrapper .play-case-btn i svg rect,
.play-btn-wrapper .play-case-btn i svg polygon {
  fill: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.play-btn-wrapper .play-case-btn:hover i svg rect,
.play-btn-wrapper .play-case-btn:hover i svg polygon {
  fill: #000000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.heineken-case-match-app {
  background: #0c0c0c;
}
.heineken-case-match-app .icon {
  display: inline-block;
}
.heineken-case-match-app .icon.logo {
  width: 93px;
  height: 65px;
  background-image: url("../img/heinekenLogo.html");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.heineken-case-match-app header {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #000000;
}
.heineken-case-match-app header .arrowbottom {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
@media (max-width: 480px) {
  .heineken-case-match-app header .arrowbottom header .arrowbottom {
    display: none;
  }
  .heineken-case-match-app header .arrowbottom header .header {
    height: 440px !important;
  }
}
.heineken-case-match-app header .header {
  min-height: 550px;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 330px) {
  .heineken-case-match-app header .header {
    /*header .header {
                    height: 440px !important;
                }*/
  }
}
@media (min-width: 1200px) {
  .heineken-case-match-app header .header {
    width: 1170px;
  }
}
.heineken-case-match-app header .header h1 {
  margin: 0px 0px 0px 0px;
 
  font-weight: 700;
  text-transform: uppercase;
  font-size: 86px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .heineken-case-match-app header .header h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .heineken-case-match-app header .header h1 {
    font-size: 40px;
  }
}
.heineken-case-match-app header .header h6 {
  font-size: 13px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1025px) {
  .heineken-case-match-app header .header h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  .heineken-case-match-app header .header h6 {
    margin-bottom: 15px;
  }
}
.heineken-case-match-app header .header p {
  font-weight: 300;
  color: #999999;
  font-size: 17px;
  line-height: 33px;
  margin-bottom: 50px;
  padding: 0 200px;
}
@media (max-width: 1025px) {
  .heineken-case-match-app header .header p {
    font-size: 14px;
    line-height: 30px;
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .heineken-case-match-app header .header p {
    line-height: 22px;
  }
}
.heineken-case-match-app header .header canvas {
  display: inline-block;
  width: 69px;
  height: 2px;
  background-color: #fff;
  margin-top: 49px;
  margin-bottom: 37px;
}
@media (max-width: 480px) {
  .heineken-case-match-app header .header canvas {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.heineken-case-match-app section,
.heineken-case-match-app .section {
  position: relative;
  padding: 0;
}
.heineken-case-match-app section.h-about,
.heineken-case-match-app .section.h-about {
  padding: 100px 0 105px;
  background: #ffffff;
}
@media all and (min-width: 1600px) {
  .heineken-case-match-app section.h-about,
  .heineken-case-match-app .section.h-about {
    padding: 100px 0 105px;
  }
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-about,
  .heineken-case-match-app .section.h-about {
    padding: 75px 0 80px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-about,
  .heineken-case-match-app .section.h-about {
    padding: 50px 0 50px;
  }
}
.heineken-case-match-app section.h-about h3,
.heineken-case-match-app .section.h-about h3 {
  text-align: center;
  display: block;
  font-size: 34px;
  padding-bottom: 50px;
  
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  line-height: 1em;
}
@media all and (min-width: 1600px) {
  .heineken-case-match-app section.h-about h3,
  .heineken-case-match-app .section.h-about h3 {
    padding-bottom: 65px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-about h3,
  .heineken-case-match-app .section.h-about h3 {
    font-size: 30px;
  }
}
.heineken-case-match-app section.h-about p,
.heineken-case-match-app .section.h-about p {
  color: ##999;
 
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  text-align: center;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-about p,
  .heineken-case-match-app .section.h-about p {
    font-size: 14px;
  }
}
.heineken-case-match-app section .outer,
.heineken-case-match-app .section .outer {
  display: table;
  height: 100% !important;
  left: 0;
  min-height: 100%;
  position: absolute;
  right: 0;
  table-layout: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.heineken-case-match-app section .outer .inner,
.heineken-case-match-app .section .outer .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.heineken-case-match-app section.h-application-concept,
.heineken-case-match-app .section.h-application-concept {
  background: url("../img/heineken-match-app/compressor/application-concept-bg-compressor.html") no-repeat center center;
  height: 700px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 50px 51px #0b0b0b;
  box-shadow: 0 50px 51px #0b0b0b;
  z-index: 1;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept,
  .heineken-case-match-app .section.h-application-concept {
    background-size: auto 500px;
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept,
  .heineken-case-match-app .section.h-application-concept {
    height: auto;
  }
  .heineken-case-match-app section.h-application-concept .outer,
  .heineken-case-match-app .section.h-application-concept .outer {
    position: relative;
    display: block;
  }
  .heineken-case-match-app section.h-application-concept .outer .inner,
  .heineken-case-match-app .section.h-application-concept .outer .inner {
    display: block;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.heineken-case-match-app section.h-application-concept .container,
.heineken-case-match-app .section.h-application-concept .container {
  height: 700px;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept .container,
  .heineken-case-match-app .section.h-application-concept .container {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept .container,
  .heineken-case-match-app .section.h-application-concept .container {
    height: auto;
  }
}
.heineken-case-match-app section.h-application-concept .container .row,
.heineken-case-match-app .section.h-application-concept .container .row {
  height: 700px;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept .container .row,
  .heineken-case-match-app .section.h-application-concept .container .row {
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept .container .row,
  .heineken-case-match-app .section.h-application-concept .container .row {
    height: auto;
  }
}
.heineken-case-match-app section.h-application-concept .ipad-wrapper,
.heineken-case-match-app .section.h-application-concept .ipad-wrapper {
  background: url("../img/heineken-match-app/ipad.html") no-repeat center top;
  background-size: 90% auto;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -160px;
  height: 100%;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept .ipad-wrapper,
  .heineken-case-match-app .section.h-application-concept .ipad-wrapper {
    bottom: -110px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept .ipad-wrapper,
  .heineken-case-match-app .section.h-application-concept .ipad-wrapper {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media all and (max-width: 480px) {
  .heineken-case-match-app section.h-application-concept .ipad-wrapper,
  .heineken-case-match-app .section.h-application-concept .ipad-wrapper {
    background: transparent;
  }
}
.heineken-case-match-app section.h-application-concept h3,
.heineken-case-match-app .section.h-application-concept h3,
.heineken-case-match-app section.h-application-concept .title,
.heineken-case-match-app .section.h-application-concept .title {

  font-size: 34px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 70px;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept h3,
  .heineken-case-match-app .section.h-application-concept h3,
  .heineken-case-match-app section.h-application-concept .title,
  .heineken-case-match-app .section.h-application-concept .title {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept h3,
  .heineken-case-match-app .section.h-application-concept h3,
  .heineken-case-match-app section.h-application-concept .title,
  .heineken-case-match-app .section.h-application-concept .title {
    margin-bottom: 35px;
  }
}
.heineken-case-match-app section.h-application-concept h3.has-line:after,
.heineken-case-match-app .section.h-application-concept h3.has-line:after,
.heineken-case-match-app section.h-application-concept .title.has-line:after,
.heineken-case-match-app .section.h-application-concept .title.has-line:after {
  left: 50%;
  width: 60px;
  margin-left: -30px;
  background: #6fdc59;
  border-width: 2px;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept h3.has-line:after,
  .heineken-case-match-app .section.h-application-concept h3.has-line:after,
  .heineken-case-match-app section.h-application-concept .title.has-line:after,
  .heineken-case-match-app .section.h-application-concept .title.has-line:after {
    bottom: -25px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept h3.has-line:after,
  .heineken-case-match-app .section.h-application-concept h3.has-line:after,
  .heineken-case-match-app section.h-application-concept .title.has-line:after,
  .heineken-case-match-app .section.h-application-concept .title.has-line:after {
    bottom: -17px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept h3,
  .heineken-case-match-app .section.h-application-concept h3,
  .heineken-case-match-app section.h-application-concept .title,
  .heineken-case-match-app .section.h-application-concept .title {
    font-size: 30px;
    text-align: center;
  }
  .heineken-case-match-app section.h-application-concept h3.has-line:after,
  .heineken-case-match-app .section.h-application-concept h3.has-line:after,
  .heineken-case-match-app section.h-application-concept .title.has-line:after,
  .heineken-case-match-app .section.h-application-concept .title.has-line:after {
    left: 50%;
  }
}
.heineken-case-match-app section.h-application-concept .text,
.heineken-case-match-app .section.h-application-concept .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.8em;
  padding: 0 30%;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-application-concept .text,
  .heineken-case-match-app .section.h-application-concept .text {
    padding: 0 20%;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-application-concept .text,
  .heineken-case-match-app .section.h-application-concept .text {
    padding: 0;
  }
}
.heineken-case-match-app section.h-pieces-top-img,
.heineken-case-match-app .section.h-pieces-top-img,
.heineken-case-match-app section.h-pieces-bottom-img,
.heineken-case-match-app .section.h-pieces-bottom-img {
  background: #0c0c0c;
  margin-bottom: 30px;
}
.heineken-case-match-app section.h-pieces-top-img .top-img,
.heineken-case-match-app .section.h-pieces-top-img .top-img,
.heineken-case-match-app section.h-pieces-bottom-img .top-img,
.heineken-case-match-app .section.h-pieces-bottom-img .top-img {
  height: 410px;
  width: 100%;
  display: block;
  positon: absolute;
  left: 0;
  top: 0;
  background: url("../img/heineken-match-app/pieces-top.html") no-repeat top center;
  background-size: 100% auto;
}
.heineken-case-match-app section.h-pieces-top-img .bottom-img,
.heineken-case-match-app .section.h-pieces-top-img .bottom-img,
.heineken-case-match-app section.h-pieces-bottom-img .bottom-img,
.heineken-case-match-app .section.h-pieces-bottom-img .bottom-img {
  height: 668px;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  background: url("../img/heineken-match-app/pieces-bottom.html") no-repeat top center;
  background-size: 90% auto;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-pieces-top-img .bottom-img,
  .heineken-case-match-app .section.h-pieces-top-img .bottom-img,
  .heineken-case-match-app section.h-pieces-bottom-img .bottom-img,
  .heineken-case-match-app .section.h-pieces-bottom-img .bottom-img {
    height: 500px;
    background-size: auto 80%;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-pieces-top-img .bottom-img,
  .heineken-case-match-app .section.h-pieces-top-img .bottom-img,
  .heineken-case-match-app section.h-pieces-bottom-img .bottom-img,
  .heineken-case-match-app .section.h-pieces-bottom-img .bottom-img {
    height: 300px;
    background-size: auto 80%;
  }
}
@media all and (max-width: 480px) {
  .heineken-case-match-app section.h-pieces-top-img .bottom-img,
  .heineken-case-match-app .section.h-pieces-top-img .bottom-img,
  .heineken-case-match-app section.h-pieces-bottom-img .bottom-img,
  .heineken-case-match-app .section.h-pieces-bottom-img .bottom-img {
    height: 200px;
    background-size: auto 80%;
  }
}
.heineken-case-match-app section.h-pieces-top-img,
.heineken-case-match-app .section.h-pieces-top-img {
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-pieces-top-img,
  .heineken-case-match-app .section.h-pieces-top-img {
    padding: 0;
  }
  .heineken-case-match-app section.h-pieces-top-img .top-img,
  .heineken-case-match-app .section.h-pieces-top-img .top-img {
    height: 350px;
    background-size: auto 350px;
  }
  .heineken-case-match-app section.h-pieces-top-img .container,
  .heineken-case-match-app .section.h-pieces-top-img .container {
    padding: 0;
    width: 100%;
  }
  .heineken-case-match-app section.h-pieces-top-img .container .row,
  .heineken-case-match-app .section.h-pieces-top-img .container .row {
    padding: 0;
  }
  .heineken-case-match-app section.h-pieces-top-img .container .row .col-md-12,
  .heineken-case-match-app .section.h-pieces-top-img .container .row .col-md-12 {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-pieces-top-img,
  .heineken-case-match-app .section.h-pieces-top-img {
    padding: 0;
  }
  .heineken-case-match-app section.h-pieces-top-img .top-img,
  .heineken-case-match-app .section.h-pieces-top-img .top-img {
    height: 300px;
    background-size: auto 300px;
  }
  .heineken-case-match-app section.h-pieces-top-img .container,
  .heineken-case-match-app .section.h-pieces-top-img .container {
    padding: 0;
    width: 100%;
  }
  .heineken-case-match-app section.h-pieces-top-img .container .row,
  .heineken-case-match-app .section.h-pieces-top-img .container .row {
    padding: 0;
  }
  .heineken-case-match-app section.h-pieces-top-img .container .row .col-md-12,
  .heineken-case-match-app .section.h-pieces-top-img .container .row .col-md-12 {
    padding: 0;
  }
}
@media all and (max-width: 480px) {
  .heineken-case-match-app section.h-pieces-top-img .top-img,
  .heineken-case-match-app .section.h-pieces-top-img .top-img {
    height: 150px;
    background-size: auto 150px;
  }
}
.heineken-case-match-app section.h-pieces-bottom-img,
.heineken-case-match-app .section.h-pieces-bottom-img {
  margin-bottom: 0;
}
.heineken-case-match-app section.h-puzzle-wrapper,
.heineken-case-match-app .section.h-puzzle-wrapper {
  background: #0c0c0c;
  margin-bottom: 70px;
}
.heineken-case-match-app section.h-puzzle-wrapper .img-wrapper,
.heineken-case-match-app .section.h-puzzle-wrapper .img-wrapper {
  text-align: left;
}
.heineken-case-match-app section.h-puzzle-wrapper .img-wrapper img,
.heineken-case-match-app .section.h-puzzle-wrapper .img-wrapper img {
  max-width: 100%;
  display: inline-block;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-puzzle-wrapper .img-wrapper,
  .heineken-case-match-app .section.h-puzzle-wrapper .img-wrapper {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-puzzle-wrapper .img-wrapper,
  .heineken-case-match-app .section.h-puzzle-wrapper .img-wrapper {
    margin-bottom: 40px;
  }
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper {
  text-align: left;
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper h3,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper h3,
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .title,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .title {
  
  font-size: 34px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 70px;
  text-align: left;
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper h3.has-line:after,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper h3.has-line:after,
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .title.has-line:after,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .title.has-line:after {
  width: 60px;
  left: 0%;
  margin-left: 0px;
  background: #6fdc59;
  border-width: 2px;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-puzzle-wrapper .text-wrapper h3,
  .heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper h3,
  .heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .title,
  .heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .heineken-case-match-app section.h-puzzle-wrapper .text-wrapper h3.has-line:after,
  .heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper h3.has-line:after,
  .heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .title.has-line:after,
  .heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .title.has-line:after {
    bottom: -17px;
  }
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper p,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper p,
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .text,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .text {
 
  font-size: 16px;
  color: #909090;
  line-height: 1.8em;
  text-align: left;
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper p.second,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper p.second,
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .text.second,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .text.second {
  color: #aeaeae;
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper h4,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper h4,
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .subtitle,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .subtitle {
  
  font-weight: 600;
  font-size: 16px;
  line-height: 2em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper h4 span,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper h4 span,
.heineken-case-match-app section.h-puzzle-wrapper .text-wrapper .subtitle span,
.heineken-case-match-app .section.h-puzzle-wrapper .text-wrapper .subtitle span {
  color: #2fa751;
  display: inline-block;
  margin-right: 10px;
}
.heineken-case-match-app section.h-design-process,
.heineken-case-match-app .section.h-design-process {
  background: #0c0c0c url("../img/heineken-match-app/process.html") no-repeat center top;
  padding: 100px 0;
  color: #7n7n7n;
}
@media all and (min-width: 768px) and (max-width: 1025px) {
  .heineken-case-match-app section.h-design-process,
  .heineken-case-match-app .section.h-design-process {
    padding: 70px 0;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-design-process,
  .heineken-case-match-app .section.h-design-process {
    padding: 50px 0;
    background: #0c0c0c;
  }
}
.heineken-case-match-app section.h-design-process .fr,
.heineken-case-match-app .section.h-design-process .fr {
  float: right;
}
.heineken-case-match-app section.h-design-process .design-process-text,
.heineken-case-match-app .section.h-design-process .design-process-text {
  margin-top: 70px;
  margin-bottom: 220px;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.h-design-process .design-process-text,
  .heineken-case-match-app .section.h-design-process .design-process-text {
    margin-top: 35px;
    margin-bottom: 220px;
  }
}
@media all and (max-width: 980px) {
  .heineken-case-match-app section.h-design-process .design-process-text,
  .heineken-case-match-app .section.h-design-process .design-process-text {
    margin-top: 35px;
    margin-bottom: 110px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-design-process .design-process-text,
  .heineken-case-match-app .section.h-design-process .design-process-text {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.heineken-case-match-app section.h-design-process h3,
.heineken-case-match-app .section.h-design-process h3,
.heineken-case-match-app section.h-design-process .title,
.heineken-case-match-app .section.h-design-process .title {
 
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.heineken-case-match-app section.h-design-process h3.has-line-top:after,
.heineken-case-match-app .section.h-design-process h3.has-line-top:after,
.heineken-case-match-app section.h-design-process .title.has-line-top:after,
.heineken-case-match-app .section.h-design-process .title.has-line-top:after {
  position: absolute;
  content: "";
  background: #464646;
  width: 70px;
  height: 2px;
  top: -20px;
  left: 50%;
  margin-left: -35px;
}
.heineken-case-match-app section.h-design-process p,
.heineken-case-match-app .section.h-design-process p,
.heineken-case-match-app section.h-design-process .text,
.heineken-case-match-app .section.h-design-process .text {
  
  font-size: 13px;
  color: #aeaeae;
  line-height: 1.8em;
  text-align: center;
}
.heineken-case-match-app section.h-design-process .step-wrapper,
.heineken-case-match-app .section.h-design-process .step-wrapper {
  padding-left: 40px;
  position: relative;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.h-design-process .step-wrapper,
  .heineken-case-match-app .section.h-design-process .step-wrapper {
    padding-bottom: 40px;
  }
}
.heineken-case-match-app section.h-design-process .step-wrapper .nbr,
.heineken-case-match-app .section.h-design-process .step-wrapper .nbr {
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #454545;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  line-height: 28px;
  text-align: center;
  
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.heineken-case-match-app section.h-design-process .step-wrapper .text,
.heineken-case-match-app .section.h-design-process .step-wrapper .text {
  text-align: left;
}
@media all and (min-width: 400px) and (max-width: 767px) {
  .heineken-case-match-app section.h-design-process .step-wrapper .text,
  .heineken-case-match-app .section.h-design-process .step-wrapper .text {
    padding-right: 50%;
  }
}
.heineken-case-match-app section.h-design-process .step-wrapper i,
.heineken-case-match-app .section.h-design-process .step-wrapper i {
  position: relative;
  display: block;
}
.heineken-case-match-app section.h-design-process .step-wrapper i svg,
.heineken-case-match-app .section.h-design-process .step-wrapper i svg {
  display: block;
}
.heineken-case-match-app section.h-design-process .step-wrapper i.step-1,
.heineken-case-match-app .section.h-design-process .step-wrapper i.step-1 {
  width: 161px;
  height: 81px;
}
.heineken-case-match-app section.h-design-process .step-wrapper i.step-2,
.heineken-case-match-app .section.h-design-process .step-wrapper i.step-2 {
  width: 116px;
  height: 116px;
}
.heineken-case-match-app section.h-design-process .step-wrapper i.step-3,
.heineken-case-match-app .section.h-design-process .step-wrapper i.step-3 {
  width: 196px;
  height: 116px;
}
.heineken-case-match-app section.h-design-process .step-wrapper i.step-4,
.heineken-case-match-app .section.h-design-process .step-wrapper i.step-4 {
  width: 226px;
  height: 127px;
}
.heineken-case-match-app section.match-the-country,
.heineken-case-match-app .section.match-the-country {
  background: #0c0c0c url("../img/heineken-match-app/match-the-country-bg.html") no-repeat center top;
  padding-bottom: 150px;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country,
  .heineken-case-match-app .section.match-the-country {
    padding-bottom: 50px;
  }
}
.heineken-case-match-app section.match-the-country .row,
.heineken-case-match-app .section.match-the-country .row {
  position: relative;
}
.heineken-case-match-app section.match-the-country .outer-wrapper,
.heineken-case-match-app .section.match-the-country .outer-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country .outer-wrapper,
  .heineken-case-match-app .section.match-the-country .outer-wrapper {
    position: relative;
  }
  .heineken-case-match-app section.match-the-country .outer-wrapper .outer,
  .heineken-case-match-app .section.match-the-country .outer-wrapper .outer {
    position: relative;
    display: block;
  }
  .heineken-case-match-app section.match-the-country .outer-wrapper .outer .inner,
  .heineken-case-match-app .section.match-the-country .outer-wrapper .outer .inner {
    position: relative;
    display: block;
  }
}
.heineken-case-match-app section.match-the-country .fr,
.heineken-case-match-app .section.match-the-country .fr {
  float: right;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country .fr,
  .heineken-case-match-app .section.match-the-country .fr {
    float: none;
  }
}
.heineken-case-match-app section.match-the-country .img-wrapper,
.heineken-case-match-app .section.match-the-country .img-wrapper {
  text-align: left;
  position: relative;
  text-align: center;
}
.heineken-case-match-app section.match-the-country .img-wrapper:after,
.heineken-case-match-app .section.match-the-country .img-wrapper:after {
  position: absolute;
  top: 85%;
  left: 50%;
  margin-left: -490px;
  width: 980px;
  width: 100%;
  height: 224px;
  content: "";
  background: url("../img/heineken-match-app/ipad-shadow.html") no-repeat center center;
}
@media all and (min-width: 1200px) {
  .heineken-case-match-app section.match-the-country .img-wrapper:after,
  .heineken-case-match-app .section.match-the-country .img-wrapper:after {
    margin-left: -544px;
    width: 1088px;
  }
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country .img-wrapper:after,
  .heineken-case-match-app .section.match-the-country .img-wrapper:after {
    margin-left: -50%;
    width: 100%;
    background-size: 100% auto;
  }
}
.heineken-case-match-app section.match-the-country .img-wrapper img,
.heineken-case-match-app .section.match-the-country .img-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: inline-block;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country .img-wrapper,
  .heineken-case-match-app .section.match-the-country .img-wrapper {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-the-country .img-wrapper,
  .heineken-case-match-app .section.match-the-country .img-wrapper {
    margin-bottom: 40px;
  }
}
.heineken-case-match-app section.match-the-country .text-wrapper,
.heineken-case-match-app .section.match-the-country .text-wrapper {
  text-align: left;
  padding-right: 15%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country .text-wrapper,
  .heineken-case-match-app .section.match-the-country .text-wrapper {
    padding-right: 0;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-the-country .text-wrapper,
  .heineken-case-match-app .section.match-the-country .text-wrapper {
    padding-right: 0;
  }
}
.heineken-case-match-app section.match-the-country .text-wrapper h3,
.heineken-case-match-app .section.match-the-country .text-wrapper h3,
.heineken-case-match-app section.match-the-country .text-wrapper .title,
.heineken-case-match-app .section.match-the-country .text-wrapper .title {
  
  font-size: 34px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 70px;
  text-align: left;
}
.heineken-case-match-app section.match-the-country .text-wrapper h3.has-line:after,
.heineken-case-match-app .section.match-the-country .text-wrapper h3.has-line:after,
.heineken-case-match-app section.match-the-country .text-wrapper .title.has-line:after,
.heineken-case-match-app .section.match-the-country .text-wrapper .title.has-line:after {
  width: 60px;
  left: 0%;
  margin-left: 0px;
  background: #6fdc59;
  border-width: 2px;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-the-country .text-wrapper h3,
  .heineken-case-match-app .section.match-the-country .text-wrapper h3,
  .heineken-case-match-app section.match-the-country .text-wrapper .title,
  .heineken-case-match-app .section.match-the-country .text-wrapper .title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .heineken-case-match-app section.match-the-country .text-wrapper h3.has-line:after,
  .heineken-case-match-app .section.match-the-country .text-wrapper h3.has-line:after,
  .heineken-case-match-app section.match-the-country .text-wrapper .title.has-line:after,
  .heineken-case-match-app .section.match-the-country .text-wrapper .title.has-line:after {
    bottom: -17px;
  }
}
.heineken-case-match-app section.match-the-country .text-wrapper p,
.heineken-case-match-app .section.match-the-country .text-wrapper p,
.heineken-case-match-app section.match-the-country .text-wrapper .text,
.heineken-case-match-app .section.match-the-country .text-wrapper .text {
  
  font-size: 16px;
  color: #909090;
  line-height: 1.8em;
  text-align: left;
}
.heineken-case-match-app section.match-the-country .text-wrapper p.second,
.heineken-case-match-app .section.match-the-country .text-wrapper p.second,
.heineken-case-match-app section.match-the-country .text-wrapper .text.second,
.heineken-case-match-app .section.match-the-country .text-wrapper .text.second {
  color: #aeaeae;
}
.heineken-case-match-app section.flags-design-process .row,
.heineken-case-match-app .section.flags-design-process .row {
  position: relative;
  text-align: center;
}
.heineken-case-match-app section.flags-design-process .outer-wrapper,
.heineken-case-match-app .section.flags-design-process .outer-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.heineken-case-match-app section.flags-design-process .flag-steps,
.heineken-case-match-app .section.flags-design-process .flag-steps {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.heineken-case-match-app section.flags-design-process .flag-steps .step1,
.heineken-case-match-app .section.flags-design-process .flag-steps .step1,
.heineken-case-match-app section.flags-design-process .flag-steps .step2,
.heineken-case-match-app .section.flags-design-process .flag-steps .step2,
.heineken-case-match-app section.flags-design-process .flag-steps .step3,
.heineken-case-match-app .section.flags-design-process .flag-steps .step3 {
  text-align: center;
  position: relative;
}
@media all and (max-width: 1023px) {
  .heineken-case-match-app section.flags-design-process .flag-steps .step1,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step1,
  .heineken-case-match-app section.flags-design-process .flag-steps .step2,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step2,
  .heineken-case-match-app section.flags-design-process .flag-steps .step3,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step3 {
    display: inline-block;
    width: 50%;
    margin-top: 50px;
    vertical-align: top;
  }
}
.heineken-case-match-app section.flags-design-process .flag-steps .step1 .nbr,
.heineken-case-match-app .section.flags-design-process .flag-steps .step1 .nbr,
.heineken-case-match-app section.flags-design-process .flag-steps .step2 .nbr,
.heineken-case-match-app .section.flags-design-process .flag-steps .step2 .nbr,
.heineken-case-match-app section.flags-design-process .flag-steps .step3 .nbr,
.heineken-case-match-app .section.flags-design-process .flag-steps .step3 .nbr {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #393939;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.flags-design-process .flag-steps .step1 .nbr,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step1 .nbr,
  .heineken-case-match-app section.flags-design-process .flag-steps .step2 .nbr,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step2 .nbr,
  .heineken-case-match-app section.flags-design-process .flag-steps .step3 .nbr,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step3 .nbr {
    top: -25px;
  }
}
.heineken-case-match-app section.flags-design-process .flag-steps .step1 .nbr span,
.heineken-case-match-app .section.flags-design-process .flag-steps .step1 .nbr span,
.heineken-case-match-app section.flags-design-process .flag-steps .step2 .nbr span,
.heineken-case-match-app .section.flags-design-process .flag-steps .step2 .nbr span,
.heineken-case-match-app section.flags-design-process .flag-steps .step3 .nbr span,
.heineken-case-match-app .section.flags-design-process .flag-steps .step3 .nbr span {

  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
}
.heineken-case-match-app section.flags-design-process .flag-steps .step1 figure,
.heineken-case-match-app .section.flags-design-process .flag-steps .step1 figure,
.heineken-case-match-app section.flags-design-process .flag-steps .step2 figure,
.heineken-case-match-app .section.flags-design-process .flag-steps .step2 figure,
.heineken-case-match-app section.flags-design-process .flag-steps .step3 figure,
.heineken-case-match-app .section.flags-design-process .flag-steps .step3 figure {
  display: block;
  text-align: center;
}
.heineken-case-match-app section.flags-design-process .flag-steps .step1 figure img,
.heineken-case-match-app .section.flags-design-process .flag-steps .step1 figure img,
.heineken-case-match-app section.flags-design-process .flag-steps .step2 figure img,
.heineken-case-match-app .section.flags-design-process .flag-steps .step2 figure img,
.heineken-case-match-app section.flags-design-process .flag-steps .step3 figure img,
.heineken-case-match-app .section.flags-design-process .flag-steps .step3 figure img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.heineken-case-match-app section.flags-design-process .flag-steps .step1 figcaption,
.heineken-case-match-app .section.flags-design-process .flag-steps .step1 figcaption,
.heineken-case-match-app section.flags-design-process .flag-steps .step2 figcaption,
.heineken-case-match-app .section.flags-design-process .flag-steps .step2 figcaption,
.heineken-case-match-app section.flags-design-process .flag-steps .step3 figcaption,
.heineken-case-match-app .section.flags-design-process .flag-steps .step3 figcaption {
  font-size: 14px;
  line-height: 18px;
  padding-top: 20px;
  display: block;
  color: #7b7b7b;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.flags-design-process .flag-steps .step1 figcaption,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step1 figcaption,
  .heineken-case-match-app section.flags-design-process .flag-steps .step2 figcaption,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step2 figcaption,
  .heineken-case-match-app section.flags-design-process .flag-steps .step3 figcaption,
  .heineken-case-match-app .section.flags-design-process .flag-steps .step3 figcaption {
    height: 58px;
  }
}
.heineken-case-match-app section.flags-design-process .text-wrapper,
.heineken-case-match-app .section.flags-design-process .text-wrapper {
  display: inline-block;
  text-align: left;
  padding-right: 15%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.flags-design-process .text-wrapper,
  .heineken-case-match-app .section.flags-design-process .text-wrapper {
    padding-right: 0;
  }
}
.heineken-case-match-app section.flags-design-process .text-wrapper h3,
.heineken-case-match-app .section.flags-design-process .text-wrapper h3,
.heineken-case-match-app section.flags-design-process .text-wrapper .title,
.heineken-case-match-app .section.flags-design-process .text-wrapper .title {
  
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.heineken-case-match-app section.flags-design-process .text-wrapper h3.has-line:before,
.heineken-case-match-app .section.flags-design-process .text-wrapper h3.has-line:before,
.heineken-case-match-app section.flags-design-process .text-wrapper .title.has-line:before,
.heineken-case-match-app .section.flags-design-process .text-wrapper .title.has-line:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  top: -20px;
  left: 50%;
  margin-left: -35px;
  background: #464646;
  border-width: 2px;
}
.heineken-case-match-app section.flags-design-process .text-wrapper h3.has-line:after,
.heineken-case-match-app .section.flags-design-process .text-wrapper h3.has-line:after,
.heineken-case-match-app section.flags-design-process .text-wrapper .title.has-line:after,
.heineken-case-match-app .section.flags-design-process .text-wrapper .title.has-line:after {
  display: none;
}
.heineken-case-match-app section.flags-design-process .text-wrapper p,
.heineken-case-match-app .section.flags-design-process .text-wrapper p,
.heineken-case-match-app section.flags-design-process .text-wrapper .text,
.heineken-case-match-app .section.flags-design-process .text-wrapper .text {

  font-size: 13px;
  line-height: 2em;
  color: #aeaeae;
  text-align: center;
}
.heineken-case-match-app section.flags-design-process .text-wrapper p.second,
.heineken-case-match-app .section.flags-design-process .text-wrapper p.second,
.heineken-case-match-app section.flags-design-process .text-wrapper .text.second,
.heineken-case-match-app .section.flags-design-process .text-wrapper .text.second {
  color: #aeaeae;
}
.heineken-case-match-app section.flags-design-process .flag-list,
.heineken-case-match-app .section.flags-design-process .flag-list {
  display: block;
  padding: 100px 8%;
  background: url("../img/heineken-match-app/flags-shadow.html") no-repeat center center;
  background-size: cover;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.flags-design-process .flag-list,
  .heineken-case-match-app .section.flags-design-process .flag-list {
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.flags-design-process .flag-list,
  .heineken-case-match-app .section.flags-design-process .flag-list {
    background: transparent;
    padding: 50px 0%;
  }
}
.heineken-case-match-app section.flags-design-process .flag-list .flags,
.heineken-case-match-app .section.flags-design-process .flag-list .flags {
  list-style: none;
  text-align: center;
}
.heineken-case-match-app section.flags-design-process .flag-list .flags:after,
.heineken-case-match-app .section.flags-design-process .flag-list .flags:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.heineken-case-match-app section.flags-design-process .flag-list .flags li,
.heineken-case-match-app .section.flags-design-process .flag-list .flags li {
  display: inline-block;
  width: 14%;
  max-width: 141px;
  margin: 0 1.33%;
  margin-bottom: 30px;
  position: relative;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.flags-design-process .flag-list .flags li,
  .heineken-case-match-app .section.flags-design-process .flag-list .flags li {
    width: 35.505%;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.flags-design-process .flag-list .flags li,
  .heineken-case-match-app .section.flags-design-process .flag-list .flags li {
    width: 23.67%;
  }
}
@media all and (max-width: 480px) {
  .heineken-case-match-app section.flags-design-process .flag-list .flags li,
  .heineken-case-match-app .section.flags-design-process .flag-list .flags li {
    width: 47.34%;
  }
}
.heineken-case-match-app section.flags-design-process .flag-list .flags li img,
.heineken-case-match-app .section.flags-design-process .flag-list .flags li img {
  width: 100%;
  height: auto;
}
.heineken-case-match-app section.flags-design-process .flag-list .box-title,
.heineken-case-match-app .section.flags-design-process .flag-list .box-title {
  display: block;
  
  font-size: 16px;
  line-height: 2em;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.heineken-case-match-app section.flags-design-process .flag-list .box-title em,
.heineken-case-match-app .section.flags-design-process .flag-list .box-title em {
  color: #2fa751;
 
  font-size: 22px;
  line-height: 2em;
}
.heineken-case-match-app section.flags-design-process .flag-list .box-text,
.heineken-case-match-app .section.flags-design-process .flag-list .box-text {
  display: block;
  
  font-size: 12px;
  line-height: 1.8em;
  color: #aeaeae;
}
.heineken-case-match-app section.match-jersey,
.heineken-case-match-app .section.match-jersey {
  background: #0c0c0c url("../img/heineken-match-app/match-jersey-bg.html") no-repeat center top;
  margin-top: 100px;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-jersey,
  .heineken-case-match-app .section.match-jersey {
    background-size: auto 500px;
    margin-top: 0px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-jersey,
  .heineken-case-match-app .section.match-jersey {
    background-size: auto 500px;
    margin-top: 0px;
  }
}
.heineken-case-match-app section.match-jersey .blue-jersey-wrapper,
.heineken-case-match-app .section.match-jersey .blue-jersey-wrapper {
  position: relative;
  /* clear transform function */
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  width: 100%;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-jersey .blue-jersey-wrapper,
  .heineken-case-match-app .section.match-jersey .blue-jersey-wrapper {
    /* clear transform function */
    -webkit-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-jersey .blue-jersey-wrapper,
  .heineken-case-match-app .section.match-jersey .blue-jersey-wrapper {
    /* clear transform function */
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    width: auto;
  }
}
.heineken-case-match-app section.match-jersey .blue-jersey,
.heineken-case-match-app .section.match-jersey .blue-jersey {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.heineken-case-match-app section.match-jersey .img-wrapper,
.heineken-case-match-app .section.match-jersey .img-wrapper {
  display: block;
  text-align: center;
}
.heineken-case-match-app section.match-jersey .img-wrapper img,
.heineken-case-match-app .section.match-jersey .img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-jersey .img-wrapper.match-jersey-ipad,
  .heineken-case-match-app .section.match-jersey .img-wrapper.match-jersey-ipad {
    display: none;
  }
}
.heineken-case-match-app section.match-jersey .row,
.heineken-case-match-app .section.match-jersey .row {
  position: relative;
  text-align: center;
}
.heineken-case-match-app section.match-jersey .outer-wrapper,
.heineken-case-match-app .section.match-jersey .outer-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.heineken-case-match-app section.match-jersey .blue-jersey-wrapper,
.heineken-case-match-app .section.match-jersey .blue-jersey-wrapper {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.heineken-case-match-app section.match-jersey .text-wrapper,
.heineken-case-match-app .section.match-jersey .text-wrapper {
  text-align: left;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.heineken-case-match-app section.match-jersey .text-wrapper h3,
.heineken-case-match-app .section.match-jersey .text-wrapper h3,
.heineken-case-match-app section.match-jersey .text-wrapper .title,
.heineken-case-match-app .section.match-jersey .text-wrapper .title {
  
  font-size: 34px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 70px;
  text-align: left;
}
.heineken-case-match-app section.match-jersey .text-wrapper h3.has-line:after,
.heineken-case-match-app .section.match-jersey .text-wrapper h3.has-line:after,
.heineken-case-match-app section.match-jersey .text-wrapper .title.has-line:after,
.heineken-case-match-app .section.match-jersey .text-wrapper .title.has-line:after {
  width: 60px;
  left: 0%;
  margin-left: 0px;
  background: #6fdc59;
  border-width: 2px;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-jersey .text-wrapper h3,
  .heineken-case-match-app .section.match-jersey .text-wrapper h3,
  .heineken-case-match-app section.match-jersey .text-wrapper .title,
  .heineken-case-match-app .section.match-jersey .text-wrapper .title {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .heineken-case-match-app section.match-jersey .text-wrapper h3.has-line:after,
  .heineken-case-match-app .section.match-jersey .text-wrapper h3.has-line:after,
  .heineken-case-match-app section.match-jersey .text-wrapper .title.has-line:after,
  .heineken-case-match-app .section.match-jersey .text-wrapper .title.has-line:after {
    bottom: -17px;
  }
}
.heineken-case-match-app section.match-jersey .text-wrapper p,
.heineken-case-match-app .section.match-jersey .text-wrapper p,
.heineken-case-match-app section.match-jersey .text-wrapper .text,
.heineken-case-match-app .section.match-jersey .text-wrapper .text {
  
  font-size: 16px;
  color: #909090;
  line-height: 1.8em;
  text-align: left;
}
.heineken-case-match-app section.match-jersey .text-wrapper p.second,
.heineken-case-match-app .section.match-jersey .text-wrapper p.second,
.heineken-case-match-app section.match-jersey .text-wrapper .text.second,
.heineken-case-match-app .section.match-jersey .text-wrapper .text.second {
  color: #aeaeae;
}
.heineken-case-match-app section.match-jersey .fc-list,
.heineken-case-match-app .section.match-jersey .fc-list {
  /* clear transform function */
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
}
.heineken-case-match-app section.match-jersey .fc-list:after,
.heineken-case-match-app .section.match-jersey .fc-list:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.match-jersey .fc-list,
  .heineken-case-match-app .section.match-jersey .fc-list {
    /* clear transform function */
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.match-jersey .fc-list,
  .heineken-case-match-app .section.match-jersey .fc-list {
    /* clear transform function */
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    padding: 40px 0;
  }
  .heineken-case-match-app section.match-jersey .fc-list .t-shirt,
  .heineken-case-match-app .section.match-jersey .fc-list .t-shirt {
    width: 50%;
    float: left;
  }
}
.heineken-case-match-app section.match-jersey .fc-list figure img,
.heineken-case-match-app .section.match-jersey .fc-list figure img {
  width: 100%;
  height: auto;
}
.heineken-case-match-app section.t-shirts-design-process,
.heineken-case-match-app .section.t-shirts-design-process {
  background: #0C0C0C;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.t-shirts-design-process,
  .heineken-case-match-app .section.t-shirts-design-process {
    padding: 50px 0;
  }
}
.heineken-case-match-app section.t-shirts-design-process .blue-jersey-wrapper,
.heineken-case-match-app .section.t-shirts-design-process .blue-jersey-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.t-shirts-design-process .blue-jersey-wrapper,
  .heineken-case-match-app .section.t-shirts-design-process .blue-jersey-wrapper {
    width: auto;
  }
}
.heineken-case-match-app section.t-shirts-design-process .blue-jersey,
.heineken-case-match-app .section.t-shirts-design-process .blue-jersey {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.heineken-case-match-app section.t-shirts-design-process .img-wrapper,
.heineken-case-match-app .section.t-shirts-design-process .img-wrapper {
  display: block;
  text-align: center;
}
.heineken-case-match-app section.t-shirts-design-process .img-wrapper img,
.heineken-case-match-app .section.t-shirts-design-process .img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.heineken-case-match-app section.t-shirts-design-process .row,
.heineken-case-match-app .section.t-shirts-design-process .row {
  position: relative;
  text-align: center;
}
.heineken-case-match-app section.t-shirts-design-process .outer-wrapper,
.heineken-case-match-app .section.t-shirts-design-process .outer-wrapper {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.heineken-case-match-app section.t-shirts-design-process .text-wrapper,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper {
  display: inline-block;
  text-align: left;
  padding-right: 15%;
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.t-shirts-design-process .text-wrapper,
  .heineken-case-match-app .section.t-shirts-design-process .text-wrapper {
    padding-right: 0%;
  }
}
.heineken-case-match-app section.t-shirts-design-process .text-wrapper h3,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper h3,
.heineken-case-match-app section.t-shirts-design-process .text-wrapper .title,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper .title {
 
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}
.heineken-case-match-app section.t-shirts-design-process .text-wrapper h3.has-line:before,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper h3.has-line:before,
.heineken-case-match-app section.t-shirts-design-process .text-wrapper .title.has-line:before,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper .title.has-line:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  top: -20px;
  left: 50%;
  margin-left: -35px;
  background: #464646;
  border-width: 2px;
}
.heineken-case-match-app section.t-shirts-design-process .text-wrapper h3.has-line:after,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper h3.has-line:after,
.heineken-case-match-app section.t-shirts-design-process .text-wrapper .title.has-line:after,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper .title.has-line:after {
  display: none;
}
.heineken-case-match-app section.t-shirts-design-process .text-wrapper p,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper p,
.heineken-case-match-app section.t-shirts-design-process .text-wrapper .text,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper .text {
 
  font-size: 13px;
  line-height: 2em;
  color: #aeaeae;
  text-align: center;
}
.heineken-case-match-app section.t-shirts-design-process .text-wrapper p.second,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper p.second,
.heineken-case-match-app section.t-shirts-design-process .text-wrapper .text.second,
.heineken-case-match-app .section.t-shirts-design-process .text-wrapper .text.second {
  color: #aeaeae;
}
.heineken-case-match-app section.thank-you,
.heineken-case-match-app .section.thank-you {
  /* ( content-box | border-box | inherit ) */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0c0c0c url("../img/heineken-match-app/thank-you-bg.html") no-repeat center top;
  height: 550px;
  padding-top: 200px;
  background-size: auto 550px;
}
@media all and (min-width: 1366px) {
  .heineken-case-match-app section.thank-you,
  .heineken-case-match-app .section.thank-you {
    padding-top: 150px;
    height: 654px;
    background-size: auto 654px;
  }
}
@media all and (max-width: 1025px) {
  .heineken-case-match-app section.thank-you,
  .heineken-case-match-app .section.thank-you {
    padding-top: 150px;
    height: 450px;
    background-size: auto 450px;
  }
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.thank-you,
  .heineken-case-match-app .section.thank-you {
    padding-top: 50px;
    height: 300px;
    background-size: auto 300px;
  }
}
.heineken-case-match-app section.thank-you p,
.heineken-case-match-app .section.thank-you p {
  display: block;
  text-align: center;
 
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.thank-you p,
  .heineken-case-match-app .section.thank-you p {
    font-size: 14px;
  }
}
.heineken-case-match-app section.thank-you h3,
.heineken-case-match-app .section.thank-you h3 {
  display: block;
  
  font-size: 60px;
  line-height: 1em;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .heineken-case-match-app section.thank-you h3,
  .heineken-case-match-app .section.thank-you h3 {
    font-size: 34px;
  }
}
.no-js .play-btn-wrapper .play-case-btn i {
  background: url("../img/heineken-match-app/play.html") no-repeat top left;
}
.hempel-case .overflow {
  overflow: hidden;
}
.hempel-case .relative {
  position: relative;
}
.hempel-case .hideme {
  display: none;
}
.hempel-case .nonclickable {
  pointer-events: none !important;
  cursor: default !important;
}
.hempel-case ::selection {
  background-color: #88b1db;
  color: #fff;
}
.hempel-case ::-moz-selection {
  background-color: #88b1db;
  color: #fff;
}
.hempel-case html,
.hempel-case body {
  width: 100%;
  height: 100%;
}
.hempel-case body {
  line-height: 100%;
  font-size: 17px;
  background-color: #fff;
 
  font-weight: 300;
}
.hempel-case .backfade {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.hempel-case .icon {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display: inline-block;
}
.hempel-case .icon.logo {
  width: 133px;
  height: 42px;
  background-image: url("../img/hempelLogo.html");
  background-size: contain;
}
.hempel-case .icon.arrow {
  position: relative;
  bottom: -6px;
  width: 83px;
  height: 39px;
  background-image: url("../img/arrow.html");
  cursor: pointer;
}
.hempel-case header {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #1c2c4b;
  color: #fff;
}
.hempel-case header .arrowbottom {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  text-align: center;
}
.hempel-case header .header {
  text-align: center;
  width: 1170px;
  min-height: 500px;
  padding-top: 20px;
}
.hempel-case header .header h6 {
  font-size: 13px;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}
.hempel-case header .header h1 {
  margin: 0px;
  
  font-weight: 700;
  text-transform: uppercase;
  font-size: 86px;
  line-height: 100%;
  margin-bottom: 20px;
}
.hempel-case header .header p {
  font-weight: 300;
  font-size: 17px;
  line-height: 33px;
  padding: 0px 235px;
  margin-bottom: 50px;
}
.hempel-case header .header canvas {
  margin: 50px 0px 35px 0px;
  display: inline-block;
  width: 69px;
  height: 2px;
  background-color: #fff;
}
.hempel-case .section {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.hempel-case .section h2 {
  margin: 0px 0px 10px 0px;

  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.hempel-case .section h3 {
  margin: 0px 0px 10px 0px;
  
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2b2b2b;
  text-align: left;
}
.hempel-case .section p {
 
  font-weight: 400;
  color: #999999;
  font-size: 18px;
  line-height: 32px;
}
.hempel-case .section p.textleft {
  text-align: left;
}
.hempel-case .section p.textright {
  text-align: right;
}
.hempel-case .section p.small {
  font-size: 15px;
  line-height: 24px;
}
.hempel-case .section.textcenter,
.hempel-case .section .textcenter {
  text-align: center;
}
.hempel-case .section.textleft,
.hempel-case .section .textleft {
  text-align: left;
}
.hempel-case .section.lightlayer {
  background-color: #e1f3fd;
}
.hempel-case .section.lightlayer h2,
.hempel-case .section.lightlayer h3,
.hempel-case .section.lightlayer p {
  color: #0a2f5c;
}
.hempel-case .section.darklayer {
  background-color: #182846;
}
.hempel-case .section.about {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 105px;
}
.hempel-case .section.about h2 {
  margin-bottom: 20px;
}
.hempel-case .section.plan {
  background-image: url("../img/screenshot.html");
  background-position: bottom center;
  border-top: 1px solid #c6d6df;
  padding-top: 125px;
  padding-bottom: 955px;
}
.hempel-case .section.plan .backfade {
  background-color: #e1f3fd;
}
.hempel-case .section.plan canvas {
  display: inline-block;
  background-color: #c5dae6;
  height: 1px;
  width: 95px;
  margin-top: 20px;
}
.hempel-case .section.plan .hierarchy {
  margin-top: 55px;
  margin-bottom: 75px;
}
.hempel-case .section.perfect {
  z-index: 300;
  margin-top: -12px;
  position: relative;
}
.hempel-case .section.perfect .valovi {
  width: 100%;
  height: 5px;
  background: url("../img/valovi.html") repeat-x bottom left;
}
.hempel-case .section.perfect .innersection {
  padding-top: 125px;
  padding-bottom: 100px;
  background-color: #1c2c4b;
  border-bottom: 1px solid #253652;
}
.hempel-case .section.perfect h2,
.hempel-case .section.perfect p {
  color: #e0eff6;
}
.hempel-case .section.perfect canvas {
  display: inline-block;
  height: 1px;
  width: 142px;
  background-color: #223860;
  margin-top: 30px;
}
.hempel-case .section.boats {
  z-index: 400;
  position: relative;
  height: 780px;
  background-image: url("../img/boats.html");
  background-color: #e1f3fd;
  background-position: top center;
}
.hempel-case .section.boats .backfade {
  background-color: #e1f3fd;
}
.hempel-case .section.boats .hempwrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1170px;
  position: relative;
  overflow: hidden;
  top: -90px;
  height: 466px;
}
.hempel-case .section.boats .hempelamper {
  position: absolute;
  right: 140px;
  background-image: url("../img/hempel.html");
  background-position: top center;
  background-repeat: no-repeat;
  width: 442px;
  height: 466px;
}
.hempel-case .section.lifestyle {
  background-image: url("../img/screen.html");
  background-position: bottom center;
  padding-top: 85px;
}
.hempel-case .section.lifestyle .lifestylepng {
  margin: 60px 0px 60px 0px;
}
.hempel-case .section.lifestyle .lifestylejpg {
  margin-bottom: 10px;
}
.hempel-case .section.lifestyle canvas {
  width: 100%;
  height: 1px;
  margin: 90px 0px;
  background-color: #dbdbdb;
}
.hempel-case .section.lifestyle .personal {
  padding-bottom: 1200px;
}
.hempel-case .section.lifestyle .personal .col-md-8 {
  z-index: 200;
}
.hempel-case .section.lifestyle .personal .backfade {
  background-color: #fff;
}
.hempel-case .section.inviting {
  padding-top: 130px;
}
.hempel-case .section.inviting .imgleft {
  margin-bottom: 60px;
  width: 100%;
}
.hempel-case .section.inviting .imgright {
  margin-top: 85px;
  margin-bottom: 50px;
}
.hempel-case .section.userfriendly {
  padding-top: 125px;
  height: 1152px;
  background-image: url("../img/userfriendly.html");
  background-position: bottom center;
}
.hempel-case .section.userfriendly h2,
.hempel-case .section.userfriendly p {
  color: #e0eff6;
}
.hempel-case .section.userfriendly .backfade {
  background-color: #202f4e;
}
.hempel-case .section.responsive {
  border-top: 1px solid #5e687c;
}
.hempel-case .section.responsive .colright {
  padding-top: 280px;
}
.hempel-case .section.access {
  background-color: #10264a;
  padding-top: 110px;
  padding-bottom: 545px;
  background-image: url("../img/access.html");
  background-position: bottom center;
}
.hempel-case .section.access h2,
.hempel-case .section.access p {
  color: #e0eff6;
}
.hempel-case .section.access .backfade {
  background-color: #10264a;
}
@media (min-width: 995px) and (max-width: 1200px) {
  .hempel-case .section.lifestyle .lifestylepng img,
  .hempel-case .section.lifestyle .lifestylejpg img {
    width: 100%;
  }
}
@media (max-width: 1171px) {
  .hempel-case header .header {
    width: 90%;
    padding: 0px 5%;
    height: 500px;
  }
  .hempel-case header .header h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .hempel-case header .header h1 {
    font-size: 50px;
  }
  .hempel-case header .header p {
    font-size: 16px;
    line-height: 30px;
  }
  .hempel-case header .header canvas {
    margin: 40px 0px 30px 0px;
  }
  .hempel-case .section.plan .hierarchy {
    width: 100%;
  }
  .hempel-case .section.boats .hempwrapper {
    width: 100%;
  }
  .hempel-case .section.boats .hempelamper {
    right: 50px;
  }
  .hempel-case .section.responsive img {
    width: 100%;
  }
  .hempel-case .section.responsive .colright {
    padding-top: 200px;
  }
  .hempel-case .section.access {
    background-position: bottom left;
  }
  .hempel-case .section.lifestyle {
    background-size: contain;
  }
  .hempel-case .section.lifestyle .personal {
    padding-bottom: 120%;
  }
}
@media (max-width: 1000px) {
  .hempel-case header .header p {
    padding: 0px;
  }
  .hempel-case .section.boats {
    background-position: 47% 0%;
    background-size: 220%;
  }
  .hempel-case .section.boats .hempelamper {
    right: 10px;
  }
  .hempel-case .section.lifestyle .lifestylepng,
  .hempel-case .section.lifestyle .lifestylejpg {
    text-align: center;
  }
  .hempel-case .section.lifestyle .lifestylejpg {
    margin-top: 50px;
  }
  .hempel-case .section.lifestyle .personal {
    padding-bottom: 130%;
  }
  .hempel-case .section.inviting .imgright {
    width: 100%;
  }
  .hempel-case .section.responsive .colright {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .hempel-case .section.plan {
    padding-bottom: 94%;
    background-position: 48% 100%;
    background-size: 220%;
  }
}
@media (max-width: 770px) {
  .hempel-case header .header {
    width: 90%;
    padding: 0px 5%;
    height: 500px;
  }
  .hempel-case header .header h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .hempel-case header .header h1 {
    font-size: 50px;
  }
  .hempel-case header .header p {
    font-size: 14px;
    line-height: 30px;
  }
  .hempel-case .section.boats .hempwrapper {
    top: 330px;
  }
  .hempel-case .section.boats .hempelamper {
    right: 5%;
  }
}
@media (max-width: 760px) {
  .hempel-case header .header h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .hempel-case .section.lifestyle .personal {
    padding-bottom: 110%;
  }
  .hempel-case #waypoint01 .hierarchy,
  .hempel-case #waypoint02 .hempelamper,
  .hempel-case #waypoint03 .imglifestyle,
  .hempel-case #waypoint03 .imglifestyle02,
  .hempel-case #waypoint05 .imgleft,
  .hempel-case #waypoint05 .imgright,
  .hempel-case #waypoint07 img {
    opacity: 1 !important;
  }
  .hempel-case #waypoint01 .backfade,
  .hempel-case #waypoint02 .backfade,
  .hempel-case #waypoint04 .backfade,
  .hempel-case #waypoint06 .backfade,
  .hempel-case .access .backfade {
    display: none !important;
  }
}
@media (max-width: 580px) {
  .hempel-case .section.lifestyle .lifestylepng img,
  .hempel-case .section.lifestyle .lifestylejpg img {
    width: 100%;
  }
  .hempel-case .section.lifestyle canvas {
    margin: 40px 0px;
  }
}
@media (max-width: 370px) {
  .hempel-case header .header {
    height: 600px;
  }
  .hempel-case header .header p {
    font-size: 14px;
    line-height: 22px;
  }
  .hempel-case header .header canvas {
    margin: 0px 0px 10px 0px;
  }
  .hempel-case .section h2 {
    line-height: 36px;
    margin: 0px 0px 10px 0px;
  }
  .hempel-case .section p {
    line-height: 28px;
  }
  .hempel-case .section.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hempel-case .section.plan {
    padding-top: 50px;
  }
  .hempel-case .section.perfect .innersection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hempel-case .section.boats {
    height: 670px;
  }
  .hempel-case .section.boats .hempwrapper {
    top: 220px;
  }
  .hempel-case .section.boats .hempelamper {
    right: -110px;
  }
  .hempel-case .section.lifestyle {
    padding-top: 50px;
  }
  .hempel-case .section.lifestyle .lifestylejpg {
    margin-top: 20px;
  }
  .hempel-case .section.lifestyle .personal {
    padding-bottom: 121%;
  }
  .hempel-case .section.inviting {
    padding-top: 50px;
  }
  .hempel-case .section.inviting .imgright {
    margin-top: 40px;
  }
  .hempel-case .section.userfriendly {
    padding-top: 50px;
  }
  .hempel-case .section.responsive {
    padding-top: 50px;
  }
  .hempel-case .section.access {
    padding-top: 50px;
    background-position: 13% 100%;
  }
}
@media (max-width: 330px) {
  .hempel-case header .arrowbottom {
    display: none;
  }
  .hempel-case header .header {
    height: 440px !important;
  }
}
@media (max-height: 640px) {
  .hempel-case header .arrowbottom {
    display: none;
  }
  .hempel-case header .header {
    height: 420px !important;
  }
}
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
  padding-bottom: 40px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
  margin-top: -40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft + .mCSB_draggerContainer {
  padding-bottom: 0;
  padding-right: 20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight {
  right: 0;
  bottom: auto;
  margin-left: -40px;
  margin-top: -16px;
  float: right;
}
/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools {
  opacity: 0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.html);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
/* Magnific Popup CSS
====================================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
  width: 55%;
}
.mfp-inline-touchinger .mfp-content,
.mfp-ajax-touchinger .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-figure .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-s-loading .mfp-arrow {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: 1;
  padding: 0 0 18px 10px;
  text-indent: 99999;
}
.mfp-figure .mfp-close,
.mfp-iframe-touchinger .mfp-close {
  right: -13px;
  top: 20px;
  padding-right: 6px;
  width: 100%;
  background-image: url(../images/mfp-close.html);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  text-indent: 9999;
}
button.mfp-close,
button.mfp-arrow {
  right: -13px;
  top: -20px;
  padding-right: 6px;
  width: 100%;
  background-image: url(../images/mfp-close.html);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  text-indent: 9999;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow.mfp-arrow-left {
  background-image: url(../images/mfp-left.html);
  background-repeat: no-repeat;
  background-position: 50%;
}
.mfp-arrow.mfp-arrow-right {
  background-image: url(../images/mfp-right.html);
  background-repeat: no-repeat;
  background-position: 50%;
  right: 0;
}
.mfp-content:hover .mfp-arrow {
  opacity: 1;
}
.mfp-iframe-touchinger {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-touchinger .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-touchinger .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-figure .mfp-figure {
  cursor: pointer;
}
/*CSS DESIGN AWARDS*/
#css-design-awards {
  position: absolute;
  top: 120px;
  left: 0px;
  z-index: 999999;
}
#css-design-awards svg {
  position: relative;
}
#css-light-fotd {
  position: absolute;
  top: 250px;
  left: 0px;
  z-index: 999999;
  width: 105px;
  height: 72px;
  text-indent: -9999px;
  background: url(../../img/ribbons/csslight-featured-ribbon-black-left.png) no-repeat;
}
.csswinner {
  position: absolute;
  top: 340px;
  left: 0px;
  z-index: 999999;
}
.csswinner a {
  width: 81px;
  height: 59px;
  text-indent: -9999px;
  display: block;
  background: url(../../www.csswinner.com/images/winner-graphics/winner-black-left.html) no-repeat;
}
/* --- Awwwards Ribbons --- */
/* Base */
#awwwards {
  position: fixed;
  top: 190px;
  z-index: 999999;
}
/* Left */
#awwwards.left {
  left: 0;
}
/* Right */
#awwwards.right {
  right: 0;
}
/* Link */
#awwwards a {
  display: block;
  width: 70px;
  height: 105px;
  text-indent: -8000px;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
}
/* Black */
#awwwards.left.black a {
  background-image: url('../img/awwwards_sotd_green_left.html');
}
#awwwards.right.black a {
  background-image: url('../img/awwwards_sotd_green_left.html');
}
/* White */
#awwwards.left.white a {
  background-image: url('../img/awwwards_sotd_green_left.html');
}
#awwwards.right.white a {
  background-image: url('../img/awwwards_sotd_green_left.html');
}
/* Green */
#awwwards.left.green a {
  background-image: url('../img/awwwards_sotd_green_left.html');
}
#awwwards.right.green a {
  background-image: url('../img/awwwards_sotd_green_left.html');
}
#xmas2014 {
  position: fixed;
  top: 190px;
  z-index: 999999;
  right: 0;
}
/* Link */
#xmas2014 a {
  display: block;
  width: 195px;
  height: 145px;
  text-indent: -8000px;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  background-image: url('../img/ribbon_solo_en.html');
}
#bau {
  position: fixed;
  top: 190px;
  z-index: 999999;
  right: 0;
}
/* Link */
#bau a {
  display: block;
  width: 98px;
  height: 59px;
  text-indent: -8000px;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  background-image: url('../img/EBA_Ribbon_mini_2.html');
  background-size: 98px 59px;
}
/* MEDIA QUERIES */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* hidden */
  #awwwards {
    display: none;
  }
  #starcontest {
    display: none;
  }
}
/* Retina Displays */
/* Target any device with retina display (ie iPad 3 and MacBook Pro) */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  #awwwards a {
    -moz-background-size: 70px 105px;
    -ie-background-size: 70px 105px;
    -o-background-size: 70px 105px;
    -webkit-background-size: 70px 105px;
    background-size: 70px 105px;
  }
  /* Gray */
  #awwwards.left.black a {
    background-image: url('../img/awwwards_sotd_green_left2x.html');
  }
  #awwwards.right.black a {
    background-image: url('../img/awwwards_sotd_green_left2x.html');
  }
  /* White */
  #awwwards.left.white a {
    background-image: url('../img/awwwards_sotd_green_left2x.html');
  }
  #awwwards.right.white a {
    background-image: url('../img/awwwards_sotd_green_left2x.html');
  }
  /* Green */
  #awwwards.left.green a {
    background-image: url('../img/awwwards_sotd_green_left2x.html');
  }
  #awwwards.right.green a {
    background-image: url('../img/awwwards_sotd_green_left2x.html');
  }
}
/**/
.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  z-index: 999999;
  background: #28282E;
}
.pageload-overlay.show {
  visibility: visible;
}
.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.pageload-overlay svg path {
  fill: #28282E;
}
@-webkit-keyframes moveRight {
  to {
    -webkit-transform: translateX(20px);
  }
}
@keyframes moveRight {
  to {
    transform: translateX(20px);
  }
}
@-webkit-keyframes moveLeft {
  to {
    -webkit-transform: translateX(-20px);
  }
}
@keyframes moveLeft {
  to {
    transform: translateX(-20px);
  }
}
.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sc {
  position: fixed;
  top: 300px;
  left: 0px;
  z-index: 99999;
}
.sc a {
  width: 100px;
  height: 56px;
  text-indent: -9999px;
  display: block;
  background: url('../../starscontest.com/winner.png') no-repeat;
}
.process-services .infinite-curiosity {
  width: 100%;
  margin-top: 115px;
  height: auto;
  position: relative;
  float: left;
  background: url("../img/services/infinite-curiosity.png") no-repeat 0 0;
  background-size: contain;
}
.process-services .infinite-curiosity li {
  font-weight: 700;
  text-transform: uppercase;
}
.process-services .infinite-curiosity li:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  font-weight: 400;
  color: #8d8d8d;
  font-style: italic;
}
.process-services .infinite-curiosity li:nth-child(1) {
  top: 132px;
  left: 0;
}
.process-services .infinite-curiosity li:nth-child(1):before {
  content: '01';
}
.process-services .infinite-curiosity li:nth-child(2) {
  top: 0;
  left: 225px;
}
.process-services .infinite-curiosity li:nth-child(2):before {
  content: '02';
}
.process-services .infinite-curiosity li:nth-child(3) {
  bottom: 0;
  left: 716px;
}
.process-services .infinite-curiosity li:nth-child(3):before {
  content: '03';
}
.process-services .infinite-curiosity li:nth-child(4) {
  top: 147px;
  right: 0;
}
.process-services .infinite-curiosity li:nth-child(4):before {
  content: '04';
}
.process-services .infinite-curiosity li:nth-child(5) {
  top: 0;
  left: 716px;
}
.process-services .infinite-curiosity li:nth-child(5):before {
  content: '05';
}
.process-services .infinite-curiosity li:nth-child(6) {
  bottom: 0;
  left: 225px;
}
.process-services .infinite-curiosity li:nth-child(6):before {
  content: '06';
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .process-services {
    padding: 60px 0 60px;
  }
  .process-services .infinite-curiosity {
    margin-top: 40px;
  }
  .process-services .infinite-curiosity li {
    background: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .process-services .infinite-curiosity li:nth-child(1) {
    color: #ef4035;
  }
  .process-services .infinite-curiosity li span {
    margin-top: 5px;
    font-size: 18px;
    float: left;
    margin-left: 20px;
  }
  .process-services .infinite-curiosity li:before {
    font-size: 24px;
    float: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
  .process-services .infinite-curiosity {
    padding-top: 220px;
    background-size: 90%;
    background-position: center 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
  .process-services .infinite-curiosity {
    padding-top: 220px;
    background-size: 90%;
    background-position: center 0;
  }
}
@media only screen and (min-width: 768px) {
  .process-services .infinite-curiosity li {
    background-color: #28282e;
    color: #fff;
    width: 18.67%;
    position: absolute;
    text-align: center;
    border-radius: 200%;
    background-clip: padding-box;
  }
  .process-services .infinite-curiosity li:before {
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -15px;
    text-align: center;
    font-size: 17px;
  }
  .process-services .infinite-curiosity li span {
    position: absolute;
    left: 0;
    right: 0;
  }
  .process-services .infinite-curiosity li:nth-child(1) {
    left: 0;
    top: 27%;
    background-color: #ef4035;
  }
  .process-services .infinite-curiosity li:nth-child(1):before {
    color: #fff;
  }
  .process-services .infinite-curiosity li:nth-child(2) {
    left: 20%;
    top: 0;
  }
  .process-services .infinite-curiosity li:nth-child(3) {
    right: 18%;
    bottom: 0;
    left: auto;
  }
  .process-services .infinite-curiosity li:nth-child(4) {
    right: 0;
    top: 27%;
  }
  .process-services .infinite-curiosity li:nth-child(5) {
    top: 0;
    right: 18%;
    left: auto;
  }
  .process-services .infinite-curiosity li:nth-child(6) {
    bottom: 0;
    left: 20%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .process-services {
    padding: 90px 0 128px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
  .process-services .infinite-curiosity {
    padding-top: 0;
    background-size: 380px 183px;
    background-position: right 0;
  }
  .process-services .infinite-curiosity li {
    background: none;
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .process-services .infinite-curiosity li:nth-child(1) {
    color: #ef4035;
  }
  .process-services .infinite-curiosity li span {
    margin-top: 5px;
    font-size: 18px;
    float: left;
    margin-left: 20px;
  }
  .process-services .infinite-curiosity li:before {
    font-size: 24px;
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .process-services .infinite-curiosity {
    height: 341px;
  }
  .process-services .infinite-curiosity li {
    height: 132px;
  }
  .process-services .infinite-curiosity li:nth-child(4) span {
    font-size: 12px;
  }
  .process-services .infinite-curiosity li span {
    top: 55px;
  }
  .process-services .infinite-curiosity li:before {
    top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .process-services {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .process-services .infinite-curiosity {
    height: 447px;
  }
  .process-services .infinite-curiosity li {
    height: 174px;
  }
  .process-services .infinite-curiosity li:nth-child(4) span {
    font-size: 14px;
  }
  .process-services .infinite-curiosity li span {
    top: 85px;
  }
  .process-services .infinite-curiosity li:before {
    top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .process-services .infinite-curiosity {
    height: 447px;
  }
  .process-services .infinite-curiosity li {
    height: 173px;
  }
  .process-services .infinite-curiosity li:before {
    top: 45px;
  }
  .process-services .infinite-curiosity li:nth-child(1) {
    left: 0;
    top: 27%;
  }
  .process-services .infinite-curiosity li:nth-child(2) {
    left: 20%;
    top: 0;
  }
  .process-services .infinite-curiosity li:nth-child(3) {
    right: 18%;
    bottom: 0;
    left: auto;
  }
  .process-services .infinite-curiosity li:nth-child(4) {
    right: 0;
    top: 27%;
  }
  .process-services .infinite-curiosity li:nth-child(4) span {
    font-size: 15px;
  }
  .process-services .infinite-curiosity li:nth-child(5) {
    top: 0;
    right: 18%;
    left: auto;
  }
  .process-services .infinite-curiosity li:nth-child(6) {
    bottom: 0;
    left: 20%;
  }
  .process-services .infinite-curiosity li span {
    top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .process-services .infinite-curiosity {
    height: 543px;
  }
  .process-services .infinite-curiosity li {
    width: 211px;
    height: 211px;
    line-height: 22px;
    font-size: 19px;
  }
  .process-services .infinite-curiosity li:before {
    top: 66px;
  }
  .process-services .infinite-curiosity li:nth-child(1) {
    left: 0;
    top: 27%;
  }
  .process-services .infinite-curiosity li:nth-child(2) {
    left: 20%;
    top: 0;
  }
  .process-services .infinite-curiosity li:nth-child(3) {
    right: 18%;
    bottom: 0;
    left: auto;
  }
  .process-services .infinite-curiosity li:nth-child(4) {
    right: 0;
    top: 27%;
  }
  .process-services .infinite-curiosity li:nth-child(5) {
    top: 0;
    right: 18%;
    left: auto;
  }
  .process-services .infinite-curiosity li:nth-child(6) {
    bottom: 0;
    left: 20%;
  }
  .process-services .infinite-curiosity li span {
    top: 100px;
  }
}
.mt-sp-products-page .col .text {
  padding-right: 30px;
}
.mt-sp-products-page .link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mt-sp-products-page .link span {
  position: relative;
  color: #ef4135;
  display: inline-block;
  border-bottom: 3px solid #ebebeb;
 
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}
.home-latest-from-blog .container {
  padding: 0;
}
.home-latest-from-blog .latest-posts {
  padding: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
.home-latest-from-blog .latest-posts article {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.home-latest-from-blog .latest-posts article img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 640px) {
  .home-latest-from-blog {
    margin-top: 60px;
  }
  .home-latest-from-blog .main-title {
    margin: 0 20px;
  }
  .home-latest-from-blog article {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
  }
  .home-latest-from-blog article:nth-child(1) {
    border-top: 1px solid #dbdbdb;
    margin-top: 40px;
  }
  .home-latest-from-blog article img {
    display: none;
    width: 100%;
  }
  .home-latest-from-blog article a {
    padding: 35px 10% 48px 10%;
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .home-latest-from-blog article a:active {
    background-color: #28282e;
  }
  .home-latest-from-blog article a:active h4 {
    color: #fff;
  }
  .home-latest-from-blog article .read-it-now {
    display: none;
  }
  .home-latest-from-blog article .heading time {
    font-size: 11px;
    color: #b2b2b2;
    width: 100%;
    float: left;
    font-style: italic;
   
    text-transform: none;
    margin-bottom: 20px;
  }
  .home-latest-from-blog article .heading h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 24px;
    color: #28282e;
  }
  .home-latest-from-blog article .category {
    color: #b2b2b2;
    font-size: 11px;
   
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .home-latest-from-blog {
    padding: 60px 0 50px 0;
  }
  .home-latest-from-blog .container {
    -webkit-box-sizing: border-box;
    /* webkit */
    -khtml-box-sizing: border-box;
    /* konqueror */
    -moz-box-sizing: border-box;
    /* firefox */
    -ms-box-sizing: border-box;
    /* ie */
    box-sizing: border-box;
    /* css3 */
    padding: 0 20px;
  }
  .home-latest-from-blog .subtitle {
    margin-top: 25px;
    margin-bottom: 64px;
  }
  .home-latest-from-blog article {
    position: relative;
    height: 200px;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
  }
  .home-latest-from-blog article .info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
  }
  .home-latest-from-blog article .info .heading {
    position: absolute;
    left: 7%;
    bottom: 22%;
    width: 624px;
    min-height: 115px;
  }
  .home-latest-from-blog article .info .heading time {
    text-transform: none;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 35px;
  }
  .home-latest-from-blog article .info h4 {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
   
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    float: left;
  }
  .home-latest-from-blog article .info .category {
    position: absolute;
    left: 7%;
    bottom: 12%;
    font-size: 11px;
   
    color: #fff;
    font-style: italic;
    opacity: 1;
  }
  .home-latest-from-blog article .info .read-it-now {
    position: absolute;
    bottom: -50px;
    left: 7%;
    z-index: 6;
    color: #ef4035;
    font-style: italic;
   
    font-size: 12px;
    opacity: 0;
    padding-right: 32px;
    background: url(../static/img/read-arrow.html) no-repeat right center;
  }
  .home-latest-from-blog article .info time {
    position: absolute;
    left: 7%;
    top: 52%;
    color: #b2b2b2;
    font-style: italic;
    
    font-size: 11px;
  }
  .home-latest-from-blog article img {
    position: absolute;
    z-index: 4;
  }
}
@media only screen and (min-width: 992px) {
  .home-latest-from-blog {
    padding: 155px 0 165px 0;
  }
  .home-latest-from-blog .subtitle {
    margin-top: 25px;
    margin-bottom: 64px;
  }
  .home-latest-from-blog article {
    position: relative;
  }
  .home-latest-from-blog article .info {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .home-latest-from-blog article .info > * {
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .home-latest-from-blog article .info .heading {
    position: absolute;
    left: 7%;
    bottom: 19%;
    width: 624px;
    min-height: 115px;
  }
  .home-latest-from-blog article .info .heading time {
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
    text-transform: none;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 35px;
  }
  .home-latest-from-blog article .info h4 {
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
   
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    float: left;
  }
  .home-latest-from-blog article .info .category {
    position: absolute;
    left: 7%;
    bottom: 12%;
    font-size: 11px;
    
    color: #fff;
    font-style: italic;
    opacity: 1;
  }
  .home-latest-from-blog article .info .read-it-now {
    position: absolute;
    bottom: -50px;
    left: 7%;
    z-index: 6;
    color: #ef4035;
    font-style: italic;
    
    font-size: 12px;
    opacity: 0;
    padding-right: 32px;
    background: url(../static/img/read-arrow.html) no-repeat right center;
  }
  .home-latest-from-blog article .info time {
    position: absolute;
    left: 7%;
    top: 52%;
    color: #b2b2b2;
    font-style: italic;
    
    font-size: 11px;
  }
  .home-latest-from-blog article .info:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home-latest-from-blog article .info:hover h4 {
    transform: translate(0, -70px);
  }
  .home-latest-from-blog article .info:hover .category {
    opacity: 0;
    transform: translate(0, -100px);
  }
  .home-latest-from-blog article .info:hover time {
    transform: translate(0, 20px);
  }
  .home-latest-from-blog article .info:hover .read-it-now {
    transform: translate(0, -80px);
    opacity: 1;
  }
  .home-latest-from-blog article img {
    position: absolute;
    z-index: 4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .home-latest-from-blog .content {
    padding: 0 20px;
  }
  .home-latest-from-blog .latest-posts article {
    width: 460px;
    height: 274px;
    margin-right: 10px;
    float: left;
  }
  .home-latest-from-blog .latest-posts article .heading {
    width: 86%;
  }
  .home-latest-from-blog .latest-posts article h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .home-latest-from-blog .latest-posts article img {
    height: 100%;
    width: auto;
    margin-left: -175px;
  }
  .home-latest-from-blog .latest-posts article.featured {
    width: 100%;
    height: 361px;
    margin-bottom: 10px;
  }
  .home-latest-from-blog .latest-posts article.featured img {
    margin-left: 0;
  }
  .home-latest-from-blog .latest-posts article.featured h4 {
    font-size: 40px;
    line-height: 38px;
  }
  .home-latest-from-blog .latest-posts article.featured .heading {
    width: 624px;
  }
  .home-latest-from-blog .latest-posts article:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .home-latest-from-blog .content {
    padding: 0 20px;
  }
  .home-latest-from-blog .latest-posts article {
    width: 480px;
    height: 286px;
    margin-right: 10px;
  }
  .home-latest-from-blog .latest-posts article .heading {
    width: 86%;
  }
  .home-latest-from-blog .latest-posts article h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .home-latest-from-blog .latest-posts article img {
    height: 100%;
    width: auto;
    margin-left: -175px;
  }
  .home-latest-from-blog .latest-posts article.featured {
    width: 100%;
    height: 361px;
    margin-bottom: 10px;
  }
  .home-latest-from-blog .latest-posts article.featured img {
    margin-left: 0;
  }
  .home-latest-from-blog .latest-posts article.featured h4 {
    font-size: 40px;
    line-height: 38px;
  }
  .home-latest-from-blog .latest-posts article.featured .heading {
    width: 624px;
  }
  .home-latest-from-blog .latest-posts article:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-latest-from-blog .latest-posts article {
    width: 580px;
    height: 346px;
    margin-right: 10px;
  }
  .home-latest-from-blog .latest-posts article .heading {
    width: 403px;
  }
  .home-latest-from-blog .latest-posts article h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .home-latest-from-blog .latest-posts article img {
    height: 100%;
    width: auto;
    margin-left: -175px;
  }
  .home-latest-from-blog .latest-posts article.featured {
    width: 100%;
    height: 436px;
    margin-bottom: 10px;
  }
  .home-latest-from-blog .latest-posts article.featured img {
    margin-left: 0;
  }
  .home-latest-from-blog .latest-posts article.featured h4 {
    font-size: 40px;
    line-height: 38px;
  }
  .home-latest-from-blog .latest-posts article.featured .heading {
    width: 624px;
  }
  .home-latest-from-blog .latest-posts article:nth-child(3) {
    margin-right: 0;
  }
}
.dribbble-showcase {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 100px;
}
.dribbble-showcase h3 {
  margin-top: 120px;
}
.dribbble-showcase .subtitle.has-line {
  margin: 0 0 120px 0;
}
.dribbble-showcase ul {
  width: 100%;
  float: left;
  overflow: hidden;
}
.dribbble-showcase ul li {
  float: left;
  overflow: hidden;
  position: relative;
}
.dribbble-showcase ul li a {
  width: 100%;
  float: left;
  overflow: hidden;
  display: block;
}
.dribbble-showcase ul li a .dribbble-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.dribbble-showcase ul li a img {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 640px) {
  .dribbble-showcase ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 991px) {
  .dribbble-showcase ul li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .dribbble-showcase {
    margin-bottom: 80px;
  }
  .dribbble-showcase ul li {
    width: 25%;
  }
  .dribbble-showcase ul li a .dribbble-info {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .dribbble-showcase ul li a .likes {
    color: #b2b2b2;
   
    font-size: 11px;
    position: absolute;
    left: 13.5%;
    top: 26%;
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .dribbble-showcase ul li a h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    width: 72.5%;
    position: absolute;
    left: 13.5%;
    top: 35%;
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .dribbble-showcase ul li a .view-on-dribbble {
    font-size: 12px;
    
    color: #ef4035;
    bottom: 11%;
    left: 13.5%;
    position: absolute;
    padding-right: 28px;
    background: url('../img/view-dribbble.html') no-repeat right center;
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .dribbble-showcase ul li a:hover .dribbble-info {
    opacity: 1;
    transition-property: all;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  }
  .dribbble-showcase ul li a:hover .dribbble-info .likes {
    transform: translate(0, -20px);
  }
  .dribbble-showcase ul li a:hover .dribbble-info h4 {
    transform: translate(0, -20px);
  }
  .dribbble-showcase ul li a:hover .dribbble-info .view-on-dribbble {
    transform: translate(0, -10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1119px) {
  .dribbble-showcase ul li {
    width: 25%;
  }
  .dribbble-showcase ul li h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .dribbble-showcase ul li {
    width: 25%;
  }
  .dribbble-showcase ul li h4 {
    font-size: 21px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1500px) {
  .dribbble-showcase ul li {
    width: 20%;
  }
  .dribbble-showcase ul li h4 {
    font-size: 21px;
    line-height: 24px;
  }
}
.newsletter-signup-form {
  border-top: 1px solid #e3e3e3;
}
.newsletter-signup-form .title-desc {
  width: 40%;
  float: left;
  overflow: hidden;
  margin: 50px 0;
}
.newsletter-signup-form .title-desc h5 {
  color: #212121;
  width: 79%;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;

}
.newsletter-signup-form .title-desc p {
  color: #8f8f8f;
  font-size: 15px;
  line-height: 30px;
 
  font-style: italic;
}
.newsletter-signup-form form {
  width: 57%;
  float: right;
  overflow: hidden;
  margin-top: 65px;
}
.newsletter-signup-form form .email {
  width: 60%;
  float: left;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  height: 55px;
  padding-left: 20px;
  font-style: 13px;
 
}
.newsletter-signup-form form .email.error {
  border-top: 1px solid #ef4135;
  border-left: 1px solid #ef4135;
  border-bottom: 1px solid #ef4135;
}
.newsletter-signup-form form .sign-up {
  width: 24%;
  background-color: #ef4135;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 55px;
  height: 55px;
  text-transform: uppercase;
  transition-property: all;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-timing-function: ease-in-out;
}
.newsletter-signup-form form .sign-up:hover {
  background-color: #232328;
}
.newsletter-signup-form form .error-message {
  float: left;
  width: 100%;
  color: #ef4135;
  font-size: 14px;
  padding: 5px 0;
}
.newsletter-signup-form form p.pledge {
  font-size: 14px;
  color: #a6a6a6;
  
  font-style: italic;
  text-align: center;
  float: left;
  width: 84%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.newsletter-signup-form form p.pledge .heart {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url('../img/heart.html') no-repeat center center;
}
@media only screen and (min-width: 0) and (max-width: 640px) {
  .newsletter-signup-form .title-desc {
    width: 100%;
    margin-bottom: 0;
  }
  .newsletter-signup-form form {
    width: 100%;
    float: right;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .newsletter-signup-form form .email {
    width: 76%;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-signup-form .title-desc h5 {
    padding-left: 21%;
  }
  .newsletter-signup-form .title-desc p {
    padding-left: 21%;
    background: url(../img/newsletter-arrow.html) no-repeat 28px center;
  }
}
.cookiebanner {
 
  font-weight: 300;
  font-style: italic;
  width: 250px !important;
  height: 144px !important;
  bottom: 22px !important;
  right: 16px !important;
  left: auto !important;
  color: #a3a3a3 !important;
  line-height: 16px !important;
  padding: 17px 10px 22px !important;
  text-align: center;
}
.cookiebanner span {
  display: inline-block;
  line-height: 16px;
}
.cookiebanner .inner {
  display: inline-block;
}
.cookiebanner .inner span:nth-child(2) {
  display: none;
}
.cookiebanner .msg-wrapper {
  width: 190px;
  margin: 0 19px 22px 19px;
  font-size: 10px !important;
}
.cookiebanner .cookiebanner-close {
  width: 100%;
  float: left;
  background-color: #d83b30;
  text-align: center;
  color: #fff;
  line-height: 45px;
  
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
}
.c {
  float: left;
  overflow: hidden;
}
.c.c1 {
  width: 4.167%;
}
.c.c2 {
  width: 8.333%;
}
.c.c3 {
  width: 12.5%;
}
.c.c4 {
  width: 16.667%;
}
.c.c5 {
  width: 20.833%;
}
.c.c6 {
  width: 25%;
}
.c.c7 {
  width: 29.167%;
}
.c.c8 {
  width: 33.333%;
}
.c.c9 {
  width: 37.5%;
}
.c.c10 {
  width: 41.667%;
}
.c.c11 {
  width: 45.833%;
}
.c.c12 {
  width: 50%;
}
.c.c13 {
  width: 54.167%;
}
.c.c14 {
  width: 58.333%;
}
.c.c15 {
  width: 62.5%;
}
.c.c16 {
  width: 66.667%;
}
.c.c17 {
  width: 70.833%;
}
.c.c18 {
  width: 75%;
}
.c.c19 {
  width: 79.167%;
}
.c.c20 {
  width: 83.333%;
}
.c.c21 {
  width: 87.5%;
}
.c.c22 {
  width: 91.667%;
}
.c.c23 {
  width: 95.833%;
}
.c.c24 {
  width: 100%;
}
.social-wrapper-two {
  display: block;
  overflow: hidden;
  float: none;
}
.social-wrapper-two .social {
  margin-bottom: 0;
}
.social-wrapper-two .social li {
  width: 12.5%;
  height: 128px;
  float: left;
  display: block;
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.social-wrapper-two .social li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.social-wrapper-two .social li a.fb:before {
  background-position: 0 0;
}
.social-wrapper-two .social li a.fb:hover {
  background-color: #3b5999;
}
.social-wrapper-two .social li a.fb:hover:before {
  background-position: 0 -36px;
}
.social-wrapper-two .social li a.tw:before {
  background-position: -36px 0;
}
.social-wrapper-two .social li a.tw:hover {
  background-color: #29c5f6;
}
.social-wrapper-two .social li a.tw:hover:before {
  background-position: -36px -36px;
}
.social-wrapper-two .social li a.be:before {
  background-position: -72px 0;
}
.social-wrapper-two .social li a.be:hover {
  background-color: #1478ff;
}
.social-wrapper-two .social li a.be:hover:before {
  background-position: -72px -36px;
}
.social-wrapper-two .social li a.ln:before {
  background-position: -144px 0;
}
.social-wrapper-two .social li a.ln:hover {
  background-color: #0082ca;
}
.social-wrapper-two .social li a.ln:hover:before {
  background-position: -144px -36px;
}
.social-wrapper-two .social li a.thumblr:before {
  background-position: -108px 0;
}
.social-wrapper-two .social li a.thumblr:hover {
  background-color: #2c4762;
}
.social-wrapper-two .social li a.thumblr:hover:before {
  background-position: -108px -36px;
}
.social-wrapper-two .social li a.gplus:before {
  background-position: -180px 0;
}
.social-wrapper-two .social li a.gplus:hover {
  background-color: #d84938;
}
.social-wrapper-two .social li a.gplus:hover:before {
  background-position: -180px -36px;
}
.social-wrapper-two .social li a.pin:before {
  background-position: -216px 0;
}
.social-wrapper-two .social li a.pin:hover {
  background-color: #c61118;
}
.social-wrapper-two .social li a.pin:hover:before {
  background-position: -216px -36px;
}
.social-wrapper-two .social li a.dribbble:before {
  background-position: -252px 0;
}
.social-wrapper-two .social li a.dribbble:hover {
  background-color: #ef4035;
}
.social-wrapper-two .social li a.dribbble:hover:before {
  background-position: -252px -36px;
}
.social-wrapper-two .social li a:before {
  width: 36px;
  height: 36px;
  float: left;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -18px;
  background: url('../img/social-v2.html') no-repeat;
}
@media (max-width: 767px) {
  .social-wrapper-two .social li {
    width: 25%;
  }
}
.legal-info-v2 {
  width: 100%;
  overflow: hidden;
  padding: 62px 0;
  background-color: #fafafa;
}
.legal-info-v2 > div:nth-child(1) {
  margin-left: 12.5%;
}
.legal-info-v2 > div:nth-child(2) {
  margin-left: 4.167%;
}
.legal-info-v2 .heading {
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.legal-info-v2 .address {
  font-size: 12px;
  text-transform: uppercase;
  color: #595959;
  line-height: 32px;
  margin-bottom: 10px;
}
.legal-info-v2 .contact-info > * {
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #595959;
}
.legal-info-v2 .contact-info .fax {
  font-weight: 400;
  margin-right: 4px;
}
.legal-info-v2 > * > * {
  width: 100%;
  float: left;
}
.legal-info-v2 > * > * > * {
  width: 100%;
  float: left;
}
.legal-info-v2 p {
  font-size: 12px;
  line-height: 20px;
  color: #595959;
  padding-top: 40px;
}
.legal-info-v2 p.decoration {
  background: url('../img/legal-info-decoration.html') no-repeat left 20px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .legal-info-v2 {
    width: 100%;
    overflow: hidden;
    padding: 62px 0;
  }
  .legal-info-v2 > div {
    width: 90% !important;
    margin-left: 5%;
  }
  .legal-info-v2 > div:nth-child(1) {
    margin-left: 5%;
  }
  .legal-info-v2 > div:nth-child(2) {
    margin-left: 5%;
  }
}
.locations-map-v2 {
  width: 100%;
  overflow: hidden;
  display: none;
}
.locations-map-v2 .location .location-box {
  float: left;
  width: 25%;
  cursor: pointer;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 45px 70px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.locations-map-v2 .location .location-box .location {
  width: 100%;
  float: left;
  padding-left: 40px;
  margin-bottom: 16px;
  background: url('../img/pin-v2.html') no-repeat left 10px;
}
.locations-map-v2 .location .location-box .location > * {
  width: 100%;
  float: left;
}
.locations-map-v2 .location .location-box .location .city {
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #474747;
  font-weight: 700;
}
.locations-map-v2 .location .location-box .location .address {
  font-size: 12px;
  text-transform: uppercase;
  color: #595959;
  line-height: 18px;
}
.locations-map-v2 .location .location-box .contact-details {
  padding-left: 40px;
}
.locations-map-v2 .location .location-box .contact-details li {
  width: 100%;
  float: left;
  color: #595959;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
}
.locations-map-v2 .location .location-box .contact-details li a {
  color: #595959;
}
.locations-map-v2 .location .location-box.current {
  background-color: #28282e;
}
.locations-map-v2 .location .location-box.current .city {
  color: #fff;
}
.locations-map-v2 .location .location-box.current .address {
  color: #76767b;
}
.locations-map-v2 .location .location-box.current .contact-details > * {
  color: #c9c9c9;
}
.locations-map-v2 .location .location-box.current .contact-details > * > * {
  color: #c9c9c9;
}
@media only screen and (min-width: 1024px) {
  .locations-map-v2 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .locations-map-v2 .location .location-box {
    padding-left: 0;
  }
  .locations-map-v2 .location .location-box .location {
    background-position: 15px 10px;
  }
}
.contact-form-v2 {
  padding: 216px 0 130px;
  background-color: #fafafa;
}
.contact-form-v2 .take-me {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  line-height: 38px;
  font-size: 13px;
  margin-bottom: 30px;
  color: #8f8f8f;
  height: 38px;
  overflow: hidden;
 
}
.contact-form-v2 .take-me span {
  float: left;
  font-style: italic;
}
.contact-form-v2 .take-me a {
  font-size: 17px;
  color: #f14b2a;
  margin-left: 15px;
  border-bottom: 3px solid #e6e6e6;
  line-height: 35px;
  display: block;
  width: auto;
  float: left;
}
.contact-form-v2 input[type=checkbox].css-checkbox {
  display: none;
}
.contact-form-v2 input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 40px;
  height: 27px;
  display: inline-block;
  line-height: 27px;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.contact-form-v2 input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -27px;
}
.contact-form-v2 label.css-label {
  font-size: 14px;
  color: #a6a6a6;
  background-image: url('../img/newsletter-cb.html');
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-form-v2 fieldset:nth-child(3) span {
  font-style: italic;
  color: #a6a6a6;
}
.contact-form-v2 fieldset textarea {
  min-height: 130px;
}
.contact-form-v2 > div:nth-child(1) {
  margin-left: 25%;
}
.contact-form-v2 > div:nth-child(1) h1 {
  margin-top: 0;
}
.contact-form-v2 > div:nth-child(1) p {
  font-size: 17px;
  line-height: 34px;
  color: #a4a4a4;
 
}
.contact-form-v2 > div:nth-child(2) {
  margin-left: 4.167%;
}
.contact-form-v2 > div h1 {
  font-size: 68px;
  color: #28282e;
  text-align: left;
}
@media only screen and (min-width: 1025px) and (max-width: 1570px) {
  .contact-form-v2 > .c {
    margin: 0;
  }
  .contact-form-v2 > .c:nth-child(1) {
    width: 30%;
    margin-left: 10%;
  }
  .contact-form-v2 > .c:nth-child(2) {
    width: 50%;
  }
  .newsletter-big-v2 > .c {
    margin: 0;
  }
  .newsletter-big-v2 > .c:nth-child(1) {
    width: 30%;
    margin-left: 10%;
  }
  .newsletter-big-v2 > .c:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-form-v2 {
    padding-top: 100px;
    float: none;
  }
  .contact-form-v2 > div h1 {
    font-size: 36px;
  }
  .contact-form-v2 > div {
    width: 80% !important;
    margin-left: 10% !important;
  }
  .contact-form-v2 > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .contact-form-v2 .take-me span {
    float: left;
    font-style: italic;
  }
  .contact-form-v2 .take-me a {
    font-size: 14px;
  }
}
.newsletter-big-v2 {
  border-top: 1px solid #e2e2e2;
  background-color: #f7f7f7;
  padding: 95px 0 120px;
}
.newsletter-big-v2 > div > * {
  float: left;
}
.newsletter-big-v2 > div:nth-child(1) {
  margin-left: 20.833%;
}
.newsletter-big-v2 > div:nth-child(1) h4 {
  font-size: 28px;
  line-height: 29px;
  color: #212121;
  text-transform: uppercase;
  font-weight: 700;
 
  margin-left: 80px;
  margin-bottom: 25px;
}
.newsletter-big-v2 > div:nth-child(1) ul li {
  padding-left: 80px;
  padding: 16px 0 16px 80px;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  background: url('../img/newsletter-arrow.html') no-repeat 0 center;
  
}
.newsletter-big-v2 > div:nth-child(2) {
  margin-left: 4.167%;
  margin-top: 95px;
}
.newsletter-big-v2 > div:nth-child(2) form {
  float: left;
}
.newsletter-big-v2 > div:nth-child(2) form > * {
  float: left;
  height: 55px;
}
.newsletter-big-v2 > div:nth-child(2) form .email {
  width: 70%;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
  border: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  padding-left: 20px;
}
.newsletter-big-v2 > div:nth-child(2) form .button {
  width: 30%;
  background-color: #ef4135;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-timing-function: ease-in-out;
}
.newsletter-big-v2 > div:nth-child(2) form .button:hover {
  background-color: #232328;
}
.newsletter-big-v2 > div:nth-child(2) form p {
  font-size: 14px;
  color: #a6a6a6;
 
  font-style: italic;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.newsletter-big-v2 > div:nth-child(2) form p .heart {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background: url('../img/heart.html') no-repeat center center;
}
@media only screen and (max-width: 1024px) {
  .newsletter-big-v2 {
    padding-bottom: 50px;
  }
  .newsletter-big-v2 > div:nth-child(1) {
    width: 80%;
    margin-left: 10%;
  }
  .newsletter-big-v2 > div:nth-child(1) h4 {
    width: 100%;
    margin-left: 0;
  }
  .newsletter-big-v2 > div:nth-child(2) {
    width: 90%;
    margin-left: 5%;
    margin-top: 40px;
  }
}
h5.project-form-sub-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #595959;
  margin-bottom: 18px;
  font-weight: 700;
 
}
.project-form-v2 label .optional {
  font-weight: 700;
}
.project-form-v2 label .important {
  color: #f14b2a !important;
  font-size: 17px;
 
}
.project-form-v2 .brief-submit {
  margin-top: 10px;
}
.project-form-v2 textarea {
  min-height: 110px !important;
}
.career-post-temp-fix h3.box-title {
  padding-bottom: 15px;
  padding-top: 30px;
}
@media only screen and (min-width: 1025px) and (max-width: 1570px) {
  .newsletter-big-v2 > div {
    margin-left: 0;
    margin-right: 0;
  }
  .newsletter-big-v2 > div:nth-child(1) {
    width: 30%;
    margin-left: 10%;
  }
  .newsletter-big-v2 > div:nth-child(2) {
    width: 50% ;
  }
}
.overlay {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
  display: none;
}
.overlay .close {
  width: 70px;
  height: 70px;
  display: block;
  background: #28282e;
  position: relative;
  margin: 100px auto 80px auto;
  float: none;
  opacity: 1;
}
.overlay .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  margin-left: -12px;
}
.overlay .close svg rect {
  fill: #5e5e65;
  transition-property: fill;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-timing-function: ease-in;
}
.overlay .close:hover {
  background: #EF4035;
}
.overlay .close:hover svg rect {
  fill: #ffffff;
}
.overlay h1 {
  
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 53px;
}
.overlay h2 {
  
  color: #b9b9b9;
  font-size: 19px;
  text-align: center;
  font-weight: 400;
  line-height: 28px;
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 27px;
}
.overlay h2:after {
  width: 84px;
  height: 3px;
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -42px;
  background-color: #ef4135;
  margin-top: 35px;
}
.overlay h3 {
  line-height: 66px;
  font-size: 12px;
  font-weight: 400;
  color: #b9b9b9;
  text-align: center;
  letter-spacing: 4px;
}
.overlay ul {
  width: 100%;
  max-width: 746px;
  margin-left: auto!important;
  margin-right: auto!important;
  background: #fff;
}
.overlay ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .overlay ul {
  height: 1px;
}
.overlay ul li {
 
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #474747;
}
.overlay ul.share {
  display: table;
}
.overlay ul.share li {
  display: table-cell;
  vertical-align: middle;
  width: 12.5%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s linear 0;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0;
  transition: all 0.2s linear 0;
}
.overlay ul.share li.facebook a:after {
  background-position: 0 0;
}
.overlay ul.share li.twitter a:after {
  background-position: -36px 0;
}
.overlay ul.share li.behance a:after {
  background-position: -72px 0;
}
.overlay ul.share li.tumblr a:after {
  background-position: -108px 0;
}
.overlay ul.share li.linkedin a:after {
  background-position: -144px 0;
}
.overlay ul.share li.google a:after {
  background-position: -180px 0;
}
.overlay ul.share li.pinterest a:after {
  background-position: -216px 0;
}
.overlay ul.share li.dribbble a:after {
  background-position: -252px 0;
}
.overlay ul.share li:hover.facebook {
  background-color: #3b5999;
}
.overlay ul.share li:hover.facebook a:after {
  background-position: 0 -36px;
}
.overlay ul.share li:hover.twitter {
  background-color: #29c5f6;
}
.overlay ul.share li:hover.twitter a:after {
  background-position: -36px -36px;
}
.overlay ul.share li:hover.behance {
  background-color: #1478ff;
}
.overlay ul.share li:hover.behance a:after {
  background-position: -72px -36px;
}
.overlay ul.share li:hover.tumblr {
  background-color: #0082ca;
}
.overlay ul.share li:hover.tumblr a:after {
  background-position: -108px -36px;
}
.overlay ul.share li:hover.linkedin {
  background-color: #2c4762;
}
.overlay ul.share li:hover.linkedin a:after {
  background-position: -144px -36px;
}
.overlay ul.share li:hover.google {
  background-color: #d84938;
}
.overlay ul.share li:hover.google a:after {
  background-position: -180px -36px;
}
.overlay ul.share li:hover.pinterest {
  background-color: #c61118;
}
.overlay ul.share li:hover.pinterest a:after {
  background-position: -216px -36px;
}
.overlay ul.share li:hover.dribbble {
  background-color: #ef4035;
}
.overlay ul.share li:hover.dribbble a:after {
  background-position: -252px -36px;
}
.overlay ul.share li a {
  display: block;
  width: 100%;
  text-indent: -9999px;
  height: 76px;
  position: relative;
  float: left;
}
.overlay ul.share li a:after {
  display: block;
  content: '';
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background: url('../img/social-v2.html') no-repeat;
}
.overlay ul.categories li {
  float: left;
  width: 33.3333333333%;
  text-align: center;
  border: #e3e3e3 1px solid;
  border-right: none;
  border-top: none;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
  transition-property: all;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-timing-function: ease-in;
}
.overlay ul.categories li:hover {
  border-color: #28282e;
}
.overlay ul.categories li a {
  color: #474747;
  display: block;
  padding: 50px 10px;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.overlay ul.categories li a:hover {
  background: #28282e;
  color: #fff;
}
.overlay.categories a.close {
  margin-bottom: 0;
}
.overlay.categories h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .overlay h1 {
    font-size: 40px;
  }
  .overlay h2 {
    font-size: 18px;
  }
  .overlay ul.share {
    display: block;
  }
  .overlay ul.share li {
    display: block;
    width: 100%;
    background-position: 20px center;
    text-align: left;
    padding: 0 ;
    font-size: 22px;
    box-sizing: border-box;
  }
  .overlay ul.share li + li {
    border-top: #ebe9e8 1px solid;
  }
  .overlay ul.categories li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .overlay ul.share li a {
    color: black;
  }
  .overlay ul.categories li {
    width: 100%;
  }
}
