@charset "utf-8";
@import url("//hello.myfonts.net/count/28ec35");

/*------------------------------------------------------

	CSS TOB:

	1. RESETS
	2. COMMONS
	3. STRUCTURAL
	4. TYPO & LINKS
	5. MISC

---------------------------------------------------------*/

@font-face {
  font-family: "volkswagen-serial-mediumRg";
  src: url("../fonts/volkswagen-serial-medium-regular-webfont.eot");
  src: url("../fonts/volkswagen-serial-medium-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/volkswagen-serial-medium-regular-webfont.woff") format("woff"),
    url("../fonts/volkswagen-serial-medium-regular-webfont.ttf") format("truetype"),
    url("../fonts/volkswagen-serial-medium-regular-webfont.svg#volkswagen-serial-mediumRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "volkswagen-serial-regular";
  src: url("../fonts/volkswagen-serial-regular-webfont.eot");
  src: url("../fonts/volkswagen-serial-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/volkswagen-serial-regular-webfont.woff") format("woff"),
    url("../fonts/volkswagen-serial-regular-webfont.ttf") format("truetype"),
    url("../fonts/volkswagen-serial-regular-webfont.svg#volkswagen-serial-mediumRg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------
	1.RESETS
--------------------------------------------------------*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*--------------------------------------------------------
	2.COMMONS
--------------------------------------------------------*/

body {
  overflow-x: hidden;
  background: #fff;
  font: 13px/18px volkswagen-serial-mediumRg, Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------
	3.STRUCTURAL
--------------------------------------------------------*/

/*----------------------------
	i.-- Page Structure
	-----------------------------*/

/*homepage*/
.homepage {
  color: #fff;
  font: 15px/18px Arial, Helvetica, sans-serif;
  padding-top: 0 !important;
  display: table;
  margin: auto;
  overflow: hidden;
}

.homepage .content {
  max-width: 950px;
  margin: auto;
  padding-bottom: 0px;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*pages*/
.page {
  overflow: hidden;
  width: 100%;
  position: relative;
}



.page .content {
  max-width: 870px;
  margin: auto;
  padding: 100px 0;
}

.page .content.centeralign {
  text-align: center;
}

/*odd*/
.page.odd {
  background: #fff;
  color: #888;
}

/*even*/
.page.even {
  background: #fff url(../img/pattern-page-odd.png) repeat;
  color: #888;
}

/*----------------------------
	ii.-- Header
	-----------------------------*/

/*homepage*/
.logo-homepage {
  width: 144px;
  height: 39px;
  margin-bottom: 40px;
}

/*inner pages*/
.header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 50;
  -moz-box-shadow: 10px 10px 8px #ccc;
  -webkit-box-shadow: 10px 10px 8px #ccc;
  box-shadow: 0px 0px 8px #ccc;
}

.header.header-main {
  display: none;
}

.header.mobileHeader {
  position: relative;
  display: block;
}

/*mobile header - pos relative for mobiles that do not handle fixed*/
.header .inner {
  max-width: 870px;
  margin: auto;
}

.header .logo-pages {
  height: 50px;
  position: relative;
  float: left;
}

.header .logo-pages .logo {
  position: relative;
  bottom: 0;
}

/* main menu
        ----------------------------*/

.header .inner ul.navigation {
  list-style: none;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
}

.header .inner ul.navigation li {
  float: left;
  padding: 0 5px;
}

.header .inner ul.navigation li:last-child {
  padding-right: 0;
}

.header .inner ul.navigation li a {
  font-family: "Open Sans", sans-serif;
  color: #ccc;
  text-decoration: none;
  padding: 5px 10px;
}

.header .inner ul.navigation li a:hover {
  color: #000;
}

.header .inner ul.navigation li a.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background: #333;
  color: #eeeeee;
  padding: 5px 10px;
  text-decoration: none;
}

#web-app {
  background: #ecc946;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 12px;
  padding: 5px 10px;
  background: #ecc946;
  color: #28210b;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 15px;
}

#web-app:hover {
  background-color: rgba(236,201,70,0.4);
}

/* mobile menu toggle
        ----------------------------*/

.header .inner .mobileMenuToggle {
  height: 26px;
  width: 100%;
  float: left;
  text-align: center;
  display: none;
  margin: 19px auto 15px auto;
}

.header .inner .mobileMenuToggle a,
.header .mobileMenuToggle.open a {
  width: 26px;
  height: 26px;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -13px;
}

.header .inner .mobileMenuToggle a {
  background: url(../img/mobileMenu-toggle.png) center 0 no-repeat;
}

.header .inner .mobileMenuToggle.open a {
  background: url(../img/mobileMenu-toggle.png) center -26px no-repeat;
}

/*----------------------------
	iii.-- Content
	-----------------------------*/
/*homepage specific
	----------------------------*/

.column_homepage-1,
.column_homepage-2 {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.page-down {
  width: 78px;
  height: 78px;
  background: url(../img/page-down.png) no-repeat;
  left: 50%;
  margin-left: -32px;
  position: absolute;
  bottom: 15px;
}

/*highlight
	----------------------------*/

.highlight {
  width: 100%;
  height: 480px;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
}

.highlight .info-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

/*non-repeated image*/
.highlight.fixed {
  background-attachment: fixed;
}

.highlight.fixed-desktop {
  background-attachment: fixed !important;
}

/*repeated image*/
.highlight.scroll {
  background-attachment: scroll;
}

.highlight .info-container .info {
  display: table-cell;
  vertical-align: middle;
}

.highlight .info-container .info a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*video + content*/
.highlight .info-container .info .info-inner {
  max-width: 870px;
  margin: auto;
}

.highlight .info-container .info .info-inner .video {
  margin: 0;
}

/*video only*/
.highlight .info-container .video {
  margin: auto;
}

.highlight .info-container .video video,
.highlight .info-container .video iframe,
.highlight .info-container .video object,
.highlight .info-container .video embed,
.highlight .info-container .video div {
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

/*slider */
.flexslider {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*navigation */
.flex-direction-nav {
  height: 0;
}

.flex-direction-nav li {
  margin: 0;
}

.flex-direction-nav li a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  cursor: pointer;
  text-indent: -999em;
}

.flex-direction-nav li .prev {
  background: url(../img/project-nav.png) 0 -160px no-repeat;
  /*ie8 fallback*/
  background: rgba(0, 0, 0, 0.8) url(../img/ui_flex/bg_direction_nav.png) 0 0 no-repeat;
}

.flex-direction-nav li .next {
  background: url(../img/project-nav.png) 0 -200px no-repeat;
  /*ie8 fallback*/
  background: rgba(0, 0, 0, 0.8) url(../img/ui_flex/bg_direction_nav.png) 0 -40px no-repeat;
}

.flex-direction-nav li .prev {
  left: 0;
}

.flex-direction-nav li .next {
  right: auto;
  left: 41px;
}

.flex-direction-nav li .disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor: default;
}

/*control */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: auto;
  top: 13px;
  text-align: right;
  padding-right: 25px;
  left: -25px;
}

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*.flex-control-nav li:last-child {margin: 0 25px 0 5px;}*/
.flex-control-nav li a {
  width: 15px;
  height: 15px;
  display: block;
  background: url(../img/ui_flex/bg_control_nav.png) no-repeat;
  cursor: pointer;
  text-indent: 999em;
}

.flex-control-nav li a:hover {
  background-position: 0 -15px;
}

.flex-control-nav li a.active {
  background-position: 0 -30px;
  cursor: default;
}

/*caption*/
/*.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}*/
.flex-caption {
  width: auto;
  padding: 0 15px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  left: 82px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff !important;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-size: 14px;
  margin: 0 !important;
}

/*footer
	----------------------------*/
#footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#footer .footer-content {
  max-width: 870px;
  margin: auto;
  text-align: center;
  padding-top: 20px;
  white-space: nowrap;
}

