@charset "UTF-8";
/**
 * Created by s.ladutsko on 2/17/2015.
 */
.sequence lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes seq-preloader{ 50% { opacity: 1; } 100% { opacity: 0; }}
@-moz-keyframes seq-preloader{ 50% { opacity: 1; } 100% { opacity: 0; }}
@-o-keyframes seq-preloader{ 50% { opacity: 1; } 100% { opacity: 0; }}
@keyframes seq-preloader{ 50% { opacity: 1; } 100% { opacity: 0; }}
[not-existing] {
  zoom: 1;
}
/* Mixins */
/* Fonts */
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont.eot');
  src: url('../fonts/apexnewbookwebfont.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont.woff2') format('woff2'), url('../fonts/apexnewbookwebfont.woff') format('woff'), url('../fonts/apexnewbookwebfont.ttf') format('truetype'), url('../fonts/apexnewbookwebfont.svg#apex_newheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont_italic.eot');
  src: url('../fonts/apexnewbookwebfont_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont_italic.woff2') format('woff2'), url('../fonts/apexnewbookwebfont_italic.woff') format('woff'), url('../fonts/apexnewbookwebfont_italic.ttf') format('truetype'), url('../fonts/apexnewbookwebfont_italic.svg#apex_newheavy') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont_medium.eot');
  src: url('../fonts/apexnewbookwebfont_medium.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont_medium.woff2') format('woff2'), url('../fonts/apexnewbookwebfont_medium.woff') format('woff'), url('../fonts/apexnewbookwebfont_medium.ttf') format('truetype'), url('../fonts/apexnewbookwebfont_medium.svg#apex_newheavy') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont_medium_italic.eot');
  src: url('../fonts/apexnewbookwebfont_medium_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont_medium_italic.woff2') format('woff2'), url('../fonts/apexnewbookwebfont_medium_italic.woff') format('woff'), url('../fonts/apexnewbookwebfont_medium_italic.ttf') format('truetype'), url('../fonts/apexnewbookwebfont_medium_italic.svg#apex_newheavy') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont_light.eot');
  src: url('../fonts/apexnewbookwebfont_light.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont_light.woff2') format('woff2'), url('../fonts/apexnewbookwebfont_light.woff') format('woff'), url('../fonts/apexnewbookwebfont_light.ttf') format('truetype'), url('../fonts/apexnewbookwebfont_light.svg#apex_newheavy') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont_light_italic.eot');
  src: url('../fonts/apexnewbookwebfont_light_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont_light_italic.woff2') format('woff2'), url('../fonts/apexnewbookwebfont_light_italic.woff') format('woff'), url('../fonts/apexnewbookwebfont_light_italic.ttf') format('truetype'), url('../fonts/apexnewbookwebfont_light_italic.svg#apex_newheavy') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'pfd';
  src: url('../fonts/pfdintextcomppro_light_italic.eot');
  src: url('../fonts/pfdintextcomppro_light_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcomppro_light_italic.woff2') format('woff2'), url('../fonts/pfdintextcomppro_light_italic.woff') format('woff'), url('../fonts/pfdintextcomppro_light_italic.ttf') format('truetype'), url('../fonts/pfdintextcomppro_light_italic.svg#apex_newheavy') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'pfd';
  src: url('../fonts/pfdintextcomppro_thin.eot');
  src: url('../fonts/pfdintextcomppro_thin.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcomppro_thin.woff2') format('woff2'), url('../fonts/pfdintextcomppro_thin.woff') format('woff'), url('../fonts/pfdintextcomppro_thin.ttf') format('truetype'), url('../fonts/pfdintextcomppro_thin.svg#apex_newheavy') format('svg');
  font-weight: 100;
  font-style: normal;
}
.clr-padding {
  padding: 0 !important;
}
.b-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* Global */
html,
body {
  height: 100%;
}
body {
  min-width: 320px;
  font-family: 'apex', sans-serif;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
a,
a:focus,
a:active,
a:hover {
  outline: 0 none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img.parallax-slider {
  max-height: none;
  max-width: none;
}
section {
  border-top: 1px solid transparent;
}
h2 {
  font-size: 72px;
  font-weight: 600;
}
@media (max-width: 919px) {
  h2 {
    font-size: 55px;
  }
}
@media (max-width: 399px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-weight: 100;
  font-size: 32px;
}
h5 {
  font-size: 24px;
  font-weight: 600;
}
h6 {
  font-size: 15px;
  font-weight: normal;
}
hr {
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ViYTgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNlYmE4M2UiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -moz-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -o-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: linear-gradient(to right, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  border-top: 1px dashed #f6ad7f;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 8px 0 #ffffff;
  -moz-box-shadow: inset 0 8px 0 #ffffff;
  box-shadow: inset 0 8px 0 #ffffff;
  margin: 55px 0 70px;
}
p {
  margin: 0 0 21px;
}
@media all and (min-width: 920px) {
  .mb-home {
    display: none !important;
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .row {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: auto;
  }
}
@media (max-width: 919px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: -22px;
    margin-right: -22px;
  }
}
.main-content {
  padding-top: 72px;
}
/* Search */
#search-form {
  display: inline-block;
  margin-top: 18px;
  margin-right: 90px;
  float: right;
  position: relative;
}
@media (max-width: 919px) {
  #search-form {
    width: 100%;
    margin: 0;
    padding: 10px;
    float: none;
  }
}
.e-search {
  height: 35px;
  display: inline-block;
  position: relative;
}
@media (max-width: 919px) {
  .e-search {
    display: block;
    padding: 0 10px;
  }
}
.e-search .search-icon {
  width: 25px;
  height: 25px;
  display: none;
  background: url('../img/sprite-for-header.png') no-repeat -86px -37px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 919px) {
  .e-search .search-icon {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.e-search label {
  margin: 0;
  padding: 0;
  display: block;
}
.e-search label:after {
  content: " ";
  width: 0;
  height: 7px;
  margin-top: -6px;
  margin-left: -4px;
  display: block;
  opacity: 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #f49358;
  -webkit-transition: width 500ms ease, opacity 250ms ease;
  -moz-transition: width 500ms ease, opacity 250ms ease;
  -o-transition: width 500ms ease, opacity 250ms ease;
  transition: width 500ms ease, opacity 250ms ease;
}
@media (max-width: 919px) {
  .e-search label:after {
    -lh-property: 0;
width:-webkit-calc(100% + 4px);
width:-moz-calc(100% + 4px);
width:calc(100% + 4px);
;
    padding: 0;
    border-width: 0 1px 1px 1px;
    border-color: #ffffff;
    opacity: 1;
  }
}
.e-search label .search-icon {
  display: block;
}
.e-search input {
  width: 0;
  padding: 0 40px 0 0;
  font: 16px apex;
  -webkit-transition: width 500ms ease;
  -moz-transition: width 500ms ease;
  -o-transition: width 500ms ease;
  transition: width 500ms ease;
  color: #f49358;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.e-search input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.e-search input::-webkit-input-placeholder {
  font: 16px apex;
  line-height: 34px;
  color: #f49358 !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input:-moz-placeholder {
  font: 16px apex;
  line-height: 34px;
  color: #f49358 !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input::-moz-placeholder {
  font: 16px apex;
  line-height: 34px;
  color: #f49358 !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input:-ms-input-placeholder {
  font: 16px apex;
  line-height: 34px;
  color: #f49358 !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input:focus::-webkit-input-placeholder {
  font: 16px apex;
  color: #f49358 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input:focus:-moz-placeholder {
  font: 16px apex;
  color: #f49358 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input:focus::-moz-placeholder {
  font: 16px apex;
  color: #f49358 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.e-search input:focus:-ms-input-placeholder {
  font: 16px apex;
  color: #f49358 !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 919px) {
  .e-search input {
    width: 100%;
    padding: 0;
    color: #ffffff;
  }
  .e-search input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: normal;
    color: #ffffff !important;
  }
  .e-search input:-moz-placeholder {
    font-size: 18px;
    line-height: normal;
    color: #ffffff !important;
  }
  .e-search input::-moz-placeholder {
    font-size: 18px;
    line-height: normal;
    color: #ffffff !important;
  }
  .e-search input:-ms-input-placeholder {
    font-size: 18px;
    line-height: normal;
    color: #ffffff !important;
  }
  .e-search input:focus::-webkit-input-placeholder {
    font-size: 18px;
    color: #ffffff !important;
  }
  .e-search input:focus:-moz-placeholder {
    font-size: 18px;
    color: #ffffff !important;
  }
  .e-search input:focus::-moz-placeholder {
    font-size: 18px;
    color: #ffffff !important;
  }
  .e-search input:focus:-ms-input-placeholder {
    font-size: 18px;
    color: #ffffff !important;
  }
}
.e-search.active label .search-icon {
  display: none;
}
.e-search.active label:after {
  width: 100%;
  opacity: 1;
}
.e-search.active .search-icon {
  display: block;
}
.e-search.active input {
  width: 100%;
}
@media (max-width: 1024px) {
  .e-search.active input {
    width: 165px;
  }
}
#search-icon {
  width: 35px;
  height: 35px;
  display: block;
  background: url('../img/sprite-for-header.png') no-repeat -82px -32px;
  position: absolute;
  bottom: 15px;
  right: 117px;
  cursor: pointer;
}
@media (min-width: 920px) {
  #search-icon {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* /Search */
.admin-bar .navbar-fixed-top {
  top: 32px;
}
html[lang="en"] .b-do-this h4 {
  word-break: normal;
}
#container__b-lang-sel {
  position: relative;
  background-color: #f8f8f8;
}
.navbar-fixed-top {
  min-width: 320px;
  border-bottom-width: 0;
  border-bottom-color: transparent;
  font-size: 16px;
}
.navbar-fixed-top .navbar-toggle {
  float: left;
  border: 0 none;
  padding: 23px 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background: #f36f21;
  opacity: .85;
}
@media (max-width: 919px) {
  .navbar-fixed-top .navbar-toggle {
    display: block;
  }
}
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 33px;
  height: 4px;
  border-radius: 3px;
}
.navbar-fixed-top .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-fixed-top .navbar-toggle.collapsed {
  background: transparent;
}
.navbar-fixed-top .navbar-toggle.collapsed .icon-bar {
  background-color: #f36f21;
}
.navbar-fixed-top .navbar-toggle.collapsed:hover,
.navbar-fixed-top .navbar-toggle.collapsed:focus {
  background-color: transparent;
}
.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
  background-color: #f36f21;
  opacity: 1;
}
.navbar-fixed-top .navbar-brand {
  height: 68px;
  padding: 24px 15px;
}
.navbar-fixed-top .navbar-nav > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .navbar-fixed-top .navbar-nav {
    margin-left: 5%;
  }
}
@media (max-width: 919px) {
  .navbar-fixed-top .navbar-brand {
    margin-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top .navbar-brand {
    display: none;
  }
}
.navbar-fixed-top ul li a {
  text-transform: uppercase;
}
.navbar-fixed-top .nav-bottom-line {
  height: 4px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ViYTgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNlYmE4M2UiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -moz-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -o-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: linear-gradient(to right, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
}
@media (max-width: 919px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}
.b-logo {
  display: block;
  background: url('../img/logo_desktop.svg') 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-width: 140px;
}
@media (max-width: 919px) {
  .mobile-mail {
    display: block;
    position: absolute;
    right: 75px;
    top: 15px;
    width: 36px;
    height: 33px;
    background: url('../img/icon_mail.png') 0 -37px no-repeat;
    background-size: 36px 66px;
  }
  .mobile-mail:hover,
  .mobile-mail:focus,
  .mobile-mail:active {
    background-position: 0 0;
  }
  .mobile-mail a {
    width: 100%;
    height: 100%;
    display: block;
  }
}
/* Header menu */
#menu-main-menu,
#menu-main-menu-de,
#menu-main-menu-jp,
#menu-main-menu-ru {
  z-index: 10;
  position: relative;
}
@media (max-width: 919px) {
  #menu-main-menu,
  #menu-main-menu-de,
  #menu-main-menu-jp,
  #menu-main-menu-ru {
    display: none;
  }
}
#menu-main-menu .sub-menu,
#menu-main-menu-de .sub-menu,
#menu-main-menu-jp .sub-menu,
#menu-main-menu-ru .sub-menu {
  padding: 20px;
  margin-top: -16px;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  color: #5a5a5a;
  line-height: 36px;
  list-style: none;
  background: #fff;
  border: 1px solid #f4772e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-main-menu .sub-menu .menu-item,
#menu-main-menu-de .sub-menu .menu-item,
#menu-main-menu-jp .sub-menu .menu-item,
#menu-main-menu-ru .sub-menu .menu-item {
  white-space: nowrap;
}
#menu-main-menu .sub-menu .menu-item a,
#menu-main-menu-de .sub-menu .menu-item a,
#menu-main-menu-jp .sub-menu .menu-item a,
#menu-main-menu-ru .sub-menu .menu-item a {
  display: block;
  background: #fff;
  text-transform: none;
  font: 17px Apex;
  color: #5a5a5a;
  position: relative;
  padding: 11px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#menu-main-menu .sub-menu .menu-item a:hover,
#menu-main-menu-de .sub-menu .menu-item a:hover,
#menu-main-menu-jp .sub-menu .menu-item a:hover,
#menu-main-menu-ru .sub-menu .menu-item a:hover,
#menu-main-menu .sub-menu .menu-item a:active,
#menu-main-menu-de .sub-menu .menu-item a:active,
#menu-main-menu-jp .sub-menu .menu-item a:active,
#menu-main-menu-ru .sub-menu .menu-item a:active,
#menu-main-menu .sub-menu .menu-item a:focus,
#menu-main-menu-de .sub-menu .menu-item a:focus,
#menu-main-menu-jp .sub-menu .menu-item a:focus,
#menu-main-menu-ru .sub-menu .menu-item a:focus {
  text-decoration: none;
}
#menu-main-menu .sub-menu .menu-item a:hover,
#menu-main-menu-de .sub-menu .menu-item a:hover,
#menu-main-menu-jp .sub-menu .menu-item a:hover,
#menu-main-menu-ru .sub-menu .menu-item a:hover {
  color: #f4772e;
  cursor: pointer;
}
#menu-main-menu .sub-menu .menu-item a:hover:before,
#menu-main-menu-de .sub-menu .menu-item a:hover:before,
#menu-main-menu-jp .sub-menu .menu-item a:hover:before,
#menu-main-menu-ru .sub-menu .menu-item a:hover:before {
  background: #f4772e;
}
#menu-main-menu .sub-menu .menu-item a:before,
#menu-main-menu-de .sub-menu .menu-item a:before,
#menu-main-menu-jp .sub-menu .menu-item a:before,
#menu-main-menu-ru .sub-menu .menu-item a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #5a5a5a;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
#menu-main-menu .e-main-menu:hover,
#menu-main-menu-de .e-main-menu:hover,
#menu-main-menu-jp .e-main-menu:hover,
#menu-main-menu-ru .e-main-menu:hover,
#menu-main-menu .e-main-menu.active-main-menu,
#menu-main-menu-de .e-main-menu.active-main-menu,
#menu-main-menu-jp .e-main-menu.active-main-menu,
#menu-main-menu-ru .e-main-menu.active-main-menu {
  color: #f4772e;
}
#menu-main-menu .e-main-menu:hover > a,
#menu-main-menu-de .e-main-menu:hover > a,
#menu-main-menu-jp .e-main-menu:hover > a,
#menu-main-menu-ru .e-main-menu:hover > a,
#menu-main-menu .e-main-menu.active-main-menu > a,
#menu-main-menu-de .e-main-menu.active-main-menu > a,
#menu-main-menu-jp .e-main-menu.active-main-menu > a,
#menu-main-menu-ru .e-main-menu.active-main-menu > a {
  border-left: 1px solid #f4772e;
  border-right: 1px solid #f4772e;
  background: #fff;
  z-index: 10;
  cursor: default;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#menu-main-menu .e-main-menu:hover > a[href*="intetics"],
