@charset "utf-8";

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
header.sticky {
  width: 100%;
  height: 100px;
  overflow: visible !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(0, 132, 204, 0.9);
}
@media (max-width: 500px) {
  header.sticky {
    height: 80px;
  }
}
header.sticky .logo,
header.sticky .logo img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.sticky .main-menu ul li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.sticky .main-menu ul li ul {
  position: fixed;
}
header.sticky.smaller {
  height: 75px;
}
header.sticky.smaller .logo {
  margin-top: 16px;
}
header.sticky.smaller .logo img {
  height: 50px;
}
header.sticky.smaller .main-menu ul li:not(.login-btn) a {
  padding: 32px 16px 30px 16px;
}
header.sticky.smaller .main-menu ul li ul li a {
  padding: 10px !important;
}
header {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  header.is-blue {
    background: #0084CC;

  }
  .container header.is-blue {
    margin: 0 -15px;

  }
}
.container.with-no-banner {
  margin-top: 50px;
}
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
[class^="btn-"],
[class*="btn-"],
button {
  line-height: 18px;
  outline: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  outline: none !important;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
body,
html {
  height: 100%;
}

.bg-gray {
  background: #F0F0F0 !important;
}
.bg-white {
  background: #FFFFFF !important;
}
.home-page {
  background: #004e8e url(../images/visuel-header-homepage.jpg) no-repeat top;
  background-size: cover;
  height: 600px;
}
.solutions-page {
  background: #004e8e url(../images/visuel-header-platform.jpg) no-repeat top;
  background-size: cover;
  height: 100%;
}
.solutions-page .inner-bannercontent {
  top: 340px;
}
.solution-governance-page {
  background: #004e8e url(../images/visuel-header-product-governance.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.solution-investor-page {
  background: #004e8e url(../images/visuel-header-product-investor.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.solution-regulatory-page {
  background: #004e8e url(../images/visuel-header-product-regulatory.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.kneip-art-page {
  background: #004e8e url(../images/visuel-header-kneip_art.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.csr-page {
  background: #004e8e url(../images/visuel-header-csr.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.careers-page {
  background: #004e8e url(../images/visuel-header-careers.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.meet-the-team-page {
  background: #004e8e url(../images/visuel-header-meet_the_team.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
@media (min-width: 1500px) {
  .meet-the-team-page {
    background-position: center -90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .meet-the-team-page .inner-bannercontent {
    top: 110px;
  }
}
.history-page {
  background: #004e8e url(../images/visuel-header-history.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.blog-page {
  background: #004e8e url(../images/visuel-header-blog.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.blog-article-page {
  height: 520px;
}
.careers-pages,
.job-pages {
  background: #004e8e url(../images/visuel-header-careers.jpg) no-repeat top;
  background-size: cover;
  height: 520px;
}
.contact-us {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
.contact-us h4 {
  color: #0084cc;
  font-size: 42px;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 30px;
}
.contact-us h5 {
  color: #000;
  font-size: 24px;
}
.contact-us .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 70px;
}
.contact-us .flex-container .left,
.contact-us .flex-container .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.contact-us .flex-container .left .mcu-form,
.contact-us .flex-container .right .mcu-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.contact-us .flex-container .left .mcu-form .field-with-label,
.contact-us .flex-container .right .mcu-form .field-with-label {
  width: 100%;
  margin-bottom: 20px;
}
.contact-us .flex-container .left .mcu-form .field-with-label label,
.contact-us .flex-container .right .mcu-form .field-with-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-us .flex-container .left .mcu-form .field-with-label label .is-mandatory,
.contact-us .flex-container .right .mcu-form .field-with-label label .is-mandatory {
  font-size: 24px;
  color: #ee5659;
  line-height: 15px;
  margin-left: 3px;
}
.contact-us .flex-container .left .mcu-form .field-with-label input,
.contact-us .flex-container .right .mcu-form .field-with-label input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 2px solid #999;
  border-radius: 60px;
  outline: none;
}
.contact-us .flex-container .left .mcu-form .field-with-label textarea,
.contact-us .flex-container .right .mcu-form .field-with-label textarea {
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  border: 2px solid #999;
  border-radius: 25px;
  outline: none;
  resize: none;
}
.contact-us .flex-container .left .mcu-form .field-with-label select,
.contact-us .flex-container .right .mcu-form .field-with-label select {
  width: 100%;
  height: 50px;
  padding: 0 30px 0 15px;
  border: 2px solid #999;
  border-radius: 60px;
  outline: none;
  background: #FFF;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat !important;
  background-position: right 15px center;
  background-size: 12px;
  position: relative;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-us .flex-container .left .mcu-form .field-with-label select::-ms-expand,
.contact-us .flex-container .right .mcu-form .field-with-label select::-ms-expand {
  display: none;
}
.contact-us .flex-container .left .mcu-form .footnote,
.contact-us .flex-container .right .mcu-form .footnote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 12px;
  color: #999;
  padding-left: 15px;
}
.contact-us .flex-container .left .mcu-form .footnote .is-mandatory,
.contact-us .flex-container .right .mcu-form .footnote .is-mandatory {
  font-size: 24px;
  color: #ee5659;
  line-height: 0;
  margin-right: 3px;
}
.contact-us .flex-container .left .mcu-form .btn-submit,
.contact-us .flex-container .right .mcu-form .btn-submit {
  display: table;
  width: 100%;
  padding: 20px 30px;
  margin-top: 30px;
  background: #0084CC;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 35px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu > ul > li.current-menu-item > a, .main-menu ul li.current-menu-parent > a, .main-menu ul li a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #205c8f 0%, rgba(125, 185, 232, 0) 100%) repeat scroll 0 0;
    opacity: 1;
}

.contact-us .flex-container .left .mcu-form .btn-submit:hover,
.contact-us .flex-container .right .mcu-form .btn-submit:hover {
  background: #004266;
}
.contact-us .flex-container .left {
  margin-right: 30px;
}
.contact-us .flex-container .right {
  margin-left: 30px;
}
.contact-us .flex-container .right h6 {
  color: #0084cc;
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-us .flex-container .right .person-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.contact-us .flex-container .right .person-container .picture-container {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact-us .flex-container .right .person-container .picture-container .profile-picture-clip {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-position: center !important;
  background-size: cover !important;
}
.contact-us .flex-container .right .person-container .infos .name {
  color: #0084cc;
  font-size: 24px;
  margin-bottom: 3px;
}
.contact-us .flex-container .right .person-container .infos .job {
  color: #999;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-us .flex-container .right .person-container .infos .tel {
  color: #000;
  font-size: 18px;
  margin-bottom: 2px;
}
.contact-us .flex-container .right .person-container .infos .mail {
  color: #000;
  font-size: 18px;
}
.contact-us .flex-container .right .person-container .infos .mail a {
  color: #0084cc;
  font-weight: 700;
}
.contact-us .flex-container .right .person-container .infos .mail a:hover {
  color: #004266;
}
.contact-us .flex-container .right .map-container {
  margin-top: 55px;
}
.contact-us .flex-container .right .map-container .address {
  font-size: 18px;
  margin-bottom: 35px;
}
.contact-us .flex-container .right .map-container .map iframe {
  height: 260px;
  width: 100%;
}
.contact-us .flex-container .right .map-container .map .expand {
  color: #999;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-us .flex-container .right .map-container .map .expand a img {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .contact-us .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
    margin-top: 35px;
  }
  .contact-us .flex-container .left,
  .contact-us .flex-container .right {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-us .flex-container .left h4,
  .contact-us .flex-container .right h4 {
    margin-top: 0;
  }
  .contact-us .flex-container .right {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .contact-us h4 {
    margin-top: 0;
    font-size: 30px;
    text-align: center;
  }
  .contact-us h5 {
    font-size: 18px;
    text-align: center;
  }
  .contact-us .flex-container .right h6 {
    font-size: 22px;
  }
  .contact-us .flex-container .right .person-container .picture-container {
    width: 90px;
  }
  .contact-us .flex-container .right .person-container .infos .name {
    font-size: 20px;
  }
  .contact-us .flex-container .right .person-container .infos .job {
    font-size: 15px;
  }
  .contact-us .flex-container .right .person-container .infos .tel {
    font-size: 15px;
    word-break: break-all;
  }
  .contact-us .flex-container .right .person-container .infos .mail {
    font-size: 15px;
    word-break: break-all;
  }
  .contact-us .flex-container .right .person-container .infos .mail a {
    display: block;
  }
}
.ept-beacon-in-the-mist-gradient {
  background: #004e8e url(../images/ept-beacon-in-the-mist-gradient.jpg) no-repeat top;
  background-size: cover;
}
.asset-managers-and-air-bags {
  background: #004e8e url(../images/asset-managers-and-air-bags-gradient.jpg) no-repeat top;
  background-size: cover;
}
.blockchain-shaking-things-up {
  background: #004e8e url(../images/blockchain-shaking-things-up-gradient.jpg) no-repeat top;
  background-size: cover;
}
.clean-data-game-changer {
  background: #004e8e url(../images/clean-data-game-changer-gradient.jpg) no-repeat top;
  background-size: cover;
}
.clean-data-the-next-game-changer-part-ii {
  background: #004e8e url(../images/clean-data-the-next-game-changer-part-ii-gradient.jpg) no-repeat top;
  background-size: cover;
}
.legal-announcements-online-dating {
  background: #004e8e url(../images/legal-announcements-online-dating-gradient.jpg) no-repeat top;
  background-size: cover;
}
.technology-driving-fund-distribution {
  background: #004e8e url(../images/technology-driving-fund-distribution-gradient.jpg) no-repeat top;
  background-size: cover;
}
.wake-up-and-smell-the-coffee {
  background: #004e8e url(../images/wake-up-and-smell-the-coffee-gradient.jpg) no-repeat top;
  background-size: cover;
}
.btn-style2 {
  background: #ee5659;
  border-radius: 35px;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
  display: table;
  color: #fff;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-style2:hover {
  background: #ca1418;
  color: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-style4 {
  background: #0084cc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-style4:hover {
  background: #ee5659;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.spc {
  margin-top: 20px;
}
.spc2 {
  margin-top: 55px;
}

.logo {
  margin-top: 28px;
  float: left;
}
.logo img {
  height: 60px;
  width: auto;
}
.main-menu {
  float: right;
}
.main-menu ul {
  font-size: 0;
}
.main-menu ul li {
  display: inline-block;
}
.main-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  padding: 56px 22px 30px 22px;
  display: block;
  text-transform: uppercase;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background: none;
  font-weight: 500;
}
@media (max-width: 768px) {
  .main-menu ul li a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
.main-menu ul li.login-btn a {
  background: #4cd496;
  border-radius: 18px;
  padding: 12px 26px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 17px;
}
.main-menu ul li.login-btn a:hover,
.main-menu ul li.login-btn a.hover {
  background: #249662;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li.is-active > a,
.main-menu ul li a:hover {

  background: -webkit-gradient(linear, left top, left bottom, from(#205c8f), to(rgba(125, 185, 232, 0)));

  background: linear-gradient(to bottom, #205c8f 0%, rgba(125, 185, 232, 0) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#205c8f', endColorstr='#007db9e8', GradientType=0);

  opacity: 1;
}
.main-menu ul li.down-menu ul {
  position: absolute;
  opacity: 0;
  /* -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3); */
  display: none;
  z-index: 99999;
}
.main-menu ul li.down-menu ul li {
  border-bottom: 1px solid #ccc;
}
.main-menu ul li.down-menu ul li:last-child {
  border: none;
}
.main-menu ul li.down-menu ul li {
  display: block;
  background: #fff;
  width: 200px;
  padding: 0 !important;
}
.main-menu ul li.down-menu ul li a {
  padding: 10px;
  font-size: 12px;
  color: #999;
}
.main-menu ul li.down-menu ul li a:hover {
  background: #0084CC;
  color: #fff;
}
.main-menu ul li.down-menu:hover ul {
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  display: block;
}
@media (min-width: 993px) {
  .main-menu ul li.down-menu:after {
    content: "\f107";
    position: relative;
    float: right;
    top: -46px;
    font-family: 'FontAwesome', sans-serif;
    color: #fff;
    left: -13px;
    font-size: 16px;
  }
  .main-menu ul li.down-menu a {
    padding-right: 35px !important;
  }
}
@media (max-width: 767px) {
  .login-btn a {
    position: absolute;
    top: 20px;
    right: 10px;
    background: #4cd496;
    padding: 11px 20px;
    border-radius: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 17px;
    color: #FFF;
    font-size: 14px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
    text-transform: uppercase;
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
    font-weight: 500;
  }
  .login-btn a:hover {
    background: #249662;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}


.banner-top .banner-content {
  width: 100%;
  margin-top: 60px;
}
.banner-top .banner-content .left {
  float: left;
  margin-top: 15vh;
  position: absolute;
  z-index: 9999;
}
.banner-top .banner-content .left h1 {
  font-size: 74px;
  font-family: 'helveticaneue_lt_63_mdexRg';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.banner-top .banner-content .left p {
  text-align: left;
  font-size: 23px;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 35px;
}
.banner-top .banner-content .left p span {
  font-weight: 700;
}
.banner-top .banner-content .right {
  background: url(../images/round-vector.png) no-repeat;
  width: 950px;
  height: 586px;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .banner-top .banner-content .right {
    float: left;
  }
}
.banner-top .banner-content .right .spc {
  float: left;
  margin: 244px 0 0 380px;
}
.btn-style1 {
  border: 2px solid #fff;
  padding: 20px 40px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'helveticaneue_lt_63_mdexRg';
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
}
.btn-style1:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #0084ce;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-bottom {
  bottom: 0;
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px 0;
  text-align: center;
  font-size: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  color: #e4e4e4;
}
.mobile-menu {
  z-index: 100;
  background: #fff;
  bottom: 0;
  position: fixed;
  width: 100%;
  padding: 10px 0 15px 0;
  border-top: 1px solid #e9e9e9;
}
.mobile-menu ul {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-menu ul li {
  display: inline-block;
  padding: 0 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.mobile-menu ul li.is-active *,
.mobile-menu ul li:hover * {
  cursor: pointer !important;
}
.mobile-menu ul li.is-active a,
.mobile-menu ul li:hover a,
.mobile-menu ul li.is-active a:before,
.mobile-menu ul li:hover a:before {
  color: #0084cc !important;
}
.mobile-menu ul li.current-menu-item:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../images/solution-blue.svg) center no-repeat !important;
}

.mobile-menu ul li.is-active:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../images/solution-blue.svg) center no-repeat !important;
}

.mobile-menu ul li a {
  color: #cbcbcb;
  text-align: center;
}
.mobile-menu ul li a:before {
  font-size: 25px;
  margin: 0 auto 5px auto;
  height: 25px;
}
.mobile-menu ul li:nth-child(1) a:before {
  content: "\f015";
  font-family: 'FontAwesome', sans-serif;
  display: block;
  color: #d1d1d1;
}
.mobile-menu ul li:nth-child(2) a:before {
  content: "";
  display: block;
  background: url(../images/solution.svg) center no-repeat;
  height: 25px;
  background-size: 20px;
}
.mobile-menu ul li:nth-child(2) a:hover:before {
  content: "";
  display: block;
  background: url(../images/solution-blue.svg) center no-repeat;
  height: 25px;
  background-size: 20px;
  color: #cbcbcb;
}
.mobile-menu ul li:nth-child(3) a:before {
  content: "";
  font-family: 'FontAwesome', sans-serif;
  display: block;
  font-size: 23px;
  color: #d1d1d1;
}
.mobile-menu ul li:nth-child(4) a:before {
  content: "\f0c0";
  font-family: 'FontAwesome', sans-serif;
  display: block;
  font-size: 22px;
  color: #d1d1d1;
}
.mobile-menu ul li:nth-child(5) a:before {
  content: "\f1fa";
  font-family: 'FontAwesome', sans-serif;
  display: block;
  font-size: 22px;
  color: #d1d1d1;
}

footer {
  padding: 45px 0 18px 0;
  background: #f2f2f2;
}
.footer-inner .links {
  float: left;
  margin-top: 10px;
}
.footer-inner .links ul li {
  display: inline-block;
  margin-right: 17px;
}
.footer-inner .links ul li:last-child {
  margin-right: 0;
}
.footer-inner .links ul li a {
  font-family: 'helveticaneue_lt_63_mdexRg';
  color: #0084cc;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-inner .links ul li a:hover {
  color: #4FBCDC;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-inner .social-icon {
  float: right;
}
.footer-inner .social-icon ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer-inner .social-icon ul li:last-child {
  margin-right: 0;
}
.footer-inner .social-icon ul li a {
  color: #0084cc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-inner .social-icon ul li a:hover {
  color: #4FBCDC;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-inner .social-icon ul li:nth-child(1) a:after {
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 26px;
}
.footer-inner .social-icon ul li:nth-child(2) a:after {
  content: "\f0e1";
  font-family: 'FontAwesome';
  font-size: 26px;
}
.footer-inner .social-icon ul li:nth-child(3) a:after {
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 26px;
}
.footer-inner .social-icon ul li:nth-child(4) a:after {
  content: "\f167";
  font-family: 'FontAwesome';
  font-size: 26px;
}
.footer-inner .bottom {
  border-top: 1px solid #e9e9e9;
  width: 100%;
  margin-top: 40px;
  padding: 18px 0;
}
.footer-inner .bottom .left {
  float: left;
}
@media (max-width: 767px) {
  .footer-inner .bottom .left.adresse-container {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer-inner .bottom .left.adresse-container {
    float: inherit !important;
  }
  .footer-inner .bottom .left.adresse-container > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: inherit;
  }
  .footer-inner .bottom .left.adresse-container > span span {
    line-height: 18px;
  }
}
.footer-inner .bottom span {
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  line-height: 32px;
  color: #999;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
}
.footer-inner .bottom .right {
  float: right;
}

.navbar-fixed-top {

  background: #1b6099;

  background: -webkit-gradient(linear, left top, right top, from(#1b6099), to(#6cc7d9));

  background: linear-gradient(to right, #1b6099 0%, #6cc7d9 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b6099', endColorstr='#6cc7d9', GradientType=1);

  -webkit-animation-duration: 0.6s;

          animation-duration: 0.6s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  height: 105px;
}
.navbar-fixed-top .main-menu ul li a {
  padding-top: 45px;
}
.navbar-fixed-top .main-menu ul li.login-btn a{
  padding-top: 12px;
}
.navbar-fixed-top .logo {
  margin-top: 19px;
}
.navbar-fixed-top a.search-icon::after {
  top: -6px;
}
.navbar-fixed-top .search-box {
  margin-top: 37px;
}

.inner-bannercontent {
  top: 200px;
  position: absolute;
  width: 100%;
  margin-bottom: 160px;
}
.inner-bannercontent h1 {
  font-size: 62px;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.inner-bannercontent h1 span {
  font-family: 'helveticaneue_lt_63_mdexRg';
  text-transform: uppercase;
}
.inner-bannercontent p {
  font-size: 23px;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  line-height: 32px;
}
.inner-bannercontent p span {
  display: block;
  font-weight: 800;
}
.inner-bannercontent .container {
  margin: 0 auto;
  right: 0;
  left: 0;
}

.art-center-block {
  background: #fff;
}
.art-center-block .collection {
  padding: 130px 0 110px 0;
}
.art-center-block .collection h1 {
  font-size: 50px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  color: #0084cc;
  font-weight: 300;
}
.art-center-block .collection h1 span {
  display: block;
  font-family: 'helveticalt73boldextendedbold';
  text-transform: uppercase;
  font-weight: bolder;
}
.art-center-block .gallery {
  margin-top: 110px;
}
.art-center-block .gallery .item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.art-center-block .gallery .item .hover {
  opacity: 0;
  padding: 20px;
  display: none;
}
.art-center-block .gallery .item .hover h3 {
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
  color: #0084cc;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: 600;
  line-height: 20px;
}
.art-center-block .gallery .item .hover h3 span {
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  color: #fff;
}
.art-video {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 90vh;
  background-color: #03518F;
  background-image: url('../images/video-bg.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .art-video {
    min-height: 80vh;
  }
}
@media (max-width: 500px) {
  .art-video {
    min-height: 40vh;
  }
}
.art-video img {
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .art-video img {
    width: 100px;
  }
}
.art-video img:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.art-video .artv-text {
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.art-video .artv-text strong {
  word-break: keep-all;
  white-space: nowrap;
}
.art-center-block .video-block {
  background: url(../images/video-bg.jpg) center no-repeat;
  background-size: cover;
  height: 880px;
  text-align: center;
  display: table;
  width: 100%;
}
.art-center-block .video-block .center {
  margin: 0px auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.art-center-block .video-block .center h3 {
  color: #a6a5a5;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 26px;
  margin-top: 50px;
}
.art-center-block .video-block .center h3 span {
  font-family: 'helveticaneue_lt_63_mdexRg';
}
.art-center-block .text-block {
  margin-top: 125px;
  padding: 145px 0;
  border-top: 1px solid #d3d3d3;
}
.art-center-block .text-block p {
  font-size: 23px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  text-align: center;
  line-height: 37px;
}
.art-center-block .text-block p span {
  display: block;
  font-weight: bolder;
}

.careers-banner span {
  display: inline-block !important;
}
.careers-center-block {
  overflow: hidden;
}
.careers-center-block .work-block .item {
  width: 20%;
  display: inline-block;
  background: #000;
  float: left;
  position: relative;
}
.careers-center-block .work-block .overly {
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 90%;
}
.careers-center-block .work-block .item:hover .overly {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  width: 100%;
}

.solutions-center-block .collection {
  padding-bottom: 0;
}
.encart {
  padding: 120px 50px 100px 50px;
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  margin: 0 auto;
  max-width: 1100px;
}
.solutions-explore-block.is-two .item1 {
  width: 50% !important;
}
@media (max-width: 767px) {
  .solutions-explore-block.is-two .item1 {
    width: 100% !important;
  }
}
.explore-with-margin-bottom {
  margin-bottom: 80px;
}
.solutions-explore-block .hover-ef {
  margin: 0 auto;
  text-align: center;
  max-width: 1080px;
}
.solutions-explore-block .hover-ef .item1 {
  float: left;
  width: 33.33%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .solutions-explore-block .hover-ef .item1 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .solutions-explore-block .hover-ef .item1 .hover-one-text h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .solutions-explore-block .hover-ef .item1 .hover-one-text a {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .solutions-explore-block .hover-ef .item1 {
    width: 100%;
  }
  .solutions-explore-block .hover-ef .item1:hover .hover-one {
    background: none !important;
  }
  .solutions-explore-block .hover-ef .item1 .hover-one-text h2 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .solutions-explore-block .hover-ef .item1 .hover-one-text a {
    opacity: 1 !important;
    color: #FFF !important;
    background: none !important;
    font-size: 16px !important;
  }
}
.solutions-explore-block .hover-ef .item1:hover {
  cursor: pointer;
}
.solutions-explore-block .hover-ef .item1:hover .hover-one {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background: linear-gradient(135deg, rgba(3, 81, 143, 0.55), rgba(79, 188, 220, 0.45) 66%, rgba(182, 255, 222, 0.63) 89%, #b6ffde 100%, #b6ffde 99%, #b6ffde 100%);
}
.solutions-explore-block .hover-ef .item1:hover .hover-one-text a {
  opacity: 1;
}
.solutions-explore-block .hover-ef .item1 .hover-one {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.solutions-explore-block .hover-ef .item1 .hover-one-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.solutions-explore-block .hover-ef .item1 .hover-one-text h2 {
  color: #fff;
  font-size: 18px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  line-height: 23px;
  display: block;
  margin-bottom: 50px;
  margin-top: 80px;
}
.solutions-explore-block .hover-ef .item1 .hover-one-text h2 span {
  display: block;
  font-family: 'helveticaneue_lt_63_mdexRg';
  margin-bottom: 25px;
}
.solutions-explore-block .hover-ef .item1 .hover-one-text a {
  text-align: center;
  font-size: 13px;
  background: #fff;
  color: #0084cc;
  font-family: 'helveticaneue_lt_63_mdexRg';
  border-radius: 25px;
  padding: 13px 25px;
  top: 55px;
  opacity: 0;
}
.solutions-explore-block .hover-ef .item1 img {
  width: 100%;
}
.solution-modal-details {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  z-index: 99999;
}
.solution-modal-details .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.solution-modal-details .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  text-align: center;
}
.solution-modal-details .modal-body .close img {
  width: 40px;
}
.solution-modal-details .modal-body .icon-solution {
  color: #0084CC;
  margin-top: 45px;
  margin-bottom: 30px;
}
.solution-modal-details .modal-body .icon-solution img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.solution-modal-details .modal-body .title-solution {
  text-transform: uppercase;
  color: #0084CC;
  margin-bottom: 55px;
  font-size: 32px;
}
.solution-modal-details .modal-body .block-text .sub-title {
  color: #0084CC;
  font-size: 24px;
  margin-bottom: 20px;
}
.solution-modal-details .modal-body .block-text .text {
  font-size: 16px;
  color: #000;
}
.solution-modal-details .modal-body .block-text:not(:first-of-type) {
  margin-top: 65px;
}
.solution-modal-details .modal-body hr {
  margin: 60px auto 40px auto !important;
  background: #DDD;
}
.solution-modal-details .modal-body h3 {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}
.solution-modal-details .modal-body .btn-our-solutions {
  max-width: 250px;
  border: none;
  margin: 35px auto;
}

.product-three.top-page .item1.is-active {
  cursor: pointer;
}
.product-three.top-page .item1.is-active .hover-one {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background: #fff;
}
.product-three.top-page .item1.is-active .hover-one-text {
  background: #FFF;
}
.product-three.top-page .item1.is-active .hover-one-text h2 {
  color: #0084CC !important;
}
.product-three.top-page .item1.is-active .hover-one-text .fa {
  opacity: 1 !important;
}
.product-three.top-page .item1:hover {
  cursor: pointer;
}
.product-three.top-page .item1:hover .hover-one {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background: linear-gradient(135deg, rgba(3, 81, 143, 0.55), rgba(79, 188, 220, 0.45) 66%, rgba(182, 255, 222, 0.63) 89%, #b6ffde 100%, #b6ffde 99%, #b6ffde 100%);
}
.product-three.top-page .item1:hover .hover-one-text a {
  opacity: 1;
}
.product-three .solutions-single-explore-block .hover-ef {
  margin: -85px auto 0 auto;
  text-align: center;
  max-width: 1080px;
}
.product-three .solutions-single-explore-block .hover-ef .item1 {
  float: left;
  width: calc((100% / 3) - 16px);
  text-align: center;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
}
.product-three .solutions-single-explore-block .hover-ef .item1:not(:last-of-type) {
  margin-right: 8px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .product-three .solutions-single-explore-block .hover-ef .item1 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px !important;
    line-height: 23px !important;
  }
}
@media (max-width: 767px) {
  .product-three .solutions-single-explore-block .hover-ef .item1 {
    width: 100%;
  }
  .product-three .solutions-single-explore-block .hover-ef .item1:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text .fa {
    color: #fff !important;
    opacity: 1 !important;
  }
  .product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.product-three .solutions-single-explore-block .hover-ef .item1 .hover-one {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text a {
  text-align: center;
  background: #fff;
  color: #0084cc;
  font-family: 'helveticaneue_lt_63_mdexRg';
  border-radius: 25px;
  padding: 13px 25px;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text h2 {
  color: #fff;
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  line-height: 21px;
  display: block;
  width: 100%;
}
.product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text h2 span {
  display: block;
  font-family: 'helveticaneue_lt_63_mdexRg';
}
.product-three .solutions-single-explore-block .hover-ef .item1 .hover-one-text .fa {
  opacity: 0;
  display: block;
  font-size: 24px;
  color: #0084CC;
  text-align: center;
  width: 100%;
}
.product-three .solutions-single-explore-block .hover-ef .item1 img {
  width: 100%;
}
.product-three .solutions-single-explore-block .hover-ef .item1:hover {
  cursor: pointer;
}
.product-three .solutions-single-explore-block .hover-ef .item1:hover .hover-one {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  background: linear-gradient(135deg, rgba(3, 81, 143, 0.55), rgba(79, 188, 220, 0.45) 66%, rgba(182, 255, 222, 0.63) 89%, #b6ffde 100%, #b6ffde 99%, #b6ffde 100%);
}
.product-three .solutions-single-explore-block .hover-ef .item1:hover .hover-one-text a {
  opacity: 1;
}
.job-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .job-description {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.job-description .left,
.job-description .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.job-description .left {
  padding-right: 20px;
}
.job-description .right {
  padding-left: 20px;
}
@media (max-width: 992px) {
  .job-description .left {
    margin-top: 30px;
    padding-right: 0;
  }
  .job-description .right {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.job-description .title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  font-weight: 800;
  padding: 20px 0;
}
.job-description .sub-title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 50px;
}
.job-description .list {
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 35px;
}
.job-description .list ul li {
  text-indent: -16px;
  padding-left: 18px;
  line-height: 22px;
  margin-bottom: 14px;
}
.job-description .list ul li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-left: 0;
  font-size: 14px;
  padding-right: 14px;
  color: #f25555;
}
.solution-description-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  margin-bottom: 55px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .solution-description-product {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.solution-description-product .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.solution-description-product .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.solution-description-product .left .text {
  padding: 130px 60px 300px 60px;
}
@media (max-width: 992px) {
  .solution-description-product .left .text {
    padding: 90px 20px 40px 20px;
  }
}
.solution-description-product .right {
  position: relative;
}
.solution-description-product .right .text {
  padding: 130px 60px 300px 60px;
}
@media (max-width: 992px) {
  .solution-description-product .right .text {
    padding: 90px 35px 40px 35px;
  }
}
.solution-description-product .title {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 75px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media (max-width: 992px) {
  .solution-description-product .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.solution-description-product .sub-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 50px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media (max-width: 992px) {
  .solution-description-product .sub-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.solution-description-product .list {
  font-size: 16px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 35px;
}
.solution-description-product .list ul li {
  text-indent: -16px;
  padding-left: 18px;
  line-height: 22px;
  margin-bottom: 14px;
}
.solution-description-product .list ul li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-left: 0;
  font-size: 14px;
  padding-right: 14px;
}
.solution-description-product .left .title,
.solution-description-product .left .sub-title {
  color: #0084CC;
}
.solution-description-product .left .list {
  color: #000;
}
.solution-description-product .left .list ul li:before {
  color: #f25555;
}
.solution-description-product .right {
  padding: 0;
  background-size: cover;
  background-position: center right 40%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.solution-description-product .right.governance {
  background-image: url('../images/visuel-pages-produits-governance-et-distri.jpg');
}
.solution-description-product .right.investor {
  background-image: url('../images/visuel-pages-produits-investor.jpg');
  background-position: center right;
}
.solution-description-product .right.regulatory {
  background-image: url('../images/visuel-pages-produits-regulatory.jpg');
}
.solution-description-product .right:before,
.solution-description-product .right:after {
  position: absolute;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border: 70px solid;
  border-right-width: 52vw;
  border-bottom: none;
  border-left: none;
}
@media (max-width: 992px) {
  .solution-description-product .right:before,
  .solution-description-product .right:after {
    border-right-width: calc(100vw - 30px);
  }
}
.solution-description-product .right:before {
  top: 0;
  border-color: #FFF transparent;
}
.solution-description-product .right:after {
  bottom: 0;
  border-color: transparent #FFF;
}
.solution-description-product .right .title,
.solution-description-product .right .sub-title,
.solution-description-product .right .list {
  color: #FFF;
}
.bottom-discover {
  text-align: center;
}
@media (max-width: 992px) {
  .bottom-discover {
    margin-top: 100px;
  }
}
@media (max-width: 766px) {
  .bottom-discover {
    margin-top: 150px;
  }
}
.bottom-discover .text-block {
  border-top: 1px solid #eaeaea;
  padding: 80px 0;
}
.bottom-discover .text-block p {
  font-size: 22px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 35px;
}
.main-udp {
  top: -275px;
  position: relative;
}
@media (max-width: 992px) {
  .main-udp {
    top: 0;
    cursor: pointer;
  }
}
.slider-udp .owl-carousel .owl-item img {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .slider-udp .owl-carousel .owl-item img {
    max-width: 1000px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .slider-udp .owl-carousel .owl-item img {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .slider-udp .owl-carousel .owl-item img {
    width: 90%;
  }
}
.owl-descrb {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  max-width: 1140px;
  margin: 0 auto;
  text-align: right;
}
.owl-descrb h2 {
  color: #0084cc;
  font-size: 25px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .owl-descrb h2 {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .owl-descrb h2 {
    font-size: 22px;
  }
}
.owl-descrb p {
  font-size: 16px;
  line-height: 25px;
}
.owl-dots {
  max-width: 1140px;
  margin: -120px auto;
  z-index: 9999;
  position: relative;
}
@media (max-width: 992px) {
  .owl-dots {
    margin: -100px auto;
  }
}
.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 30px;
  display: inline-block;
  height: 18px;
  margin: 5px 7px;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  width: 18px;
  text-align: right;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #0084cc;
}
.owl-carousel .owl-dot {
  display: inline-block;
  float: right;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .owl-descrb {
    text-align: center;
  }
  .owl-dots {
    left: 0;
    margin: 25px auto;
    position: absolute;
    right: 0;
    width: 100px;
  }
  .owl-descrb {
    text-align: center;
  }
  .owl-dots {
    left: 0;
    margin: 25px auto;
    position: absolute;
    right: 0;
    width: 100px;
  }
}


.style_prevu_kit {
  display: table;
  border: 0;
  width: 20%;
  float: left;
  height: auto;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
  cursor: default;
}
.style_prevu_kit:hover {
  cursor: default;
}
.style_prevu_kit:hover .hover-color {
  opacity: 1;
}
.style_prevu_kit .hover-color h3 {
  opacity: 0;
}
.style_prevu_kit .hover-color .number {
  opacity: 0.45;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 70px;
  position: absolute;
  font-weight: 500;
}
.style_prevu_kit:hover .hover-color h3 {
  opacity: 1;
  padding: 10px;
  line-height: 16px;
}
.style_prevu_kit:hover .hover-color .number {
  opacity: 0;
}
.hover-color {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.hover-color h3 {
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
}
.hover-color h3 span {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  text-transform: none;
}
.hover-color .number {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 25px;
  opacity: 1;
}
@media (max-width: 992px) {
  .hover-color .number {
    font-size: 100px !important;
  }
}
.style_prevu_kit:hover .hover-color {
  background: rgba(0, 132, 204, 0.7);
}
.style_prevu_kit:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: -1px 0 13px 10px rgba(0, 0, 0, 0.13);
          box-shadow: -1px 0 13px 10px rgba(0, 0, 0, 0.13);
}
.careers-center-block .job-block {
  padding: 130px 0;
  background: url(../images/job-bg.jpg);
  background-size: cover;
}
@media (max-width: 991px) {
  .careers-center-block .job-block {
    padding-top: 50px;
  }
  .careers-center-block .job-block .nav-tabs-container {
    margin-top: 0;
  }
}
.careers-center-block .job-block h1 {
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  color: #0084cc;
}
@media (max-width: 992px) {
  .careers-center-block .job-block h1 {
    font-size: 42px;
  }
}
.careers-center-block .nav-tabs-container {
  height: 100px;
  margin-top: 70px;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .careers-center-block .nav-tabs-container {
    height: auto;
  }
}
.careers-center-block .nav.nav-tabs {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 16px;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.careers-center-block .nav.nav-tabs li {
  margin: 0 2px;
}
.careers-center-block .nav.nav-tabs li.active,
.careers-center-block .nav.nav-tabs li:hover {
  border-bottom: solid 5px #0084cc;
}
.careers-center-block .nav.nav-tabs li.active a,
.careers-center-block .nav.nav-tabs li:hover a {
  color: #0084cc;
}
.careers-center-block .nav.nav-tabs li a {
  font-size: 18px;
  color: #aaa;
  font-weight: 700;
  border: none;
  background: none;
  padding: 10px 0;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .careers-center-block .select-city {
    position: relative;
    margin-bottom: 10px;
  }
  .careers-center-block .select-city select {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
    width: 100%;
    height: 46px;
    border: solid 1px #ccc;
    color: #0084CC;
    font-weight: 700;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 18px;
    outline: 0;
  }
  .careers-center-block .select-city select::-ms-expand {
    display: none;
  }
  .careers-center-block .select-city:after {
    color: #0084CC;
    content: "\f107";
    font-family: 'FontAwesome';
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    height: 100%;
    pointer-events: none;
    font-size: 34px;
  }
}
.careers-center-block .job-block .tab-pane {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
.careers-center-block .job-block h1 span {
  font-weight: bolder;
}
.careers-center-block .job-block ul.filters1 {
  margin: 0 auto 30px;
  text-align: center;
}
.careers-center-block .job-block ul.filters1 li {
  display: inline-block;
  margin-right: 35px;
}
.careers-center-block .job-block ul.filters1 a {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: bolder;
  text-transform: uppercase;
  color: #999;
  padding: 0 0 5px 0;
}
.careers-center-block .job-block ul.filters1 a:hover {
  color: #0084cc;
  border-bottom: 4px solid #0084cc;
}
.careers-center-block .job-block ul.filters1 a:focus {
  color: #0084cc;
  border-bottom: 4px solid #0084cc !important;
}
.careers-center-block .job-block .element-item1 {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  padding: 50px 100px 50px 0;
}
@media (max-width: 991px) {
  .careers-center-block .job-block .element-item1 {
    padding-left: 20px;
  }
}
.careers-center-block .job-block .element-item1:first-of-type {
  border-top: 1px solid #d3d3d3;
}
.careers-center-block .job-block .element-item1 .description {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}
.careers-center-block .job-block .element-item1 h2 {
  font-size: 30px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-weight: 300;
}
@media (max-width: 992px) {
  .careers-center-block .job-block .element-item1 h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .careers-center-block .job-block .element-item1 h2 {
    font-size: 20px;
  }
}
.careers-center-block .job-block .element-item1 h2 span {
  color: #666;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 20px;
}
.careers-center-block .job-block .element-item1 p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  font-size: 16px;
  padding-top: 20px;
  line-height: 27px;
}
.careers-center-block .job-block .element-item1:after {
  content: "\f105";
  float: right;
  margin-top: -62px;
  right: 0;
  position: absolute;
  font-family: 'FontAwesome';
  color: #0084cc;
  font-size: 40px;
}
@media (max-width: 767px) {
  .careers-center-block .job-block .element-item1:after {
    font-size: 32px;
  }
}
.careers-center-block .text-block {
  margin-top: 0;
  border: none;
}

.blog-content h1 {
  text-transform: uppercase;
}
.about-banner {
  background: url("../images/visuel-header-about_us.jpg");
  background-size: cover !important;
  background-position: center;
}
.csr-banner {
  background: url("../images/visuel-header-csr.jpg");
  background-size: cover !important;
  background-position: center;
}
.about-banner .banner-content .container {
  position: absolute;
  bottom: 160px;
  right: 0;
  left: 0;
  margin: auto;
}
.about-banner .banner-content .container h1,
.about-banner .banner-content .container h2,
.about-banner .banner-content .container p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
.about-banner .banner-content .container h1,
.about-banner .banner-content .container h2 {
  font-size: 62px;
}
.about-banner .banner-content .container h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about-banner .banner-content .container h2 {
  font-family: 'helveticaneue_lt_63_mdexRg', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about-banner .banner-content .container p {
  margin-top: 60px;
  font-size: 23px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sol-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 90vh;
  background-color: #03518F;
  background-image: url('../images/Visuel-video-platform.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .sol-video {
    min-height: 80vh;
  }
}
@media (max-width: 500px) {
  .sol-video {
    min-height: 40vh;
  }
}
.sol-video img {
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .sol-video img {
    width: 100px;
  }
}
.sol-video img:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sol-video .solv-text {
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.sol-video .solv-text strong {
  word-break: keep-all;
  white-space: nowrap;
}
.home-page-container {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 60px 0;
}
.home-page-container .key-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.home-page-container .key-facts .key-fact {
  -ms-flex-preferred-size: calc((100% / 3));
      flex-basis: calc((100% / 3));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 25px 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .home-page-container .key-facts .key-fact .text {
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .home-page-container .key-facts .key-fact {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
@media (max-width: 499px) {
  .home-page-container .key-facts .key-fact {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.home-page-container .key-facts .key-fact .picto img {
  height: 75px;
  margin-bottom: 15px;
}
.home-page-container .key-facts .key-fact .text {
  font-size: 16px;
  padding: 0 50px;
}
.history-page-content {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.history-page-content .title {
  margin: 100px 0 45px 0;
}
@media (max-width: 1120px) {
  .history-page-content .title {
    text-align: center;
  }
  .history-page-content .title br {
    display: none;
  }
}
.history-page-content .title h1 {
  color: #0084cc;
  font-size: 50px;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .history-page-content .title h1 {
    font-size: 36px;
  }
}
.history-page-content .key-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.history-page-content .key-facts .key-fact {
  -ms-flex-preferred-size: calc((100% / 3));
      flex-basis: calc((100% / 3));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 25px 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .history-page-content .key-facts .key-fact .text {
    padding: 0 10px !important;
  }
}
@media (max-width: 767px) {
  .history-page-content .key-facts .key-fact {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
}
@media (max-width: 499px) {
  .history-page-content .key-facts .key-fact {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.history-page-content .key-facts .key-fact .picto img {
  height: 75px;
  margin-bottom: 15px;
}
.history-page-content .key-facts .key-fact .text {
  font-size: 16px;
  padding: 0 50px;
}
.meet-team-page-content {
  margin-bottom: 60px;
}
.meet-team-page-content .title {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 26px;
  color: #0084cc;
  margin: 80px 0 60px 0;
}
.meet-team-page-content .title strong {
  font-size: 42px;
}
@media (max-width: 1199px) {
  .meet-team-page-content .title {
    font-size: 22px;
  }
  .meet-team-page-content .title strong {
    font-size: 34px;
  }
}
@media (max-width: 899px) {
  .meet-team-page-content .title {
    font-size: 18px;
  }
  .meet-team-page-content .title strong {
    font-size: 20px;
  }
}
.meet-team-page-content .meet-the-team-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .meet-team-page-content .meet-the-team-board {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meet-team-page-content .meet-the-team-board .team-member {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
}
@media (max-width: 899px) {
  .meet-team-page-content .meet-the-team-board {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .meet-team-page-content .meet-the-team-board .team-member {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.meet-team-page-content .meet-the-team-board .team-member {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 5px;
  background: #FFF;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.meet-team-page-content .meet-the-team-board .team-member img {
  height: 230px;
  text-align: center;
  margin-bottom: 10px;
  width: auto;
}
.meet-team-page-content .meet-the-team-board .team-member .firstname,
.meet-team-page-content .meet-the-team-board .team-member .name {
  font-size: 20px;
  color: #0084cc;
  text-transform: uppercase;
}
.meet-team-page-content .meet-the-team-board .team-member .firstname {
  margin-bottom: 3px;
}
.meet-team-page-content .meet-the-team-board .team-member .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.meet-team-page-content .meet-the-team-board .team-member .function {
  font-size: 15px;
  color: #0084cc;
}
.meet-team-page-content .meet-the-team-board .team-member:hover {
  cursor: pointer;
  background: rgba(0, 132, 204, 0.1);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.meet-team-page-content .meet-the-team-board .empty-team-member:hover {
  cursor: default;
  background: none !important;
}
.csr-page-content {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media (min-width: 1024px) {
  .csr-page-content .timeline-item {
    width: 750px;
    margin-left: 250px;
  }
}
@media (max-width: 760px) {
  .csr-page-content .timeline-item {
    height: auto;
  }
}
.csr-page-content .projects-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.csr-page-content .csr-content-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.csr-page-content .csr-content-flex-row .csr-illustration {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  background-color: #03518F;
  background-image: url('../images/csr_01.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .csr-page-content .csr-content-flex-row .csr-illustration {
    display: none;
  }
}
.csr-page-content .csr-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 90vh;
  background-color: #03518F;
  background-image: url('../images/csr_cover-video.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .csr-page-content .csr-video {
    min-height: 80vh;
  }
}
@media (max-width: 500px) {
  .csr-page-content .csr-video {
    min-height: 40vh;
  }
}
.csr-page-content .csr-video img {
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .csr-page-content .csr-video img {
    width: 100px;
  }
}
.csr-page-content .csr-video img:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.csr-page-content .csr-video .csrv-text {
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.csr-page-content .csr-video .csrv-text strong {
  word-break: keep-all;
  white-space: nowrap;
}
.csr-page-content .csr-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.csr-page-content .csr-content .csr-title {
  color: #0084cc;
  font-size: 36px;
  text-align: center;
  padding: 0 20px;
}
.csr-page-content .csr-content .csr-title strong {
  font-weight: 900;
}
.csr-page-content .csr-content .csr-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .csr-page-content .csr-content .csr-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .csr-page-content .csr-content .csr-body {
    width: calc(100% - 40px);
  }
}
.csr-page-content .csr-content .csr-body .csr-picture {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 20px;
  min-width: 270px;
  min-height: 235px;
  background-image: url("../images/ims_logo.svg");
  background-size: 270px 175px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .csr-page-content .csr-content .csr-body .csr-picture {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    min-width: 202px;
    min-height: 131px;
    background-size: 202px 175px;
  }
}
@media (max-width: 500px) {
  .csr-page-content .csr-content .csr-body .csr-picture {
    padding: 0;
  }
}
.csr-page-content .csr-content .csr-body .csr-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 20px;
}
@media (max-width: 500px) {
  .csr-page-content .csr-content .csr-body .csr-text {
    padding: 0;
  }
}
.csr-page-content .csr-content .csr-body .csr-text .csr-emphasis {
  margin: 0 10px 40px 10px;
  color: #0084cc;
  font-size: 20px;
  line-height: 1.2;
}
.csr-page-content .csr-content .csr-body .csr-text p {
  margin-bottom: 20px;
}
.csr-page-content .oblique-separator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 510px;
  overflow: hidden;
  background-color: #03518F;
  background-image: url('../images/csr_visu-separateur.jpg');
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-size: 42px;
}
@media (max-width: 767px) {
  .csr-page-content .oblique-separator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 490px) {
  .csr-page-content .oblique-separator {
    font-size: 26px;
    min-height: 370px;
  }
}
.csr-page-content .oblique-separator:before,
.csr-page-content .oblique-separator:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border: 100px solid;
  border-right-width: 100vw;
  border-bottom: none;
  border-left: none;
}
.csr-page-content .oblique-separator:before {
  top: 0;
  border-color: #FFF transparent;
}
.csr-page-content .oblique-separator:after {
  bottom: 0;
  border-color: transparent #FFF;
}
.history-page-content .bottom-contact-us,
.csr-page-content .bottom-contact-us {
  width: 80%;
  margin-left: 10%;
  padding: 100px 10px;
  border-top: 1px solid #DDD;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.history-page-content .bottom-contact-us .light,
.csr-page-content .bottom-contact-us .light {
  margin-bottom: 20px;
  font-weight: 400;
}
.blog-content p span {
  display: inline-block;
}
.blog-main-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-content-main {
  padding: 25px 0;
}
.blog-content-main h1 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #0084cc;
  padding: 20px;
  /*height: 85px;*/
}
@media (max-width: 767px) {
  .blog-content-main h1 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
.blog-content-main p {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 23px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .blog-content-main p {
    /*height: 90px;*/
  }
}
@media (max-width: 767px) {
  .blog-content-main p {
    height: auto;
  }
}
.blogger {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding: 20px;
  font-size: 12px;
  color: #000;
}
.blogger ul li:first-child:after {
  content: "";
  width: 0;
  height: 0;
}
.blogger ul li:first-child {
  padding-left: 0;
}
.blog-reader {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-reader .read-more {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 23px;
  font-size: 12px;
  color: #0084cc;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-reader .social {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.blog-reader .social ul li {
  display: inline-block;
}
.blog-reader .social ul li:not(:last-of-type) {
  margin-right: 32px;
}
.blog-reader .social ul li a {
  color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-reader .social ul li a:hover {
  color: #aaa;
}
.blog-reader .social ul li:nth-child(1) a:after {
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 16px;
}
.blog-reader .social ul li:nth-child(2) a:after {
  content: "\f0e1";
  font-family: 'FontAwesome';
  font-size: 16px;
}
.blog-reader .social ul li:nth-child(3) a:after {
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 16px;
}
.blog-content-main .paging ul li {
  display: inline-block;
}
.blog-content-main .paging {
  float: right;
}
.blog-content-main .paging ul li a {
  border: 1px solid #eae8e8;
  height: 24px;
  width: 24px;
  display: block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  text-align: center;
  padding-top: 4px;
  border-radius: 1px;
  color: #3e3c3f;
}
.blog-content-main .paging ul li a:hover {
  background: #0084cc;
  color: #fff;
  border-color: #0084cc;
}
.blog-content-main .paging ul li.next a {
  border: 0;
  width: auto;
  height: auto;
}
.blog-content-main .paging ul li.next a {
  background: none;
  color: #3e3c3f;
  border-color: transparent;
}
.blog-inner {
  -webkit-box-shadow: 0 0 5px #aaa;
          box-shadow: 0 0 5px #aaa;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc((100% / 4) - 22px);
      flex-basis: calc((100% / 4) - 22px);
  margin: 25px 10px;
}
@media (max-width: 1199px) {
  .blog-inner {
    -ms-flex-preferred-size: calc((100% / 3) - 22px);
        flex-basis: calc((100% / 3) - 22px);
  }
}
@media (max-width: 991px) {
  .blog-inner {
    -ms-flex-preferred-size: calc((100% / 2) - 22px);
        flex-basis: calc((100% / 2) - 22px);
  }
}
@media (max-width: 767px) {
  .blog-inner {
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
    margin: 15px 10px;
  }
}
.subscribe {
  border-top: 1px solid #ededed;
  padding: 40px 0 95px 0;
}
.subscribe h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bolder;
  font-size: 23px;
  color: #000;
  margin-bottom: 60px;
}
.subscribe input {
  width: 346px;
  height: 49px;
  border: 2px solid #dbdbdb;
  border-radius: 40px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 30px;
  margin: 0 15px;
}
.button-3 {
  width: 163px;
  height: 49px;
  border: 0;
  border-radius: 40px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 30px;
  background: #0084cc;
  color: #fff;
  margin: 0 15px;
}
.blog-footer {
  background: #f2f2f2;
}

.blog-content-single p span {
  display: inline-block;
}
.blog-content-single {
  margin-bottom: 60px;
}
.single-banner {
  height: 70%;
  position: relative;
  background: url("../images/single-bg.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.blog-content-single {
  bottom: 0;
}
.blog-content-single h1 {
  font-size: 55px;
  line-height: 60px;
}
.blog-single-main h3 {
  font-size: 35px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 50px;
  color: #666666;
  padding-bottom: 63px;
}
.blog-single-main p {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 40px;
}
.collaborate h4 {
  color: #0084cc;
  font-size: 30px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-bottom: 45px;
}
.single-new .blogger p {
  padding-bottom: 0;
}
.blog-share {
  background: #f6f6f6;
  padding: 35px;
  margin-top: 30px;
}
.blog-share .blog-icons {
  float: right;
}
.blog-share p {
  float: left;
  padding-bottom: 0;
  padding-top: 3px;
  font-weight: 600;
}
.blog-share ul li {
  display: inline-block;
  padding: 0 3px;
}
.blog-share ul li a {
  color: #bebdbd;
  height: 40px;
  width: 40px;
  display: table-cell;
  background: #e8e8e8;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
}


.blog-about {
  padding: 85px 0;
}
.blog-about h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.blog-about h2 span {
  color: #0084cc;
}
.blog-about .man-para p {
  font-size: 14px;
  line-height: 22px;
}
.blog-about .man-impportant {
  float: left;
  width: 15%;
}
.blog-about .man-para {
  width: 85%;
  float: left;
  padding-top: 25px;
}


.related-post {
  padding: 80px 0 40px 0;
}
.related-post h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
.related-post ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.related-post h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 23px;
  color: #0084cc;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 15px;
}
.related-post p {
  font-size: 14px;
  padding-bottom: 0;
}


.blog-comment {
  padding-top: 90px;
  padding-bottom: 50px;
}
.blog-comment h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 55px;
}
.bl-name p span {
  color: #0084cc;
}
.bl-name p {
  padding-bottom: 20px;
}
.bl-name p span.namer {
  padding-right: 15px;
  font-weight: 600;
}
.bl-comment p {
  font-size: 16px !important;
}


.leave-comnt {
  border-top: 1px solid #999999;
  padding-top: 90px;
}
.leave-comnt h2 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 35px;
}
.leave-comnt textarea {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 20px 15px;
  height: 220px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}
.cmt-input {
  width: 100%;
  margin-top: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}
.leave-comnt input {
  height: 63px;
  width: 100%;
  padding: 15px;
}
.button-4 {
  width: 200px;
  height: 49px;
  border-radius: 40px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 30px;
  color: #0084cc;
  border: 2px solid #0084cc;
  background: #fff;
  margin: 35px 0;
}
.button-4:hover {
  background: #0084cc;
  color: #FFF;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkbox-wrapper {
  text-align: left;
  margin-top: 40px;
}
.checkbox-wrapper input {
  width: auto;
  height: auto;
}
.checkbox-custom-label,
.radio-custom-label {
  font-weight: 400;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}
.checkbox-custom {
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-custom-label {
  position: relative;
}
.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #d3ddfb;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  border-radius: 3px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #0084cc;
}



#video-popup-container {
  display: none;
  position: fixed;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  z-index: 5000;
  background-color: #fff;
}
#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
  opacity: 1;
}
#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}
#video-popup-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background-color: #000;
}
#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
#video-popup-close:hover {
  color: #DE0023;
}
.home-container {
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 100px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@media (max-width: 1279px) {
  .home-container {
    padding-top: 0;
  }
}
@media (max-width: 550px) {
  .home-container {
    padding-top: 0;
  }
}
@media (min-width: 550px) and (max-width: 1020px) and (max-height: 720px) {
  .home-container {
    padding-top: 0;
  }
}
.home-container .hc-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #FFF;
  text-align: center;
  padding: 60px 0 50px 0;
}
@media (max-width: 750px) {
  .home-container .hc-text {
    padding-top: 50px;
  }
}
.home-container .hc-text .hc-title {
  margin-bottom: 40px;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .home-container .hc-text .hc-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .home-container .hc-text .hc-title {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .home-container .hc-text .hc-title {
    font-size: 36px;
  }
}
@media (max-width: 330px) {
  .home-container .hc-text .hc-title {
    font-size: 30px;
  }
}
@media (min-width: 550px) and (max-width: 1020px) and (max-height: 720px) {
  .home-container .hc-text .hc-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
@media (max-width: 481px) and (max-height: 321px) {
  .home-container .hc-text .hc-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.home-container .hc-text .hc-baseline {
  font-size: 18px;
  line-height: 1.4;
  width: 50%;
}
.home-container .hc-text .hc-baseline p {
  margin-bottom: 30px;
}
@media (max-width: 1050px) {
  .home-container .hc-text .hc-baseline br {
    display: none;
  }
}
@media (max-width: 550px) {
  .home-container .hc-text .hc-baseline {
    width: 80%;
    font-size: 16px;
  }
}
@media (min-width: 550px) and (max-width: 1020px) and (max-height: 720px) {
  .home-container .hc-text .hc-baseline {
    font-size: 16px;
  }
}
@media (max-width: 481px) and (max-height: 321px) {
  .home-container .hc-text .hc-baseline {
    font-size: 14px;
  }
}
.home-container .hc-text .hc-baseline strong {
  font-weight: 700;
}
.home-container .hc-explore {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../images/round-vector.png');
  height: 100%;
  height: 600px;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 321px) and (max-height: 481px) {
  .home-container .hc-explore {
    margin-top: 0;
  }
}
@media (max-width: 570px) and (max-height: 321px) {
  .home-container .hc-explore {
    margin-top: 0;
  }
  .home-container .hc-explore .btn-style1 {
    padding: 10px 15px;
  }
}
@media (min-width: 550px) and (max-width: 1020px) and (max-height: 720px) {
  .home-container .hc-explore {
    margin: 0 0 70px 0;
  }
}
#modal-contact-us {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: #FFF;
  background-image: url("../images/slide02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#modal-contact-us .btn-close {
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 5px;
}
#modal-contact-us .btn-close:hover {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
#modal-contact-us .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 40px 40px 40px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: auto;
}
@media (max-height: 820px) {
  #modal-contact-us .modal-dialog {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modal-contact-us .modal-dialog .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 767px) {
  #modal-contact-us .modal-dialog .modal-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#modal-contact-us .modal-dialog .modal-content .mcu-title {
  color: #0084cc;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #modal-contact-us .modal-dialog .modal-content .mcu-title {
    font-size: 36px;
  }
}
#modal-contact-us .modal-dialog .modal-content .mcu-title strong {
  font-weight: 700;
}
#modal-contact-us .modal-dialog .modal-content .mcu-subtitle {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #modal-contact-us .modal-dialog .modal-content .mcu-subtitle {
    font-size: 20px;
  }
}
#modal-contact-us .modal-dialog .modal-content .mcu-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 30px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label label {
  display: block;
  color: #999;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label label small {
  font-size: 10px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label label.is-disabled:hover {
  cursor: default;
  color: #999;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label label:hover {
  color: #999;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 2px solid #999;
  border-radius: 60px;
  outline: none;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-error + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-error + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-warning + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-warning + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-success + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-success + label {
  padding-right: 27px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-pending + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-pending + label {
  padding-right: 30px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-error + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-error + label {
  color: #ED1C24;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-warning + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-warning + label {
  color: #FF8400;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label input.is-success + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label textarea.is-success + label {
  color: #0CB14B;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top {
  position: relative;
  padding-top: 16px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top input:focus + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top textarea:focus + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top input:valid + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top textarea:valid + label {
  font-size: 12px;
  bottom: 23px;
  -webkit-transition: bottom 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top label {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: bottom 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top textarea + label {
  top: 16px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top textarea:focus + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-top textarea:valid + label {
  top: -8px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom {
  position: relative;
  padding-bottom: 16px;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom input:focus + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom textarea:focus + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom input:valid + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom textarea:valid + label {
  font-size: 12px;
  top: 23px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom textarea:focus + label,
#modal-contact-us .modal-dialog .modal-content .mcu-form .field-with-label.is-animated-bottom textarea:valid + label {
  font-size: 12px;
  top: 58px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .btn-submit {
  display: table;
  padding: 20px 30px;
  margin: 20px auto 20px auto;
  background: #0084CC;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 35px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#modal-contact-us .modal-dialog .modal-content .mcu-form .btn-submit:hover {
  background: #004266;
  cursor: pointer;
}
#modal-announcement {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  background-color: rgba(255, 255, 255, 0.7);
}
#modal-announcement .btn-close {
  width: 40px;
  border-radius: 50%;
  padding: 2px;
}
#modal-announcement .btn-close:hover {
  background: rgba(200, 200, 200, 0.2);
  cursor: pointer;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
#modal-announcement .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
}
@media (max-width: 767px) {
  #modal-announcement .modal-dialog {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#modal-announcement .modal-dialog .modal-content {
  width: 60%;
  max-width: 750px;
  border: none;
  -webkit-box-shadow: 0 10px 15px rgba(128, 128, 128, 0.5) !important;
          box-shadow: 0 10px 15px rgba(128, 128, 128, 0.5) !important;
}
@media (max-width: 1080px) {
  #modal-announcement .modal-dialog .modal-content {
    width: 95%;
  }
}
@media (max-width: 767px) {
  #modal-announcement .modal-dialog .modal-content {
    width: 100%;
    min-height: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
#modal-announcement .modal-dialog .modal-content .modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
#modal-announcement .modal-dialog .modal-content .modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #999;
  text-transform: uppercase;
}
#modal-announcement .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  padding: 20px 30px;
  color: #FFF;
  background-image: url("../images/fundforum_banner 1600.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 500px) {
  #modal-announcement .modal-dialog .modal-content .modal-body .ma-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-banner .ma-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 500px) {
  #modal-announcement .modal-dialog .modal-content .modal-body .ma-banner .ma-title {
    margin-bottom: 20px;
  }
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-banner .ma-subtitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content {
  text-align: center;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-baseline {
  margin: 20px 20px 30px 20px;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-baseline small {
  display: block;
  font-size: 12px;
  margin-top: 15px;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 12px;
}
@media (max-width: 500px) {
  #modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double > div {
  padding: 20px 30px;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double .with-separator {
  border-right: 1px solid #DDD;
}
@media (max-width: 500px) {
  #modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double .with-separator {
    border-right: none;
    border-bottom: 1px solid #DDD;
  }
}
#modal-announcement .modal-dialog .modal-content .modal-body .ma-content .ma-double .text-blue {
  color: #2C9ECF;
  font-weight: 700;
}
#modal-announcement .modal-dialog .modal-content .modal-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
#modal-announcement .modal-dialog .modal-content .modal-footer .btn-submit {
  display: table;
  padding: 15px 25px;
  margin: 0;
  background: #0084CC;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 35px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#modal-announcement .modal-dialog .modal-content .modal-footer .btn-submit:hover {
  background: #004266;
  cursor: pointer;
}
.accordion {
  background: url("../images/fcc-full-bg@2x.jpg");
  background-size: cover;
  -webkit-box-shadow: 0 18px 46px -10px #9B9B9B;
          box-shadow: 0 18px 46px -10px #9B9B9B;
  width: 100%;
  max-width: 1080px;
  height: 590px;
  overflow: hidden;
  margin: 75px auto 150px auto;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  background: transparent;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: calc(100% / 5);
  height: 590px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 590px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 1;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  line-height: 25px;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.accordion ul li div a .opened-content {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
}
.accordion ul li div a .closed-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul li div a .closed-content .picto {
  width: 125px;
  height: 230px;
  margin: 180px auto 0 auto;
  display: block;
}
.accordion ul li div a .closed-content h2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 135px;
}
.accordion ul li:nth-child(even) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
}
.accordion ul li:nth-child(odd) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}
.accordion ul:hover li {
  width: 10%;
}
.accordion ul:hover li .closed-content .picto {
  width: 80px;
  height: auto;
  margin: 180px auto 0 auto;
  display: block;
}
.accordion ul:hover li .closed-content h2 {
  font-size: 12px;
  margin-top: 220px;
}
.accordion ul:hover li:hover,
.accordion ul.hover li.hover {
  width: 60%;
}
.accordion ul:hover li:hover a,
.accordion ul.hover li.hover a {
  background: #FFF;
}
.accordion ul:hover li:hover a .opened-content,
.accordion ul.hover li.hover a .opened-content {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li:hover a .closed-content,
.accordion ul.hover li.hover a .closed-content {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  .accordion {
    height: auto;
  }
  .accordion ul li,
  .accordion ul:hover li,
  .accordion ul li:hover,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}
.opened-content {
  text-align: center;
  padding: 0 40px;
}
.opened-content .icon-solution {
  color: #0084CC;
  margin-top: 45px;
  margin-bottom: 30px;
}
.opened-content .icon-solution img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.opened-content .title-solution {
  text-transform: uppercase;
  color: #0084CC;
  margin-bottom: 55px;
  font-size: 32px;
}
.opened-content .two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.opened-content .two-columns .col:first-child {
  margin-right: 10px;
}
.opened-content .two-columns .col:last-child {
  margin-left: 10px;
}
.opened-content .two-columns .col .sub-title {
  color: #0084CC;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.opened-content .two-columns .col .paragraph {
  font-size: 14px;
  color: #000;
  line-height: 18px;
}
.opened-content hr {
  margin: 30px auto !important;
  background: #DDD;
}
.opened-content h3 {
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}
.opened-content .btn-our-solutions {
  max-width: 250px;
  border: none;
  margin: 35px auto 0 auto;
  pointer-events: all;
}
.fund-life-cycle.mobile {
  height: calc(275px * 5);
  background: url('../images/fcc-full-bg-mobile@2x.jpg');
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
.fund-life-cycle.mobile .fund {
  height: 275px;
}
.fund-life-cycle.mobile .fund:nth-child(even) {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), transparent);
}
.fund-life-cycle.mobile .fund:nth-child(odd) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
}
.fund-life-cycle.mobile .fund a {
  height: 100%;
  display: block;
  padding-top: 60px;
  cursor: pointer;
}
.fund-life-cycle.mobile .fund a * {
  text-decoration: none;
}
.fund-life-cycle.mobile .fund a .picto img {
  width: auto;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.fund-life-cycle.mobile .fund a h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 16px;
}
.fund-life-cycle.mobile .fund a h3 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #DDD;
}
.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}


@media only screen and (min-width: 1285px) {
  .container {
    max-width: 1285px;
  }
}
@media (max-width: 1200px) {
  .footer-inner .social-icon {
    position: absolute;
    width: 96%;
    text-align: center;
    left: 0;
    right: 0;
  }
  .footer-inner .links {
    display: block;
    width: 100%;
    float: left;
    margin-top: 55px;
  }
  .footer-inner .links ul li {
    text-align: center;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
  .home-page .banner-content .right {
    right: -90px;
    top: 94px;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .container {
    max-width: 992px;
  }
  .home-page .banner-content .left h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .home-page .banner-content .left p {
    font-size: 23px;
  }
  .home-page .banner-content .right {
    width: 800px;
    top: 100px;
  }
  .btn-style1 {
    font-size: 13px;
  }
  .home-page .banner-content .right .spc {
    float: left;
    margin: 247px 0 0 404px;
  }
  .home-page .banner-content .right {
    background-position: 87px 46px;
    background-size: 800px auto;
  }
  .search-box {
    position: absolute;
    right: 0;
    margin-top: 90px;
  }
  .art-center-block .video-block {
    height: 650px;
  }
  .art-center-block .video-block img {
    width: 100px;
  }
  .navbar-fixed-top {
    height: auto;
  }
  .navbar-fixed-top .search-box {
    margin-top: 108px;
    position: absolute;
    background: #0084cc;
  }
  .style_prevu_kit {
    width: 33.3%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .container {
    width: 100%;
  }
  .main-menu {
    margin-right: 48px;
  }
  .home-page .banner-content .left h1 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .home-page .banner-content .left p {
    font-size: 17px;
    line-height: 24px;
  }
  .home-page .banner-content {
    margin-top: 10px;
  }
  .home-page .banner-content .right {
    background-position: 202px -44px;
    background-size: 685px;
    width: 765px;
  }
  .btn-style1 {
    font-size: 12px;
    padding: 13px 25px;
  }
  .home-page .banner-content .right .spc {
    float: left;
    margin: 132px 0 0 478px;
  }
  .footer-inner .links ul li {
    margin-right: 20px;
  }
  .footer-inner .links ul li a {
    font-size: 12px;
  }
  .search-box {
    position: absolute;
    right: 0;
    margin-top: 90px;
  }
  .art-center-block .video-block img {
    width: 100px;
  }
  .art-center-block .video-block {
    height: 450px;
  }
  .navbar-fixed-top .search-box {
    margin-top: 108px;
    position: absolute;
    background: #0084cc;
  }
  .related-post ul li {
    width: 32%;
  }
  .related-post h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .style_prevu_kit {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .main-menu ul li a {
    padding: 56px 12px 30px 12px;
  }
  .main-menu ul li.login-btn a {
    margin-left: 12px;
  }
  #video-popup-container {
    width: 94%;
    left: 6%;
    margin-left: -3%;
  }
  .solutions-center-block .collection h1 {
    font-size: 40px;
  }
  .art-center-block .collection,
  .art-center-block .text-block {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    float: left;
    margin-top: 28px;
    width: 100%;
  }
  .logo {
    margin-top: 10px;
  }
  .logo img {
    width: 130px;
  }
  .home-page .banner-content .left {
    margin-top: 40px;
    width: 100%;
    position: relative;
  }
  .home-page .banner-content .left h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .home-page .banner-content .left p {
    font-size: 18px;
    line-height: 23px;
  }
  .home-page .banner-content {
    margin-top: 20px;
  }
  .banner-bottom {
    padding: 20px 0;
    font-size: 18px;
  }
  .home-page {
    background-size: 1800px;
  }
  .home-page .banner-content .right {
    width: 100%;
    background-position: center 70PX;
    background-size: 600px;
    text-align: center;
    height: 440px;
  }
  .home-page .banner-content .right .spc {
    margin: 0 auto 0;
    float: inherit;
    text-align: center;
    top: 250px;
    position: relative;
    top: 234px;
  }
  .btn-style1 {
    padding: 18px 23px;
    font-size: 13px;
    margin-top: 0;
  }
  .footer-inner .links ul li {
    text-align: center;
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  footer {
    padding: 25px 0 65px 0;
  }
  .footer-inner .bottom {
    margin-top: 10px;
  }
  .footer-inner .bottom img {
    width: 80px;
    margin-top: 5px;
  }
  .art-center-block .gallery .item img {
    width: 100%;
  }
  .spc3-mob {
    margin-top: 20px;
  }
  .galler-sprit {
    position: relative;
    margin-top: 500px;
  }
  .art-center-block .video-block {
    height: 350px;
  }
  .art-center-block .video-block .center h3 span {
    display: block;
  }
  .art-center-block .video-block img {
    width: 80px;
  }
  .art-center-block .video-block .center h3 {
    margin-top: 20px;
  }
  .navbar-fixed-top .search-box {
    margin-top: 77px;
    position: absolute;
    background: #0084cc;
  }
  .navbar-fixed-top {
    height: 75px;
  }
  .navbar-fixed-top .logo {
    margin-top: 14px;
  }
  .navbar-fixed-top .mob-search .search-icon {
    left: 20px;
    right: inherit;
    top: 25px;
  }
  .art-center-block .gallery .item:hover .hover {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: table-cell;
    height: 100%;
  }
  .art-center-block .gallery .item .hover h3 {
    border: 0;
    top: 0;
    vertical-align: middle;
    display: table;
    text-align: center;
    width: 100%;
    margin-top: 20%;
  }
  .inner-bannercontent h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .inner-bannercontent p {
    font-size: 17px;
    line-height: 20px;
  }
  .art-center-block .collection h1 {
    font-size: 30px;
  }
  .art-center-block .gallery {
    margin-top: 50px;
  }
  .single-banner {
    height: 40%;
  }
  .blog-content-single h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .blog-single-main h3 {
    font-size: 22px;
    line-height: 33px;
  }
  .blog-single-main p {
    font-size: 14px;
    line-height: 21px;
  }
  .blog-reader {
    margin-top: 0px;
  }
  .blog-share .blog-icons {
    margin-top: 10px;
  }
  .blog-about .man-impportant {
    width: 100%;
  }
  .related-post ul li {
    width: 100%;
    text-align: center;
  }
  .related-post ul li img {
    margin: 0 auto;
  }
  .subscribe {
    padding: 10px 0 65px 0;
  }
  .related-post h2 {
    text-align: center;
  }
  .blog-content-main h1,
  .careers-center-block .job-block h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog-content-main p {
    font-size: 14px;
    padding-bottom: 22px;
  }
  .blogger ul li p {
    line-height: 0px;
    padding-bottom: 0px;
  }
  .blogger ul li::after {
    top: -5px;
  }
  .inner-bannercontent {
    top: 25%;
  }
  .inner-bannercontent h1 {
    font-size: 40px;
  }
  .inner-bannercontent h1 {
    font-size: 34px;
  }
  .style_prevu_kit {
    width: 50%;
  }
  .careers-center-block .job-block ul.filters1 li {
    margin-right: 15px;
    display: block;
    margin-bottom: 30px;
  }
  .careers-center-block .job-block ul.filters1 a {
    font-size: 12px;
  }
  .careers-center-block .job-block .inner {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-inner .bottom .left {
    float: inherit;
    text-align: center;
  }
  .footer-inner .bottom span {
    float: inherit;
  }
  .footer-inner .bottom .right {
    float: inherit;
    text-align: center;
    width: 100%;
  }
  .mobile-menu ul li {
    padding: 0 12px;
  }
  .subscribe input {
    width: 90%;
    margin-bottom: 10px;
  }
  .style_prevu_kit {
    width: 100%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'helveticaneue_lt_63_mdexRg';
  src: url('../fonts/helveticalt63medex.woff2') format('woff2'), url('../fonts/helveticalt63medex.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticalt73boldextendedbold';
  src: url('../fonts/helveticalt73boldextended.woff2') format('woff2'), url('../fonts/helveticalt73boldextended.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.meet-mobile {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 500px) {
  .meet-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1021px) {
  .meet-mobile {
    display: none;
  }
}
.meet-mobile .mm-tab-header {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
}
.meet-mobile .mm-tab-header .mm-legend {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 230px;
  padding: 0 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #FFFFFF;
}
.meet-mobile .mm-tab-header .mm-legend .mm-title-label {
  font-size: 26px;
}
.meet-mobile .mm-tab-header .mm-legend .mm-title-content {
  font-size: 42px;
  font-weight: 700;
}
#mm-first {
  background-color: #FBFBFB;
  background-image: url('../images/Bob-Kneip-1.png');
}
#mm-second {
  background-image: url('../images/Lee-Godfrey.png');
}
.modal-meet {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-meet .btn-close {
  position: fixed;
  z-index: 1000;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.8;
}
.modal-meet .modal-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.modal-meet .modal-dialog .modal-content {
  position: relative;
  height: 100%;
  border: none;
  border-radius: 0;
  overflow: auto;
}
.modal-meet .modal-dialog .modal-content .mm-title {
  padding: 100px 10px 50px 10px;
  color: #158ed0;
  font-size: 42px;
  text-align: center;
}
.modal-meet .modal-dialog .modal-content .mm-title strong {
  font-weight: 900;
}
.modal-meet .modal-dialog .modal-content .mm-picture {
  min-height: 460px;
  background-color: #FBFBFB;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 540px) {
  .modal-meet .modal-dialog .modal-content .mm-picture {
    min-height: 550px;
  }
}
@media (min-width: 660px) {
  .modal-meet .modal-dialog .modal-content .mm-picture {
    min-height: 600px;
  }
}
@media (min-width: 700px) {
  .modal-meet .modal-dialog .modal-content .mm-picture {
    min-height: 770px;
  }
}
@media (min-width: 840px) {
  .modal-meet .modal-dialog .modal-content .mm-picture {
    min-height: 850px;
  }
}
@media (min-width: 1000px) {
  .modal-meet .modal-dialog .modal-content .mm-picture {
    min-height: 900px;
  }
}
.modal-meet .modal-dialog .modal-content .mm-description {
  margin-top: 50px;
}
.modal-meet .modal-dialog .modal-content .mm-description .mm-desc-title {
  margin-bottom: 20px;
  color: #158ed0;
  font-size: 42px;
  text-align: center;
}
.modal-meet .modal-dialog .modal-content .mm-description .mm-desc-title strong {
  font-weight: 700;
}
.modal-meet .modal-dialog .modal-content .mm-description .mm-subtitle {
  margin-bottom: 50px;
  color: #158ed0;
  font-size: 22px;
  text-align: center;
}
.modal-meet .modal-dialog .modal-content .mm-description .mm-content-body {
  padding: 0 20px 30px;
}
.modal-meet .modal-dialog .modal-content .mm-description .mm-content-body p {
  margin-bottom: 30px;
}
.modal-meet-person {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.modal-meet-person .btn-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 900px) {
  .modal-meet-person .modal-dialog {
    width: 900px;
  }
  .modal-meet-person .modal-dialog .modal-content {
    padding: 50px 10px;
    -webkit-box-shadow: 0 10px 15px rgba(128, 128, 128, 0.5) !important;
            box-shadow: 0 10px 15px rgba(128, 128, 128, 0.5) !important;
    border: none;
    border-radius: 6px !important;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people > .mmp-presentation {
    display: none;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-description > .mmp-presentation {
    display: block;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-description .mmp-presentation,
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-description .mmp-content-body {
    text-align: left;
  }
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-description .mmp-presentation .function,
  .modal-meet-person .modal-dialog .modal-content .mmp-people .mmp-description .mmp-content-body .function {
    margin-top: 15px;
  }
}
@media (max-width: 899px) {
  .modal-meet-person .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
  }
}
.modal-meet-person .modal-dialog .modal-content {
  position: relative;
  height: 100%;
  border: none;
  border-radius: 0;
  overflow: auto;
}
.modal-meet-person .modal-dialog .modal-content .mm-title {
  padding: 100px 10px 50px 10px;
  color: #158ed0;
  font-size: 42px;
  text-align: center;
}
.modal-meet-person .modal-dialog .modal-content .mm-title strong {
  font-weight: 900;
}
.modal-meet-person .modal-dialog .modal-content .mmp-picture {
  height: 340px;
  background-size: 340px;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-meet-person .modal-dialog .modal-content .mmp-presentation {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0084cc;
  font-size: 42px;
  text-align: center;
  padding: 0 15px;
}
.modal-meet-person .modal-dialog .modal-content .mmp-presentation strong {
  font-weight: 700;
}
.modal-meet-person .modal-dialog .modal-content .mmp-presentation .name {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}
.modal-meet-person .modal-dialog .modal-content .mmp-presentation .function {
  font-size: 22px;
}
.modal-meet-person .modal-dialog .modal-content .mmp-description {
  margin-top: 40px;
}
.modal-meet-person .modal-dialog .modal-content .mmp-description > .mmp-presentation {
  display: none;
}
.modal-meet-person .modal-dialog .modal-content .mmp-description .mmp-content-body {
  padding: 0 20px 30px;
  text-align: center;
}
.modal-meet-person .modal-dialog .modal-content .mmp-description .mmp-content-body p {
  margin-bottom: 30px;
}
.timeline {
  padding-bottom: 60px;
}
.timeline .time-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 810px;
  overflow: hidden;
  background-color: #03518F;
  background-image: url('../images/history_bg_diag_1.jpg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 1120px) {
  .timeline .time-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.timeline .time-container.with-no-background {
  background: none !important;
  min-height: 0;
  margin-bottom: 0;
}
.timeline .time-container:before,
.timeline .time-container:after {
  position: absolute;
  display: block;
  content: " ";
  left: 0;
  width: 0;
  height: 0;
  border: 370px solid;
  border-right-width: 100vw;
  border-bottom: none;
  border-left: none;
}
@media (max-width: 1120px) {
  .timeline .time-container:before,
  .timeline .time-container:after {
    border: 305px solid;
    border-right-width: 220vw;
    border-bottom: none;
    border-left: none;
  }
}
@media (max-width: 760px) {
  .timeline .time-container:before,
  .timeline .time-container:after {
    border: 300px solid;
    border-right-width: 300vw;
    border-bottom: none;
    border-left: none;
  }
}
@media (max-width: 560px) {
  .timeline .time-container:before,
  .timeline .time-container:after {
    border: 285px solid;
    border-right-width: 240vw;
    border-bottom: none;
    border-left: none;
  }
}
@media (max-width: 400px) {
  .timeline .time-container:before,
  .timeline .time-container:after {
    border: 280px solid;
    border-right-width: 280vw;
    border-bottom: none;
    border-left: none;
  }
}
.timeline .time-container:before {
  top: 0;
  border-color: #FFF transparent;
}
.timeline .time-container:after {
  bottom: 0;
  border-color: transparent #FFF;
  padding-bottom: 100px;
}
@media (max-width: 1120px) {
  .timeline .time-container:after {
    padding-bottom: 155px;
  }
}
@media (max-width: 760px) {
  .timeline .time-container:after {
    padding-bottom: 150px;
  }
}
@media (max-width: 560px) {
  .timeline .time-container:after {
    padding-bottom: 170px;
  }
}
@media (max-width: 400px) {
  .timeline .time-container:after {
    padding-bottom: 180px;
  }
}
.timeline-item {
  position: relative;
  z-index: 20;
  width: 550px;
  min-height: 230px;
  padding: 55px 20px 70px 115px;
  margin: 0 0 0 550px;
  border-left: 1px dashed #2C9ECF;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}
@media (max-width: 1120px) {
  .timeline-item {
    margin: 0 0 0 90px;
    padding: 55px 20px 70px 100px;
    width: auto;
  }
}
@media (max-width: 760px) {
  .timeline-item {
    height: 230px;
  }
}
@media (max-width: 560px) {
  .timeline-item {
    margin: 0 0 0 60px;
    padding: 30px 10px 0 60px;
  }
}
@media (max-width: 400px) {
  .timeline-item {
    margin: 0 0 0 50px;
    padding: 30px 10px 0 50px;
  }
}
.timeline-item.timeline-more {
  padding: 0 !important;
  margin-bottom: 50px !important;
  min-height: 0 !important;
  height: auto;
}
.timeline-item.timeline-more button {
  margin: 0 0 0 -100px;
}
@media (max-width: 1120px) {
  .timeline-item.timeline-more button {
    margin: 0 0 0 -65px;
  }
}
@media (max-width: 560px) {
  .timeline-item.timeline-more button {
    margin: 0 0 0 -45px;
  }
}
@media (max-width: 400px) {
  .timeline-item.timeline-more button {
    margin: 0 0 0 -40px;
  }
}
.timeline-item.with-text-white .tmi-header .tmi-title {
  color: #FFF !important;
}
.timeline-item.with-text-white .tmi-content {
  color: #FFF !important;
}
.timeline-item.with-no-border {
  border-left-color: transparent !important;
}
@media (min-width: 1121px) {
  .timeline-item.is-align-left {
    padding: 55px 115px 70px 20px;
    margin: 0 550px 0 0;
    border-left: none;
    border-right: 1px dashed #2C9ECF;
    text-align: right;
  }
  .timeline-item.is-align-left .tmi-header .tmi-bubble {
    left: auto;
    right: -65px;
  }
}
.timeline-item .tmi-header {
  min-height: 60px;
}
.timeline-item .tmi-header .tmi-bubble {
  position: absolute;
  top: 0;
  left: -65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #646567;
  background-image: url('../images/history_bubbles_2010@2x.jpg');
  background-size: cover;
  background-position: center;
  color: #FFF;
  font-size: 30px;
}
.timeline-item .tmi-header .tmi-bubble.with-border {
  border: 1px solid #2C9ECF;
}
@media (max-width: 560px) {
  .timeline-item .tmi-header .tmi-bubble {
    left: -45px;
    width: 90px;
    height: 90px;
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .timeline-item .tmi-header .tmi-bubble {
    left: -40px;
    width: 80px;
    height: 80px;
    font-size: 22px;
  }
}
.timeline-item .tmi-header .tmi-title {
  color: #2C9ECF;
  font-size: 26px;
  padding-bottom: 20px;
}
@media (max-width: 560px) {
  .timeline-item .tmi-header .tmi-title {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .timeline-item .tmi-header .tmi-title {
    font-size: 20px;
  }
}




.application-form{padding:135px 0 0 0 }
.application-form label{font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size:17px;}
.application-form .block{margin-bottom:130px;}
.application-form .block h1{text-align:center; font-size:50px; color:#0084cc; margin-bottom:60px; text-transform:uppercase;font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight:900}
.application-form .block h1 span{font-weight:300}
.application-form input{width:100%; border-radius:0px; border:1px solid #ccc; height:40px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size:15px; font-weight:600}
.application-form select{border-radius:0px; border:1px solid #ccc; -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px; background:url(../images/down.png) no-repeat right; height:40px;}
.datepicker{padding:0 15px; background:url(../images/calendar.png) no-repeat right}

.file {
  visibility: hidden;
  position: absolute;
}

.application-form .redio-box label{background:none; border:none;padding:0px; margin-right:20px;}
.application-form .redio-box label:hover{background:none; border:none}
.application-form .redio-box label:focus{border:none; box-shadow:none}
.browse{float:right; position:absolute; height:40px; border-radius:0px; background:#fff; color:#000; text-transform:uppercase; font-size:14px;font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; border-bottom:2px solid #000; border-left:1px solid #ccc;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top:1px solid #ccc}
.browse-box input{background:#fff !important}
.application-form select{font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}
.no-border{border:none !important}
.spc5{margin-top:0px !important; border: 0px;}
.btn-style13{background:#fff !important;-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius: 35px; border:3px solid #999; color:#999 !important; float:left; margin-top:-60px !important;margin-left:20px !important;}
.btn-style13:hover{background:#999 !important; color:#fff !important; }

#result {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.mobile-menu ul li.current-menu-item a, .mobile-menu ul li:hover a, .mobile-menu ul li.current-menu-item a::before, .mobile-menu ul li:hover a::before {
    color: #0084cc !important;
}

@media (max-width: 767px) {
.application-form label{margin-bottom:15px}
.application-form .block h1{font-size:30px;}
.application-form .block {
    margin-bottom: 50px;
}
.application-form {
    padding: 60px 0 0;
}
.btn-style13{float:inherit;margin-top:0px !important; text-align:center; margin:20px auto !important; right:0px !important; left:0px !important }
}
#modal-privacy .mmp-people {
  padding: 60px;
  text-align: justify;
  line-height: 20px;
  font-size: 14px;
}

#modal-privacy h1{
  color: #0084cc;
  font-size : 30px;
  line-height: 30px;
  margin: 10px 0;
  text-align: center;
 width: 100%;
 text-transform: uppercase;
}
#modal-privacy p{
  padding-top: 10px;
}
#modal-privacy h2{
  color: #0084cc;
  line-height: 20px;
  font-size : 20px;
  margin: 10px 0 0 0;
 width: 100%;
}
#modal-email .mmp-people {
  padding: 60px;
  text-align: justify;
  line-height: 20px;
  font-size: 14px;
}

#modal-email h1{
  color: #0084cc;
  font-size : 30px;
  line-height: 30px;
  margin: 10px 0;
  text-align: center;
 width: 100%;
 text-transform: uppercase;
}
#modal-email p{
  padding-top: 10px;
}
#modal-email h2{
  color: #0084cc;
  line-height: 20px;
  font-size : 20px;
  margin: 10px 0 0 0;
 width: 100%;
}

#modal-email  .mmp-content-body,#modal-privacy .mmp-content-body{
 max-height: 500px;
 overflow: scroll;
}



.owl-prev:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f104";
  font-family: 'FontAwesome';
  color: #0084cc;
  font-size: 40px;
}

.owl-next:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f105";
  font-family: 'FontAwesome';
  color: #0084cc;
  font-size: 40px;
}

.page-link {
  background: none !important;
  border: 0 !important;
  font-weight: bold;
}

.page-item.active .page-link ,.page-item.active .page-link:hover{
  color: #000;
}
.isotopeContainer .pagination{display: block; width: 100%; text-align: center; }
.isotopeContainer .pagination li{float: none; display: inline-block; padding-top: 15px;}

.bottom .right button.mobile-mod {
  border: none;
  background-color: transparent;
  color: #0084cc;
}