#footer .footer-content .logo {
  margin-bottom: 8px;
}

#footer p.copyright {
  margin-bottom: 20px;
  color: #4f4e4e;
  padding-right: 20px;
  float: right;
}

/*odd*/
#footer.odd {
  background-color: #373737;
}

#footer.odd p.copyright {
  font: 12px/14px Arial, Helvetica, sans-serif;
  color: #555;
}

/*even*/
#footer.even {
  background-color: #373737;
}

#footer.even p.copyright {
  font: 12px/14px Arial, Helvetica, sans-serif;
  color: #555;
}

#footer-features-log {
  margin-bottom: 25px;
}

a.footer-menu {
  display: block;
  color: #8e8e8e;
}

a.footer-menu:hover,
a.footer-menu:active {
  color: #fff;
}

a.featured-icon {
  padding: 10px;
}

/*section buttons
	----------------------------*/

/*general*/
.section-button {
  float: left;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  border-bottom: 5px solid #ddd;
  text-align: center;
}

.section-button a {
  line-height: 21px;
  position: relative;
  padding: 3px 24px;
}

.section-button a.page-up {
  background: url(../img/page-up.png) 0 0 no-repeat;
}

/*last page*/
.section-button.last-page {
  bottom: 0;
  border-bottom: none;
}