#menu-main-menu-de .e-main-menu:hover > a[href*="intetics"],
#menu-main-menu-jp .e-main-menu:hover > a[href*="intetics"],
#menu-main-menu-ru .e-main-menu:hover > a[href*="intetics"],
#menu-main-menu .e-main-menu.active-main-menu > a[href*="intetics"],
#menu-main-menu-de .e-main-menu.active-main-menu > a[href*="intetics"],
#menu-main-menu-jp .e-main-menu.active-main-menu > a[href*="intetics"],
#menu-main-menu-ru .e-main-menu.active-main-menu > a[href*="intetics"] {
  cursor: pointer;
}
#menu-main-menu .e-main-menu:hover .sub-menu,
#menu-main-menu-de .e-main-menu:hover .sub-menu,
#menu-main-menu-jp .e-main-menu:hover .sub-menu,
#menu-main-menu-ru .e-main-menu:hover .sub-menu,
#menu-main-menu .e-main-menu.active-main-menu .sub-menu,
#menu-main-menu-de .e-main-menu.active-main-menu .sub-menu,
#menu-main-menu-jp .e-main-menu.active-main-menu .sub-menu,
#menu-main-menu-ru .e-main-menu.active-main-menu .sub-menu {
  margin-top: -1px;
  opacity: 1;
  visibility: visible;
}
/* /Header menu */
/* Mobile menu */
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.icon-bar {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#container__b-lang-sel {
  height: 68px;
}
#desktop-navbar {
  max-height: 72px;
}
.js-nav #nav-open-btn .icon-bar:nth-child(2) {
  margin-top: 7px;
  float: right;
  position: relative;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-nav #nav-open-btn .icon-bar:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 7px;
}
.js-nav #nav-open-btn .icon-bar:nth-child(4) {
  opacity: 0;
}
#main-menu {
  list-style: none;
  padding: 0;
}
#main-menu.nav#main-menu.navbar-nav {
  margin: 0;
  padding: 0;
}
#main-menu .e-main-menu {
  font: 18px apex;
  border-bottom: 1px solid #f9b38b;
}
#main-menu .e-main-menu a {
  display: block;
  color: #fff;
  padding: 10px 55px;
  line-height: 44px;
  position: relative;
  z-index: 8;
}
#main-menu .e-main-menu a:hover,
#main-menu .e-main-menu a:focus,
#main-menu .e-main-menu a:active {
  background: #f28544;
  text-decoration: none;
}
#main-menu .e-main-menu a:before {
  width: 54px;
  height: 47px;
  margin-top: -3px;
  display: block;
  position: absolute;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  left: 3px;
  z-index: 10;
}
#main-menu .e-main-menu:nth-child(1) > a:before {
  content: '';
  background: url('../img/mb_menu_icon.png') no-repeat -21px -7px;
}
#main-menu .e-main-menu:nth-child(2) > a:before {
  content: '';
  background: url('../img/mb_menu_icon.png') no-repeat -26px -82px;
}
#main-menu .e-main-menu:nth-child(3) > a:before {
  content: '';
  background: url('../img/mb_menu_icon.png') no-repeat -26px -168px;
}
#main-menu .e-main-menu:nth-child(4) > a:before {
  content: '';
  background: url('../img/mb_menu_icon.png') no-repeat -26px -252px;
}
#main-menu .e-main-menu:nth-child(5) > a:before {
  content: '';
  background: url('../img/mb_menu_icon.png') no-repeat -26px -344px;
}
#main-menu .e-main-menu:last-of-type {
  border-bottom: none;
}
#main-menu .e-main-menu .sub-menu {
  list-style: none;
  display: none;
  padding: 0;
}
#main-menu .e-main-menu .sub-menu a {
  color: #ffcfb2;
  font: 14px apex;
  line-height: 18px;
}
#main-menu .e-main-menu .sub-menu a:hover {
  color: #ffe3d3;
}
#main-menu .e-main-menu .sub-menu a:before {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.block {
  position: relative;
  margin: 0 auto;
  max-width: 60em;
}
#inner-wrap {
  position: relative;
  width: 100%;
}
#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
  background: #f36f21;
}
#nav .block {
  z-index: 2;
  position: relative;
}
@media (min-width: 919px) {
  #nav {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 919px) {
  #nav {
    position: absolute;
    display: none;
    top: 0;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  .js-ready #nav {
    height: 100%;
    width: 70%;
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
  }
  .csstransforms3d.csstransitions.js-nav #nav {
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    overflow-y: scroll;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap,
  .csstransforms3d.csstransitions.js-ready #desktop-navbar {
    left: 0 !important;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap,
  .csstransforms3d.csstransitions.js-nav #desktop-navbar {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.loaded #nav {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease,-moz-transform 500ms ease,-o-transform 500ms ease,transform 500ms ease;
}
@media (max-width: 919px) {
  .loaded #nav {
    display: block;
  }
}
.loaded.csstransforms3d.csstransitions.js-ready #nav .block {
  -webkit-transition: opacity 300ms 100ms ease, -webkit-transform 500ms ease;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease,-webkit-transform 500ms ease,-moz-transform 500ms ease,-o-transform 500ms ease,transform 500ms ease;
}
.loaded.csstransforms3d.csstransitions.js-ready #inner-wrap,
.loaded.csstransforms3d.csstransitions.js-ready #desktop-navbar {
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease,-moz-transform 500ms ease,-o-transform 500ms ease,transform 500ms ease;
}
/* /Mobile menu */
@media (max-width: 399px) {
  .mobile-mail {
    right: 60px;
  }
  .mobile-mail.show {
    right: 9px;
  }
}
/* Add a.pyrkin 23.03.2015 */
@media (min-width: 769px) {
  .b-logo.hide {
    display: inline-block !important;
  }
}
@media (max-width: 919px) {
  #navbars #search-form {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
#navbars .navbar-nav > li > a {
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background: transparent;
  -webkit-transition: border-right 0.4s linear 0s, background 0.4s linear 0s, border-left 0.4s linear 0s;
  -moz-transition: border-right 0.4s linear 0s, background 0.4s linear 0s, border-left 0.4s linear 0s;
  -o-transition: border-right 0.4s linear 0s, background 0.4s linear 0s, border-left 0.4s linear 0s;
  transition: border-right 0.4s linear 0s, background 0.4s linear 0s, border-left 0.4s linear 0s;
  cursor: default;
}
#navbars .navbar-nav .nav-contact {
  padding: 14px 0;
}
#navbars .navbar-nav .nav-contact a {
  padding: 7px 20px;
  margin-left: 18px;
  margin-top: 3px;
  color: #fe9152;
  background-color: transparent;
  border: 1px solid rgba(254, 145, 82, 0.5);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#navbars .navbar-nav .nav-contact a:hover,
#navbars .navbar-nav .nav-contact a:focus,
#navbars .navbar-nav .nav-contact a:active {
  background: #fe9152;
  color: #fff;
  cursor: pointer;
}
.navbar-collapse.in {
  overflow-y: visible;
}
#container__b-lang-sel .b-lang-sel {
  background: #e87430;
  position: absolute;
  top: 0;
  right: 40px;
  margin: 0 -8px;
}
#container__b-lang-sel .b-lang-sel > .open > a {
  background: #e87430;
}
#container__b-lang-sel .b-lang-sel > .dropdown > a {
  padding-left: 19px;
  padding-right: 19px;
}
#container__b-lang-sel .b-lang-sel > li > a {
  color: white;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li {
  max-width: 68px;
  max-height: 68px;
  border: 0;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li:before {
  content: none !important;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li a {
  display: block;
  padding: 24px 17px;
  color: #fff;
  border: 0;
  background: transparent;
  font: 16px apex;
  line-height: 20px;
  text-align: center;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li a.ang_sel_sel {
  background: none;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li .lang_sel_sel:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  content: ' ';
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li ul {
  width: 100%;
  top: 71px;
  border: 0;
  height: auto;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 5px 0 !important;
  background-color: #fff;
  position: absolute;
  display: none;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li ul.active {
  display: block;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li ul li {
  width: 100%;
  float: none;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li ul li a {
  padding: 3px 0;
  color: #333;
  font-size: 14px;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li ul li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
#container__b-lang-sel .b-lang-sel .language-switcher ul li ul li .icl_lang_sel_translated {
  display: none;
}
@media (min-width: 640px) {
  #container__b-lang-sel .b-lang-sel .language-switcher > ul > li > a {
    color: #f49358;
    border-width: 0 1px;
    border-style: solid;
    border-color: #f49358;
    background: #f8f8f8;
  }
}
#container__b-lang-sel .b-lang-sel .dropdown-menu {
  min-width: 68px;
  border: 0 none;
}
#container__b-lang-sel .b-lang-sel .dropdown-menu > li > a {
  padding: 3px 0;
  text-align: center;
}
@media (max-width: 919px) {
  #container__b-lang-sel {
    padding-left: 0;
  }
  #container__b-lang-sel .b-lang-sel {
    display: none;
    right: 10px;
    background: transparent;
  }
  #container__b-lang-sel .b-lang-sel .dropdown .language-switcher ul li a {
    padding: 24px 16px;
    color: #f36f21;
  }
  #container__b-lang-sel .b-lang-sel .dropdown .language-switcher ul li ul {
    top: 68px;
  }
  #container__b-lang-sel .b-lang-sel .dropdown .language-switcher ul li ul li a {
    padding: 5px 0;
  }
  #container__b-lang-sel .b-lang-sel > .open > a {
    background: transparent;
  }
  .navbar-nav .open .dropdown-menu {
    background: #fff;
  }
}
@media (min-width: 400px) {
  #container__b-lang-sel .b-lang-sel {
    display: block !important;
  }
}
@media (max-width: 399px) {
  #container__b-lang-sel .b-lang-sel .dropdown .language-switcher ul li {
    width: auto;
  }
  #container__b-lang-sel .b-lang-sel .dropdown .language-switcher ul li a {
    padding: 24px 14px;
  }
  #container__b-lang-sel .b-lang-sel .dropdown-menu {
    min-width: 40px;
  }
  .navbar-fixed-top .navbar-brand {
    margin-left: 0;
  }
}
/* Button back to top */
.scroll-back-to-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 500;
  font: 15px apex, sans-serif;
  line-height: 30px !important;
  background-color: #ffffff;
  width: 63px;
  height: 61px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-in-out, border 250ms ease;
  -moz-transition: all 0.5s ease-in-out, border 250ms ease;
  -o-transition: all 0.5s ease-in-out, border 250ms ease;
  transition: all 0.5s ease-in-out, border 250ms ease;
  color: #fe9152;
  border: 1px solid transparent;
}
@media (max-width: 919px) {
  .scroll-back-to-top-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.scroll-back-to-top-wrapper:hover {
  background-color: #ffede2;
  color: #f47a21;
}
.scroll-back-to-top-wrapper .scroll-back-to-top-inner {
  font: 15px apex, sans-serif;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
.scroll-back-to-top-wrapper .scroll-back-to-top-inner:before {
  content: '';
  width: 100%;
  height: 28px;
  display: block;
  opacity: 0;
  visibility: hidden;
  background: url('../img/arrow-down.png') no-repeat 25px 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-back-to-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
  text-align: center;
  border: 1px solid #fe9152;
  -webkit-transition: border 250ms ease, background 250ms ease;
  -moz-transition: border 250ms ease, background 250ms ease;
  -o-transition: border 250ms ease, background 250ms ease;
  transition: border 250ms ease, background 250ms ease;
}
.scroll-back-to-top-wrapper.show:hover {
  border-color: transparent;
}
.scroll-back-to-top-wrapper.show span:before {
  visibility: visible;
  opacity: 1.0;
}
#outer-wrap.de .scroll-back-to-top-wrapper.show span:before {
  height: 22px;
}
#outer-wrap.de .scroll-back-to-top-wrapper.show span:after {
  content: 'Nach oben scrollen';
  font-size: 12px;
}
/* /Button back to top */
/* Error message */
#error-message {
  display: none;
  color: #f00;
  font-size: 18px;
  text-align: center;
}
#error-message .not-valid-message,
#error-message .empty-message {
  display: none;
}
#error-message.not-valid {
  display: block;
}
#error-message.not-valid .not-valid-message {
  display: block;
}
#error-message.empty {
  display: block;
}
#error-message.empty .empty-message {
  display: block;
}
#navbars #error-message {
  max-width: 200px;
  font-size: 11px;
}
#nav #error-message {
  color: white;
  text-align: right;
  font-size: 16px;
}
/* /Error message */
/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}
.preloader h4 {
  position: fixed;
  bottom: 2%;
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: 'apex', sans-serif;
  text-decoration: none !important;
  width: 100%;
  z-index: 1051;
}
.preloader h4:first-letter {
  text-transform: uppercase;
}
.preloader .loader {
  position: relative;
  z-index: 1051;
  top: 50%;
  margin: -17px auto 0;
  width: 80px;
  text-align: center;
}
.preloader .loader > div {
  display: inline-block;
  margin: 5px 0;
  position: relative;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #e87430;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -o-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.preloader .loader > div:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -6px;
  height: 0;
  width: 0;
  border-bottom: 8px solid #e87430;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.preloader .loader > div:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #e87430;
  border-left: 10px solid transparent;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.preloader .loader .bounce1 {
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  -o-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.preloader .loader .bounce2 {
  -webkit-animation-delay: 0.16s;
  -moz-animation-delay: 0.16s;
  -o-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.preloader .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 1050;
}
.preloader .loader-section.section-left {
  left: 0;
}
.preloader .loader-section.section-right {
  right: 0;
}
.preloader .loader-section.bg-center-section {
  width: 100%;
  background: #fc8d4b;
  box-shadow: inset 0px 0px 90px rgba(0, 0, 0, 0.5);
}
#preloader.loaded {
  visibility: hidden;
}
#preloader.loaded .loader-section.section-left,
#preloader.loaded .loader-section.section-right {
  -webkit-transition: all 0.3s 0.3s ease-out;
  -moz-transition: all 0.3s 0.3s ease-out;
  -o-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}
