@charset "UTF-8";
html {
  height: 100%; }

body {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #666;
  text-rendering: optimizelegibility;
  overflow-x: hidden; }

body.home {
  position: relative;
  padding-top: 700px;
  background: #fff;
  z-index: 2; }

body > .container {
  margin-bottom: 70px; }

input,
textarea,
.uneditable-input,
select {
  width: 85%; }

.row {
  display: inline-block; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  padding: 8px;
  border-radius: 2px; }

.in-app .fancybox-overlay {
  background: rgba(37, 39, 47, 0.9); }

.fancybox-close {
  background-image: none !important; }

a.fancybox-close {
  opacity: 0.8;
  color: #fff; }

a.fancybox-close:hover {
  opacity: 1;
  text-decoration: none; }

.fancybox-close:before {
  content: "\f05c";
  font-family: 'icomoon';
  font-size: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#fancybox-overlay {
  position: fixed !important; }

.vhlogin textarea,
.vhlogin input[type="text"],
.vhlogin input[type="password"],
.vhlogin input[type="email"] {
  padding: 15px;
  font-size: 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  border: solid 1px #fff; }

p {
  text-align: justify;
  margin: 20px 0;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

h1 {
  font-weight: 400;
  font-size: 65px;
  line-height: 55px; }

.home h1 {
  font-weight: 200; }

h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  margin: 0; }

h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 17px 0; }

h4 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.5; }

section h4,
article h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center; }

h5 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5; }

p small {
  font-size: 0.5em; }

p big {
  font-size: 2em; }

.home p small {
  font-size: 2em; }

.home big {
  font-size: 3.5em; }

b {
  font-weight: 700; }

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal; }

.navbar-inverse .nav > li > a {
  font: 16px 'Source Sans Pro', sans-serif;
  font-weight: 300; }

body > .navbar {
  font-size: 13px; }

ul,
ol {
  padding: 0;
  margin: 0; }

.center {
  text-align: center !important; }

.left * {
  text-align: left !important; }

.right {
  text-align: right; }

section .span9 h1,
article .span9 h1 {
  margin-top: 6%;
  color: #25272F; }

.home ul,
ol,
.portfolio ul,
ol {
  padding: 0;
  margin: 0 0 10px 0
  /*
transform: perspective(400px) scaleY(0.9) rotatex(4deg);
-webkit-transform: perspective(400px) scaleY(0.9) rotatex(4deg);
-moz-transform: perspective(400px) scaleY(0.9) rotatex(4deg);
-ms-transform: perspective(400px) scaleY(0.9) rotatex(4deg);
-o-transform: perspective(400px) scaleY(0.9) rotatex(4deg);*/ }

.home a.logo {
  background: url("../../../../VP-assets/img/website/hlogo.png") no-repeat center center;
  *background: url("../../../../VP-assets/img/website/hlogo.png") no-repeat center center;
  z-index: 200000;
  height: 80px;
  width: 270px;
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: 0; }

body.home .navbar {
  font-size: 13px;
  text-shadow: none; }

nav {
  -webkit-transition: all .5s;
          transition: all .5s; }

a.logo {
  background: url("../../../../VP-assets/img/website/logo.png") no-repeat center center;
  *background: url("../../../../VP-assets/img/website/logo.png") no-repeat center center;
  z-index: 200000;
  *zoom: 1;
  height: 40px;
  width: 200px;
  top: 50%;
  margin-top: -20px;
  display: inline-block;
  position: absolute;
  margin-left: 0; }

.navbar-inner .container {
  height: 65px; }

.sub-nav {
  list-style: none; }

.sub-nav li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 2px 7px; }

.sub-nav li a {
  color: #ccc;
  font-size: 12px; }

.sub-nav li a:hover {
  color: #f2f2f2;
  text-decoration: none; }