.section-button.last-page a.page-up {
  background: url(../img/footer/page-up-footer.png) 0 0 no-repeat;
}

/*media
	----------------------------*/

/*regular-thumbs*/
.thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb a {
  float: left;
  cursor: pointer;
}

.thumb a .thumb-rollover {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  background: #ff5a00;
  /*ie8 fallback*/
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.thumb a .thumb-rollover .thumbInfo {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font: 13px "Open Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

.thumb img,
.thumb a img {
  position: relative;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  -ms-interpolation-mode: bicubic;
  overflow: hidden;
  vertical-align: baseline;
}

.thumb.xsmall {
  max-width: 139px;
  margin: 0;
  border: none;
  overflow: hidden;
  /*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius:10px;*/
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .phones-stand.thumb.feature {
    width: auto;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .phones-stand.thumb.feature {
    width: auto;
  }
}

/*fancybox-lightbox*/
.fancybox-html {
  display: none;
}

#fancybox-outer,
#fancybox-content iframe {
  background-color: #000;
}

#fancybox-content {
  border: 0px solid #000;
}

#fancybox-left,
#fancybox-right,
#fancybox-close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#fancybox-left-ico {
  background: rgba(0, 0, 0, 0.5) url(../img/fancybox/fancybox.png) -39px -22px no-repeat;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

#fancybox-left-ico:hover {
  background: rgba(0, 0, 0, 1) url(../img/fancybox/fancybox.png) -39px -22px no-repeat;
}

#fancybox-right-ico {
  background: rgba(0, 0, 0, 0.5) url(../img/fancybox/fancybox.png) -39px -62px no-repeat;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

#fancybox-right-ico:hover {
  background: rgba(0, 0, 0, 1) url(../img/fancybox/fancybox.png) -39px -62px no-repeat;
}

#fancybox-close {
  background: transparent url(../img/fancybox/fancybox.png) -40px 0px;
}

#fancybox-title-over {
  background: url(../img/fancybox/transparent-bkg.png) repeat;
  padding: 20px;
  width: 150px;
  display: block;
  left: 30px;
  position: relative;
  overflow: hidden;
}

#fancybox-title-over {
  color: #fff;
}

#fancybox-title-over .fancybox-num {
  font-size: 11px;
  margin-bottom: 10px;
}

#fancybox-title-over p {
  font-size: 11px;
  color: #eee;
  margin-bottom: 15px;
}

/*dividers
	----------------------------*/

.divider {
  border-top: 1px solid #e2e2e2;
}

/*--------------------------------------------------------
	iv.--TYPOGRAPHY & LINKS
--------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  border-bottom: 0 !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
}

p {
  margin-bottom: 30px;
}

p.info-focus,
p.jobs-description {
  font: 16px/26px "HelveticaNeueLTPro-Lt", Arial, Helvetica, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

.info-focus, .terms-para, .terms-header,.terms-subheader {
  font: 16px/26px "HelveticaNeueLTPro-Lt", Arial, Helvetica, sans-serif;
}
.terms-section {
  margin-bottom: 16px;
}
.terms-header {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
}

.terms-subheader{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.terms-para {
  margin-bottom: 10px;
}

p.jobs-description {
  height: auto;
}

p.subsection-list {
  font: 16px/26px "HelveticaNeueLTPro-Lt", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

/*section title*/
h1 {
  font-size: 40px;
  line-height: 40px;
}