#preloader.loaded .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#preloader.loaded .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.preloader__cirecle {
  width: 100px;
  height: 102px;
  border-radius: 100%;
  position: absolute;
  z-index: 1052;
  top: 45%;
  left: 50%;
  margin-left: -50px;
  -webkit-animation: spin 5s infinite linear;
  -moz-animation: spin 5s infinite linear;
  -o-animation: spin 5s infinite linear;
  animation: spin 5s infinite linear;
}
.preloader__cirecle .circle {
  width: 100%;
  height: 100%;
  position: absolute;
}
.preloader__cirecle .circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid rgba(240, 240, 240, 0.7);
  border-right: none;
  border-top: none;
  background-clip: padding-box;
  box-shadow: inset 0 0 10px rgba(240, 240, 240, 0.15);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.preloader__cirecle .circle:nth-of-type(0) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.preloader__cirecle .circle:nth-of-type(0) .inner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.preloader__cirecle .circle:nth-of-type(1) {
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  transform: rotate(70deg);
}
.preloader__cirecle .circle:nth-of-type(1) .inner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.preloader__cirecle .circle:nth-of-type(2) {
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  transform: rotate(140deg);
}
.preloader__cirecle .circle:nth-of-type(2) .inner {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no-js .preloader {
  display: none;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes bouncedelay{ 0%, 80%, 100% { -webkit-transform: scale(0.0) rotate(35deg); } 40% { -webkit-transform: scale(1.0) rotate(35deg); }}
@-moz-keyframes bouncedelay{ 0%, 80%, 100% { -moz-transform: scale(0.0) rotate(35deg); } 40% { -moz-transform: scale(1.0) rotate(35deg); }}
@-o-keyframes bouncedelay{ 0%, 80%, 100% { -o-transform: scale(0.0) rotate(35deg); } 40% { -o-transform: scale(1.0) rotate(35deg); }}
@keyframes bouncedelay{ 0%, 80%, 100% {-webkit-transform: scale(0.0) rotate(35deg);-moz-transform: scale(0.0) rotate(35deg);-ms-transform: scale(0.0) rotate(35deg);transform: scale(0.0) rotate(35deg); } 40% {-webkit-transform: scale(1.0) rotate(35deg);-moz-transform: scale(1.0) rotate(35deg);-ms-transform: scale(1.0) rotate(35deg);transform: scale(1.0) rotate(35deg); }}
[not-existing] {
  zoom: 1;
}
/* Footer */
.main-page-footer {
  padding: 65px 0;
}
@media (max-width: 599px) {
  .main-page-footer {
    background: #fef0e9;
  }
}
.main-page-footer ul,
.main-page-footer ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-page-footer ul[class^="footer-menu-"] li {
  position: relative;
  line-height: 18px;
  /* edit,add padding  e.persiyanova  20.03.15*/
  padding: 9px 0;
}
.main-page-footer ul[class^="footer-menu-"] li a {
  display: inline-block;
  color: #000000;
  opacity: .5;
  text-decoration: underline;
  font-size: 15px;
  line-height: 20px;
}
.main-page-footer ul[class^="footer-menu-"] li a:hover {
  text-decoration: none;
}
.main-page-footer ul[class^="footer-menu-"] li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  content: " ";
  border-color: #f36f21;
  border-width: 0 0 1px 1px;
  border-style: solid;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 50%;
  margin-top: -1px;
  position: absolute;
  left: -12px;
}
.main-page-footer .b-contacts {
  max-width: 440px;
}
.main-page-footer .b-contacts li,
.main-page-footer .b-contacts .phone-number {
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  color: #000000;
}
.main-page-footer .b-contacts .phone-number {
  text-decoration: none;
}
.main-page-footer .b-contacts .phone-number:hover {
  text-decoration: none;
}
.main-page-footer .b-contacts .about-footer {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 100;
}
.main-page-footer .b-contacts a {
  font-size: 14px;
  color: #e96a21;
  opacity: 1;
}
.main-page-footer .row {
  margin: 0;
  max-width: none;
}
@media (max-width: 599px) {
  .main-page-footer .container {
    padding: 0;
  }
  .main-page-footer .col-xs-3 {
    width: 54%;
    margin-left: 10%;
  }
  .main-page-footer .col-xs-2 {
    width: 36%;
  }
  .main-page-footer .col-xs-7 {
    width: 100%;
    border-top: 1px solid white;
    -webkit-box-shadow: 0 -1px 0 #e3c5b4;
    -moz-box-shadow: 0 -1px 0 #e3c5b4;
    box-shadow: 0 -1px 0 #e3c5b4;
    margin-top: 80px;
    padding: 80px 10% 0;
  }
}
.main-page-footer .social-buttons {
  padding-bottom: 14px;
}
.main-page-footer .social-buttons li {
  padding: 0 8px 0 0;
}
@media (min-width: 1024px) {
  .e-us-eu-phone {
    float: right;
  }
  .e-center {
    padding-top: 9px;
  }
  .e-center .about-footer {
    margin-top: 50px !important;
    text-align: center;
  }
}
/* Social Buttons */
.social-buttons li {
  display: inline-block;
}
.social-buttons li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: .85;
  top: 0;
  -webkit-transition: top 300ms ease-in-out;
  -moz-transition: top 300ms ease-in-out;
  -o-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
.social-buttons li a:hover {
  opacity: 1;
  top: -5px;
  -webkit-transition: top 100ms ease-in-out;
  -moz-transition: top 100ms ease-in-out;
  -o-transition: top 100ms ease-in-out;
  transition: top 100ms ease-in-out;
}
/* Common base style */
section.b-base #engineer-performs p {
  font-size: 18px;
}
section.b-base p,
section.b-base ul,
section.b-base ol,
section.b-base li {
  font-family: apex, sans-serif;
  font-weight: normal;
}
section.b-base ul,
section.b-base ol {
  padding: 0 0 20px;
  list-style: none;
  font-size: 20px;
  font-weight: normal;
}
section.b-base ul.e-description__list,
section.b-base ol.e-description__list {
  list-style: disc inside;
}
section.b-base ul li,
section.b-base ol li {
  padding-bottom: 20px;
}
section.b-base ul li a,
section.b-base ol li a {
  color: #fe9152;
}
section.b-base ul li a:hover,
section.b-base ol li a:hover,
section.b-base ul li a:focus,
section.b-base ol li a:focus {
  color: #e87430;
}
section.b-base ul ul,
section.b-base ol ul,
section.b-base ul ol,
section.b-base ol ol {
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 0;
  list-style: none;
}
section.b-base ul ul li:last-of-type,
section.b-base ol ul li:last-of-type,
section.b-base ul ol li:last-of-type,
section.b-base ol ol li:last-of-type {
  padding-bottom: 0;
}
section.b-base.b-border-bottom {
  border-bottom: 1px solid #f5af42;
}
section.b-base h4 {
  font-size: 26px;
  padding-bottom: 30px;
}
/* /Common base style */
/* Background img */
.bg-geodata {
  background: url(../img/bg_gis_1.jpg) center 0 no-repeat;
}
.bg-geosoftware {
  background: url(../img/bg_gis_2.jpg) center 0 no-repeat;
}
.bg-geosolution {
  background: url(../img/bg_gis_3.jpg) center 0 no-repeat;
}
.b-driven-approach {
  background: url(../img/bg-vertical-line.jpg) center 0 no-repeat;
}
.b-tech {
  background: url(../img/bg_dv_web.jpg) center 0 no-repeat;
}
.b-database-services {
  background: url(../img/bg_dv_database.jpg) center 0 no-repeat;
}
.company-in-numbers,
.bg-company {
  background: url(../img/bg_company.jpg) center 0 no-repeat;
}
.bg-forest {
  background: url(../img/bg_forest.jpg) center 0 no-repeat;
}
.b-do-this,
.b-we-use,
.our-history {
  background: url(../img/bg_paralax_perfomance.png) center 0 no-repeat;
}
#portfolio-part-two .quick-project-start {
  background: url(../img/bg-quick-project-start.png) center 0;
  background-attachment: fixed;
}
.bg-performs {
  background: url(../img/bg_paralax_perfomance.png) center 0 no-repeat #fef1e9;
}
#custom .b-your-goals {
  background: url(../img/bg_dv_custom.jpg) center 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.b-your-goals,