.navbar .sub-nav {
  position: relative;
  right: 0;
  display: block;
  float: right;
  margin: -7px 10px 0 0;
  color: #999; }

.btn-top-menu {
  background: #D5392C;
  padding: 8px 9px 3px;
  border-radius: 2px;
  position: relative; }

.btn-top-menu:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(213, 57, 44, 0);
  border-bottom: 7px solid rgba(213, 57, 44, 0);
  border-right: 28px solid #D5392C; }

.btn-top-menu:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(213, 57, 44, 0);
  border-bottom: 7px solid rgba(213, 57, 44, 0);
  border-left: 28px solid #D5392C; }

.fr .btn-top-menu:after {
  border-right: 45px solid #D5392C; }

.fr .btn-top-menu:before {
  border-left: 45px solid #D5392C; }

.contact .marketing {
  text-align: left;
  color: #5a5a5a; }

.contact .marketing h1 {
  text-align: center; }

.marketing {
  text-align: center;
  color: #5a5a5a; }

.marketing h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px; }

.marketing h2,
.vp-lib h2 {
  font-weight: 500;
  margin: 40px 0 0 0; }

.marketing a {
  text-align: right;
  display: block; }

.marketing p,
.vp-lib p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify; }

.vp-lib p.marketing-byline {
  text-align: center; }

.contact #start h2 {
  text-align: center; }

.marketing .marketing-byline {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
  color: #999;
  text-align: center; }

.home .vp-lib {
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  background: #25272f url("../../../../VP-assets/img/website/bg-lib.jpg");
  border-top: 1px solid #25272F;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.5), inset 0 -5px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  height: 520px;
  z-index: 5; }

.footer input[type="email"] {
  width: 52%;
  margin: 0;
  border-radius: 3px 0 0 3px;
  max-width: 200px; }

footer[type="submit"].btn {
  width: 40%;
  text-align: center;
  padding: 10px 0;
  max-width: 120px; }

.footer hr {
  background-color: transparent;
  border: #444 1px dotted;
  border-style: none none dotted;
  color: #444; }

.portfolio .vp-lib {
  padding: 145px 0 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  background: #f4f4f4;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 520px;
  border-top: solid 25px #e84337; }

.portfolio .vp-lib-title {
  padding: 30px 0 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  position: relative; }

.portfolio .vp-lib-title h1 {
  color: #5a5a5a;
  margin: 0;
  font-size: 60px; }

.portfolio .vp-lib-title p {
  text-align: center;
  color: #777;
  font-size: 35px;
  padding: 0; }

.home .def .pagination {
  margin: -20px auto 0;
  text-align: center;
  width: 100%;
  height: 15px;
  display: inline-block;
  bottom: 30px; }

.home .pagination .swiper-pagination-switch {
  background: #ddd;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50px;
  margin: 0 8px; }

.home .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #25272F; }

.home .def .button-prev,
.home .def .button-next {
  color: #333;
  font-size: 100px;
  margin-top: -50px; }

.home .pagination2 {
  margin: -20px auto 0;
  text-align: center;
  width: 100%;
  height: 15px;
  display: inline-block;
  opacity: 0.8;
  bottom: 20px; }

.vp-lib h1,
.vp-lib-title h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
  color: #ddd; }

.vp-lib p,
.vp-lib-title p {
  margin: 0 0 60px;
  color: #999; }

.home .vp-lib h1 {
  color: #ddd;
  margin: 25px 0 80px; }

.home header h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 50px; }

.home header h4 {
  font-size: 25px;
  line-height: 30px; }

.home .vp-lib img {
  max-height: 200px;
  -webkit-box-box-shadow: 0 1px 10px #000;
  -moz-box-box-shadow: 0 1px 10px #000;
  box-shadow: 0 1px 10px #000; }

.home .vp-lib.en .newspaper,
.home .vp-lib.en .magazine,
.home .vp-lib.en .advert,
.home .vp-lib.fr .newspaper,
.home .vp-lib.fr .magazine,
.home .vp-lib.fr .advert,
.home .vp-lib.en .other,
.home .vp-lib.fr .other {
  position: relative; }

.home .vp-lib.en .newspaper:before,
.home .vp-lib.en .magazine:before,
.home .vp-lib.en .advert:before,
.home .vp-lib.fr .newspaper:before,
.home .vp-lib.fr .magazine:before,
.home .vp-lib.fr .advert:before,
.home .vp-lib.en .other:before,
.home .vp-lib.fr .other:before {
  font-size: 35px;
  color: #999;
  font-weight: 200;
  position: absolute;
  width: 100%;
  margin-top: -55px; }

/*
.home .vp-lib.en .newspaper:before {
  content: 'Newspapers';
}
.home .vp-lib.en .magazine:before {
  content: 'Magazines';
}
.home .vp-lib.en .advert:before {
  content: 'Advertiser';
}
.home .vp-lib.en .other:before {
  content: 'Others';
}
.home .vp-lib.fr .newspaper:before {
  content: 'Journaux';
}
.home .vp-lib.fr .magazine:before {
  content: 'Magazines';
}
.home .vp-lib.fr .advert:before {
  content: 'Annonceurs';
}
.home .vp-lib.fr .other:before {
  content: 'Autres';
}
*/
.home .vp-lib.en .newspaper:after,
.home .vp-lib.en .magazine:after,
.home .vp-lib.en .advert:after,
.home .vp-lib.fr .newspaper:after,
.home .vp-lib.fr .magazine:after,
.home .vp-lib.fr .advert:after {
  color: #ddd;
  font-weight: 400;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: -280px;
  padding: 17px 0 12px;
  font-size: 16px; }

/*
.home .vp-lib.en .newspaper:after {
  content: 'Easy-Read Article, Go-to-Page, Sections, Hyperlinks - and much more!';
}
.home .vp-lib.en .magazine:after {
  content: 'Videos, Audios, Slideshow, Pop-Ups - and much more!';
}
.home .vp-lib.en .advert:after {
  content: 'e-Commerce Integration, Videos, Modals, Slideshow - and much more!';
}
.home .vp-lib.fr .newspaper:after {
  content: 'Articles Facile-a-Lire, liens Allera-la-Page, Sections, Hyperliens - et plus!';
}
.home .vp-lib.fr .magazine:after {
  content: "Videos, Audios, Galeries-Photos, Pop-ups - et plus!";
}
.home .vp-lib.fr .advert:after {
  content: 'Integration e-Commerce, Videos, Modals, Galeries-Photos - et plus!';
}
*/
.portfolio .vp-lib img {
  max-height: 200px;
  box-shadow: 0 0 2px 1px #ccc; }

.login iframe {
  display: none; }

@media (min-width: 1999px) {
  .vkiosk iframe {
    width: 100% !important; } }
form .validation-error {
  border-color: red; }

form .validation-tooltip {
  position: relative; }

:lang(en) form .validation-tooltip:after,
:lang(fr) form .validation-tooltip:after {
  position: absolute;
  display: inline-block;
  padding: 5px 10px;
  background-color: #f9edbe;
  color: #333;
  box-shadow: 0 2px 0 #ddd;
  border-radius: 2px;
  font-size: 16px;
  bottom: -45px;
  left: 50%; }

:lang(en) form .validation-tooltip:after {
  content: 'Please fill out this field';
  margin-left: -80px; }

:lang(fr) form .validation-tooltip:after {
  content: "S'il vous pla├«t remplir ce champ";
  margin-left: -110px; }

:lang(en) form .validation-tooltip:before,
:lang(fr) form .validation-tooltip:before {
  content: '';
  position: absolute;
  border-bottom: 15px solid #f9edbe;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -15px;
  bottom: -17px;
  left: 50%; }

section,
article {
  padding: 60px 0;
  position: relative; }

section.news-banner {
  padding: 10px 0;
  background: #eee; }

section.news-banner a {
  color: #333; }

section.news-banner a:hover {
  color: #333;
  text-decoration: none; }

section.news-banner h5 {
  text-align: center;
  font-weight: 200;
  margin: 0; }

section.news-banner span.icon-android {
  color: #abc94f;
  font-size: 22px; }

section.news-banner big {
  font-size: 1em;
  font-weight: 500; }

section.news-banner big {
  font-size: 1em;
  font-weight: 500; }

.btn-side {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #D5392C;
  padding: 10px 30px;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0; }

.btn-side:hover {
  background: #e84337; }

section img,
article img {
  max-width: 100%; }

section.vkiosk img,
article img {
  max-width: auto; }

body .clear-spaces {
  padding: 0;
  margin: 0; }

body .add-spaces {
  padding: 40px 0; }

body .clear-space-bottom {
  padding-bottom: 0;
  margin-bottom: 0; }

body .clear-space-top {
  padding-top: 0;
  margin-top: 0; }

.sec-grey {
  background: #eaeaea; }

.sec-grey.light {
  background: #f4f4f4; }

.sec-white {
  background: #fff; }

.sec-grey hr {
  background-color: #fff;
  border: #f3f3f3 1px solid;
  border-style: none none solid;
  color: #d9d9d9;
  box-shadow: 0 -1px 0 #dddddd; }

.services .span5 hr {
  margin: 30px; }

.sec-red {
  background: #d5392c;
  color: #fff; }

.sec-red h1 {
  color: #fff; }

.sec-red a {
  color: #fff;
  font-weight: 500;
  font-size: 22px; }

.sec-blue {
  background: #25272F;
  color: #fff; }

.home .def {
  padding: 0;
  color: #000; }

.home .def .container {
  padding-top: 20px; }

.def .box {
  background: 0 255, 0, 0, 0.1;
  border: dotted 1px rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }

.def hr {
  margin: 20px; }

.home .def h2,
.home .def h4 {
  text-align: left;
  line-height: 1; }

.home .def h1 {
  line-height: 1;
  font-size: 90px;
  margin-bottom: 70px; }

.def .underline {
  border-bottom: dotted 1px #D5392C;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px; }

.home .def h2.center {
  line-height: 1.5;
  color: #999; }

.def ul li {
  margin: 10px 0;
  line-height: 1.5; }

.def ol li {
  margin: 15px 0; }

.def p {
  margin: 10px 0; }

.def .num {
  margin-right: 15px;
  padding: 0 19px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border: solid 3px #D5392C;
  color: #D5392C; }

.bg-foryou {
  background-size: cover;
  background: #eee; }

.home .bg-foryou h1 {
  padding: 50px 0; }

.def .head .eed {
  color: #000;
  font-weight: 200;
  text-align: center;
  margin: 0;
  padding: 50px 0; }

.bg-story .head {
  background-size: cover;
  padding: 1% 0; }

.bg-story .span6 {
  color: #333; }

.home section.marketing {
  padding-top: 15px; }

section > .page-content,
article > .page-content,
section > .lead {
  color: #5a5a5a; }

section > ul li,
article > ul li {
  margin-bottom: 5px; }

/* Separators (hr) */
.vp-separator {
  margin: 40px 0 39px; }

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
  border: 0; }

a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s; }

a {
  outline: 0;
  text-decoration: none; }

a:hover,
a:active,
a:focus,
:before,
:after {
  outline: 0; }

a > img {
  border: 0; }

ul.unstyled {
  margin-left: 13px; }

ul.unstyled li {
  position: relative;
  line-height: 1.6;
  padding: 4px 0;
  text-align: justify; }

ul.unstyled li::before {
  font: 9px 'icomoon';
  *content: "&#xf054;";
  content: "\f054";
  margin-right: 7px;
  color: #D5392C;
  position: absolute;
  top: 14px;
  left: -13px; }

/* vHeader
-------------------------------------------------- */
.vheader {
  position: relative;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
  padding: 1px; }

.vheader h1 {
  font-size: 80px;
  letter-spacing: -1px;
  line-height: 1; }

.vheader p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0; }

.vhproducts,
.vhservices,
.vhportfolio,
.vhcontact,
.vhabout,
.vhlogin,
.vhnews,
.vhsupport {
  position: relative;
  color: #fff;
  text-align: left; }

.vhservices {
  background: #25272f url("../../../../VP-assets/img/website/bgprod.jpg") no-repeat center;
  background-size: cover; }

.vhproducts {
  background: #25272f url("../../../../VP-assets/img/website/vhproducts.jpg") no-repeat center;
  background-size: cover; }

.vhnews {
  background: #25272f url("../../../../VP-assets/img/website/vhnews.jpg") no-repeat center;
  background-size: cover; }

.vhportfolio {
  background: #25272f url("../../../../VP-assets/img/website/bg-portfolio.jpg") no-repeat center;
  background-size: cover; }

.vhcontact {
  background: #25272f url("../../../../VP-assets/img/website/vhcontact.jpg") no-repeat center;
  background-size: cover; }

.vhlogin {
  background: #25272f url("../../../../VP-assets/img/website/vhlogin.jpg") no-repeat center;
  background-size: cover; }

.vhsupport {
  background: #25272f url("../../../../VP-assets/img/website/vhsupport.jpg") no-repeat center;
  background-size: cover; }

.header-separator {
  height: 3px;
  width: 100%;
  background: url("../../../../VP-assets/img/website/tri.png") repeat-x;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0; }

.grey-separator {
  height: 3px;
  width: 100%;
  background: url("../../../../VP-assets/img/website/trigri.png") repeat-x;
  margin-bottom: 0px;
  bottom: 0; }

.white-separator {
  height: 3px;
  width: 100%;
  background: #eaeaea url("../../../../VP-assets/img/website/tri.png") repeat-x;
  margin-bottom: 0px;
  bottom: 0; }

.home .header-separator {
  height: 3px;
  width: 100%;
  background: url("../../../../VP-assets/img/website/trigri.png") repeat-x;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0; }

.home a.play-btn {
  z-index: 15;
  position: absolute;
  width: 500px;
  text-shadow: none;
  color: #25272F;
  color: rgba(37, 39, 47, 0.75);
  padding: 100px 0;
  left: 50%;
  margin-left: -690px;
  top: 280px;
  text-align: center;
  font-size: 150px;
  display: inline-block; }

.home a.play-btn:hover {
  text-decoration: none;
  color: #25272F; }

.btn-primary.blue-btn {
  background: #25272F;
  background: rgba(37, 39, 47, 0.5); }

.btn-primary.blue-btn:hover {
  background: #343847; }

.header-btns a {
  margin: 0 8px 8px 0; }

/* Link styles (used on .masthead-links as well) */
.vheader a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.vheader a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25); }

.header-page {
  height: 100%;
  position: relative; }

.about .header-page {
  background: rgba(108, 117, 137, 0.6);
  pointer-events: none; }

.header-page .container {
  padding-top: 130px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%; }

.login .header-page .container {
  position: relative;
  padding-top: 100px;
  text-align: center;
  width: 100%; }

body.login {
  background: #D5392C; }

.login .header-page .container[class*="icon-"]:after {
  -webkit-animation-name: none;
  -ms-animation-name: none;
  animation-name: none; }

.header-page .container div[class*="icon-"] {
  font-size: 55px;
  border-radius: 200px;
  display: inline-block;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 4500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: bounce;
  -moz-animation-duration: 4500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: bounce;
  -ms-animation-duration: 4500ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: ease-in-out;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 4500ms;
          animation-duration: 4500ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-ms-keyframes bounce {
  0% {
    -ms-transform: scale(1.7); }
  30% {
    -ms-transform: scale(0.8); }
  100% {
    -ms-transform: scale(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1.7); }
  30% {
    -webkit-transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounce {
  0% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7); }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.header-page .container[class*="icon-"]:after {
  content: '';
  border: solid 7px #fff;
  border-radius: 200px;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: absolute;
  margin: 50% 50% 0 0;
  top: -70px;
  left: -7px;
  opacity: 0;
  -webkit-animation-name: pulse;
  -webkit-animation-duration: 8000ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: pulse;
  -moz-animation-duration: 8000ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: pulse;
  -ms-animation-duration: 8000ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: ease-in-out;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    opacity: 0; }
  10% {
    -ms-transform: scale(0.8);
    opacity: 0.5; }
  40% {
    -ms-transform: scale(1.7);
    opacity: 0; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0; }
  10% {
    -webkit-transform: scale(0.8);
    opacity: 0.5; }
  40% {
    -webkit-transform: scale(1.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; }
  10% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5; }
  40% {
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
.header-page .container a div[class*="icon-"] {
  color: #eaeaea;
  opacity: 0.8;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

.header-page .container a div[class*="icon-"]:hover {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); }

.header-page .container div.icon-vp {
  font-size: 45px;
  padding: 31px;
  border-radius: 200px;
  display: inline-block;
  pointer-events: auto; }

.header-content,
.home .swiper-container {
  margin: 0 auto; }

.header-subtitle {
  text-align: center;
  position: relative; }

.header-subtitle a:hover {
  text-decoration: none; }

.login form {
  max-width: 500px;
  margin: 0 auto; }

.navbar .nav {
  /*ie7 fix*/
  *position: absolute;
  *right: 0; }

.masthead .btn {
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

.header-content .btn {
  z-index: 1;
  pointer-events: auto; }

.login .header-content .btn {
  z-index: 1;
  position: static;
  left: 0;
  margin-left: 0; }

.home .sec-grey {
  z-index: 0; }

.home footer {
  z-index: 6; }

.home header img {
  bottom: 0;
  position: absolute;
  height: 600px;
  left: 50%;
  margin-left: -900px; }

:lang(fr) .home header .row-fluid {
  margin-top: 10%; }

:lang(en) .home header .row-fluid {
  margin-top: 10%; }

.banner-title {
  margin: 30px 0 0 415px;
  position: absolute;
  min-width: 400px; }

.home .vtitle {
  border-left: solid 10px #D5392C;
  padding-left: 20px;
  max-width: 600px; }

section hr,
article hr {
  margin: 60px 0; }

.relative {
  position: relative; }

.absolute {
  position: absolute !important; }

.vheader .container {
  position: relative;
  z-index: 1000; }

.markbg {
  /*background: #f4f4f4 url('../../../../VP-assets/img/website/bg-noisy.png');*/
  padding-bottom: 60px;
  background: #fff;
  z-index: 10; }

.sent {
  background: #fff9dd;
  padding: 15px;
  margin-bottom: 100px; }

.sent,
.sent p {
  text-align: center; }

.sent h4 {
  color: #D5392C; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) {
  .vheader:after {
    background-size: 150px 150px; } }
/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 200px 0 170px;
  margin-bottom: 0;
  color: #fff; }

.masthead h2 {
  font-size: 45px;
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 500; }

.masthead p {
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  max-width: 550px;
  text-align: left; }

/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none; }

.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.25); }

.home section.marketing {
  background: #fff;
  padding: 50px; }

section h1 {
  color: #555; }

.home h4 {
  text-align: left; }

.def ol,
.def ul {
  margin-left: 25px; }

.home .clients {
  padding: 50px 0; }

.home .clients ul li {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.home section i {
  font: 300 180px 'Source Sans Pro', sans-serif;
  color: #fff;
  line-height: 0.8;
  position: absolute; }

/* Subhead (other pages)
------------------------- */
.subhead {
  /*box-shadow: 0 5px 50px rgba(0, 0, 0, 0.3);*/
  position: relative; }

.subhead h1 {
  font-size: 100px;
  font-weight: 200;
  line-height: 0.8; }

.subhead p {
  margin: 0 auto 20px;
  padding-top: 20px;
  max-width: 900px;
  font-size: 25px;
  line-height: 1.2;
  text-align: center; }

.subhead .navbar {
  display: none; }

/* Logo-Sprites
-------------------------------------------------- */
#logos li {
  background: url(../../../../VP-assets/img/website/clients-logos.png) no-repeat top left;
  width: 170px;
  height: 60px; }

li.sprite-logo-avon {
  background-position: 0 0 !important; }

li.sprite-logo-bombardier {
  background-position: 0 -110px !important; }

li.sprite-logo-jnj {
  background-position: 0 -220px !important; }

li.sprite-logo-lasemaine {
  background-position: 0 -330px !important; }

li.sprite-logo-ledevoir {
  background-position: 0 -440px !important; }

li.sprite-logo-nacion {
  background-position: 0 -550px !important; }

li.sprite-logo-quebecor {
  background-position: 0 -660px !important; }

li.sprite-logo-reebok {
  background-position: 0 -770px !important; }

.sprite-logo-saxotech {
  background-position: 0 -880px !important; }

.sprite-logo-simons {
  background-position: 0 -990px !important; }

.sprite-logo-transcon {
  background-position: 0 -1100px !important; }

.sprite-logo-vypg {
  background-position: 0 -1210px !important; }

/* Footer
-------------------------------------------------- */
.footer {
  background: #25272F;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #999;
  z-index: 6;
  padding: 80px 0 0 0; }

.footer .container {
  padding: 30px 0 0; }

.home .footer {
  margin-top: 0; }

.footer p {
  margin-bottom: 0;
  line-height: 1.7; }

.footer-links {
  margin: 10px 0; }

.footer-links li {
  display: inline;
  padding: 0 2px; }

.footer-links li:first-child {
  padding-left: 0; }

footer a {
  color: #7d7f87; }

footer a:hover {
  color: #fff;
  text-decoration: none; }

footer li {
  margin: 10px 0;
  list-style: none;
  font-size: 16px; }

footer a.logofoot {
  background: url("../../../../VP-assets/img/website/hlogo.png") no-repeat center center;
  height: 80px;
  width: 240px;
  display: inline-block;
  position: absolute;
  top: 20px; }

footer .copy {
  border-top: dotted 1px #e16c62;
  width: 100%;
  padding: 15px 0;
  background: #d5392c url("../../../../VP-assets/img/website/bg-noisy.png"); }

footer .copy p {
  color: #e58b83;
  margin: 0 30px;
  text-align: right; }

footer h4 {
  color: #a4a4a6; }

footer .social a,
footer .apps a {
  font-size: 25px;
  margin-right: 5px;
  color: #7d7f87; }

footer .social a:hover,
footer .apps a:hover {
  color: #f3f3f3; }

#sticky-social {
  position: fixed;
  bottom: 5px;
  left: 15px;
  font-size: 22px;
  z-index: 5; }

#sticky-social a:hover {
  color: #ff6b60; }

/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px; }

.show-grid[class*="span"] {
  background-color: #eee;
  text-align: center;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px; }

.show-grid[class*="span"]:hover {
  background-color: #ddd; }

.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0; }

.show-grid .show-grid[class*="span"] {
  margin-top: 5px; }

.show-grid[class*="span"][class*="span"] {
  background-color: #ccc; }

.show-grid[class*="span"][class*="span"][class*="span"] {
  background-color: #999; }

label,
input,
button,
textarea {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px; }

textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 1; }

/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px; }

.mini-layout {
  margin-bottom: 20px;
  padding: 9px; }

.mini-layout div {
  border-radius: 3px; }

.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%; }

.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left; }

.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%; }

.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%; }

.navbar-inverse .nav .active > a,
.navbar .nav > li > a {
  background-color: transparent; }

.navbar-inverse .nav .active a {
  border-bottom: solid 1px #e84337; }

/* home page
-------------------------------------------------- */
.home .navbar {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(37, 39, 47, 0.7)), color-stop(0%, rgba(37, 39, 47, 0.9)), color-stop(100%, rgba(37, 39, 47, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(37, 39, 47, 0.7) 0%, rgba(37, 39, 47, 0.9) 0%, rgba(37, 39, 47, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(37, 39, 47, 0.7) 0%, rgba(37, 39, 47, 0.9) 0%, rgba(37, 39, 47, 0) 100%)
  /* W3C */ }

.home .navbar-fixed-top {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0;
  height: 150px; }

.navbar-fixed-top.nav-static {
  position: static;
  right: 0;
  left: 0;
  z-index: 1;
  margin-bottom: 0; }

/* Misc
-------------------------------------------------- */
/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px; }

p.lead b {
  font-weight: 600; }

.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative; }

.color-icons {
  font-size: 80px;
  color: #fff;
  padding: 43px;
  border-radius: 100px;
  text-shadow: 0 1px 1px #fff;
  display: inline-block;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

.masthead .color-icons {
  font-size: 50px;
  color: #fff;
  padding: 32px;
  border-radius: 100px;
  text-shadow: 0 1px 1px #fff;
  display: inline-block;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

.fixme .color-icons.outline {
  font-size: 25px;
  padding: 16px;
  border-width: 2px;
  background: rgba(255, 255, 255, 0.8); }

home.color-icons {
  color: #f4f4f4; }

.color-icons.red {
  background: #db4e44; }

.color-icons.yellow {
  background: #e6be5f; }

.color-icons.blue {
  background: #4b5262; }

.color-icons.green {
  background: #b8c76a; }

.color-icons.gray {
  background: #979fa5; }

.color-icons.outline {
  background: #fff;
  color: #ddd;
  border: solid 4px #ddd; }

.color-icons.red.outline:hover,
.fixme .active .color-icons.red.outline {
  color: #db4e44;
  border-color: #db4e44; }

.color-icons.yellow.outline:hover,
.fixme .active .color-icons.yellow.outline {
  color: #e6be5f;
  border-color: #e6be5f; }

.color-icons.blue.outline:hover,
.fixme .active .color-icons.blue.outline {
  color: #4b5262;
  border-color: #4b5262; }

.color-icons.green.outline:hover,
.fixme .active .color-icons.green.outline {
  color: #b8c76a;
  border-color: #b8c76a; }

.color-icons.gray.outline:hover,
.fixme .active .color-icons.gray.outline {
  color: #979fa5;
  border-color: #979fa5; }

.fixme .active .color-icons {
  -webkit-animation-name: pop;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: pop;
  -moz-animation-duration: 500ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: pop;
  -ms-animation-duration: 500ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: ease-in-out;
  -webkit-animation-name: pop;
          animation-name: pop;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-ms-keyframes pop {
  0% {
    -ms-transform: scale(1); }
  50% {
    -ms-transform: scale(1.3); }
  100% {
    -ms-transform: scale(1); } }
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.focused {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0; }

/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px; }

.login form a {
  color: #fff; }

/* Base class */
.vp-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }

/* Echo out a label for the example */
.vp-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  border-radius: 4px 0 4px 0; }

/* Remove spacing between an example and it's code */
.vp-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px; }

/* Tweak
------------------------- */
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden
  /* cut the drop shadows off */ }

.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0; }

.bs-navbar-top-example {
  border-radius: 0 0 4px 4px; }

.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  border-radius: 0 4px 0 4px; }

.bs-navbar-bottom-example {
  border-radius: 4px 4px 0 0; }

.bs-navbar-bottom-example .navbar {
  margin-bottom: 0; }

form.vp-example {
  padding-bottom: 19px; }

/* Images */
.vp-example-images img {
  margin: 10px;
  display: inline-block; }

/* Tooltips */
.vp-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none; }

.vp-tooltip-examples li {
  display: inline;
  padding: 0 10px; }

/* Popovers */
.vp-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9; }

.vp-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px; }

/* Sticky nav */
.submenu a {
  color: #ccc; }

.submenu a:hover {
  text-decoration: none;
  color: #999; }

.submenu .container.fixme {
  color: red;
  position: fixed;
  top: 70px;
  right: 10px;
  left: auto;
  z-index: 1;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s; }

.submenu .container.fixme h4 {
  display: none; }

.submenu .container.fixme .row {
  display: inline-block;
  right: 0;
  position: absolute; }

.submenu .container.fixme .row div {
  margin: 7px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  width: 60px; }

.submenu {
  height: 233px; }

/*------------------*/
.login .offform input {
  width: 70%;
  padding: 10px; }

.login .btn-large {
  padding: 15px 35px; }

.portfolio .vdisplay .row-fluid {
  margin-bottom: 80px; }

/*Buttons Next/Prev*/
.button-prev,
.button-next {
  position: absolute;
  font-weight: normal;
  font: 45px 'icomoon';
  opacity: .25;
  top: 50%;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s; }

.button-prev:hover,
.button-next:hover {
  opacity: .8; }

.button-prev2,
.button-next2 {
  position: absolute;
  font-weight: normal;
  font: 100px 'icomoon';
  opacity: .25;
  top: 50%;
  margin-top: -50px;
  z-index: 9999; }

.home .button-prev,
.home .button-prev2 {
  left: 20px;
  line-height: 100px;
  text-align: left;
  padding: 15px;
  color: #fff;
  cursor: pointer; }

.home .button-next,
.home .button-next2 {
  right: 20px;
  line-height: 100px;
  text-align: right;
  padding: 15px;
  color: #fff;
  cursor: pointer; }

/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999; }

.responsive-utilities tbody th {
  font-weight: normal; }

.responsive-utilities td {
  text-align: center; }

.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important; }

.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important; }

/* Sidenav 
-------------------------------------------------- */
.vp-sidenav {
  width: 228px;
  margin: 65px 0 0;
  padding: 0;
  background-color: #fff;
  border-radius: 3px; }

.vp-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  position: relative;
  color: #999;
  border-bottom: solid 1px transparent;
  border-top: solid 1px transparent;
  border-left: solid 1px transparent; }

.vp-sidenav > .active > a {
  position: relative;
  z-index: 2;
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  border-left: solid 1px #e84337; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #eee;
  text-decoration: none;
  background-color: transparent;
  box-shadow: inset 0 3px 8px transparent; }

.navbar-inverse .nav .active > a {
  background-color: transparent;
  font-weight: 400; }

.navbar-inverse .nav .active > a:hover {
  background-color: transparent; }

.navbar-inverse .nav a:hover {
  background-color: #fff;
  border-bottom: solid 1px #e84337; }

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #ccc; }

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff; }

.navbar .nav li {
  border-bottom: solid 0 #e84337;
  transition: border .3s;
  -webkit-transition: border .3s;
  -moz-transition: border .3s;
  -ms-transition: border .3s;
  -o-transition: border .3s;
  margin: 10px 15px 10px; }

.home .navbar .nav li a {
  text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3); }

.navbar .nav li a {
  padding: 0; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f9f9f9;
  border-bottom: solid 1px #fff;
  color: #333; }

.vp-sidenav.affix {
  top: 0; }

.vp-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px; }

.home img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  z-index: 0; }

.home .span6 img {
  max-width: none; }

/* Limit shelve
---------------------------------------------------*/
.vdisplay .row-fluid {
  max-width: 1200px; }

.vdisplay .row-fluid li {
  height: 200px;
  position: relative;
  bottom: 5px; }

.portfolio .vdisplay .row-fluid li {
  margin-top: 7px; }

.vdisplay .row-fluid img:hover {
  margin-bottom: 10px; }

/*
.vdisplay .row-fluid:hover li:not(:hover){       
	opacity:0.7;
}
*/
.vdisplay .row-fluid li div {
  position: absolute;
  bottom: 0;
  left: 50%; }

.vdisplay .row-fluid li div img {
  position: relative;
  bottom: 0;
  max-width: 170%;
  z-index: 1;
  -webkit-transition: margin-bottom 0.2s;
  -moz-transition: margin-bottom 0.2s;
  -ms-transition: margin-bottom 0.2s;
  -o-transition: margin-bottom 0.2s; }

.vdisplay .row-fluid li div a {
  position: relative;
  bottom: 0;
  left: -50%;
  margin-left: -30px;
  border: 0; }

.vdisplay .row-fluid li div:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: -150%;
  width: 300%;
  height: 40px;
  border-radius: 100%;
  z-index: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.3) 0%, transparent 61%, transparent 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, transparent 61%, transparent 100%); }

.portfolio .vdisplay .row-fluid li div:before {
  content: '';
  bottom: -15px;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.4) 0%, transparent 61%, transparent 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, transparent 61%, transparent 100%); }

#map {
  width: 100%;
  height: 100%;
  position: absolute; }

.vedition .play {
  position: absolute;
  width: 140px;
  height: 95px;
  right: 88px;
  top: 77px;
  z-index: 1; }

.vedition .vid {
  position: absolute;
  width: 157px;
  height: 95px;
  right: 80px;
  top: 77px; }

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 11px 45px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  border: 0;
  /*border-bottom: solid 0.3em #b3b3b3;*/
  *border: 0;
  border-radius: 3px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn:active,
.btn.active {
  background-color: #cccccc \9; }

.btn:first-child {
  *margin-left: 0; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 0.3em 0.6em rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.btn-large {
  padding: 20px 45px;
  font-size: 1em; }

.btn-large[class^="icon-"],
.btn-large[class*=" icon-"] {
  margin-top: 4px; }

.offform {
  position: relative; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px; }

.btn-small[class^="icon-"],
.btn-small[class*=" icon-"] {
  margin-top: 0; }

.btn-mini[class^="icon-"],
.btn-mini[class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #D5392C;
  /*background-image:  url("../../../../VP-assets/img/website/bg-noisy.png");
	border-bottom-color: #8c2017;*/
  *background-color: #e84337;
  z-index: 1;
  white-space: nowrap; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #e84337;
  background-image: none;
  *background-color: #e84337; }

.btn-primary:active,
.btn-primary.active {
  background-color: #ac5b22 \9; }

.navbar-inverse .navbar-inner {
  background: #25272F;
  background: rgba(37, 39, 47, 0.75);
  background-image: none; }

.home .navbar-inverse .navbar-inner {
  background: transparent;
  background-image: none;
  box-shadow: none;
  border: 0; }

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #333;
  background-color: transparent;
  text-shadow: none; }

.page-content {
  padding-bottom: 9px;
  margin: 20px 0 30px; }

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px dotted #d9d9d9; }

hr {
  background-color: #fff;
  border: #d9d9d9 1px dotted;
  border-style: none none dotted;
  color: #d9d9d9; }

.home .vp-subhead hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #ddd; }

.nav-list li {
  border-top: solid 1px #fff;
  background: #f5f5f5; }

.nav-list li.active {
  border-right: solid 1px #fff;
  background: #fff; }

.activelink {
  font-weight: 700;
  color: #fff; }

.home .vdisplay {
  min-height: 300px;
  background: url("../../../../VP-assets/img/website/tab-lib-pt.png") repeat-y center 180px;
  background-repeat: no-repeat; }

.portfolio .vdisplay {
  min-height: 100%;
  background: url("../../../../VP-assets/img/website/tab-lib-pt.png") repeat-y center 180px;
  padding-bottom: 50px; }

.vdisplay ul li {
  text-align: center; }

.services #ux {
  background: url(../../../../VP-assets/img/website/ux-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.services #distribution {
  background: url(../../../../VP-assets/img/website/distribution-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.services #reporting {
  background: url(../../../../VP-assets/img/website/value-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.services #monetization {
  background: url(../../../../VP-assets/img/website/money-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.products #vedition {
  background: url(../../../../VP-assets/img/website/vedition-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.products #vnews {
  background: url(../../../../VP-assets/img/website/vnews-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }

.products #vkiosk {
  background: url(../../../../VP-assets/img/website/vkiosk-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.products #vapp {
  background: url(../../../../VP-assets/img/website/vapp-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.about #section1 {
  background: url(../../../../VP-assets/img/website/team-bg.jpg) top right;
  background-size: cover;
  background-attachment: fixed;
  position: static; }

.about .insta {
  background: #555555 url(../../../../VP-assets/img/website/insta-bg.png) no-repeat;
  background-size: 100% 10px;
  color: #fff; }

.products .vedition .headline {
  background: url(../../../../VP-assets/img/website/blurredbg2.jpg) no-repeat top left;
  background-size: contain;
  margin-bottom: 40px;
  width: 100%; }

.products .vkiosk .headline {
  background: url(../../../../VP-assets/img/website/blurredbg1.jpg) no-repeat top left;
  background-size: contain;
  margin-bottom: 40px; }

.products .vapp .headline {
  background: url(../../../../VP-assets/img/website/blurredbg3.jpg) no-repeat top left;
  background-size: contain;
  margin-bottom: 40px; }

.headline h2 {
  border-left: solid 20px #D5392C;
  padding-left: 20px;
  text-align: left;
  color: #333;
  margin-bottom: 60px; }

.headline .span8 {
  margin: 0; }

#start h3 {
  font-weight: 300;
  font-size: 26px; }

.products .headline h2 {
  margin-top: 60%; }

.products .vedition .headline h2 {
  margin: 30px 0; }

#start {
  background: #ebebeb;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 25px 0;
  position: relative;
  bottom: 0;
  width: 100%; }

/*
#start:after {
	content:'';
	position: absolute;
	border-top: 30px solid #eaeaea;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	margin-left: -30px;
	bottom: -20px;
	left: 50%;
}*/
.about .staff {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: .6;
  cursor: crosshair; }

.about .staff img {
  max-width: 125px;
  border-radius: 300px; }

.about .staff:hover {
  filter: none;
  -webkit-filter: none;
  -webkit-backface-visibility: hidden;
  opacity: 1; }

.about .staff span {
  position: relative;
  display: inline-block;
  margin: 5%; }

.about .staff2 {
  margin: 0 auto; }

.about .staff2 img {
  max-width: 125px;
  border-radius: 300px; }

.about .staff2 .pic {
  margin: -25px 20px;
  float: left; }

.about .staff2 span {
  position: relative;
  display: inline-block;
  margin: 5%; }

.about .staff span:hover:after {
  z-index: 1;
  content: attr(alt);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 140px;
  text-align: center;
  border-radius: 2000px;
  width: 250px;
  color: #25272F;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

.insta img {
  width: 185px;
  height: 185px;
  border-radius: 3px;
  margin: 20px;
  -webkit-transition: border .3s;
          transition: border .3s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-backface-visibility: hidden; }

.insta .span12 {
  overflow-x: hidden; }

.insta a {
  color: #999; }

.insta a:hover {
  color: #fff; }

.insta img:hover {
  cursor: pointer;
  filter: none;
  -webkit-filter: none;
  -webkit-backface-visibility: hidden; }

.news h2,
.latest-news h2 {
  padding-bottom: 15px; }

.news header p,
.news header a {
  display: none; }

.news .vhnews {
  height: 200px; }

.news .header-page .container {
  padding-top: 70px;
  text-align: center;
  width: 100%; }

.latest-news article {
  opacity: 0.8;
  color: #333;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -ms-transition-duration: .3s;
  -o-transition-duration: .3s; }

.latest-news article:hover {
  background: #eee;
  opacity: 1; }

.latest-news article .span3 {
  text-align: center; }

.latest-news article hr {
  margin: 0; }

.latest-news article.span3 img {
  max-width: 200px;
  margin-top: 40px;
  border-radius: 5px; }

.latest-news .row {
  position: relative; }

.latest-news.en .span9 span {
  color: #dd4436;
  font-size: 16px; }

.latest-news.fr .span9 span {
  color: #dd4436;
  font-size: 16px; }

.home .ico-align {
  margin-top: 30px; }

/* Effects
----------------------------------*/
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden; }

/*--------------------------------*/
/* Slider
----------------------------------*/
.home .swiper-container {
  height: 720px;
  z-index: 0;
  position: relative;
  overflow: hidden; }

.portfolio .swiper-container {
  height: 700px;
  z-index: 0; }

.products .vkiosk .bg {
  width: 100%;
  height: 553px;
  background: url(../../../../VP-assets/img/website/ipadmini-device.png) no-repeat center;
  position: relative;
  margin: 0 auto; }

.products .vedition .bg {
  width: 100%;
  height: 407px;
  background: url(../../../../VP-assets/img/website/laptop-device.png) no-repeat center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 30px; }

.products .vapp .bg {
  width: 100%;
  height: 500px;
  background: url(../../../../VP-assets/img/website/ipadmini-device-h.png) no-repeat center;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.products .vkiosk .swiper-container {
  width: 309px;
  height: 403px;
  z-index: 0;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 65px;
  overflow: hidden; }

.products .vedition .swiper-container2 {
  width: 537px;
  height: 315px;
  z-index: 0;
  position: absolute;
  left: 50%;
  margin-left: -272px;
  top: 20px;
  overflow: hidden; }

.products .vapp .swiper-container3 {
  height: 309px;
  width: 403px;
  z-index: 0;
  position: absolute;
  left: 50%;
  margin-left: -193px;
  top: 100px;
  overflow: hidden; }

.portfolio .swiper-slide {
  float: none;
  width: auto;
  height: auto; }

.products .swiper-slide {
  position: relative; }

.products .swiper-slide p {
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px 10px; }

.in-app {
  color: #fff;
  background: url(../../../../VP-assets/img/website/in-app-bg-home.jpg) no-repeat center;
  background-size: cover;
  position: static; }

.in-app h1 {
  font-size: 150px;
  font-weight: 300;
  margin-top: 30px; }

.in-app .newsstand-logo {
  position: relative; }

.in-app .newsstand-logo span {
  font-weight: 300; }

.in-app h3 {
  font-weight: 300; }

.in-app .newsstand-logo span {
  position: absolute;
  bottom: -58px;
  left: 25px;
  font-size: 27px; }

.in-app .foot {
  position: absolute;
  bottom: 0;
  width: 100%; }

.in-app .middle {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -220px; }

.support .span6 iframe {
  width: 450px !important; }

.help {
  text-decoration: underline;
  cursor: help; }

.help:hover {
  color: #e84337; }

.fancybox-overlay {
  background: rgba(37, 39, 47, 0.9) !important; }

.fancybox-outer .fancybox-inner {
  overflow: hidden !important;
  background: #fff; }

.fb_iframe_widget iframe {
  bottom: 0; }

.products .fancybox-outer .fancybox-inner {
  overflow-y: scroll !important; }

nav ul ul {
  background: #25272F;
  background: rgba(37, 39, 47, 0.75);
  list-style: none;
  display: none;
  position: absolute; }

nav .portfolio a {
  padding-bottom: 6px !important; }

nav li:hover ul {
  display: block; }

.navbar .nav ul li {
  margin: 0; }

.navbar-inverse .nav .active ul a {
  border-color: transparent; }

.navbar-inverse .nav .active ul a:hover {
  border-bottom: solid 1px #e84337; }

.navbar .nav li.portfolio a {
  transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s; }

.navbar-inverse .nav ul li a {
  background-color: transparent;
  padding-bottom: 0;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  color: #fff;
  border: 0; }

.navbar-inverse .nav ul a:hover {
  background-color: #fff;
  padding: 10px 20px;
  color: #000; }

.vp-lib-title.alt {
  background: none;
  max-width: 820px;
  text-align: left;
  margin: 40px auto; }

.vp-lib-title.alt p {
  text-align: left;
  font-size: 18px; }

.vp-lib-title.alt img {
  float: left;
  margin-right: 50px;
  max-width: 190px;
  box-shadow: none; }

.home .sec-grey img {
  max-width: 160px; }

#form {
  min-height: 500px;
  max-width: 800px; }

/*--------------------------------*/
/*.vdisplay .row-fluid li div:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	font-size: 60px;
	color: rgb(255, 255, 255);
	pointer-events: none;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 4%, rgba(222, 222, 222, 0.3) 10%, rgba(60, 60, 60, 0) 40%, rgba(0, 0, 0, 0) 51%, rgba(47, 47, 47, 0) 60%, rgba(203, 203, 203, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(4%, rgba(255, 255, 255, 0.3)), color-stop(10%, rgba(222, 222, 222, 0.3)), color-stop(40%, rgba(60, 60, 60, 0)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(47, 47, 47, 0)), color-stop(90%, rgba(203, 203, 203, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 4%, rgba(222, 222, 222, 0.3) 10%, rgba(60, 60, 60, 0) 40%, rgba(0, 0, 0, 0) 51%, rgba(47, 47, 47, 0) 60%, rgba(203, 203, 203, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 4%, rgba(222, 222, 222, 0.3) 10%, rgba(60, 60, 60, 0) 40%, rgba(0, 0, 0, 0) 51%, rgba(47, 47, 47, 0) 60%, rgba(203, 203, 203, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 4%, rgba(222, 222, 222, 0.3) 10%, rgba(60, 60, 60, 0) 40%, rgba(0, 0, 0, 0) 51%, rgba(47, 47, 47, 0) 60%, rgba(203, 203, 203, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 4%, rgba(222, 222, 222, 0.3) 10%, rgba(60, 60, 60, 0) 40%, rgba(0, 0, 0, 0) 51%, rgba(47, 47, 47, 0) 60%, rgba(203, 203, 203, 0.2) 90%, rgba(255, 255, 255, 0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff', GradientType=1 );
	left: -50%;
	margin-left: -15px;
}*/
/* Responsive
-------------------------------------------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vdisplay .row-fluid li div:after {
    width: 130%;
    min-width: 100px; } }
.navbar .nav {
  height: 38px;
  margin: 0; }

@media (max-width: 979px) and (min-width: 768px) {
  .products .vkiosk .span8,
  .products .vkiosk .span4 {
    float: none;
    width: 100%; }

  .latest-news .span3 {
    width: 200px; }

  .span9 {
    width: 500px; }

  :lang(fr) .home header h1 {
    font-size: 40px;
    line-height: 40px; } }
/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .vp-container {
    max-width: 970px; }

  .vp-sidenav {
    width: 258px; }

  .support .span6 iframe {
    width: inherit !important; }

  .vp-sidenav > li > a {
    width: 230px \9
    /* Override the previous IE8-9 hack */ }

  .vdisplay ul {
    margin: 0 auto; }

  .row-fluid {
    max-width: 1200px;
    margin: 0 auto; }

  .services .play {
    position: absolute;
    width: 107px;
    height: 71px;
    left: 517px;
    top: 83px;
    z-index: 1; }

  .services .vid {
    position: absolute;
    width: 107px;
    height: 69px;
    left: 517px;
    top: 83px; } }
/* Only large size
------------------------- */
@media (max-width: 1300px) {
  .services .play {
    display: none; }

  .services .vid {
    display: none; }

  .def h1 {
    font-size: 55px; }

  .home header .row-fluid > div {
    margin-left: 30px; } }
/* Desktop
------------------------- */
@media (max-width: 1030px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand,
  .logo {
    float: left;
    margin-left: 13px;
    padding-left: 10px;
    padding-right: 10px; }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px; }

  /* When affixed, space properly */
  .vp-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0; }

  /* clear hover for tablets/mobile */
  * {
    background-attachment: scroll !important; } }
/* Tablet to desktop
------------------------- */
@media (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0; }

  /* Widen masthead and social buttons to fill body padding */
  .vheader {
    margin-top: 20px
    /* Offset bottom margin on .navbar */ }

  .home .vheader {
    margin-top: 0
    /* Offset bottom margin on .navbar */ }

  /* Adjust sidenav width */
  .vp-sidenav {
    width: 166px;
    margin-top: 50px; }

  .support .span6 iframe {
    width: 350px !important; }

  .vp-sidenav.affix {
    top: 0; }

  .products .headline {
    background-size: 100%; }

  .home .swiper-container {
    height: 770px; }

  #form {
    min-height: 650px !important; } }
/* Tablet
------------------------- */
@media (max-width: 767px) {
  .no-mobile {
    display: none; }

  :lang(fr) .home header h1 {
    font-size: 40px;
    line-height: 40px; }

  header .span12 {
    margin-left: 0 !important;
    margin-top: 50px; }
    header .span12 h4 {
      width: 100%; }

  .right {
    text-align: center; }

  section.news-banner h5 {
    margin-left: -164px; }

  .home .swiper-container {
    position: relative;
    height: 1100px;
    z-index: 0;
    overflow: hidden; }

  .home .swiper-container2 {
    position: relative; }

  body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden; }

  .submenu {
    display: none; }

  section,
  article {
    padding-left: 20px;
    padding-right: 20px; }

  .home .def {
    display: none; }

  h1 {
    font-size: 45px;
    font-weight: 400; }

  .home header .span6 {
    margin-left: 50%;
    display: block;
    width: 50%;
    min-height: 30px;
    float: left;
    margin-top: -100px; }

  h3 {
    font-size: 25px;
    line-height: 35px; }

  .news h2,
  .latest-news h2 {
    text-align: center; }

  .latest-news a:hover {
    text-decoration: none; }

  .btn-primary {
    text-align: center; }

  .support p {
    text-align: center; }

  /* Widen masthead and social buttons to fill body padding */
  .vheader {
    padding: 40px 20px;
    margin-top: 20px;
    /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left: -20px; }

  .home .vp-lib {
    overflow: hidden;
    height: 1630px; }

  .home.pagination2 {
    position: absolute;
    text-align: center;
    width: 80px;
    margin-left: -40px;
    height: 15px;
    display: inline-block;
    opacity: 0.8;
    bottom: 20px; }

  .portfolio .vdisplay .row-fluid li {
    margin-top: 0; }

  #start.clear-space-bottom {
    padding: 0 20px; }

  .home .vdisplay {
    background: url("../../../../VP-assets/img/website/tab-lib-pt.png") repeat-y center 155px !important;
    width: 100%;
    height: 1455px; }

  .portfolio .vdisplay {
    background: url("../../../../VP-assets/img/website/tab-lib-pt.png") repeat-y center 155px;
    width: 100%; }

  .vdisplay .row-fluid {
    padding-bottom: 30px; }

  .portfolio .vdisplay .row-fluid li {
    height: 284.5px; }

  .portfolio .vdisplay .row-fluid li:first-child {
    height: 180px; }

  .vdisplay .row-fluid li {
    height: 230px; }

  .vdisplay .row-fluid li div {
    position: absolute;
    bottom: 0;
    left: none; }

  section h1,
  article h1 {
    text-align: center; }

  .vdisplay .row-fluid li img {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    max-width: 100%; }

  .navbar-inverse .nav .active > a {
    background-color: transparent; }

  section div,
  article div {
    text-align: center; }

  .about .staff span {
    position: relative;
    display: inline-block;
    margin: 30px 10px; }

  .cbp-fwslider nav span {
    color: #fff;
    padding: 10px !important;
    margin: 0 15px !important;
    line-height: 100px;
    font: 35px 'icomoon' !important;
    opacity: .25; }

  .cbp-fwprev2,
  .cbp-fwnext2 {
    top: 70px !important; }

  .vdisplay ul {
    margin-left: 0 !important;
    padding-left: 0; }

  #cbp-fwslider.cbp-fwslider {
    margin-right: -20px !important;
    margin-left: -20px !important; }

  .home .vheader {
    padding: 80px 20px;
    margin-top: 0;
    /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left: -20px; }

  .masthead h2 {
    font-size: 45px; }

  .masthead p,
  .masthead .btn {
    font-size: 23px; }

  .masthead p {
    width: 90%; }

  .masthead .btn {
    bottom: -240px;
    right: 15px;
    position: absolute; }

  .marketing .span4 {
    margin-bottom: 40px; }

  .marketing .row-fluid form .span4 {
    margin: 0 auto;
    max-width: 400px; }

  .vp-subhead {
    margin: 0 -20px;
    padding: 0 20px 30px; }

  .markbg {
    padding: 0 20px; }

  .vp-subhead i {
    display: none; }

  .home .nav {
    padding: 0; }

  /* Space out the show-grid examples */
  .show-grid[class*="span"] {
    margin-bottom: 5px; }

  /* Sidenav */
  .vp-sidenav {
    width: auto;
    margin-bottom: 20px; }

  .vp-sidenav.affix {
    position: static;
    width: auto;
    top: 0; }

  .footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }

  .footer p {
    margin-bottom: 9px; }

  .home a.logo {
    background: url("../../../../VP-assets/img/website/logo.png") no-repeat center center;
    height: 40px;
    width: 120px;
    top: 15px;
    margin-left: 2px;
    z-index: 3000; }

  .span4 {
    margin: 30px 0; }

  .vheader[class*="span"],
  .vheader .uneditable-input[class*="span"],
  .vheader .row-fluid[class*="span"] {
    display: block;
    width: 40%;
    box-sizing: border-box;
    margin: -40px 30px 0 300px;
    float: right; }

  .vhproducts,
  .vhservices,
  .vhportfolio,
  .vhcontact,
  .vhabout,
  .vhlogin,
  .vhnews,
  .vhsupport {
    margin: 0;
    background-attachment: scroll;
    background-size: inherit;
    background-position: center; }

  .header-page {
    padding: 0 35px; }

  .home .vtitle {
    height: auto; }

  .vh3 img {
    margin: -85px 0 0 -790px; }

  .home .vtitle p {
    margin: 15px 0 0; }

  .vheader .btn {
    margin: 0 auto 200px 0;
    right: auto;
    padding: 2.5% 4%;
    font-size: 1em; }

  .vdisplay .row-fluid li div:after {
    content: '';
    width: 100% !important;
    height: 100%; }

  .row-fluid {
    width: 100% !important; }

  a.logo {
    background: url("../../../../VP-assets/img/website/logo.png") no-repeat center center;
    height: 40px;
    width: 140px;
    left: 15px;
    margin: 0;
    z-index: 3000;
    top: 10px; }

  .about .header-page {
    pointer-events: inherit; }

  .header-page .container {
    padding-top: 18%; }

  .header-page .container h1 {
    font-size: 80px; }

  .header-page .container p.lead {
    font-size: 21px;
    line-height: 1.3; }

  .swiper-slide {
    width: 220px;
    height: 300px; }

  .portfolio .swiper-slide {
    width: auto;
    height: auto; }

  .products .swiper-slide {
    width: auto;
    height: auto; }

  footer .copy {
    margin-left: -20px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }

  .products .headline h2 {
    margin-top: 30px; }

  .products .vkiosk .headline h2 {
    margin-top: 15px;
    margin-left: 0; }

  .home section h2 {
    text-align: center; } }
/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
    overflow-x: hidden; }

  header .span12 {
    margin-left: 0 !important;
    margin-top: 50px;
    text-align: center; }
    header .span12 h4 {
      text-align: center; }

  .header-btns {
    display: none !important; }

  .home a.play-btn {
    z-index: 15;
    position: absolute;
    width: 200px;
    text-shadow: none;
    color: #25272F;
    color: rgba(37, 39, 47, 0.75);
    padding: 100px 0;
    left: 50%;
    margin-left: -111px;
    top: 317px;
    text-align: center;
    font-size: 80px;
    display: inline-block; }

  .vp-lib-title.alt {
    text-align: center; }

  .vp-lib-title.alt img {
    float: none;
    margin-right: 0; }

  .home .btn.btn-large.btn-primary.fancybox.absolute {
    display: none; }

  .home .navbar-fixed-top {
    position: static;
    height: 115px; }

  .navbar-inverse .navbar-inner {
    background: #25272F;
    background-image: none; }

  /* Change up some type stuff */
  h2 small {
    display: block; }

  /* Downsize the jumbotrons */
  .home .vtitle {
    margin: 10px 0 0 0;
    height: auto; }

  .home .ico-align {
    text-align: right;
    margin: 30px;
    border-top: 0;
    margin-top: 80px; }

  body.home {
    padding-top: 550px; }

  .home header .relative {
    position: absolute;
    bottom: 65px;
    width: 300px;
    left: 50%;
    margin-left: -120px; }

  .vheader[class*="span"],
  .vheader .uneditable-input[class*="span"],
  .vheader .row-fluid[class*="span"] {
    display: block;
    width: 90%;
    box-sizing: border-box;
    float: left;
    margin: -50px 0 0 30px; }

  .vheader {
    margin: -50px 0 0 15px; }

  .vheader h1 {
    font-size: 45px; }

  .vheader p,
  .vheader .btn {
    font-size: 18px; }

  .vheader p {
    font-weight: 300; }

  .vheader .btn {
    display: block;
    margin: 0 auto;
    right: 60px;
    top: 230px;
    bottom: auto;
    padding: 15px 20px; }

  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    position: static; }

  .cbp-fwslider nav span.cbp-fwnext,
  .cbp-fwslider nav span.cbp-fwprev {
    bottom: -99999999;
    top: auto; }

  .vp-subhead i {
    display: none; }

  /* center align subhead text like the masthead */
  a.logo,
  .home a.logo {
    background: url("../../../../VP-assets/img/website/logo.png") no-repeat center center;
    height: 40px;
    width: 140px;
    left: 50%;
    top: 0;
    margin: 5px 0 0 -80px;
    z-index: 3000; }

  .btn-top-menu {
    background: none;
    padding: 8px 9px 3px;
    border-radius: 2px;
    position: relative; }

  .btn-top-menu:before,
  .btn-top-menu:after {
    border: 0; }

  .navbar .sub-nav {
    position: relative;
    right: 0;
    display: block;
    float: none;
    margin: 0;
    color: #999;
    text-align: center; }

  .navbar-inner .container {
    height: auto; }

  .navbar-inverse .nav .active > a {
    padding-bottom: 5px; }

  .navbar-inverse .nav a:hover {
    padding-bottom: 4px; }

  .nav-collapse {
    margin-top: 45px;
    width: 100%;
    position: relative;
    height: 50px; }

  .subhead {
    margin: 0; }

  .navbar-inverse .nav > li > a {
    font: 17px 'Source Sans Pro', sans-serif; }

  .navbar .nav {
    float: none;
    text-align: center;
    height: 38px;
    background: #25272F;
    font-weight: 300; }

  .navbar .nav > li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 7px; }

  .navbar .nav li a {
    margin: 0px;
    padding: 0;
    color: #fff; }

  .home header {
    height: 550px; }

  .home header h1 {
    font-size: 50px;
    line-height: 1; }

  .home header h4 {
    font-size: 20px;
    line-height: 1; }

  :lang(en) .home header .span6 {
    margin-left: 20px;
    display: block;
    width: 95%;
    min-height: 30px;
    float: none;
    margin-top: -100px; }

  .home header .span6 {
    margin-left: 20px;
    display: block;
    width: 95%;
    min-height: 30px;
    float: none;
    margin-top: -92px; }

  .home header img {
    height: 250px !important;
    margin-left: -200px; }

  :lang(fr) .home header img {
    bottom: -20px; }

  .fancybox-wrap,
  .fancybox-inner {
    top: !important;
    width: 100% !important;
    left: 0 !important; }

  .home .vtitle {
    left: 20px;
    top: auto; }

  /* Marketing on home */
  .marketing h1,
  .vp-lib h1 {
    font-size: 40px; }

  .marketing-byline {
    font-size: 18px; }

  .marketing ul,
  ol {
    padding: 0;
    margin: 0 0 20px 0; }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all; }

  section,
  article {
    padding: 20px auto; }

  .button-prev,
  .button-next,
  .button-prev2,
  .button-next2 {
    display: none; } }
body.home {
  padding-top: 0; }
  body.home .navbar {
    position: relative;
    height: 80px; }
  body.home .products img {
    width: 200px; }
  body.home a.logo {
    top: 0; }

.navbar-inverse .nav > li > a {
  font: 18px 'Source Sans Pro',sans-serif;
  font-weight: 300; }

.navbar-inverse .nav .active > a, .navbar-inverse .nav a:hover {
  padding-bottom: 6px; }

.media {
  position: absolute;
  width: 100%;
  height: 100%; }

.home header .btn-primary, .home .vnews .btn-primary {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 15px 35px; }

.home header .btn-primary:hover, .home .vnews .btn-primary:hover {
  background: rgba(213, 57, 44, 0.9);
  border-color: transparent; }

.home header {
  position: relative !important; }

.home section.vnews {
  background: #25272f url("../../../../VP-assets/img/website/vnews.jpg") no-repeat center bottom;
  background-size: cover;
  min-height: 500px;
  color: #fff;
  padding-top: 8%;
  overflow: hidden; }
  .home section.vnews h1 {
    color: #fff; }

:lang(fr) .home section.vnews {
  background: #25272f url("http://s3.amazonaws.com/VP-assets/img/website/vnews-fr.jpg") no-repeat center bottom;
  background-size: cover; }

.vnews p {
  text-shadow: 0 0 2px #000; }

#sticky-social {
  display: none; }

.btn {
  padding: 11px 28px; }

.btn-primary {
  font-size: 20px; }

footer a.btn {
  padding: 7px 30px;
  font-size: 18px; }

.home footer a.btn {
  background-color: #e84337; }

.home .vp-lib {
  height: auto; }

header .con12 {
  height: 100%; }
  header .con12 .wrap {
    position: absolute;
    bottom: 45%; }

.home h4 {
  font-weight: 300; }

.vp-lib p, .vp-lib-title p {
  margin: 0; }

.home .vp-lib h1 {
  color: #ddd;
  margin: 25px 0 80px; }

.slide {
  position: relative; }

footer .social a, footer .apps a {
  font-size: 35px; }

footer .social .icon-linkedin:hover {
  color: #007bb6; }

footer .social .icon-facebook:hover {
  color: #577cbc; }

footer .social .icon-twitter:hover {
  color: #7cceea; }

.home .vp-lib h1.second {
  margin: 60px 0 25px; }

#logos li {
  -webkit-filter: invert(1);
  -moz-filter: invert(1); }

.vp-lib h1, .vp-lib-title h1 {
  font-size: 60px; }

.home .vp-lib {
  padding: 50px 0; }

.home .vp-lib {
  background: #f4f4f4;
  box-shadow: none;
  max-height: 944px;
  border: 0; }
  .home .vp-lib h1 {
    color: #000; }

.home header {
  top: 0;
  color: #fff;
  text-align: left;
  position: relative;
  width: 100%;
  background: #25272f url("../../../../VP-assets/img/website/home.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
  padding-bottom: 8%; }

.home h4 {
  margin-bottom: 0; }

.home .products p {
  height: 110px;
  text-align: center; }

.home .products h2 {
  font-size: 3em;
  font-weight: 300; }

.home .navbar {
  background: rgba(37, 39, 47, 0.55); }

header .row {
  margin-bottom: 0; }

#start {
  padding: 55px 0; }

.portfolio .vp-lib-title p {
  max-width: 100%; }

.portfolio .vp-lib {
  border-top: 0; }

.marketing .marketing-byline {
  font-size: 22px;
  margin: 0; }

.button-prev2, .button-next2 {
  top: 2%;
  font: 44px icomoon; }

.home .vtitle {
  border-left: 0;
  padding-left: 0; }

.home a.logo {
  top: 33px; }

.con12 .row {
  margin-left: 0 !important; }

.home .vp-lib img {
  -webkit-box-box-shadow: none;
  -moz-box-box-shadow: none;
  box-shadow: none; }

footer a.logofoot {
  width: 232px; }

.home .btn {
  border: 0;
  display: inline-block;
  text-align: right;
  cursor: initial;
  box-shadow: initial; }
  .home .btn a {
    color: #fff;
    background: #D5392C;
    padding: 10px 22px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: none; }
    .home .btn a:hover, .home .btn a:active {
      text-decoration: none;
      box-shadow: initial; }
.home .portfolio a {
  font-size: 18px;
  height: 33px;
  line-height: 1.5; }

.ybanner {
  background: #f8bf5b;
  text-align: center !important;
  color: #000;
  padding: 10px;
  font-weight: 500 !important; }
  :lang(fr) .ybanner {
    font-size: 20px; }
  .ybanner.ribbon {
    position: absolute;
    top: 25px;
    right: -80px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 290px;
    color: #000; }

.fancybox-lock {
  overflow: hidden !important;
  margin-right: 0 !important; }

.fancybox-lock .fancybox-overlay {
  overflow: auto !important;
  overflow-y: auto !important; }

:lang(fr) .portfolio .header-content h1 {
  font-size: 70px; }

.swiper-wrapper {
  height: auto !important; }

footer .partner {
  margin-top: -67px; }

[class*="icon-"], .icomoon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #D5392C;
  color: #fff; }

::selection {
  background: #D5392C;
  color: #fff; }

::-moz-selection {
  background: #D5392C;
  color: #fff; }

#vnews-tablet {
  position: relative;
  margin-top: -200px; }

#vnews-device {
  position: relative; }

#vnews-video {
  position: relative;
  max-width: 100%; }

#vnews-screen {
  position: absolute;
  height: auto;
  width: 372px;
  top: 40px;
  left: 20px; }

@media (min-width: 1200px) {
  .home .navbar-inverse .nav > li > a {
    font-size: 26px; }

  .home .sub-nav li a {
    font-size: 16px; }

  .home .navbar .nav {
    margin-top: 20px; }

  body.home {
    padding-top: 0;
    height: auto; }
    body.home .navbar {
      position: relative;
      height: 150px; }
    body.home a.logo {
      top: 33px; } }
@media (max-width: 767px) {
  .home .vp-lib .products {
    display: none; }
  .home .home .vp-lib h1.second {
    margin: 0 0 25px; }
  .home a.logo {
    width: 140px; }

  .con12.clients {
    width: 350px; }

  header, .home header h4, .home h4 {
    text-align: center !important; }

  .home header h1, .home .vtitle {
    margin: auto; }

  .vnews .vtitle img {
    float: none !important; }

  .home .btn a {
    padding: 15px 28px;
    font-size: 22px; }

  footer .partner {
    margin-top: 0; }

  .home header .btn-primary, .home .vnews .btn-primary {
    background: rgba(213, 57, 44, 0.9);
    border-color: transparent; }

  #vnews-tablet {
    margin-top: 50px; }

  #vnews-device {
    margin: 0 auto;
    width: 412px; }

  #vnews-screen {
    left: 20px; } }
@media (max-width: 480px) {
  a.logo, .home a.logo {
    width: 140px; }

  .header-btns {
    display: block !important; }

  .home header .relative {
    position: static;
    bottom: 0;
    width: auto;
    left: 0;
    margin-left: 0; }

  .home header h1, .home .vtitle {
    margin: 40px auto 0; }

  .home .vp-lib h1 {
    margin: 25px 0 30px; } }
@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .home header .con12 {
    width: 920px !important; } }
@media only screen and (max-width: 959px) and (min-width: 768px) {
  .home header .con12 {
    width: 685px !important; }

  .home header .con12 .col6 {
    width: 445px; } }
@media (max-width: 979px) and (min-width: 768px) {
  #vnews-screen {
    position: absolute;
    height: auto;
    width: 320px;
    top: 33px;
    left: 17px; } }

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