h2 {
  font-size: 38px;
  line-height: 38px;
}

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

h4 {
  font-size: 32px;
  line-height: 32px;
}

h5 {
  font-size: 28px;
  line-height: 28px;
}

h6 {
  font-size: 24px;
  line-height: 24px;
}

.highlight h1 {
  font-size: 95px;
  line-height: 70px;
  text-align: center;
}

.highlight h2 {
  font-size: 80px;
  line-height: 55px;
  text-align: center;
}

.highlight h3 {
  font-size: 65px;
  line-height: 50px;
  text-align: center;
}

.highlight h4 {
  font-size: 50px;
  line-height: 40px;
  text-align: center;
}

.highlight h5 {
  font-size: 40px;
  line-height: 30px;
  text-align: center;
}

.highlight h6 {
  font-size: 30px;
  line-height: 20px;
  text-align: center;
}

#fancybox-title-over h1,
#fancybox-title-over h2,
#fancybox-title-over h3,
#fancybox-title-over h4,
#fancybox-title-over h5,
#fancybox-title-over h6 {
  margin-bottom: 15px;
}

#fancybox-title-over h1 {
  font-size: 18px;
  line-height: 18px;
}

#fancybox-title-over h2 {
  font-size: 16px;
  line-height: 16px;
}

#fancybox-title-over h3 {
  font-size: 14px;
  line-height: 14px;
}

#fancybox-title-over h4 {
  font-size: 12px;
  line-height: 12px;
}

#fancybox-title-over h5 {
  font-size: 11px;
  line-height: 11px;
}

#fancybox-title-over h6 {
  font-size: 10px;
  line-height: 10px;
}

/*odd*/
.page.odd h1,
.page.odd h2,
.page.odd h3,
.page.odd h4,
.page.odd h5,
.page.odd h6 {
  color: #666;
}

.page.odd h1 a,
.page.odd h2 a,
.page.odd h3 a,
.page.odd h4 a,
.page.odd h5 a,
.page.odd h6 a {
  color: #666;
}

.page.odd span,
.page.odd h2 span,
.page.odd h3 span,
.page.odd h4 span,
.page.odd h5 span,
.page.odd h6 span {
  color: #666;
}

.page.odd h1 span a,
.page.odd h2 span a,
.page.odd h3 span a,
.page.odd h4 span a,
.page.odd h5 span a,
.page.odd h6 span a {
  color: #666;
}

/*even*/
.page.even h1,
.page.even h2,
.page.even h3,
.page.even h4,
.page.even h5,
.page.even h6 {
  color: #666;
}

.page.even h1 a,
.page.even h2 a,
.page.even h3 a,
.page.even h4 a,
.page.even h5 a,
.page.even h6 a {
  color: #666;
}

.page.even span,
.page.even h2 span,
.page.even h3 span,
.page.even h4 span,
.page.even h5 span,
.page.even h6 span {
  color: #666;
}

.page.even h1 span a,
.page.even h2 span a,
.page.even h3 span a,
.page.even h4 span a,
.page.even h5 span a,
.page.even h6 span a {
  color: #666;
}