.bg-dedicated {
  background: url(../img/bg_dedicated.jpg) center 0 no-repeat;
}
.b-mob-solution {
  background: url(../img/bg_dv_mobile.jpg) center 0 no-repeat;
}
.b-technical-expertise {
  background: url(../img/bg_forest.jpg) center 0 no-repeat;
}
#migration .b-technical-expertise {
  background: url(../img/bg_dv_migration.jpg) center 0 no-repeat;
}
#our-portfolio {
  background: url(../img/bg_our_portfolio.jpg) center 0 no-repeat;
}
.bg-qa-slider {
  background: url(../img/bg_dv_testing.jpg) center 0 no-repeat;
}
.b-main-content {
  background: url(../img/bg_our_portfolio.jpg) center 0 no-repeat;
}
.b-get-quote-parallax,
.b-intetics-team {
  background: url(../img/bg_papallax_map.jpg) center 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.b-approach {
  background: url(../img/bg_clouds.png) center 0 no-repeat;
}
.bg-grad-1 {
  background: url(../img/bg_white_clouds.png) center 0 no-repeat;
}
.b-services {
  background: url(../img/bg_services_paralax.png) center 0 no-repeat;
}
.b-who-we-are {
  background: url(../img/bg_rising_paralax.png) center 0 no-repeat;
}
.b-awards {
  background: url(../img/bg_rising_paralax2.png) center 0 no-repeat;
}
.b-header-image {
  background: url(../img/header.jpg) center 0 no-repeat;
}
.b-do-this,
.b-tech,
.bg-performs,
.b-mob-solution,
.b-technical-expertise,
.b-your-goals,
#migration .b-technical-expertise,
.bg-qa-slider,
.b-database-services,
.b-driven-approach,
#our-portfolio,
.b-approach,
.bg-grad-1,
.b-services,
.b-who-we-are,
.b-header-image,
.company-in-numbers,
.bg-company,
.our-history,
.bg-forest,
.bg-forest,
.b-main-content,
.b-we-use,
.bg-geosoftware,
.bg-geodata,
.bg-geosolution,
.b-awards {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 399px) {
  .iphone-hidden {
    display: none;
  }
}
@media (max-width: 399px) {
  .iphone-100 {
    width: 100%;
  }
}
/* Block View portfolio elemnt  */
.e-img__right {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.e-shadow {
  width: 139px;
  height: 17px;
  margin: 0 auto;
  display: block;
  background: url('../img/iconl_block_industries.png') no-repeat -23px -750px;
}
#presentation .presentation-nav {
  background-color: #fe9152;
}
@media (max-width: 670px) {
  #presentation .presentation-nav {
    margin: 0 5px;
  }
}
#presentation .nav-tabs {
  border-bottom: none;
  height: 70px;
  padding-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 920px) {
  #presentation .nav-tabs {
    height: 55px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 670px) {
  #presentation .nav-tabs {
    height: auto;
    display: block;
  }
}
#presentation .nav-tabs > li {
  border-left: 1px solid #fdcdb4;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 670px) {
  #presentation .nav-tabs > li {
    float: none;
    border-bottom: 1px solid white;
  }
}
#presentation .nav-tabs > li.active,
#presentation .nav-tabs > li.active:last-child {
  border: none;
}
@media (max-width: 670px) {
  #presentation .nav-tabs > li.active,
  #presentation .nav-tabs > li.active:last-child {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }
}
#presentation .nav-tabs > li.active + li {
  border-left: none;
}
#presentation .nav-tabs > li > a {
  width: 100%;
  height: 66px;
  line-height: 1.2;
  font-size: 18px;
  color: #572e16;
  border-radius: 0;
  border: none;
  margin-right: 0;
  margin-top: 4px;
  padding: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 920px) {
  #presentation .nav-tabs > li > a {
    font-size: 15px;
    height: 51px;
  }
}
@media (max-width: 670px) {
  #presentation .nav-tabs > li > a {
    margin-top: 0;
    height: 62px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 20px 40px;
    font-size: 18px;
  }
}
#presentation .nav-tabs > li:not(.active) > a:hover,
#presentation .nav-tabs > li:not(.active) > a:focus {
  color: black;
  background-color: transparent;
}
#presentation .nav-tabs > li.active > a {
  color: #fe9152;
}
@media (max-width: 670px) {
  #presentation .nav-tabs > li.active > a {
    background-color: #fef0e8;
    border-left: 5px solid #fe9152;
    padding: 20px 35px;
  }
}
@media (max-width: 1024px) and (min-width: 670px) {
  #presentation .nav-tabs > li:first-child {
    border-left: none;
  }
}
#presentation .nav-tabs > li:last-child {
  border-right: 1px solid #fdcdb4;
}
@media (max-width: 1024px) {
  #presentation .nav-tabs > li:last-child {
    border-right: none;
  }
}
#presentation .b-tab-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0;
}
#presentation .b-tab-title:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}
@media (max-width: 1024px) {
  #presentation .b-tab-title {
    margin: 41px 0 34px;
  }
}
@media (max-width: 670px) {
  #presentation .b-tab-title {
    margin: 38px 0 50px;
  }
}
#presentation .b-tab-title img {
  margin-bottom: 10px;
}
#presentation .t-img {
  text-align: center;
}
@media (max-width: 670px) {
  #presentation .t-img {
    display: none;
  }
}
#presentation .t-content[class~="col-xs-6"] h3,
#presentation .t-content[class~="col-xs-6"] h5 {
  color: #fe9152;
}
#presentation .t-content h3,
#presentation .t-content h5 {
  color: #ffffff;
  font-weight: normal;
  margin-top: 0;
}
@media (max-width: 920px) {
  #presentation .t-content h3,
  #presentation .t-content h5 {
    margin-bottom: 18px;
    line-height: 25px;
  }
}
@media (max-width: 670px) {
  #presentation .t-content h3,
  #presentation .t-content h5 {
    line-height: 30px;
  }
}
#presentation .t-content h3 {
  line-height: 42px;
  margin-bottom: 20px;
  font-size: 42px;
}
@media (max-width: 920px) {
  #presentation .t-content h3 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 670px) {
  #presentation .t-content h3 {
    margin-bottom: 17px;
  }
}
#presentation .t-content h5 {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 28px;
}
@media (max-width: 920px) {
  #presentation .t-content h5 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media (max-width: 670px) {
  #presentation .t-content h5 {
    margin-bottom: 18px;
  }
}
#presentation .t-content p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 10px;
}
#presentation .t-content p:last-child {
  margin: 0;
}
@media (max-width: 920px) {
  #presentation .t-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 670px) {
  #presentation .t-content p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 670px) {
  #presentation .t-content {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }
}
#presentation .b-your-goals .t-content h5 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 920px) {
  #presentation img {
    max-width: 240px;
    max-height: 240px;
  }
}
#presentation .tab-content > .tab-pane {
  overflow: hidden;
}
/* /Block View portfolio elemnt  */
/* Quick Project Start */
.quick-project-start {
  background: #fff8f4;
  padding-bottom: 60px;
  border-bottom: 1px solid #e7cfc1;
  font-size: 16px;
}
.quick-project-start .title {
  text-align: center;
  font-size: 42px;
  font-weight: 100;
  margin: 77px 0 47px;
}
.quick-project-start .col-xs-4 {
  text-align: center;
}
.quick-project-start .col-xs-4 a {
  display: block;
  font-weight: 100;
  font-size: 23px;
  color: #f36f21;
  text-decoration: none;
  margin-bottom: 10px;
}
.quick-project-start .col-xs-4 a:before {
  content: ' ';
  display: block;
  height: 142px;
  width: 142px;
  margin: 0 auto;
  background-image: url('../img/icons_big_sprite.png');
  background-repeat: no-repeat;
  border-radius: 75px;
  border: 1px solid #ef874b;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.quick-project-start .col-xs-4 a.analysis:before {
  background-position: 50% -1627px;
}
.quick-project-start .col-xs-4 a.proposal:before {
  background-position: 50% -1742px;
}
@media (max-width: 549px) {
  .quick-project-start .col-xs-4 a {
    font-size: 13px;
    margin-bottom: 0;
  }
  .quick-project-start .col-xs-4 a:before {
    height: 71px;
    width: 71px;
    background-size: 100px 2250px;
  }
  .quick-project-start .col-xs-4 a.analysis:before {
    background-position: 46% -813px;
  }
  .quick-project-start .col-xs-4 a.proposal:before {
    background-position: 50% -871px;
  }
}
.quick-project-start .col-xs-4.contact > a:before {
  background-position: 50% -1506px;
}
.quick-project-start .col-xs-4.contact > a[href]:hover:before {
  -webkit-animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
  -moz-animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
  -o-animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
  animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
}
.quick-project-start .col-xs-4.contact > a lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes contact-wobble-vertical{ 16.65% { background-position: 50% -1514px; } 33.3% { background-position: 50% -1500px; } 49.95% { background-position: 50% -1502px; } 66.6% { background-position: 50% -1508px; } 83.25% { background-position: 50% -1505px; } 100% { background-position: 50% -1506px; }}
@-moz-keyframes contact-wobble-vertical{ 16.65% { background-position: 50% -1514px; } 33.3% { background-position: 50% -1500px; } 49.95% { background-position: 50% -1502px; } 66.6% { background-position: 50% -1508px; } 83.25% { background-position: 50% -1505px; } 100% { background-position: 50% -1506px; }}
@-o-keyframes contact-wobble-vertical{ 16.65% { background-position: 50% -1514px; } 33.3% { background-position: 50% -1500px; } 49.95% { background-position: 50% -1502px; } 66.6% { background-position: 50% -1508px; } 83.25% { background-position: 50% -1505px; } 100% { background-position: 50% -1506px; }}
@keyframes contact-wobble-vertical{ 16.65% { background-position: 50% -1514px; } 33.3% { background-position: 50% -1500px; } 49.95% { background-position: 50% -1502px; } 66.6% { background-position: 50% -1508px; } 83.25% { background-position: 50% -1505px; } 100% { background-position: 50% -1506px; }}
[not-existing] {
  zoom: 1;
}
.quick-project-start .col-xs-4.contact > a:before {
  background-color: #ffeade;
}
@media (max-width: 549px) {
  .quick-project-start .col-xs-4.contact > a:before {
    background-position: 48% -753px;
  }
  .quick-project-start .col-xs-4.contact > a[href]:hover:before {
    -webkit-animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
    -moz-animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
    -o-animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
    animation: 'contact-wobble-vertical' 800ms ease-in-out forwards;
  }
  .quick-project-start .col-xs-4.contact > a lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes contact-wobble-vertical{ 16.65% { background-position: 48% -761px; } 33.3% { background-position: 48% -747px; } 49.95% { background-position: 48% -749px; } 66.6% { background-position: 48% -755px; } 83.25% { background-position: 48% -752px; } 100% { background-position: 48% -753px; }}
@-moz-keyframes contact-wobble-vertical{ 16.65% { background-position: 48% -761px; } 33.3% { background-position: 48% -747px; } 49.95% { background-position: 48% -749px; } 66.6% { background-position: 48% -755px; } 83.25% { background-position: 48% -752px; } 100% { background-position: 48% -753px; }}
@-o-keyframes contact-wobble-vertical{ 16.65% { background-position: 48% -761px; } 33.3% { background-position: 48% -747px; } 49.95% { background-position: 48% -749px; } 66.6% { background-position: 48% -755px; } 83.25% { background-position: 48% -752px; } 100% { background-position: 48% -753px; }}
@keyframes contact-wobble-vertical{ 16.65% { background-position: 48% -761px; } 33.3% { background-position: 48% -747px; } 49.95% { background-position: 48% -749px; } 66.6% { background-position: 48% -755px; } 83.25% { background-position: 48% -752px; } 100% { background-position: 48% -753px; }}
[not-existing] {
  zoom: 1;
  }
}
.quick-project-start .col-xs-4 p {
  padding: 0 20%;
}
@media (max-width: 549px) {
  .quick-project-start .col-xs-4 p {
    font-size: 9px;
    line-height: 14px;
    padding: 0;
  }
}
/* Animations */
/* /Quick Project Start */
/* Slider */
.b-testimonials .testimonial {
  text-align: left;
}
/* /Slider */
/* Header block for pages: Software development and dedicated it team*/
.bg-performs {
  cursor: default;
}
#engineer-performs {
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  z-index: 100;
  color: #000;
}
@media (max-width: 920px) {
  #engineer-performs {
    padding-top: 46px;
  }
}
@media (max-width: 600px) {
  #engineer-performs {
    padding-bottom: 23px;
    padding-top: 23px;
  }
}
@media (max-width: 450px) {
  #engineer-performs {
    word-break: break-word;
  }
}
#engineer-performs h1 span,
#engineer-performs h3 span {
  display: block;
}
#engineer-performs h1 {
  display: inline-block;
  font-size: 72px;
  font-weight: 600;
  text-shadow: 1px 1px 1px #b85317;
  color: #fe9254;
  line-height: 72px;
  padding-bottom: 6px;
  margin-bottom: 0;
}
@media (max-width: 920px) and (min-width: 768px) {
  #engineer-performs h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #engineer-performs h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 400px) {
  #engineer-performs h1 {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }
}
#engineer-performs img {
  position: relative;
  float: right;
  width: 50%;
  margin-top: -9%;
  margin-left: 2%;
}
@media (max-width: 767px) {
  #engineer-performs img {
    display: none;
  }
}
#engineer-performs h3 {
  padding-bottom: 15px;
  font-size: 1.9em;
  font-weight: 100;
  color: #fe9152;
}
@media (max-width: 920px) and (min-width: 769px) {
  #engineer-performs h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  #engineer-performs h3 {
    font-size: 1.9em;
  }
}
@media (max-width: 600px) {
  #engineer-performs h3 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 31px;
  }
}
#engineer-performs p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
@media (min-width: 768px) {
  #engineer-performs p {
    padding-right: 50%;
  }
}
@media (max-width: 919px) and (min-width: 601px) {
  #engineer-performs p {
    font-size: 0.9em;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  #engineer-performs p {
    font-size: 19px;
    line-height: 26px;
  }
}
#engineer-performs .e-description__list {
  padding: 0;
  margin: 0;
  list-style: disc inside;
}
@media (min-width: 700px) {
  #engineer-performs .e-description__list {
    padding-right: 50%;
  }
}
#engineer-performs .e-description__list li {
  padding-bottom: 21px;
}
@media (max-width: 601px) {
  #engineer-performs .e-description__list li {
    padding: 0;
  }
}
@media (max-width: 919px) {
  #engineer-performs .e-description__list {
    font-size: 0.9em;
    line-height: 25px;
  }
}
@media (max-width: 601px) {
  #engineer-performs .e-description__list {
    padding: 0;
    font-size: 1.3em;
    line-height: 30px;
  }
}
/* /Header block for pages: Software development and dedicated it team*/
/* Block quote and news&blog */
.b-get-quote {
  padding: 50px 0;
  color: white;
  text-align: center;
}
@media (max-width: 600px) {
  .b-get-quote {
    margin: 0;
    padding: 33px 22px 37px;
  }
}
.b-get-quote p {
  font-size: 22px;
}
@media (max-width: 599px) {
  .b-get-quote p {
    font-size: 16px;
  }
}
.b-get-quote a {
  display: block;
  color: #ffffff;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  border: 2px solid white;
  margin: 20px auto 0;
  padding: 15px 40px;
  max-width: 715px;
  font-weight: 600;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
.b-get-quote a:hover,
.b-get-quote a:focus,
.b-get-quote a:active {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 819px) {
  .b-get-quote a {
    font-size: 36px;
    max-width: 600px;
  }
}
@media (max-width: 599px) {
  .b-get-quote a {
    font-size: 22px;
    padding: 0;
    line-height: 41px;
    max-width: 380px;
  }
}
.b-do-this {
  color: #000000;
  padding: 65px 0;
  border-bottom: 1px solid #f9cf8e;
}
@media (max-width: 1023px) {
  .b-do-this {
    padding: 58px 0;
  }
}
.b-do-this .col-xs-6:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}
.b-do-this .image {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  background: no-repeat 50% 50%;
  -webkit-border-radius: 125px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 125px;
  -moz-background-clip: padding;
  border-radius: 125px;
  background-clip: padding-box;
  font-size: 38px;
  line-height: 1.2em;
  padding: 0 30px;
  margin-right: 4%;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 10px black;
}
.b-do-this .image:hover,
.b-do-this .image:focus,
.b-do-this .image:active {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .b-do-this .image {
    float: none;
    margin: 0 auto;
  }
}
.b-do-this h4 {
  margin-top: 10px;
  line-height: 24px;
  font-size: 20px;
  word-break: break-all;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-do-this h4 {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .b-do-this h4 {
    max-width: 290px;
    margin: 25px auto 0;
    text-align: center;
  }
}
.b-do-this h4 a {
  color: #000000;
  text-decoration: none;
}
.b-do-this p {
  margin: 0;
  padding-left: 49%;
  font-size: 15px;
}
@media (max-width: 1999px) and (min-width: 1024px) {
  .b-do-this p {
    padding-left: 50%;
  }
}
@media (max-width: 1023px) {
  .b-do-this p {
    display: none;
  }
}
@media (max-width: 599px) {
  .b-do-this {
    background: #fff4ea;
    position: relative;
  }
  .b-do-this .image {
    width: 117px;
    height: 117px;
    font-size: 16px;
    padding: 0 10px;
  }
  .b-do-this h4 {
    font-size: 12px;
  }
  .b-do-this:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    width: 1px;
    background: #ffcfa5;
  }
}
/* /Block quote and news&blog */
.addthis_native_toolbox .addthis_button_vk span {
  margin-top: 4px;
  padding: 10px;
  border-radius: 2px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .addthis_native_toolbox .addthis_button_vk span {
    margin-top: 0;
  }
}
/* Pop-up video */
#modal {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
  z-index: 9999;
}
.video_frame {
  position: relative;
}
.video_frame .close_video {
  position: absolute;
  display: block;
  top: -5px;
  right: -35px;
  width: 30px;
  height: 30px !important;
  margin: 0px;
  padding: 0px;
  background: #ffffff url("/wp-content/themes/intetics/img/sprite-icons.png") no-repeat scroll -150px -50px;
  border: 0px none;
}
#video_popup,
#video_popup2 {
  margin-left: -285px;
  margin-top: -185px;
  padding: 5px 5px 2px 5px !important;
  left: 50% !important;
  top: 50% !important;
  position: fixed;
  z-index: 10000;
  display: none;
  background: #FFFFFF !important;
  box-shadow: #fe9152 0px 4px 10px !important;
}
.b-do-this a.text {
  color: #000000;
}
.b-do-this a.text:hover {
  text-decoration: none;
}
.b-do-this .col-xs-6 {
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.b-do-this .col-xs-6:hover,
.b-do-this .col-xs-6:focus,
.b-do-this .col-xs-6:active {
  opacity: .7;
}
/* /Pop-up video */
.b-do-this a.text {
  color: #000000;
}
.b-do-this a.text:hover {
  text-decoration: none;
}
.b-do-this .col-xs-6 a {
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.b-do-this .col-xs-6 a:hover,
.b-do-this .col-xs-6 a:focus,
.b-do-this .col-xs-6 a:active {
  opacity: .7;
}
/* Contact Block Circle*/
.quick-project-start .contact a {
  transition: opacity 0.5s ease;
}
.quick-project-start .contact a:hover,
.quick-project-start .contact a:active,
.quick-project-start .contact a:focus {
  opacity: .5;
}
/* /Contact Block Circle*/
/* Follow Buttons */
.b-follow {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .b-follow {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .b-follow {
    margin-bottom: 30px;
  }
}
.b-follow #___plusone_0 {
  width: 35px !important;
  margin-right: 30px !important;
}
.b-follow > div,
.b-follow > span,
.b-follow > iframe {
  margin-right: 30px;
  margin-bottom: 22px;
}
.b-follow > div:last-child,
.b-follow > span:last-child,
.b-follow > iframe:last-child {
  margin: 0;
}
.b-follow .fb-follow span {
  vertical-align: top !important;
}
/* /Follow Buttons */
.b-ideal-model {
  padding-top: 78px;
  padding-bottom: 88px;
}
@media (max-width: 1024px) and (min-width: 601px) {
  .b-ideal-model {
    padding-top: 39px;
    padding-bottom: 44px;
  }
}
@media (max-width: 600px) {
  .b-ideal-model {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
.b-ideal-model__title {
  margin-bottom: 40px;
  font: 42px apex, sans-serif;
  text-align: center;
  color: #fff;
  line-height: 48px;
}
@media (max-width: 1024px) and (min-width: 601px) {
  .b-ideal-model__title {
    margin-bottom: 32px;
    font-size: 26px;
    line-height: 35px;
  }
}
@media (max-width: 600px) {
  .b-ideal-model__title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 26px;
  }
}
.b-ideal-model__list {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  list-style: none;
}
@media (max-width: 600px) {
  .b-ideal-model__list {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-ideal-model__list li {
  width: 300px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 23px;
  padding-top: 60px;
  position: relative;
  font: 18px apex, sans-serif;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 1px #81421d;
  color: #fff;
  line-height: 22px;
  z-index: 2;
}
.b-ideal-model__list li:nth-last-child(2) {
  margin-left: 14%;
}
.b-ideal-model__list li:last-of-type {
  margin-right: 13%;
}
.b-ideal-model__list li:before {
  content: ' ';
  display: block;
  width: 49px;
  height: 49px;
  margin-left: -24px;
  top: 0;
  left: 50%;
  background: url('../img/lable_check.png') no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1024px) and (min-width: 601px) {
  .b-ideal-model__list li {
    width: 200px;
    padding-top: 45px;
    font-size: 13px;
    line-height: 16px;
  }
  .b-ideal-model__list li:before {
    width: 36px;
    height: 36px;
    margin-left: -18px;
  }
}
@media (max-width: 600px) {
  .b-ideal-model__list li {
    width: auto;
    min-height: 56px;
    display: table;
    padding-top: 0;
    padding-left: 60px;
    margin: 0 0 42px;
    text-align: left;
  }
  .b-ideal-model__list li:nth-last-child(2) {
    margin: 0 0 42px;
  }
  .b-ideal-model__list li:last-of-type {
    margin: 0;
  }
  .b-ideal-model__list li:before {
    margin-left: 0;
    left: 0;
  }
  .b-ideal-model__list li span {
    display: table-cell;
    vertical-align: middle;
  }
}
/* Breadcrumb */
.breadcrumbs {
  padding-top: 11px;
  color: #572e16;
  font: 16px apex, sans-serif;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.breadcrumbs .container > span a,
.breadcrumbs.container > span a {
  margin: 5px 10px;
  color: #572e16;
  text-decoration: none;
}
.breadcrumbs .container > span a:hover,
.breadcrumbs.container > span a:hover {
  text-decoration: underline;
}
.breadcrumbs .container > span:nth-last-child(1) span,
.breadcrumbs.container > span:nth-last-child(1) span {
  margin: 5px 10px;
  padding: 4px 10px;
  display: inline-block;
  background-color: #ffffff;
  color: #fe9152;
  text-decoration: none;
  border-radius: 3px;
}
/* /Breadcrumb */
/* Video */
.video-holder {
  text-align: center;
  position: relative;
}
.video-holder a {
  display: block;
  overflow: hidden;
  min-height: 176px;
}
.video-holder a img {
  bottom: -10px;
  position: relative;
  -webkit-transition: bottom 400ms ease;
  -moz-transition: bottom 400ms ease;
  -o-transition: bottom 400ms ease;
  transition: bottom 400ms ease;
}
.video-holder a:hover img {
  bottom: 0;
}
.video-holder > img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1199px) {
  .video-holder > img {
    left: 7%;
  }
}
@media (max-width: 399px) {
  .video-holder {
    text-align: center;
  }
  .video-holder a {
    display: inline-block;
    min-height: inherit;
    max-width: 80%;
    bottom: -10px;
    position: relative;
  }
}
/* /Video */
/* Attache file */
#description-vacancy .b-flex,
.b-form .b-flex {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#description-vacancy .b-flex.e-cv,
.b-form .b-flex.e-cv {
  margin-bottom: 40px;
}
#description-vacancy .b-flex.e-cv > span,
.b-form .b-flex.e-cv > span {
  padding: 15px 0;
}
@media (max-width: 1024px) {
  #description-vacancy .b-flex.e-cv > span,
  .b-form .b-flex.e-cv > span {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #description-vacancy .b-flex.e-cv > span,
  .b-form .b-flex.e-cv > span {
    padding: 10px 0;
  }
}
#description-vacancy .b-flex.e-cv > span:hover,
.b-form .b-flex.e-cv > span:hover {
  background-color: #fff8f0;
  color: #f6a463;
}
#description-vacancy .b-flex.e-cv input,
.b-form .b-flex.e-cv input {
  cursor: pointer;
}
#description-vacancy .b-flex .drag-and-drop,
.b-form .b-flex .drag-and-drop {
  border-style: dashed;
}
@media (max-width: 1024px) {
  #description-vacancy .b-flex .drag-and-drop,
  .b-form .b-flex .drag-and-drop {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
#description-vacancy .b-flex .c-change-text,
.b-form .b-flex .c-change-text {
  overflow: hidden;
  white-space: nowrap;
}
#description-vacancy .b-flex > span,
.b-form .b-flex > span,
#description-vacancy .b-flex [type="submit"],
.b-form .b-flex [type="submit"] {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 47%;
  padding: 20px 0;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #f6a463;
  font: 22px apex;
  color: #f6a463;
  text-align: center;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  -moz-transition: background-color 250ms ease, color 250ms ease;
  -o-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#description-vacancy .b-flex > span:focus,
.b-form .b-flex > span:focus,
#description-vacancy .b-flex [type="submit"]:focus,
.b-form .b-flex [type="submit"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 640px) {
  #description-vacancy .b-flex > span,
  .b-form .b-flex > span,
  #description-vacancy .b-flex [type="submit"],
  .b-form .b-flex [type="submit"] {
    padding: 5px 0;
  }
}
#description-vacancy .b-flex > span:hover,
.b-form .b-flex > span:hover,
#description-vacancy .b-flex [type="submit"]:hover,
.b-form .b-flex [type="submit"]:hover,
#description-vacancy .b-flex > span:focus,
.b-form .b-flex > span:focus,
#description-vacancy .b-flex [type="submit"]:focus,
.b-form .b-flex [type="submit"]:focus {
  color: #ffffff;
  background-color: #f6a463;
}
#description-vacancy .b-flex img,
.b-form .b-flex img {
  position: absolute;
  top: 40%;
  z-index: 2;
}
#description-vacancy .b-flex .b-cv,
.b-form .b-flex .b-cv,
#description-vacancy .b-flex .wpcf7-form-control-wrap,
.b-form .b-flex .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
#description-vacancy .b-flex .b-cv,
.b-form .b-flex .b-cv {
  width: 100%;
  opacity: 0;
}
#description-vacancy .b-flex .wpcf7-not-valid-tip,
.b-form .b-flex .wpcf7-not-valid-tip {
  margin-top: 36px;
  padding-left: 0;
  font-size: 18px;
}
/* /Attache file */
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-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);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-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);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-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 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);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-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 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 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 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;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-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 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 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);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-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 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 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 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);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-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 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 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 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 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 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 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 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 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 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;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-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;
  }
}
.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  }
}
.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 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;
  }
}
.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 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;
  }
}
.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 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;
  }
}
.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 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;
}
@-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;
}
@-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;
}
/* 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);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
/* 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;
}
@-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 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 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 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 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 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 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 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 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 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 shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-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);
  }
}
.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;
}
@-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 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;
}
/* 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;
}
@font-face {
  font-family: 'apex';
  src: url('../fonts/apexnewbookwebfont_heavy.eot');
  src: url('../fonts/apexnewbookwebfont_heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/apexnewbookwebfont_heavy.woff2') format('woff2'), url('../fonts/apexnewbookwebfont_heavy.woff') format('woff'), url('../fonts/apexnewbookwebfont_heavy.ttf') format('truetype'), url('../fonts/apexnewbookwebfont_heavy.svg#apex_newheavy') format('svg');
  font-weight: 900;
  font-style: normal;
}
h1 {
  font-size: 72px;
  font-weight: 500;
}
@media (max-width: 919px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 399px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-weight: 100;
  font-size: 32px;
}
/* Note Box */
.note-box {
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 8;
  width: 62px;
  margin-top: -100px;
}
.note-box ul {
  list-style: none;
  padding: 0;
}
.note-box li:first-child a {
  border-top: 1px solid #fff;
}
.note-box li.active a {
  color: #f36f21;
  background-color: #fff;
  border-top: 1px solid #f47f3a;
  border-right: 0 none;
  border-color: #f47f3a;
  width: 61px;
}
.note-box li.active a:focus {
  background-color: #fff !important;
  color: #f36f21 !important;
}
.note-box li.active a:after {
  content: ' ';
  display: block;
  background: white;
  position: absolute;
  right: -16px;
  z-index: -1;
  border-top: 1px solid #f47f3a;
  border-right: 1px solid #f47f3a;
  width: 32px;
  height: 26px;
  bottom: 18px;
  -webkit-transform: rotate(65deg) skew(45deg);
  -moz-transform: rotate(65deg) skew(45deg);
  -ms-transform: rotate(65deg) skew(45deg);
  -o-transform: rotate(65deg) skew(45deg);
  transform: rotate(65deg) skew(45deg);
}
.note-box li a {
  width: 62px;
  position: relative;
  display: block;
  padding: 15px 0 11px;
  text-align: center;
  background-color: #f47f3a;
  border: 1px solid #fff;
  border-left: 0 none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  border-top: 0 none;
}
.note-box li a strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
}
.note-box li a:not(.active) a:hover,
.note-box li a:not(.active) a:active {
  background-color: #F69E6A;
}
.note-box li a:focus {
  background-color: #f47f3a !important;
  color: white !important;
}
@media (max-width: 768px) {
  .note-box {
    display: block;
    position: absolute;
    top: 0;
    right: 120px;
    margin: 6px 0 0 0;
    left: auto;
    width: auto;
  }
  .note-box li {
    display: inline-block;
  }
  .note-box li a {
    border: 0 none;
    background: transparent;
    color: #f36f21;
  }
  .note-box li.active a {
    border: 0 none;
    background-color: #f47f3a;
    color: #fff;
  }
  .note-box li.active a:after {
    display: none;
  }
  .note-box li:not(.active) a:hover,
  .note-box li:not(.active) a:active,
  .note-box li:not(.active) a:focus {
    background-color: transparent;
  }
}
@media (max-width: 399px) {
  .note-box {
    right: 56px;
  }
}
/* Main Top */
.parallax-window {
  background: transparent;
}
.b-header-image {
  position: relative;
  margin-top: -72px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .b-header-image {
    min-height: 100vh;
  }
}
@media (orientation: portrait), (max-width: 1024px) {
  .b-header-image {
    min-height: 100vmin;
  }
}
.b-header-image .container {
  padding-top: 72px;
}
.parallax-mirror img {
  max-width: none;
}
.scroll-motivator {
  width: 31px;
  height: 43px;
  border: 2px solid white;
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  position: absolute;
  margin-left: -15px;
  left: 50%;
  bottom: 200px;
  opacity: 0;
}
.scroll-motivator__text {
  position: absolute;
  z-index: 2;
  color: white;
  left: 50%;
  bottom: 170px;
  margin-left: -40px;
  opacity: 0;
}
.scroll-motivator__text.de {
  margin-left: -73px;
}
@media (max-width: 1024px) {
  .scroll-motivator__text {
    display: none;
  }
}
.scroll-motivator img {
  margin: 7px 0 0 8px;
}
.scroll-motivator:before,
.scroll-motivator:after,
.scroll-motivator .arrows {
  content: ' ';
  display: block;
  height: 8px;
  width: 8px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: relative;
  top: 6px;
  left: 10px;
  -webkit-animation: motivate 800ms linear 200ms infinite;
  -moz-animation: motivate 800ms linear 200ms infinite;
  -o-animation: motivate 800ms linear 200ms infinite;
  animation: motivate 800ms linear 200ms infinite;
}
.scroll-motivator:before {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.scroll-motivator:after {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}
@media (max-width: 1023px) {
  .scroll-motivator {
    bottom: 240px;
  }
}
@media (max-width: 1024px) {
  .scroll-motivator {
    display: none;
  }
}
/* Main Page Nav */
.loaded .b-list-parts,
.loaded .black-block,
.loaded .nav-about-us,
.loaded .scroll-motivator,
.loaded .scroll-motivator__text {
  opacity: 1;
  -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;
}
.loaded .b-list-parts {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.loaded .black-block {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
.loaded .nav-about-us {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.loaded .scroll-motivator,
.loaded .scroll-motivator__text {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.b-list-parts {
  float: left;
  margin: 115px 0 0 -45px;
  margin-top: 23vh;
  text-align: left;
  list-style: none;
  opacity: 0;
}
@media (min-width: 1199px) {
  .b-list-parts {
    margin-top: 15vh;
  }
}
.b-list-parts li {
  margin-bottom: 8px;
  overflow: hidden;
}
.b-list-parts li a {
  position: relative;
  float: left;
  padding: 0 55px 0 55px;
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 1px 2px #394D5E;
  border: 1px solid transparent;
  -webkit-border-radius: 34px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 34px;
  -moz-background-clip: padding;
  border-radius: 34px;
  background-clip: padding-box;
  -webkit-transition: border 250ms ease;
  -moz-transition: border 250ms ease;
  -o-transition: border 250ms ease;
  transition: border 250ms ease;
}
@media (min-width: 1199px) {
  .b-list-parts li a {
    font-size: 32px;
    line-height: 2;
  }
}
.b-list-parts li a:after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  width: 15px;
  height: 29px;
  background-image: url(../img/sprite-icons.png);
  background-position: -50px 0;
  content: " ";
}
.b-list-parts li a:hover {
  border-color: #fff;
  text-shadow: none;
  text-decoration: none;
}
.b-list-parts li a:hover:after {
  left: auto;
  right: 19px;
}
@media (max-width: 1024px) {
  .b-list-parts {
    margin: 115px 0 0 -45px;
  }
}
@media (max-width: 920px) {
  .b-list-parts {
    float: none;
    margin: 55px auto 0;
    max-width: 670px;
  }
}
@media (max-width: 575px) {
  .b-list-parts {
    padding: 0;
    margin: 20px -10px 0;
  }
  .b-list-parts li a {
    font-size: 20px;
    padding: 5px 40px 5px 35px;
    min-height: 30px;
    line-height: 22px;
  }
  .b-list-parts li a:hover:after {
    right: 12px;
  }
}
.black-block {
  position: relative;
  float: right;
  width: 260px;
  text-align: left;
  top: 40px;
  top: 3vh;
  opacity: 0;
}
@media (min-width: 1199px) {
  .black-block {
    top: 15vh;
  }
}
.black-block a {
  color: #fff;
  padding-right: 38px;
}
.black-block.b-grow {
  top: 12px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.black-block.b-grow a {
  font-weight: 600;
}
.black-block.b-grow a:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 35px;
  height: 10px;
  background: url('../img/sprite-icons.png') no-repeat -565px 0;
  bottom: 24px;
  right: 15px;
  opacity: .5;
}
@media (max-width: 920px) {
  .black-block {
    float: none;
  }
  .black-block.main-black {
    position: absolute;
    width: 96%;
    left: 2%;
    background: rgba(0, 0, 0, 0.6);
    height: 86px;
    bottom: 61px;
    top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .black-block.main-black .b-list-news,
  .black-block.main-black .team-ready {
    width: 50%;
    float: left;
    background: transparent;
  }
  .black-block.main-black .team-ready {
    border-left: 1px solid white;
  }
  .black-block.main-black:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
  }
  .black-block.b-grow {
    display: none;
  }
}
@media (max-width: 575px) {
  .black-block.main-black .b-list-news {
    width: 100%;
  }
  .black-block.main-black .team-ready {
    display: none;
  }
}
.b-list-news {
  list-style: none;
  padding: 15px 15px 0;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
  font-size: 15px;
}
.b-list-news li {
  padding: 5px 0 15px;
  line-height: 1.5;
}
.b-list-news li .date {
  color: #e36d28;
  font-weight: normal;
  font-size: 12px;
  margin: 0 0 10px;
  line-height: 1.1;
}
@media (max-width: 1023px) {
  .b-list-news li {
    display: none;
  }
  .b-list-news li:first-child {
    display: block;
  }
}
.team-ready {
  padding: 15px 15px 10px;
  background: rgba(0, 0, 0, 0.7);
}
.team-ready a {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  position: relative;
  line-height: 24px;
  display: inline-block;
}
.team-ready a:hover {
  text-decoration: none;
}
.team-ready a:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 35px;
  height: 10px;
  background: url('../img/sprite-icons.png') no-repeat -565px 0;
  bottom: 7px;
  right: 0;
}
.team-ready .e-description {
  font-size: 14px;
  text-transform: capitalize;
}
.b-approach h1 {
  margin: 55px 30% 55px 0;
}
@media (max-width: 919px) {
  .b-approach h1 {
    margin-right: 0;
  }
}
/* About Us Navigation */
.nav-about-us {
  margin-top: -165px;
  background: rgba(243, 111, 33, 0.9);
  position: relative;
  opacity: 0;
}
.nav-about-us ul {
  border-left: 1px solid #f79a64;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 165px;
}
.nav-about-us ul li {
  padding: 0;
}
.nav-about-us ul li a {
  display: block;
  height: 165px;
  padding: 37px 0;
  text-align: center;
  line-height: 1;
  border-right: 1px solid #f79a64;
  margin-left: -1px;
  color: white;
  text-decoration: none;
  font-size: 36px;
  text-transform: uppercase;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
}
.nav-about-us ul li a:hover {
  background: rgba(238, 176, 87, 0.3);
}
.nav-about-us ul li a b {
  display: block;
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 10px;
}
.nav-about-us ul:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}
@media (max-width: 920px) {
  .nav-about-us {
    position: absolute;
    width: 96%;
    height: 50px;
    left: 2%;
    margin-top: -55px;
    background: none;
  }
  .nav-about-us .container {
    padding: 0;
  }
  .nav-about-us ul {
    border-left: 0 none;
  }
  .nav-about-us ul li a {
    height: 50px;
    border-right: 0 none;
    background: rgba(243, 111, 33, 0.9);
    padding: 8px 0 0;
    margin-right: 4px;
    font-size: 14px;
  }
  .nav-about-us ul li a b {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .nav-about-us ul li:last-child a {
    margin-right: 0;
  }
}
/* Pop-up video */
#modal {
  position: fixed;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .5;
  z-index: 9999;
}
.video_frame {
  position: relative;
}
.video_frame .close_video {
  position: absolute;
  display: block;
  top: -5px;
  right: -35px;
  width: 30px;
  height: 30px !important;
  margin: 0px;
  padding: 0px;
  background: #ffffff url("/wp-content/themes/intetics/img/sprite-icons.png") no-repeat scroll -150px -50px;
  border: 0px none;
}
#video_popup,
#video_popup2 {
  position: fixed;
  z-index: 10000;
  display: none;
  padding: 5px 5px 2px 5px !important;
  background: #FFFFFF !important;
  box-shadow: #fe9152 0px 4px 10px !important;
}
.bg-grad-1 {
  position: relative;
  border-top: 1px solid transparent;
}
.bg-grad-1__img {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmY4ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZjBlOCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fff8f4 0%, #fef0e8 100%);
  background-image: -moz-linear-gradient(top, #fff8f4 0%, #fef0e8 100%);
  background-image: -o-linear-gradient(top, #fff8f4 0%, #fef0e8 100%);
  background-image: linear-gradient(to bottom, #fff8f4 0%, #fef0e8 100%);
  z-index: -101;
  position: absolute;
  width: 100%;
  height: 100%;
}
.b-relation {
  margin: 75px 0;
}
@media (max-width: 919px) {
  .b-relation {
    margin: 75px 15px;
  }
}
@media (max-width: 600px) {
  .b-relation .col-xs-6 {
    width: 100%;
  }
  .b-relation .col-xs-6 .vr {
    height: 0;
    width: 80%;
    left: 10%;
    bottom: 0;
    top: auto;
    right: auto;
  }
}
.border-box {
  border: 1px solid black;
}
.border-box .col-xs-6 {
  padding: 35px 50px;
}
.border-box .col-xs-6 h2 {
  margin-bottom: 24px;
}
.border-box .col-xs-6 ul {
  list-style: none;
  padding: 0;
  margin-left: -5px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .border-box .col-xs-6 ul {
    font-size: 18px;
  }
}
.border-box .col-xs-6 ul li {
  padding: 8px 0;
  line-height: 20px;
}
.border-box .col-xs-6 ul li:before {
  content: '- ';
}
.border-box .col-xs-6 .vr {
  height: 80%;
  border-left: 1px solid #b2adaa;
  width: 0;
  position: absolute;
  top: 10%;
  right: 0;
}
.b-relation {
  margin: 75px 0;
}
@media (max-width: 919px) {
  .b-relation {
    margin: 75px 15px;
  }
}
@media (max-width: 600px) {
  .b-relation .col-xs-6 {
    width: 100%;
  }
  .b-relation .col-xs-6 .vr {
    height: 0;
    width: 80%;
    left: 10%;
    bottom: 0;
    top: auto;
    right: auto;
    border-top: 1px solid #b2adaa;
  }
  .b-relation .border-box .col-xs-6 h3 {
    font-size: 21px;
    font-weight: 600;
  }
}
/* Schema */
.b-schema {
  text-align: center;
  color: #f36f21;
  font-size: 26px;
  font-weight: 100;
  word-break: break-all;
  word-break: break-word;
}
.b-schema p {
  font-size: 40px;
  color: #f36f21;
  font-weight: 600;
  margin: 0;
  min-height: 100px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.b-schema p span {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}
.b-schema .box {
  border: 1px solid #f36f21;
  border-top: 0 none;
  height: 14px;
  margin: -15px -15px 0;
}
.b-schema .col-xs-6:first-child > .box {
  margin-right: 1.5%;
}
.b-schema .arrow {
  width: 35px;
  height: 13px;
  margin: 15px auto;
  background: url('../img/sprite-icons.png') -502px -3px no-repeat;
}
.b-schema .boxes > div {
  padding: 0 1.5% 0 0;
}
.b-schema .boxes > div div {
  border: 1px solid #f36f21;
  padding: 0 6%;
  position: relative;
  min-height: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b-schema .boxes > :last-child {
  padding-right: 0;
}
.b-schema .relationships > div {
  padding-right: 1.5%;
}
.b-schema .relationships .circle {
  height: 5px;
  width: 5px;
  margin: -3px auto;
  z-index: 2;
  border: 1px solid #f36f21;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  position: relative;
}
.b-schema .relationships .vl {
  height: 14px;
  width: 1px;
  background: #f36f21;
  margin: 4px auto;
}
@media (max-width: 919px) {
  .b-schema {
    margin: 0 15px;
  }
}
@media (max-width: 600px) {
  .b-schema {
    display: none;
  }
}
.schema-iphone {
  display: none;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
}
.schema-iphone hr {
  background: white;
  border: 1px solid #f7ae81;
  height: 2px;
  border-radius: 2px;
  box-shadow: none;
  margin: 22px 0 10px;
}
.schema-iphone p {
  line-height: 1.1;
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #f36f21;
}
@media (max-width: 600px) {
  .schema-iphone {
    display: block;
  }
}
.b-relationsip {
  border: 1px solid #f36f21;
  border-bottom: 0 none;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 919px) {
  .b-relationsip {
    margin: 0 22px 20px;
    border-bottom: 1px solid #f36f21;
    padding: 0;
  }
}
@media (max-width: 399px) {
  .b-relationsip {
    margin-top: 80px;
  }
}
.b-relationsip p {
  margin: 20px 0 10px;
  line-height: 1.1;
  color: #f36f21;
  font-size: 50px;
  font-weight: 100;
  text-align: center;
  background: #fef1e9;
  display: inline-block;
  position: relative;
  top: -54px;
  padding: 0 5px;
}
@media (max-width: 919px) {
  .b-relationsip p {
    font-size: 45px;
    max-width: 90%;
    top: -50px;
  }
}
@media (max-width: 479px) {
  .b-relationsip p {
    font-size: 27px;
    top: -38px;
  }
}
.b-relationsip .b-rel-parts {
  position: relative;
}
@media (max-width: 919px) {
  .b-relationsip .b-rel-parts {
    padding: 0 15px;
  }
}
.b-relationsip .b-rel-parts div {
  margin-left: 3%;
  text-align: center;
  line-height: 18px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (max-width: 919px) {
  .b-relationsip .b-rel-parts div {
    min-height: 186px;
    margin-left: 0;
    width: 42%;
    float: left;
  }
  .b-relationsip .b-rel-parts div:nth-of-type(2n) {
    float: right;
  }
  .b-relationsip .b-rel-parts div:last-of-type {
    position: absolute;
    left: 48%;
    margin-left: -80px;
    width: 200px;
    top: 60px;
  }
  .b-relationsip .b-rel-parts div:before {
    margin: 0 auto;
  }
}
@media (max-width: 679px) {
  .b-relationsip .b-rel-parts div {
    width: 50%;
  }
  .b-relationsip .b-rel-parts div:first-of-type,
  .b-relationsip .b-rel-parts div:nth-child(2) {
    min-height: 400px;
  }
  .b-relationsip .b-rel-parts div:last-of-type {
    width: 100%;
    padding: 0 30px;
    left: 0;
    top: 200px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 379px) {
  .b-relationsip .b-rel-parts div {
    display: block;
    width: auto;
    min-height: inherit !important;
    position: static !important;
    float: none !important;
    margin-bottom: 20px;
  }
  .b-relationsip .b-rel-parts div:before {
    height: 130px !important;
  }
}
.b-relationsip .b-rel-parts div:after {
  position: absolute;
  top: 70px;
  left: -22px;
  width: 15px;
  height: 15px;
  content: " ";
  background: url(../img/sprite-icons.png) -150px 0 no-repeat;
}
@media (max-width: 919px) {
  .b-relationsip .b-rel-parts div:after {
    display: none;
  }
}
.b-relationsip .b-rel-parts div:before {
  display: block;
  width: 150px;
  height: 150px;
  content: " ";
  background-image: url(../img/icons_big_sprite.png);
  background-repeat: no-repeat;
}
.b-relationsip .b-rel-parts div:first-child:after {
  display: none;
}
.b-relationsip .b-rel-parts div.i-loyalty:before {
  background-position: -25px -513px;
}
.b-relationsip .b-rel-parts div.i-innovation:before {
  background-position: -25px -680px;
}
.b-relationsip .b-rel-parts div.i-liability-insurance:before {
  background-position: -25px -845px;
}
.b-relationsip .b-rel-parts div.i-introducing:before {
  background-position: -25px -1004px;
}
.b-relationsip .b-rel-parts div.i-flexible-models:before {
  background-position: -25px -1160px;
}
.b-relationsip .b-rel-best .col-sm-6 {
  height: 183px;
  font-size: 32px;
  font-weight: 100;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 919px) {
  .b-relationsip .b-rel-best .col-sm-6 {
    height: 103px;
    font-size: 20px;
  }
}
.b-text {
  padding: 80px 0;
}
@media (max-width: 919px) {
  .b-text {
    margin: 0 15px;
  }
}
.b-rel-best {
  border-top: 1px solid #fabc98;
  margin: 40px 1.5% 0;
}
@media (max-width: 919px) {
  .b-rel-best {
    margin: 40px 0 0;
  }
}
.b-rel-best :first-child {
  border-right: 1px solid #fabc98;
}
@media (max-width: 919px) {
  .b-rel-best :first-child {
    border-right: 0  none;
    border-bottom: 1px solid #fabc98;
  }
}
.bottom-line {
  background: #f36f21;
  height: 1px;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  margin: 25px -16px 0;
}
@media (max-width: 1200px) and (min-width: 990px) {
  .bottom-line {
    margin: 20px -16px 0;
  }
}
@media (max-width: 990px) {
  .bottom-line {
    margin: 16px -16px 0;
  }
}
.bottom-line.line-right {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 919px) {
  .bottom-line {
    display: none;
  }
}
.back-arrow {
  overflow: hidden;
}
.back-arrow .arrow {
  background: #fef0e8;
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  height: 150px;
  margin: 0 -24px;
  z-index: -1;
  position: relative;
  top: -105px;
}
.back-arrow .arrow.arrow-right {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 919px) {
  .back-arrow {
    display: none;
  }
}
.main-tabs .nav-tabs {
  border-bottom: 1px dashed #f36f21;
}
.main-tabs .nav-tabs > li {
  width: 33.333%;
  max-width: 337px;
}
.main-tabs .nav-tabs > li.active {
  background: white;
}
.main-tabs .nav-tabs > li > a {
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  color: #f36f21;
  text-align: center;
  max-width: 337px;
  text-decoration: underline;
  border: 1px dashed transparent;
  height: 80px;
  padding: 0 10%;
  font-weight: 400;
  opacity: .7;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-tabs .nav-tabs > li > a:hover,
.main-tabs .nav-tabs > li > a:active,
.main-tabs .nav-tabs > li > a:focus {
  background: none;
  border: 0 none;
}
@media (max-width: 919px) and (min-width: 779px) {
  .main-tabs .nav-tabs > li > a {
    font-size: 32px;
  }
}
.main-tabs .nav-tabs > li.active > a,
.main-tabs .nav-tabs > li.active > a:hover,
.main-tabs .nav-tabs > li.active > a:focus {
  color: #f36f21;
  text-decoration: none;
  border: 1px dashed #f36f21;
  border-bottom-color: transparent;
  font-weight: 600;
  opacity: 1;
  outline: none;
}
.main-tabs .nav-tabs > li:first-child a,
.main-tabs .nav-tabs > li:first-child a:hover,
.main-tabs .nav-tabs > li:first-child a:focus {
  border-left-color: transparent;
}
.tabbable .tab-content .tab-pane {
  padding: 40px 4%;
}
/* What We do */
.b-part .arrow-down {
  display: block;
  margin: auto;
  width: 13px;
  height: 23px;
  background: url(../img/sprite-icons.png) -300px 0 no-repeat;
  opacity: .5;
}
.b-part p {
  color: #b9b9b9;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 5px;
  line-height: 1.1;
  font-weight: 500;
}
.b-part .top-border {
  height: 4px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ViYTgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNlYmE4M2UiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -moz-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -o-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: linear-gradient(to right, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
}
.b-what-we-do {
  background: url('../img/hill.png') repeat-x 50% 100%;
  border-bottom: 0 none;
}
.b-what-we-do .container {
  background: url('../img/bg_folders.png') no-repeat 100% 100%;
  padding-bottom: 45px;
  min-height: 400px;
}
@media (max-width: 768px) {
  .b-what-we-do .container {
    background-size: 269px 171px;
    min-height: 200px;
    background-position: 90% 100%;
  }
}
@media (max-width: 919px) {
  .b-what-we-do {
    margin-top: 40px;
  }
}
.b-what-we-do h1 {
  margin: 50px 0 50px;
}
.b-services {
  background-color: #f36f21;
  padding: 115px 0 0;
  border-top: 0 none;
}
@media (max-width: 920px) {
  .b-services {
    padding-top: 0;
  }
}
.b-services .services-list {
  position: relative;
}
@media (min-width: 919px) {
  .b-services .services-list .panel:nth-child(even) {
    margin-top: 110px;
  }
}
.b-services .services-list .active h5 {
  color: #FFFFFF;
}
.b-services .services-list .col-sm-6 {
  font-size: 26px;
  color: #f1c1a5;
  padding: 0;
  line-height: 32px;
  position: static;
}
@media (min-width: 919px) {
  .b-services .services-list .col-sm-6 {
    padding-top: 22px;
  }
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .b-services .services-list .col-sm-6 a.mobi {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.b-services .services-list .col-sm-6.active .service-item:before {
  background-position: -16px -3394px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6.active .service-item:before {
    background-position: -7px -1697px;
  }
}
.b-services .services-list .col-sm-6.active .service-item.data:before {
  background-position: -11px -3599px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6.active .service-item.data:before {
    background-position: -5px -1799px;
  }
}
.b-services .services-list .col-sm-6.active .service-item.creation:before {
  background-position: -14px -3804px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6.active .service-item.creation:before {
    background-position: -7px -1902px;
  }
}
.b-services .services-list .col-sm-6.active .service-item.geo:before {
  background-position: -18px -4030px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6.active .service-item.geo:before {
    background-position: -9px -2015px;
  }
}
.b-services .services-list .col-sm-6.active .service-item.knowledge:before {
  background-position: -13px -4264px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6.active .service-item.knowledge:before {
    background-position: -6px -2132px;
  }
}
.b-services .services-list .col-sm-6 .service-item {
  min-height: 190px;
  border-top: 1px solid transparent;
}
.b-services .services-list .col-sm-6 .service-item:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
.b-services .services-list .col-sm-6 .service-item:before {
  content: ' ';
  float: left;
  height: 190px;
  width: 200px;
  background: url('../img/icons_big_sprite.png') no-repeat -15px -2295px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item:before {
    height: 95px;
    max-width: 100px;
    background-size: 100px 2250px;
    background-position: -7px -1147px;
    margin: 10px 15px 0 25px;
  }
}
@media (max-width: 499px) {
  .b-services .services-list .col-sm-6 .service-item:before {
    margin: 48px 0 0 12px;
  }
}
.b-services .services-list .col-sm-6 .service-item.data:before {
  background-position: -15px -2500px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.data:before {
    background-position: -7px -1250px;
  }
}
.b-services .services-list .col-sm-6 .service-item.creation:before {
  background-position: -15px -2710px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.creation:before {
    background-position: -7px -1355px;
  }
}
.b-services .services-list .col-sm-6 .service-item.geo:before {
  background-position: -15px -2956px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.geo:before {
    background-position: -7px -1478px;
  }
}
.b-services .services-list .col-sm-6 .service-item.knowledge:before {
  background-position: -15px -3190px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.knowledge:before {
    background-position: -7px -1595px;
  }
}
.b-services .services-list .col-sm-6 .service-item h2 {
  font-size: inherit;
  font-weight: inherit;
  padding-right: 15px;
  margin: 20px 0 10px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item h2 {
    max-width: 54%;
  }
}
@media (max-width: 499px) {
  .b-services .services-list .col-sm-6 .service-item h2 {
    max-width: 65%;
  }
}
.b-services .services-list .col-sm-6 .service-item h2 a {
  color: inherit;
  text-decoration: none;
}
.b-services .services-list .col-sm-6 .service-item .plus {
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff;
  background: #e15812 url('../img/sprite-icons.png') no-repeat -350px -1px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  cursor: pointer;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item .plus {
    background-color: #e46012;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -22px;
  }
}
@media (max-width: 499px) {
  .b-services .services-list .col-sm-6 .service-item .plus {
    display: none;
  }
}
.b-services .services-list .col-sm-6 .service-item .plus:hover {
  background: #ffb68b url('../img/sprite-icons.png') no-repeat -400px -1px;
  border-color: #bd4507;
}
@media (min-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item .plus.mobi {
    display: none;
  }
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item .plus.desktop {
    display: none;
  }
}
.b-services .services-list .col-sm-6 .service-item.data:before {
  background-position: -15px -2500px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.data:before {
    background-position: -7px -1250px;
  }
}
.b-services .services-list .col-sm-6 .service-item.creation:before {
  background-position: -15px -2710px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.creation:before {
    background-position: -7px -1355px;
  }
}
.b-services .services-list .col-sm-6 .service-item.geo:before {
  background-position: -15px -2956px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.geo:before {
    background-position: -7px -1478px;
  }
}
.b-services .services-list .col-sm-6 .service-item.knowledge:before {
  background-position: -15px -3190px;
}
@media (max-width: 920px) {
  .b-services .services-list .col-sm-6 .service-item.knowledge:before {
    background-position: -7px -1595px;
  }
}
.b-services .services-list .popup-content {
  position: absolute;
  display: none;
  background: white;
  color: #000000;
  padding: 40px;
  z-index: 10;
  font-size: 19px;
  right: 15%;
  left: 15%;
}
.b-services .services-list .popup-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 42px;
  border-left: 1px solid #f36f21;
  border-bottom: 1px solid #f36f21;
  background: url(../img/sprite-icons.png) -100px -50px no-repeat;
}
@media (max-width: 499px) {
  .b-services .services-list .popup-content {
    left: 3%;
    right: 3%;
    top: 20%;
  }
}
.b-services .services-list .active .popup-content {
  display: block;
}
@media (max-width: 920px) {
  .b-services .services-list .active .popup-content {
    position: static;
  }
}
.b-services .vast-exp {
  padding: 80px 55px 20px;
  border: 1px solid white;
  text-align: center;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 919px) {
  .b-services .vast-exp {
    margin: 100px 22px 0;
  }
}
@media (max-width: 499px) {
  .b-services .vast-exp {
    padding: 80px 15px 20px 35px;
  }
}
.b-services .vast-exp h2 {
  position: absolute;
  width: 42%;
  left: 29%;
  text-align: center;
  color: #fdf2ec;
  font-size: 50px;
  font-weight: 100;
  background: #f36f21;
  margin: 0;
  display: inline-block;
  top: -36px;
}
@media (max-width: 1023px) {
  .b-services .vast-exp h2 {
    width: 60%;
    left: 20%;
  }
}
@media (max-width: 919px) {
  .b-services .vast-exp h2 {
    font-size: 42px;
    top: -28px;
  }
}
@media (max-width: 768px) {
  .b-services .vast-exp h2 {
    width: 80%;
    left: 10%;
  }
}
@media (max-width: 500px) {
  .b-services .vast-exp h2 {
    width: 90%;
    left: 5%;
  }
}
.b-services .vast-exp ul .col-sm-6:first-of-type {
  padding-right: 75px;
}
.b-services .vast-exp ul li {
  text-align: left;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  opacity: .6;
  margin-bottom: 15px;
  padding-left: 15px;
  list-style: none;
}
.b-services .vast-exp ul li:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 22px;
  height: 17px;
  background: url('../img/sprite-icons.png') -450px 2px no-repeat;
}
@media (min-width: 920px) {
  .b-services .vast-exp ul li {
    padding-right: 65px;
  }
}
.b-services .b-part {
  margin-top: 72px;
}
.b-services .b-part h4 {
  color: #f1c1a5;
}
.b-services .b-part .arrow-down {
  background-position: -300px -50px;
}
.b-who-we-are h1 {
  margin: 80px 30% 55px 0;
}
@media (max-width: 919px) {
  .b-who-we-are h1 {
    margin-right: 15px;
  }
}
.b-who-we-are p,
.b-who-we-are h2 {
  position: relative;
  z-index: 2;
}
.big-num .num {
  float: left;
  font-family: 'pfd', sans-serif;
  letter-spacing: -10px;
  font-size: 170px;
  margin-right: 25px;
  line-height: 140px;
}
@media (max-width: 920px) and (min-width: 767px) {
  .big-num .num {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 549px) {
  .big-num .num {
    letter-spacing: -5px;
    font-size: 120px;
  }
}
.b-main-worth {
  color: #f36f21;
  font-weight: 100;
  font-style: italic;
  line-height: normal;
  margin: 80px 0 0;
}
.b-main-worth .title {
  font-size: 34px;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: 100;
  padding-top: 25px;
  white-space: normal;
  line-height: 1.1;
  margin: 10px 0 10px;
}
@media (max-width: 920px) and (min-width: 767px) {
  .b-main-worth .title {
    clear: both;
  }
}
@media (max-width: 549px) {
  .b-main-worth .title {
    font-size: 24px;
  }
}
.b-main-worth .title .small {
  color: #f36f21;
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 549px) {
  .b-main-worth .title .small {
    font-size: 16px;
  }
}
.b-main-worth .col-xs-6 {
  margin-bottom: 80px;
}
@media (max-width: 920px) and (min-width: 767px) {
  .b-main-worth .col-xs-6 {
    white-space: nowrap;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) {
  .b-main-worth .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 609px) {
  .b-main-worth .col-xs-6 {
    margin-bottom: 0;
    margin-left: -15px;
  }
  .b-main-worth .col-xs-6:before {
    display: none;
  }
}
.b-main-worth .col-xs-6:before {
  float: left;
  width: 150px;
  height: 130px;
  content: " ";
  background-image: url(../img/icons_big_sprite.png);
  background-repeat: no-repeat;
}
@media (max-width: 920px) and (min-width: 767px) {
  .b-main-worth .col-xs-6:before {
    width: 130px;
    float: none;
    display: inline-block;
  }
}
.b-main-worth .col-xs-6.i-market:before {
  background-position: -40px 18px;
}
.b-main-worth .col-xs-6.i-clients:before {
  background-position: -40px -112px;
}
@media (max-width: 549px) {
  .b-main-worth .col-xs-6.i-centers h4 {
    padding-top: 25px;
  }
}
.b-main-worth .col-xs-6.i-centers:before {
  background-position: -40px -255px;
}
.b-main-worth .col-xs-6.i-years:before {
  background-position: -40px -387px;
}
.b-main-worth:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
}
/* Services */
#services-accordion .panel {
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
/* Customers */
#customers .owl-wrapper-outer {
  padding: 0 90px;
}
@media (max-width: 1024px) {
  #customers .owl-wrapper-outer {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
#customers .owl-wrapper-outer .logo-wurth {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
#customers .owl-stage {
  display: inline-block;
}
@media (max-width: 1024px) {
  #customers {
    padding: 0;
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
.b-customers {
  position: relative;
  background: #fff3ed;
  padding: 75px 0;
}
.b-customers .owl-item {
  height: 110px;
  display: table;
}
.b-customers .owl-item > div {
  display: table-cell;
  vertical-align: middle;
}
.b-customers .mb-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b-customers .mb-logo > div {
  margin: 0 20px 20px;
}
.b-customers .mb-logo > div img {
  max-width: 240px;
}
.b-customers .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  text-indent: -999px;
  overflow: hidden;
}
.b-customers .owl-nav div:before {
  position: absolute;
  margin-top: 24px;
  content: ' ';
  display: block;
  left: 0;
  background-image: url(../img/bg-slider-arrows.png);
  background-repeat: no-repeat;
  background-position: -10px 4px;
  width: 64px;
  height: 64px;
}
.b-customers .owl-nav div.owl-prev {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYzZWQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(left, #fff3ed 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left, #fff3ed 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff3ed 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff3ed 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.b-customers .owl-nav div.owl-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmM2VkIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff3ed 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff3ed 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff3ed 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff3ed 100%);
  right: 0;
}
.b-customers .owl-nav div.owl-next:before {
  background-position: -123px 4px;
  right: 0;
}
@media (max-width: 500px) {
  .b-customers .mb-logo > div img {
    max-width: 100px;
  }
}
@media (min-width: 501px) {
  .b-customers .mb-logo .logo-wurth {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
@media (min-width: 1025px) {
  .b-customers .mb-logo {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* Mobile Clients */
.mobileClients {
  visibility: hidden;
  position: absolute;
}
@media (max-width: 500px) {
  .b-customers {
    padding: 35px 0 29px;
  }
  .b-customers .mobileClients {
    visibility: visible;
    position: relative;
    padding: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .b-customers .mobileClients .owl-item {
    padding: 10px;
    max-width: 100px;
    max-height: 75px;
  }
  .b-customers .mobileClients .owl-item > div {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b-customers .mobileClients .owl-item > div.logo-spread {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}
/* Testimonials */
.b-testimonials {
  position: relative;
}
.b-testimonials .owl-item {
  direction: ltr;
}
.b-testimonials .bg {
  position: absolute;
  background: #fff3ed url('../img/bg_testimonials.png');
  border-top: 1px dashed #f36f21;
  height: 322px;
  width: 100%;
  top: 0;
}
.b-testimonials .title {
  z-index: 2;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  color: #f36f21;
  margin: 80px 0 55px;
}
@media (max-width: 919px) {
  .b-testimonials .title {
    font-size: 45px;
  }
}
@media (max-width: 659px) {
  .b-testimonials .title {
    font-size: 21px;
  }
}
.b-testimonials .testimonial {
  position: relative;
  background: white;
  border: 1px solid #f69c67;
  padding: 45px 30px 30px;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  z-index: 2;
}
@media (max-width: 919px) {
  .b-testimonials .testimonial {
    padding: 45px 80px 30px;
  }
}
@media (max-width: 1099px) and (min-width: 920px) {
  .b-testimonials .testimonial {
    margin: 0 5%;
  }
}
@media (max-width: 659px) {
  .b-testimonials .testimonial {
    font-size: 11px;
  }
}
@media (max-width: 519px) {
  .b-testimonials .testimonial {
    padding: 45px 40px 30px;
  }
}
.b-testimonials .testimonial .triangle {
  position: absolute;
  top: -31px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-bottom: solid 31px #f69c67;
  border-left: solid 36px transparent;
}
.b-testimonials .testimonial .triangle:before {
  content: ' ';
  display: block;
  width: 0;
  position: relative;
  margin: 2px 0 0 -34px;
  height: 0;
  border-bottom: solid 29px white;
  border-left: solid 33px transparent;
}
.b-testimonials .testimonial .customer {
  color: #f36f33;
  text-align: right;
  margin-top: 40px;
  line-height: 22px;
}
.b-testimonials .testimonial .customer .customer-name {
  font-weight: 600;
}
.b-testimonials .arrows {
  position: absolute;
  width: 100%;
  top: 287px;
  z-index: 1;
}
@media (max-width: 919px) {
  .b-testimonials .arrows {
    bottom: 32%;
  }
}
.b-testimonials .arrows .arrow {
  position: relative;
  width: 50%;
  height: 70px;
  float: left;
  cursor: pointer;
  opacity: .4;
  right: .5%;
}
.b-testimonials .arrows .arrow:hover {
  opacity: 1;
}
.b-testimonials .arrows .arrow .h-line {
  border-bottom: 1px solid #f36f21;
  position: relative;
  top: 34px;
}
.b-testimonials .arrows .arrow .arrow-line {
  position: absolute;
  border-bottom: 1px solid #f36f21;
  width: 45px;
  right: -6px;
}
.b-testimonials .arrows .arrow .arrow-line.top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}
.b-testimonials .arrows .arrow .arrow-line.bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50px;
}
.b-testimonials .arrows .arrow.arrow-left {
  left: .5%;
}
.b-testimonials .arrows .arrow.arrow-left .h-line {
  border-color: #f36f21;
}
.b-testimonials .arrows .arrow.arrow-left .arrow-line {
  border-color: #f36f21;
  left: -6px;
}
.b-testimonials .arrows .arrow.arrow-left .arrow-line.top {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-testimonials .arrows .arrow.arrow-left .arrow-line.bottom {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 920px) {
  .b-testimonials .arrows {
    z-index: 3;
  }
  .b-testimonials .arrows .arrow {
    width: 52px;
    height: 52px;
    border: 1px solid #f58847;
    float: right;
    right: 22px;
    opacity: .9;
  }
  .b-testimonials .arrows .arrow .h-line {
    border: 0 none;
  }
  .b-testimonials .arrows .arrow .arrow-line {
    width: 20px;
    right: 20px;
    border-bottom: 2px solid #f36f21;
  }
  .b-testimonials .arrows .arrow .arrow-line.top {
    top: 18px;
  }
  .b-testimonials .arrows .arrow .arrow-line.bottom {
    top: 32px;
  }
  .b-testimonials .arrows .arrow.arrow-left {
    float: left;
    left: 22px;
  }
  .b-testimonials .arrows .arrow.arrow-left .arrow-line {
    left: 21px;
  }
}
@media (max-width: 519px) {
  .b-testimonials .arrows .arrow {
    width: 30px;
  }
  .b-testimonials .arrows .arrow .arrow-line {
    right: 3px;
  }
  .b-testimonials .arrows .arrow.arrow-left .arrow-line {
    left: 4px;
  }
}
.company-growth {
  border-bottom: 1px solid #fac5a6;
  /* Graph */
}
.company-growth .col-sm-7 {
  min-height: 300px;
}
.company-growth .title {
  margin: 100px 0 20px 32px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.1;
}
.company-growth .title h3 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.company-growth .video-holder > img {
  left: 0;
}
.company-growth .growth-graph {
  position: absolute;
  width: 94%;
  bottom: -44px;
}
.company-growth .growth-graph .graph-line {
  background: #f3824b;
  height: 6px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  width: 0;
  z-index: 1;
  position: absolute;
  margin: 0 0 2% -0.2%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.company-growth .growth-graph .graph-line.line1 {
  bottom: 15px;
  left: 8.2%;
}
.company-growth .growth-graph .graph-line.line2 {
  bottom: 48px;
  left: 24.2%;
}
.company-growth .growth-graph .graph-line.line3 {
  bottom: 81px;
  left: 40.5%;
}
.company-growth .growth-graph .graph-line.line4 {
  bottom: 112px;
  left: 56.2%;
}
.company-growth .growth-graph .graph-line.line5 {
  -webkit-transform: rotate(-32deg);
  -moz-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  -o-transform: rotate(-32deg);
  transform: rotate(-32deg);
  bottom: 145px;
  left: 72.5%;
}
@media (max-width: 1199px) {
  .company-growth .growth-graph .graph-line {
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    -ms-transform: rotate(-21deg);
    -o-transform: rotate(-21deg);
    transform: rotate(-21deg);
  }
  .company-growth .growth-graph .graph-line.line1 {
    bottom: 20px;
  }
  .company-growth .growth-graph .graph-line.line2 {
    bottom: 52px;
  }
  .company-growth .growth-graph .graph-line.line3 {
    bottom: 85px;
  }
  .company-growth .growth-graph .graph-line.line4 {
    bottom: 117px;
  }
  .company-growth .growth-graph .graph-line.line5 {
    bottom: 148px;
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    transform: rotate(-37deg);
  }
}
@media (max-width: 499px) {
  .company-growth .growth-graph .graph-line {
    -webkit-transform: rotate(-29deg);
    -moz-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
    -o-transform: rotate(-29deg);
    transform: rotate(-29deg);
  }
  .company-growth .growth-graph .graph-line.line5 {
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
  }
}
@media (max-width: 379px) {
  .company-growth .growth-graph .graph-line {
    transform: rotate(-34deg);
  }
  .company-growth .growth-graph .graph-line.line5 {
    transform: rotate(-53deg);
  }
}
.company-growth .growth-graph .graph-circle {
  background: rgba(243, 144, 88, 0.5);
  padding: 22px;
  -webkit-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 24px;
  -moz-background-clip: padding;
  border-radius: 24px;
  background-clip: padding-box;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  z-index: 2;
  text-align: center;
  margin: 0 0 -22px -22px;
}
.company-growth .growth-graph .graph-circle:before {
  content: '';
  display: block;
  background: white;
  -webkit-border-radius: 24px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 24px;
  -moz-background-clip: padding;
  border-radius: 24px;
  background-clip: padding-box;
  width: 55%;
  height: 55%;
  position: absolute;
  top: 23%;
  left: 23%;
  border: 1px solid #f36f29;
}
.company-growth .growth-graph .graph-circle .number {
  position: absolute;
  left: 8px;
  font-family: 'pfd', sans-serif;
  font-weight: 100;
  font-size: 25px;
  color: #000000;
  opacity: 0;
}
.company-growth .growth-graph .graph-circle.circle1 {
  background: rgba(243, 144, 88, 0.2);
  bottom: 32px;
  left: 8%;
}
.company-growth .growth-graph .graph-circle.circle2 {
  background: rgba(243, 144, 88, 0.25);
  bottom: 65px;
  left: 24%;
}
.company-growth .growth-graph .graph-circle.circle3 {
  background: rgba(243, 144, 88, 0.3);
  bottom: 97px;
  left: 40%;
}
.company-growth .growth-graph .graph-circle.circle4 {
  background: rgba(243, 144, 88, 0.35);
  bottom: 129px;
  left: 56%;
}
.company-growth .growth-graph .graph-circle.circle5 {
  background: rgba(243, 144, 88, 0.4);
  bottom: 161px;
  left: 72%;
}
.company-growth .growth-graph .graph-circle.circle6 {
  padding: 26px;
  border-radius: 50%;
  bottom: 225px;
  left: 87%;
}
.company-growth .growth-graph .graph-circle.circle6:before {
  width: 51%;
  height: 51%;
  top: 25%;
  left: 25%;
}
.company-growth .growth-graph .graph-circle.circle6 .number {
  font-size: 34px;
  color: #f36f21;
  font-weight: bold;
  margin-left: -2px;
}
.company-growth .growth-graph .graph-circle.circle6 .arrow {
  position: relative;
  left: 30%;
  top: 54px;
}
.company-growth .growth-graph .graph-circle.circle6 .arrow .arrow-side {
  position: absolute;
  background-color: #f36f21;
  padding: 3% 16%;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 20%;
}
.company-growth .growth-graph .graph-circle.circle6 .arrow .arrow-side.left {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
}
.company-growth .growth-graph .graph {
  left: 0;
}
.company-growth .growth-graph .vl {
  position: absolute;
  border-left: 1px dashed #f6a979;
  width: 1px;
  bottom: 0;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.company-growth .growth-graph .vl .year {
  position: absolute;
  opacity: 0;
  font-size: 16.5px;
  font-family: 'pfd', sans-serif;
  font-weight: 100;
  left: -12px;
  color: #000000;
}
.company-growth .growth-graph .vl.vl1 {
  left: 8%;
}
.company-growth .growth-graph .vl.vl2 {
  left: 24%;
}
.company-growth .growth-graph .vl.vl3 {
  left: 40%;
}
.company-growth .growth-graph .vl.vl4 {
  left: 56%;
}
.company-growth .growth-graph .vl.vl5 {
  left: 72%;
}
.company-growth .growth-graph .vl.vl6 {
  left: 88%;
}
.company-growth .growth-graph .graph-bottom-line {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ViYTgzZSIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNlYmE4M2UiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iNjUlIiBzdG9wLWNvbG9yPSIjZTk3NTMxIiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOTc1MzEiIHN0b3Atb3BhY2l0eT0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNsZXNzaGF0LWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -moz-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: -o-linear-gradient(left, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  background-image: linear-gradient(to right, #e97531 0%, #e97531 35%, #eba83e 35%, #eba83e 65%, #e97531 65%, #e97531 100%);
  height: 2px;
  margin-top: 153px;
}
.company-growth .growth-graph.animation-start .graph-line.line1 {
  -webkit-animation: move1 1s linear forwards;
  -moz-animation: move1 1s linear forwards;
  -o-animation: move1 1s linear forwards;
  animation: move1 1s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-line.line2 {
  -webkit-animation: move1 1s 1s linear forwards;
  -moz-animation: move1 1s 1s linear forwards;
  -o-animation: move1 1s 1s linear forwards;
  animation: move1 1s 1s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-line.line3 {
  -webkit-animation: move1 1s 2s linear forwards;
  -moz-animation: move1 1s 2s linear forwards;
  -o-animation: move1 1s 2s linear forwards;
  animation: move1 1s 2s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-line.line4 {
  -webkit-animation: move1 1s 3s linear forwards;
  -moz-animation: move1 1s 3s linear forwards;
  -o-animation: move1 1s 3s linear forwards;
  animation: move1 1s 3s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-line.line5 {
  -webkit-animation: move2 1s 4s linear forwards;
  -moz-animation: move2 1s 4s linear forwards;
  -o-animation: move2 1s 4s linear forwards;
  animation: move2 1s 4s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-circle {
  -webkit-animation: point 0.2s linear forwards;
  -moz-animation: point 0.2s linear forwards;
  -o-animation: point 0.2s linear forwards;
  animation: point 0.2s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-circle .number {
  -webkit-animation: slide-top 0.3s linear forwards;
  -moz-animation: slide-top 0.3s linear forwards;
  -o-animation: slide-top 0.3s linear forwards;
  animation: slide-top 0.3s linear forwards;
}
.company-growth .growth-graph.animation-start .graph-circle.circle2 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle2 .number {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle3 {
  -webkit-animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -o-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle3 .number {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle4 {
  -webkit-animation-delay: 2.9s;
  -moz-animation-delay: 2.9s;
  -o-animation-delay: 2.9s;
  animation-delay: 2.9s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle4 .number {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle5 {
  -webkit-animation-delay: 3.9s;
  -moz-animation-delay: 3.9s;
  -o-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle5 .number {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle6 {
  -webkit-animation-delay: 4.9s;
  -moz-animation-delay: 4.9s;
  -o-animation-delay: 4.9s;
  animation-delay: 4.9s;
}
.company-growth .growth-graph.animation-start .graph-circle.circle6 .number {
  -webkit-animation: slide-top-full 0.3s 5s linear forwards;
  -moz-animation: slide-top-full 0.3s 5s linear forwards;
  -o-animation: slide-top-full 0.3s 5s linear forwards;
  animation: slide-top-full 0.3s 5s linear forwards;
}
.company-growth .growth-graph.animation-start .vl .year {
  -webkit-animation: slide-bottom 0.4s linear forwards;
  -moz-animation: slide-bottom 0.4s linear forwards;
  -o-animation: slide-bottom 0.4s linear forwards;
  animation: slide-bottom 0.4s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl1 {
  -webkit-animation: vl1 0.2s linear forwards;
  -moz-animation: vl1 0.2s linear forwards;
  -o-animation: vl1 0.2s linear forwards;
  animation: vl1 0.2s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl2 {
  -webkit-animation: vl2 0.8s 0s linear forwards;
  -moz-animation: vl2 0.8s 0s linear forwards;
  -o-animation: vl2 0.8s 0s linear forwards;
  animation: vl2 0.8s 0s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl3 {
  -webkit-animation: vl3 0.9s 1s linear forwards;
  -moz-animation: vl3 0.9s 1s linear forwards;
  -o-animation: vl3 0.9s 1s linear forwards;
  animation: vl3 0.9s 1s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl3 .year {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.company-growth .growth-graph.animation-start .vl.vl4 {
  -webkit-animation: vl4 0.9s 2s linear forwards;
  -moz-animation: vl4 0.9s 2s linear forwards;
  -o-animation: vl4 0.9s 2s linear forwards;
  animation: vl4 0.9s 2s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl4 .year {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.company-growth .growth-graph.animation-start .vl.vl5 {
  -webkit-animation: vl5 0.9s 3s linear forwards;
  -moz-animation: vl5 0.9s 3s linear forwards;
  -o-animation: vl5 0.9s 3s linear forwards;
  animation: vl5 0.9s 3s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl5 .year {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.company-growth .growth-graph.animation-start .vl.vl6 {
  -webkit-animation: vl6 0.9s 4s linear forwards;
  -moz-animation: vl6 0.9s 4s linear forwards;
  -o-animation: vl6 0.9s 4s linear forwards;
  animation: vl6 0.9s 4s linear forwards;
}
.company-growth .growth-graph.animation-start .vl.vl6 .year {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
@media (max-width: 1023px) {
  .company-growth .col-sm-7 {
    width: 520px;
    margin: 0 auto;
    float: none;
  }
  .company-growth .col-sm-7 h5,
  .company-growth .col-sm-7 h6 {
    margin-left: 0;
  }
  .company-growth .col-sm-7 .growth-graph {
    bottom: 0;
  }
}
@media (max-width: 539px) {
  .company-growth .col-sm-7 {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .company-growth h5 {
    margin-top: 10px;
  }
}
.animations {
  display: none;
}
/* Awards */
.b-awards {
  margin-top: 80px;
  margin-bottom: 80px;
}
.b-awards .awards {
  margin-top: 40px;
  border: 1px solid #f36f21;
}
.b-awards .awards .col-sm-3 {
  border-bottom: 1px solid #f9c3a1;
  border-right: 1px solid #f9c3a1;
  text-align: center;
}
@media (max-width: 919px) {
  .b-awards .awards .col-sm-3 {
    border: 1px solid #f9c3a1;
    font-size: 0;
    width: 16.66666666666667%;
    height: 108px;
    float: left;
    padding-top: 13px;
    border-width: 0 0 0 1px;
  }
}
@media (max-width: 739px) {
  .b-awards .awards .col-sm-3 {
    width: 33.333%;
  }
  .b-awards .awards .col-sm-3:nth-child(1),
  .b-awards .awards .col-sm-3:nth-child(2),
  .b-awards .awards .col-sm-3:nth-child(3) {
    border-bottom: 1px solid #f9c3a1;
  }
}
.b-awards .awards .col-sm-3 img {
  max-width: 100%;
  max-height: 100%;
}
.b-awards .nav-tabs > li {
  padding: 0;
  width: 50%;
  max-width: none;
}
.b-awards .nav-tabs > li.tab-top-certifications a i {
  background-position: -60px -1418px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-awards .nav-tabs > li > a {
  max-width: none;
  text-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 10px;
}
.b-awards .nav-tabs > li > a.active {
  font-size: 42px;
}
.b-awards .nav-tabs > li > a i {
  background: url('../img/icons_big_sprite.png') no-repeat -60px -1324px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
}
.b-awards .nav-tabs > li:last-child a,
.b-awards .nav-tabs > li:last-child a:hover,
.b-awards .nav-tabs > li:last-child a:focus {
  border-right-color: transparent;
}
@media (max-width: 779px) {
  .b-awards .nav-tabs > li > a {
    font-size: 11px;
  }
  .b-awards .nav-tabs > li.active > a,
  .b-awards .nav-tabs > li.active > a:hover,
  .b-awards .nav-tabs > li.active > a:focus {
    font-size: 16px;
  }
}
/* News */
.quick-project-start {
  background: url('../img/bg_orange-cell.png') repeat;
}
.quick-project-start .title {
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 919px) {
  .quick-project-start .title {
    font: 55px apex, sans-serif;
  }
}
@media (max-width: 549px) {
  .quick-project-start .title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.quick-project-start .row a {
  font: 26px apex, sans-serif;
  line-height: 24px;
  color: #fff9f5;
  font-weight: normal;
  position: relative;
  z-index: 1;
}
@media (max-width: 549px) {
  .quick-project-start .row a {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.quick-project-start .row a:before {
  background-color: #ffe8da;
  border: 1px solid #d65e17;
}
.quick-project-start .row a:after {
  content: '';
  width: 158px;
  height: 158px;
  display: block;
  top: -8px;
  left: 50%;
  margin-left: -79px;
  background: transparent;
  border: 1px solid #d65e17;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
@media (max-width: 549px) {
  .quick-project-start .row a:after {
    width: 79px;
    height: 79px;
    top: -4px;
    margin-left: -39.5px;
  }
}
.quick-project-start .row p {
  font: 16px apex, sans-serif;
  line-height: 20px;
  color: #702e07;
}
@media (max-width: 549px) {
  .quick-project-start .row p {
    font-size: 9px;
    line-height: 14px;
    padding: 0;
  }
}
.b-customers .owl-carousel .owl-item img {
  width: auto;
  max-height: 110px;
  margin: 0 auto;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.b-customers .owl-carousel .owl-stage-outer {
  height: 110px;
  overflow: visible;
}
/* Animations */
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes motivate{ 0% { opacity: .5; } 20% { opacity: 1; } 40% { opacity: .5; } 100% { opacity: .5; }}
@-moz-keyframes motivate{ 0% { opacity: .5; } 20% { opacity: 1; } 40% { opacity: .5; } 100% { opacity: .5; }}
@-o-keyframes motivate{ 0% { opacity: .5; } 20% { opacity: 1; } 40% { opacity: .5; } 100% { opacity: .5; }}
@keyframes motivate{ 0% { opacity: .5; } 20% { opacity: 1; } 40% { opacity: .5; } 100% { opacity: .5; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes move1{ 0% { width: 0; } 100% { width: 17%; }}
@-moz-keyframes move1{ 0% { width: 0; } 100% { width: 17%; }}
@-o-keyframes move1{ 0% { width: 0; } 100% { width: 17%; }}
@keyframes move1{ 0% { width: 0; } 100% { width: 17%; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes move2{ 0% { width: 0; } 100% { width: 19%; }}
@-moz-keyframes move2{ 0% { width: 0; } 100% { width: 19%; }}
@-o-keyframes move2{ 0% { width: 0; } 100% { width: 19%; }}
@keyframes move2{ 0% { width: 0; } 100% { width: 19%; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes vl1{ 0% { height: 0; } 100% { height: 32px; }}
@-moz-keyframes vl1{ 0% { height: 0; } 100% { height: 32px; }}
@-o-keyframes vl1{ 0% { height: 0; } 100% { height: 32px; }}
@keyframes vl1{ 0% { height: 0; } 100% { height: 32px; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes vl2{ 0% { height: 0; } 100% { height: 65px; }}
@-moz-keyframes vl2{ 0% { height: 0; } 100% { height: 65px; }}
@-o-keyframes vl2{ 0% { height: 0; } 100% { height: 65px; }}
@keyframes vl2{ 0% { height: 0; } 100% { height: 65px; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes vl3{ 0% { height: 0; } 100% { height: 97px; }}
@-moz-keyframes vl3{ 0% { height: 0; } 100% { height: 97px; }}
@-o-keyframes vl3{ 0% { height: 0; } 100% { height: 97px; }}
@keyframes vl3{ 0% { height: 0; } 100% { height: 97px; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes vl4{ 0% { height: 0; } 100% { height: 129px; }}
@-moz-keyframes vl4{ 0% { height: 0; } 100% { height: 129px; }}
@-o-keyframes vl4{ 0% { height: 0; } 100% { height: 129px; }}
@keyframes vl4{ 0% { height: 0; } 100% { height: 129px; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes vl5{ 0% { height: 0; } 100% { height: 161px; }}
@-moz-keyframes vl5{ 0% { height: 0; } 100% { height: 161px; }}
@-o-keyframes vl5{ 0% { height: 0; } 100% { height: 161px; }}
@keyframes vl5{ 0% { height: 0; } 100% { height: 161px; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes vl6{ 0% { height: 0; } 100% { height: 225px; }}
@-moz-keyframes vl6{ 0% { height: 0; } 100% { height: 225px; }}
@-o-keyframes vl6{ 0% { height: 0; } 100% { height: 225px; }}
@keyframes vl6{ 0% { height: 0; } 100% { height: 225px; }}
[not-existing] {
  zoom: 1;
}
@media (max-width: 499px) {
  lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes move2{ 0% { width: 0; } 100% { width: 22%; }}
@-moz-keyframes move2{ 0% { width: 0; } 100% { width: 22%; }}
@-o-keyframes move2{ 0% { width: 0; } 100% { width: 22%; }}
@keyframes move2{ 0% { width: 0; } 100% { width: 22%; }}
[not-existing] {
  zoom: 1;
  }
}
@media (max-width: 379px) {
  lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes move1{ 0% { width: 0; } 100% { width: 19%; }}
@-moz-keyframes move1{ 0% { width: 0; } 100% { width: 19%; }}
@-o-keyframes move1{ 0% { width: 0; } 100% { width: 19%; }}
@keyframes move1{ 0% { width: 0; } 100% { width: 19%; }}
[not-existing] {
  zoom: 1;
  }
  lesshat-selector {
    -lh-property: 0; } 
@-webkit-keyframes move2{ 0% { width: 0; } 100% { width: 26%; }}
@-moz-keyframes move2{ 0% { width: 0; } 100% { width: 26%; }}
@-o-keyframes move2{ 0% { width: 0; } 100% { width: 26%; }}
@keyframes move2{ 0% { width: 0; } 100% { width: 26%; }}
[not-existing] {
  zoom: 1;
  }
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes slide-top{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:.5; }}
@-moz-keyframes slide-top{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:.5; }}
@-o-keyframes slide-top{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:.5; }}
@keyframes slide-top{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:.5; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes slide-top-full{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:1; }}
@-moz-keyframes slide-top-full{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:1; }}
@-o-keyframes slide-top-full{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:1; }}
@keyframes slide-top-full{ 0% { top: 0; } 50% { opacity:0; } 100% { top: -30px; opacity:1; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes slide-bottom{ 0% { bottom: 0; } 50% { opacity:0; } 100% { bottom: -25px; opacity:.45; }}
@-moz-keyframes slide-bottom{ 0% { bottom: 0; } 50% { opacity:0; } 100% { bottom: -25px; opacity:.45; }}
@-o-keyframes slide-bottom{ 0% { bottom: 0; } 50% { opacity:0; } 100% { bottom: -25px; opacity:.45; }}
@keyframes slide-bottom{ 0% { bottom: 0; } 50% { opacity:0; } 100% { bottom: -25px; opacity:.45; }}
[not-existing] {
  zoom: 1;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes point{ 0% { -webkit-transform: scale(0,0); } 100% { -webkit-transform: scale(1,1); }}
@-moz-keyframes point{ 0% { -moz-transform: scale(0,0); } 100% { -moz-transform: scale(1,1); }}
@-o-keyframes point{ 0% { -o-transform: scale(0,0); } 100% { -o-transform: scale(1,1); }}
@keyframes point{ 0% {-webkit-transform: scale(0,0);-moz-transform: scale(0,0);-ms-transform: scale(0,0);transform: scale(0,0); } 100% {-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-ms-transform: scale(1,1);transform: scale(1,1); }}
[not-existing] {
  zoom: 1;
}
.b-news .news-item .read-more {
  margin-top: 20px;
  display: inline-block;
  font-family: Apex, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 5px 30px;
  border: #fe9152 1px solid;
  color: #fe9152;
  text-decoration: none;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
.b-news .news-item .read-more:hover {
  color: #ffffff;
  background-color: #fe9152;
}
@media (max-width: 768px) {
  .b-news .news-item .read-more {
    font-size: 11px;
  }
}
/* News Accordion */
.b-news {
  background: #fef0e8;
  border: 1px solid transparent;
  border-bottom-color: #e7cfc1;
  padding-bottom: 65px;
}
.b-news h2 {
  font-size: 42px;
  text-align: center;
  margin: 77px 0 47px;
}
.b-news .news-more {
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
  margin: 30px 30px 60px 30px;
  display: block;
}
.b-news .news-more:hover {
  text-decoration: none;
}
.b-news .panel {
  box-shadow: none;
  background: none;
  border-color: #767676;
}
.b-news .panel > .panel-heading {
  background: none;
  padding: 0;
}
.b-news .panel > .panel-heading:active {
  background: white;
}
.b-news .panel > .panel-heading a {
  display: block;
  font-size: 23px;
  line-height: 26px;
  font-weight: 100;
  color: #767676;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: relative;
  padding: 30px 60px 5px 30px;
  /*add a.pyrkin 20.03.2015*/
  /* /add */
}
@media (max-width: 659px) {
  .b-news .panel > .panel-heading a {
    font-size: 13px;
  }
}
.b-news .panel > .panel-heading a.collapsed {
  background: transparent;
}
.b-news .panel > .panel-heading a:focus,
.b-news .panel > .panel-heading a:active {
  outline: 0 none;
}
.b-news .panel > .panel-heading a:hover {
  text-decoration: none;
  background: #fff;
}
.b-news .panel > .panel-heading a:hover i {
  background-image: none;
}
.b-news .panel > .panel-heading a time {
  display: block;
  color: #bababa;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}
@media (max-width: 659px) {
  .b-news .panel > .panel-heading a time {
    font-size: 8px;
  }
}
.b-news .panel > .panel-heading a i {
  display: block;
  width: 32px;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  padding-top: 58px;
  /*edit a. pyrkin cooment first line
        .background-image(linear-gradient(to right, rgba(254,240,232,0) 0%,rgba(254,240,232,1) 100%));
        .transition-property(all);
        .transition-duration(1);*/
}
.b-news .panel > .panel-heading a i:before,
.b-news .panel > .panel-heading a i:after {
  content: ' ';
  display: block;
  width: 50%;
  float: left;
  height: 1px;
  background: #949494;
  margin: 0 -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-news .panel > .panel-heading a i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 659px) {
  .b-news .panel > .panel-heading a i {
    right: 4px;
  }
}
.b-news .panel.active {
  border-color: #f36f21;
}
.b-news .panel.active > .panel-heading a {
  color: #f36f21;
  font-weight: normal;
  background: white;
}
.b-news .panel.active > .panel-heading a time {
  color: #f36f21;
}
.b-news .panel.active > .panel-heading a i {
  top: 0;
  right: 25px;
  background-image: none;
}
@media (max-width: 659px) {
  .b-news .panel.active > .panel-heading a i {
    right: 7px;
  }
}
.b-news .panel.active > .panel-heading a i:before,
.b-news .panel.active > .panel-heading a i:after {
  width: 100%;
  background: #f36f21;
  margin: 0;
  position: absolute;
}
.b-news .panel > .panel-collapse > .panel-body {
  background: #ffffff;
  padding: 15px 30px 30px;
}
.b-news .panel > .panel-collapse.in .panel-body {
  border-top: 0 none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin: 0;
  border-top: 0;
}
.panel-group .panel + .panel.active {
  z-index: 2;
  position: relative;
  border-top: 1px solid #f36f21;
  margin-top: -1px;
}
/* /News Accordion */