/*highlight title*/
.highlight .info-container .info h1,
.highlight .info-container .info h2,
.highlight .info-container .info h3,
.highlight .info-container .info h4,
.highlight .info-container .info h5,
.highlight .info-container .info h6 {
  color: #fff;
  text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.highlight .info-container .info h1 span,
.highlight .info-container .info h2 span,
.highlight .info-container .info h3 span,
.highlight .info-container .info h4 span,
.highlight .info-container .info h5 span,
.highlight .info-container .info h6 span {
  color: #fff;
}

/*focus title*/
.focus-title,
.focus-title span {
  font: 40px volkswagen-serial-mediumRg, Arial, Helvetica, sans-serif;
  color: #4f4e4e !important;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.focus-small-title,
.focus-small-title span {
  font: 22px volkswagen-serial-mediumRg, Arial, Helvetica, sans-serif;
  color: #4f4e4e !important;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.focus-tiny-title,
.focus-tiny-title span {
  font: 18px volkswagen-serial-mediumRg, Arial, Helvetica, sans-serif;
  color: #4f4e4e !important;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.subsection-list {
  padding-left: 50px;
}

ol.subsection-list {
  font: 16px/26px "HelveticaNeueLTPro-Lt", Arial, Helvetica, sans-serif;
  list-style-type: decimal;
}

/*--------------------------------------------------------
	v.--MISC
--------------------------------------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.last {
  margin: 0 !important;
}

/*--------------------
          ICONS
-------------------*/

.experience-header {
  margin-bottom: 10px;
}

.exp-icon-container {
  padding: 8px;
  width: 91px;
  display: inline-block;
  text-align: center;
}

.exp-icon {
  margin: auto;
  text-decoration: none;
  display: block;
  width: 92px;
  height: 92px;
  font-weight: normal;
  cursor: pointer;
}

.exp-icon.active {
  font-weight: bold;
}

.exp-icon-title {
  padding-top: 0.5em;
  white-space: nowrap;
  font: "HelveticaNeueLTPro-Lt", Arial;
  font-size: 11pt;
  color: #3e3e3e;
  white-space: break-spaces;
}

.exp-icon.calendar {
  background: url("../img/BTNS.png") no-repeat 0px 0px;
}

.exp-icon.calendar.active {
  background-position: 0px -91px;
}

.exp-icon.todo {
  background: url("../img/BTNS.png") no-repeat -91px 0px;
}

.exp-icon.todo.active {
  background-position: -91px -91px;
}

.exp-icon.notes {
  background: url("../img/BTNS.png") no-repeat -182px 0px;
}

.exp-icon.notes.active {
  background-position: -182px -91px;
}

.exp-icon.outlook {
  background: url("../img/BTNS.png") no-repeat -273px 0px;
}

.exp-icon.outlook.active {
  background-position: -273px -91px;
}

.exp-icon.gifts {
  background: url("../img/BTNS.png") no-repeat -364px 0px;
}

.exp-icon.gifts.active {
  background-position: -364px -91px;
}

.exp-icon.smart-alerts {
  background: url("../img/BTNS.png") no-repeat -455px 0px;
}

.exp-icon.smart-alerts.active {
  background-position: -455px -91px;
}

.exp-icon.conference-calls {
  background: url("../img/BTNS.png") no-repeat -546px 0px;
}

.exp-icon.conference-calls.active {
  background-position: -546px -91px;
}

.exp-icon.navigation {
  background: url("../img/BTNS.png") no-repeat -637px 0px;
}

.exp-icon.navigation.active {
  background-position: -637px -91px;
}

.exp-icon.assistant {
  background: url("../img/BTNS.png") no-repeat -728px 0px;
}

.exp-icon.assistant.active {
  background-position: -728px -91px;
}

a.social-icon {
  padding-left: 1%;
  padding-right: 1%;
}

a.social-icon img {
  width: 24%;
  max-width: 25px;
}

.press-icon-container {
  width: 22%;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

img.press-icon {
  width: 90%;
}

/*--------------------
      COMPANY
-------------------*/

#video-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

#video-overlay-container {
  position: relative;
  top: 0;
  left: 0;
}

.video-24me-logo {
  width: 380px;
  height: 650px;
  left: 5%;
  position: absolute;
  background: url(../img/bg.png) no-repeat;
  background-size: 90%;
}

.video-header {
  position: relative;
  top: 25%;
  width: 90%;
  text-align: center;
  max-width: 336px;
  line-height: 100%;
  font-size: 180%;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 500;
}

h1.video-header {
  font-family: "Open Sans", sans-serif;
}

.video-appstore-logo {
  position: relative;
  top: 444px;
  left: 13%;
  width: 100%;
}

.web-app-access {
  font-family: "Open Sans", sans-serif;
  position: relative;
  top: 260px;
  left: 12%;
  text-align: center;
  display: block;
}

.web-app-access a {
  display: inline-block;
  max-width: 300px;
  background-color: #000;
  border: 1px solid #fff;
  color: #ece4e4;
  padding: 14px 17px;
  font-size: 19px;
  letter-spacing: 1.5px;
  border-radius: 6px;
  width: 120px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.web-app-access a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.email {
  font-size: 20px;
  color: #89cffd;
  text-decoration: underline;
}

.press-contact {
  text-align: right;
  display: block;
  position: relative;
  top: 30px;
}

.press-contact img {
  vertical-align: middle;
  margin-right: 5px;
}

#loadingMessage {
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #ccc;
  top: 0px;
  left: 0px;
  position: relative;
}

body #big-video-wrap {
  display: none;
  overflow: hidden;
  position: absolute;
  min-height: 670px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

body #big-video-vid,
#big-video-image {
  position: absolute;
}

body .transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#big-video-image {
  top: 0 !important;
}

body.homepage #big-video-control video {
  width: 100% !important;
  height: 100% !important;
}

.mobile-poster-container {
  position: relative;
  height: 100%;
  width: 100%;
}

#mobile-poster {
  height: 100%;
  width: 100%;
}

#bg-girl {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-size: 100%;
}

#bg-girl img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}

#girl-overlay {
  position: absolute;
  top: 25%;
  left: 8%;
}

#girl-overlay-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.title {
  color: #fff;
  font-size: 300%;
  position: relative;
  top: 10%;
  width: 80%;
  line-height: 100%;
  font-family: volkswagen-serial-mediumRg;
}

.subtitle {
  vertical-align: top;
  color: #fff;
  position: relative;
  top: 40px;
  font-size: 200%;
  text-decoration: underline;
}

.containerInput {
  position: relative;
  top: 60px;
  width: 226px;
  height: 30.5px;
  background-size: 100%;
  background-image: url("../img/android/whitebox.png");
  background-repeat: no-repeat;
}

.inputForm {
  vertical-align: middle;
  padding-top: 4px;
  margin-left: 5px;
  border: none;
  height: 80%;
  width: 100%;
  font-size: 130%;
  vertical-align: middle;
  background-color: transparent;
  outline: none;
}

.containerGo {
  position: relative;
  top: 30px;
  left: 230px;
  width: 29.5px;
  height: 30.5px;
  background-size: 100%;
  background-image: url("../img/android/whiteboxgo.png");
  background-repeat: no-repeat;
}

#go {
  vertical-align: middle;
  padding-top: 7px;
  width: 100%;
  height: 100%;
  color: #999;
  background-color: transparent;
  text-align: center;
}

.title_beta {
  color: #fff;
  font-size: 180%;
  position: relative;
  top: 0%;
  line-height: 130%;
  font-family: HelveticaNeueLTPro-Lt;
}

.instructions {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
}

li.instruction_step {
  list-style-type: none;
  vertical-align: top;
  color: #fff;
  margin-bottom: 5%;
  position: relative;
  font-size: 150%;
  line-height: 150%;
  font-family: HelveticaNeueLTPro-Lt;
}

.twitter-share-button {
  min-width: 80px !important;
  width: auto !important;
}

img[src=""] {
  visibility: hidden;
}

#notfound {
  margin-top: 120px;
  margin-bottom: 330px;
  margin-left: 3%;
  background-image: url(../img/404.jpg);
  background-repeat: no-repeat;
}

#notfound-container {
  padding-left: 20%;
  padding-right: 10%;
}

.vjs-loading-spinner {
  display: none !important;
}

.footer-featured {
  color: #8e8e8e;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-text {
  display: none;
}

span.terms-header {
  padding-right: 5px;
  color: #4f4e4e;
}

a.terms,
a.privacy {
  text-decoration: underline;
}

embed,
object,
video {
  max-width: 100%;
}

.black {
  color: black !important;
}


#features .features {
  margin-bottom: 20px;
}

.user-guide {
  color: #888;
  font: 16px/26px "HelveticaNeueLTPro-Lt", Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: inline-block;
  margin-top: 30px;
}

.user-guide b {
  color: black;
}

@media only screen and (max-width : 960px) {
  .user-guide {
    margin-top: 100px;
  }
}

@media only screen and (max-width : 479px) {
  p.info-focus {
    height: auto !important;
  }
}

#doing {
  padding-bottom: 100px;
}

#company .info-focus {
  height: auto;
}
