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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

html, body {
	height: 100%;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.left { float: left; }
.right {float: right; }

#header {
    background: #F1F1F1;
    padding: 0px 4%;
    width: 92%;
    z-index: 10;
    position: relative;
	-webkit-box-shadow: 0px -5px 14px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px -5px 14px 1px rgba(0,0,0,0.8);
	box-shadow: 0px -5px 14px 1px rgba(0,0,0,0.8);
}

.header-logo {
    margin: 25px 30px 0px 0;
}

.top-navigation li {
	float: left;
	list-style: none;
	position: relative;
}

.top-navigation li:first-child {
	border-left: none;
}


.top-navigation li:last-child {
	border-right: none;
}

.top-navigation a {
    text-decoration: none;
    color: #393939;
    font-size: 17px;
    padding: 40px 25px 39px;
    display: block;
    background: transparent url("images/nav-border.png") repeat-y scroll top right;
}

.home-link a {
    display: block;
    width: 28px;
    height: 18px;
    padding: 40px 22px 39px;
}

.top-navigation li .drop-down-arrow {
    background: transparent url("images/drop-down-arrow.png") no-repeat scroll;
    background-size: 100% 17px;
    width: 100%;
    height: 17px;
    display: none;
    position: absolute;
}

.top-navigation li:hover > .drop-down-arrow, .top-navigation li.active > .drop-down-arrow,
.kinesis-mobile .top-navigation li:first-child + li + li > .drop-down-arrow,
.velocity-mobile .top-navigation li:first-child + li  > .drop-down-arrow
{	display: block;	}	


.top-btns {
    margin: 20px 0 0;
}


.top-btns .login-btn {
	display: block;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    background: #E4E4E4 url("images/login-icon.png") no-repeat scroll 10px center;
    color: #393939;
    text-decoration: none;
    font-size: 14px;
    padding: 20px 20px 20px 50px;
    margin: 0 10px 0 0;
}

#lang-select {
	background: #e4e4e4 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font-size: 14px !important;
    padding: 20px 25px 20px 17px;;
}


.polyglot-language-switcher,
.polyglot-language-switcher * {
	margin: 0;
	padding: 0;	
}

.polyglot-language-switcher {
	position: relative;	
}

.polyglot-language-switcher ul {
	list-style: none;	
}

.polyglot-language-switcher a {
	transition: all 0.2s ease-in-out;
}

.polyglot-language-switcher img {
	margin-right: 3px;	
}

/* ---------------------------------------------------------------------- */
/* Selected Locale (the trigger for the dropdown)
/* ---------------------------------------------------------------------- */
.polyglot-language-switcher > .pls-selected-locale {
	text-decoration: none;
	color: #333; 
	position: relative; /* for the arrow */
}

.polyglot-language-switcher > .pls-selected-locale:hover {
	color: #3a91bd;	
}

.polyglot-language-switcher > .pls-selected-locale:after { 
	content: " "; 
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 100%;
	margin-left: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
}

/* ---------------------------------------------------------------------- */
/* Language Container
/* ---------------------------------------------------------------------- */
.pls-language-container-scrollable {
	position: absolute;
	top: 100%;
	left: -28px;
	z-index: 10000;
	width: 100%;		
}

.pls-language-container {
	margin-top: 10px;
	padding: 10px 0;
	border: 1px solid #ccc;	
	box-shadow: 0 1px 2px rgba(0,0,0,.08);
	background-color: #fff;
}

.pls-language-container td {
	padding: 0 10px;
	border-right: 1px solid #ccc;
	vertical-align: top;
}

.pls-language-container td:last-child {
	border-right: none;
}

.pls-language-container a {
	color: #3a91bd;	
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	white-space: nowrap;
}

.pls-language-container a:hover {
	background-color: #f5f5f5;	
	color: #333; 
}

.pls-language-container .pls-selected-locale {
	color: #333;
	font-weight: bold;	
	cursor: default;
}


.dropdown-arrow {
    border-width: 7px;
    border-style: solid;
    border-color: #25A8E0 transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    float: right;
    margin: 6px 0 0 10px;
}

#content {
    background: #309ADF url("images/bg.jpg") no-repeat center center;
    background-size: cover;
}

.home #content {
    height: 100%;
}

.padded-content {
	padding: 0 5%;
	position: relative;
}

#content.padded-content {
	height: 120%;
}

.slider {
    height: 100%;
	border:1px solid #fff;
	position:relative;	
}

.slider-text {
    width: 31%;
    margin: 0 0 0 5%;
    position: absolute;
	top: 44%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
}

h1 {
    color: #FFF;
    font-size: 48.3px;
	width:100%;
    margin: 0px 0px 40px;
    border-bottom: 1px solid #5bb6e9;
    padding: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    /*white-space: nowrap;	*/
}

.slider h1 {
    color: #FFF;
    font-size: 64px;
    margin: 0 0 10px;
    border: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    white-space: normal;
}

.slider h2 {
    color: #204F68;
    font-size: 28px;
    margin: 0 0 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100
}

.slider p {
    color: #FFF;
    text-shadow: 1px 1px 1px #447E98;
    font-size: 23px;
    line-height: 125%;
	font-weight:500;
}

.slider-btn a {
    background: #3896CC;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    font-size: 20px;
    padding: 12px 20px;
    display: block;
    width: 345px;
    margin: 22px 0px 0px;
    vertical-align: middle;
    transition-duration: 0.3s;
	transition-property: color, background-color;
}

/*.slider-btn a::after {
	content:'\25BA';
	font-size: 27px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}*/

.slider-btn a  {
    width: 90%;
    background: url("images/white-arrow.png") #3896CC no-repeat right center;
    padding: 12px 34px 12px 20px;
}

.slider-btn a:hover {
    background: url("images/white-arrow.png") #3084b4 no-repeat right center;
    }

.slider-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60%;
}

.slider-image img {
	width: 100%;
}

  .slide-wrapper { overflow: auto; height:100%;}
  .slide-wrapper li {height:100%; }
  .slides {width:100%;height:100%;}
  .bx-wrapper, .bx-viewport {
    height: 100% !important; /*provide height of slider*/
	
}

.bx-wrapper {
	margin: 0!important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 15px!important;
}

.half-col {
	width: 50%;
}

.features-info {
    width: 46%;
    margin: 0px 4% 0px 0px;
}	

.features-info div {
	margin: 0 0 15px;
	padding: 2px 0px 2px 80px;
}

.features-info h3, .kinesis-col h3 {
    color: #FFF;
    text-shadow: -1px -1px 1px #367EA1;
    font-weight: 400;
    font-size: 25px;
    margin: 0px 0px 8px;
    font-family: "Roboto",sans-serif;
}

.features-info p, .kinesis-col p {
    color: #0E3547;
    line-height: 122%;
}

.kinesis-features .features-info .swapimg {
	min-height: 93px;
}

.groups-icon {
   background: transparent url("images/icons/manage-groups.png") no-repeat scroll left center;
   background-size: 53px auto;
}

.report-icon {
    background: transparent url("images/icons/run-reports.png") no-repeat scroll left center;
    background-size: 53px auto;
}

.network-icon {
   background: transparent url("images/icons/network.png") no-repeat scroll left center;
   background-size: 53px auto;
}

.invoices-icon {
   background: transparent url("images/icons/invoices.png") no-repeat scroll left center;
   background-size: 53px auto;
}

.map-icon {
   background: transparent url("images/icons/live-map.png") no-repeat scroll left center;
   background-size: 53px auto;
}

.center-div-left {
    width: 45%;
    float: left;
    padding: 5% 0px 0px;
}
.center-div-right {
    width: 45%;
    float: right;
    right: 0%;
    padding: 9% 0px 0px;
}

.kinesis-features .center-div-right {
    padding: 13% 0px 0px;
    }

.features-image img, .mobile-image img {
	width: 100%;
}

.pca-hold-laptop{
  width: 500px;
  margin: 0 62.5px;
}
.pca-hold-laptop .pca-main {
  display: block;
  position: relative;
  background-color: #dfdfdf;
  border: 15px solid #2d2d2d;
  height: 296px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}
.pca-hold-laptop .pca-main:after {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 5px;
  height: 5px;
  background-color: #959595;
  border-radius: 100%;
}
.pca-hold .pca-inner {
  display: block;
}
.pca-hold-laptop .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 25px;
}
.pca-hold-laptop .pca-sub .pca-top {
  position: absolute;
  bottom: 0;
  left: -62.5px;
  display: block;
  width: 625px;
  height: 25px;
  border-bottom-left-radius: 55px;
  border-bottom-right-radius: 55px;
  background-color: #e8e8e8;
  opacity: 1;
  z-index: 2;
}
.pca-hold-laptop .pca-sub .pca-bot {
  display: block;
  width: 200px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #B1B1B1;
  border-radius: 0 0 225px 225px;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

.loupe {border:1px solid #ccc; 
-webkit-box-shadow: 2px 0px 15px -4px rgba(0,0,0,0.55);
-moz-box-shadow: 2px 0px 15px -4px rgba(0,0,0,0.55);
box-shadow: 2px 0px 15px -4px rgba(0,0,0,0.55);
cursor:zoom-in;
}

.swapimg {cursor:pointer;}
.swapimg:hover {opacity:0.8;}

.pca-hold-mobile .pca-sub .pca-top {
	display: none;
}

.pca-hold-mobile {
  /*width: 300px;*/
  width: 270px;
  margin: 0 auto;
}
.pca-hold-mobile  .pca-main {
  display: block;
  position: relative;
  background-color: #f4f4f4;
  border: 9px solid #2a2a2a;
  border-top: 69px solid #2a2a2a;
  border-bottom: 70.8px solid #2a2a2a;
  border-radius: 33.9px;
  /*height: 495px;*/
  height: 447px;
  box-shadow: 0 0 0 3px #C6C7CA;
}
.pca-hold-mobile .pca-main:after {
  content: '';
  position: absolute;
  top: -39px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  width: 9px;
  height: 9px;
  background-color: #959595;
  border-radius: 100%;
  -webkit-transform: translate(-54px,0);
  -ms-transform: translate(-54px,0);
  -o-transform: translate(-54px,0);
  transform: translate(-54px,0);
}
.pca-hold-mobile .pca-main:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  opacity: 1;
  width: 60px;
  height: 3px;
  -webkit-transform: translate(-27px,-22.5px);
  -ms-transform: translate(-27px,-22.5px);
  -o-transform: translate(-27px,-22.5px);
  transform: translate(-27px,-22.5px);
  border-radius: 3px;
  background-color: #959595;
}

.pca-hold-mobile .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 0;
}
.pca-hold-mobile .pca-sub .pca-bot {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  z-index: 2;
  box-shadow: 0 0 0 3.3px #B4B6BC;
  -webkit-transform: translate(0,-56.4px);
  -ms-transform: translate(0,-56.4px);
  -o-transform: translate(0,-56.4px);
  transform: translate(0,-56.4px);
}

.loupe {border:1px solid #ccc; 
-webkit-box-shadow: 2px 0px 15px -4px rgba(0,0,0,0.55);
-moz-box-shadow: 2px 0px 15px -4px rgba(0,0,0,0.55);
box-shadow: 2px 0px 15px -4px rgba(0,0,0,0.55);
cursor:zoom-in;
}

.swapimg {cursor:pointer;}
.swapimg:hover {opacity:0.8;}


.mobile-image {
    width: 45%;
    height: 96%;
    overflow: hidden;
}

h1.no-border {
    margin: 0px 0px 16px;
    border-bottom: none;
    padding: 0;
}

h2 {
    font-size: 41px;
    color: #1C5367;
    margin: 0 0 60px;
    font-weight: 100;
    font-family: roboto;
}

.kinesis-col {
    margin: 27% 0 0;
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);*/
}

.kinesis-col-image {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    float: none;
    /*position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
    left: 50%;*/
}

.kinesis-col-image img {
	width: 100%;
}

.text-right {
	text-align: right;
}

.full-height {
	/*position: relative;
	height: 93%;*/
	width: 33%;
	float: left;
}

.full-height-middle {
    width: 30%;
}

.kinesis-col div {
    margin: 0px 0px 30px;
}

body .kinesis-col div.active, .features-info .active {
  /*  border: 1px solid #fff;
    padding: 10px 10px 10px 80px;
    background-position: 10px center; */
}


.geo-plus-icon {
	background: url("images/icons/geo-plus.png") no-repeat center left;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}

.vehice-perform-icon {
	background: url("images/icons/vehicle-performance.png") no-repeat center left;
	 padding: 0 0 0 80px;
	  background-size: 53px auto;
}

.maps-icon {
	background: url("images/icons/live-map.png") no-repeat center left;
	padding: 0 0 0 80px;
	background-size: 53px auto;
}

.driver-icon {
	background: url("images/icons/driver-performance.png") no-repeat center left;
	padding: 0 0 0 80px;
	background-size: 53px auto;
}

.journey-history-icon {
	background: url("images/icons/journey-history.png") no-repeat center left;
	 padding: 0 0 0 80px;
	 background-size: 53px auto;
}

.privacy-icon {
	background: url("images/icons/privacy.png") no-repeat center left;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}
	
	


	
	
	
/* velocity-mobile */

.kinesis-mobile h1, .velocity-mobile h1 {
    padding: 5% 0px 20px;
    display: inline-block;
    width: 36%;
    font-size: 39px;
}

.mobile-content {
	position: relative;
	top: -10%;
}


body.velocity-mobile .history-icon { 
	background: url("images/history-icon.png") no-repeat center right;
	padding: 0 80px 0 0;
}


body.velocity-mobile .invoice-icon { 
	background: url("images/icons/invoices.png") no-repeat scroll left center;
	padding: 0 0 0 80px;
	background-size: 53px auto;
}

body.velocity-mobile .network-icon { 
	background: url("images/icons/network.png") no-repeat scroll 9px center;
	padding: 0 0 0 80px;
	background-size: 36px auto;
}

body.velocity-mobile .network-icon.active { 
	background-position: 20px center;
}

body.velocity-mobile .street-icon { 
	background: url("images/icons/run-reports.png") no-repeat scroll left center;
	padding: 0 0 0 80px;
	background-size: 53px auto;
}

body.velocity-mobile .contact-icon {
	background: url("images/icons/contact-us.png") no-repeat scroll left center;
    padding: 0 0 0 80px;
    background-size: 53px auto;
}

body.velocity-mobile .mapview-icon {
    background: transparent url("images/icons/live-map.png") no-repeat scroll 3px center;
    background-size: 48px auto;
    padding: 0px 0px 0px 80px;
}

body.velocity-mobile .managecards-icon, .cards-icon {
	background: url("images/icons/manage-cards.png") no-repeat scroll left center;
    padding: 0 0 0 80px;
    background-size: 53px auto;
}

/* end Velocity Mobile */

/*Kinesis Mobile*/

.eta-icon {
	background: url("images/icons/network.png") no-repeat scroll left center;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}


.street-icon {
	background: url("images/icons/live-map.png") no-repeat scroll left center;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}

.call-icon {
	background: url("images/icons/contact-us.png") no-repeat scroll left center;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}

.traffic-icon {
	background: url("images/icons/mileage.png") no-repeat scroll left center;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}



body.kinesis-features .history-icon {
	background: url("images/history-icon.png") no-repeat center left;
    padding: 0 0 0 80px;
     background-size: 53px auto;
}


.lefticon {background-position: center left; padding: 0 0 0 80px}
.righticon{background-position: center right; padding: 0 80px 0 0}





    
#footer {
	background: #212121;
	padding: 0px 5%;
    position: fixed;
    width: 90%;
    bottom: 0;
    height: 86px;
    z-index: 100;
}

.footer-left-menu a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    padding: 35px;
    display: block;
    z-index: 100;
}

.footer-left-menu .features-btn {
    background: #96C634 url("images/features-icon.png") no-repeat scroll 20px center;
    padding: 35px 40px 35px 110px;
}

.footer-left-menu .features-btn:hover, .footer-left-menu .active > .features-btn {
	position: relative;
	top: -10px;
	padding: 40px 40px 40px 110px;
}

.footer-left-menu .app-btn {
    background: #8739A7 url("images/app-icon.png") no-repeat scroll 20px center;
    padding: 35px 40px 35px 85px;
    box-shadow: 9px 0 8px -6px #240b2e inset;
}

.footer-left-menu .app-btn:hover, .footer-left-menu .active > .app-btn {
	position: relative;
	top: -10px;
	padding: 40px 40px 40px 85px;
}

.relative {
	position: relative;
}

.shadow-arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 0x solid transparent;
    border-right: 8px solid #357193;
	display: none;
    position: absolute;
    left: -8px;
    top: -10px;
}

.footer-left-menu .relative:hover > .shadow-arrow, .footer-left-menu .relative.active > .shadow-arrow  {
	display: block;
}


.footer-right-btns {
    margin: 19px 0 0;
}

.content-right-btns {
	display: none;
}

.orange-btn {
    background: #E2620C;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 40px;
    display: block;
    font-size: 17px;
    margin: 0 25px 0 0;
    transition-duration: 0.3s;
	transition-property: color, background-color;
}

.orange-btn:hover {
    background: #c8580d;
    }
	
.green-btn {
    background: #96C634;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 40px;
    display: block;
    font-size: 17px;
    margin: 0 25px 0 0;
    transition-duration: 0.3s;
	transition-property: color, background-color;
}

.fr .orange-btn, .fr .blue-btn, .fr-be .orange-btn, .fr-be .blue-btn {
    padding: 15px 40px;
    font-size: 17px;
}

.green-btn:hover {
    background: #96C634;
}


.purple-btn {
    background: #8739A7;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 40px;
    display: block;
    font-size: 17px;
    margin: 0 25px 0 0;
    transition-duration: 0.3s;
	transition-property: color, background-color;
}

.purple-btn:hover {
    background: #5f1c7b;
}


.blue-btn {
	background: #2394c5;
	text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 40px;
    display: block;
    font-size: 17px;
    transition-duration: 0.3s;
	transition-property: color, background-color;
}

.blue-btn:hover {
	background: #1a79a3;
	}
	
	
@media screen and (max-width: 1620px) {
    
 h2 {
    font-size: 33px;
    }
    
}
	
	

@media screen and (max-width: 1400px) {

.center-div-right {
    width: 50%;
    }

.pca-hold-laptop {
    margin: 0px 20px;
    transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
}

.pca-hold-mobile {
    width: 100%;
}

.pca-hold-mobile .pca-main {
    height: auto;
}

.features-info h3, .kinesis-col h3 {
    font-size: 21px;
}

.features-info div {
    background-size: 48px auto;
    padding: 2px 0px 2px 70px;
}

body.velocity-mobile .mapview-icon {
    background: transparent url("images/icons/live-map.png") no-repeat scroll 4px center / 46px auto;
}


}
	
	

@media screen and (max-width: 1200px) {
    
h2, .slider h2 {
    font-size: 32px;
    }
    
.top-navigation a {
    padding: 40px 15px 39px;
}
    
    
.features-info .street-icon, .features-info .journey-icon, .features-info .maps-icon, 
.features-info .call-icon, .features-info .history-icon, .features-info .congestion-icon {
    padding: 2px 0px 2px 72px;
	background-size: 53px auto;
}

.pca-hold-laptop {
    margin: 0px 20px;
    transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    -webkit-transform: scale(0.7,0.7);
}

.center-div-left {
    width: 50%;
    }

.center-div-right {
    right: 4%;
}

.pca-hold-mobile .pca-sub .pca-bot {
    width: 33px;
    height: 33px;
    }
    
.features-info h3, .kinesis-col h3 {
    font-size: 20px;
    }
    
.features-info p {
    font-size: 15px;
    }

.center-div-left {
    padding: 7% 0px 0px;
}

.kinesis-mobile h1, .velocity-mobile h1 {
    padding: 4% 0px 14px;
	margin: 0px 0px 22px;
}

.mobile-content {
    top: 0;
}

.kinesis-col {
    margin: 10% 0px 0px;
}

.full-height-middle {
    margin: 0% 0px 0px;
}

.fr .footer-left-menu .features-btn:hover, .fr .footer-left-menu .active > .features-btn,
 .fr-be .footer-left-menu .features-btn:hover, .fr-be .footer-left-menu .active > .features-btn,
.nl .footer-left-menu .features-btn:hover, .nl .footer-left-menu .active > .features-btn,
.nl-be .footer-left-menu .features-btn:hover, .nl-be .footer-left-menu .active > .features-btn  {
    padding: 40px 18px 40px 86px;
}

.fr .footer-left-menu .features-btn,
  .fr-be .footer-left-menu .features-btn,
.nl .footer-left-menu .features-btn,
.nl-be .footer-left-menu .features-btn   {
    background-size: 53px auto;
    padding: 35px 18px 35px 86px;
}

.fr .footer-left-menu .app-btn,
.fr-be .footer-left-menu .app-btn,
.nl .footer-left-menu .app-btn,
.nl-be .footer-left-menu .app-btn{
    background-size: 28px auto;
    padding: 35px 20px 35px 61px;
}

 .fr  .footer-left-menu .app-btn:hover, .fr  .footer-left-menu .active > .app-btn,
 .fr-be  .footer-left-menu .app-btn:hover, .fr-be  .footer-left-menu .active > .app-btn ,
 .nl  .footer-left-menu .app-btn:hover, .nl  .footer-left-menu .active > .app-btn ,
.nl-be  .footer-left-menu .app-btn:hover, .nl-be  .footer-left-menu .active > .app-btn  {
	padding: 39px 20px 39px 61px;
}

.fr .orange-btn, .fr  .blue-btn, .fr  .green-btn, .fr  .purple-btn,
  .fr-be .orange-btn, .fr-be  .blue-btn, .fr-be  .green-btn, .fr-be  .purple-btn {
    padding: 15px;
    font-size: 15px;
}

.nl .orange-btn, .nl  .blue-btn, .nl  .green-btn, .nl  .purple-btn,
.nl-be .orange-btn, .nl-be  .blue-btn, .nl-be  .green-btn, .nl-be  .purple-btn,
.it .orange-btn, .it  .blue-btn, .it  .green-btn, .it  .purple-btn   {
    padding: 15px 20px;
    font-size: 16px;
}

 .es .orange-btn, .es  .blue-btn, .es  .green-btn, .es  .purple-btn,
.sv .orange-btn, .sv  .blue-btn, .sv  .green-btn, .sv  .purple-btn {
	padding: 15px 30px;
	font-size: 16px;
}

.fr .top-navigation a,
 .fr-be .top-navigation a,
.nl .top-navigation a,
  .nl-be .top-navigation a,
.es .top-navigation a  {
    padding: 39px 8px;
}

.pt .header-logo, .es .header-logo {
    margin: 31px 16px 0px 0px;
    width: 19%;
}

.pt .header-logo img, .es .header-logo img  {
	width: 100%;
}

.pt .top-navigation a {
    padding: 40px 12px 39px;
}

}
	
	
@media screen and (max-width: 1025px) {

.top-navigation li:hover > .drop-down-arrow 
{	display: none;	}	

.top-navigation li.active > .drop-down-arrow
{	display: block;	}

.top-navigation a {
    padding: 40px 15px 39px;
    }

.features-info h3, .kinesis-col h3 {
    font-size: 20px;
}

.kinesis-col div {
    margin: 0px 0px 17px;
}

.features-info p, .kinesis-col p {
    color: #0E3547;
    line-height: 120%;
    font-size: 14px;
}


.footer-left-menu .relative:hover > .shadow-arrow  {
	display: none;
}

}
	
	
@media screen and (max-width: 990px) {

#content {
	height: 85%;
}

.clear {
	clear: both;
}

.header-left {
    float: left;
    width: 359px;
}

.en .header-left, .en-ie .header-left  {
    float: left;
    width: 420px;
}

.fr .header-left, .fr-be .header-left {
    width: 400px;
}

.header-logo {
    margin: 31px 6px 0px 0px;
    width: 21%;
}

.en .header-logo, .en-ie .header-logo  {
    margin: 31px 4px 0px 0px;
    width: 26%;
}

.header-logo img {
	width: 100%;
}

.top-navigation a, .es .top-navigation a {
    padding: 30px 10px;
}

.fr .top-navigation a, .fr-be .top-navigation a  {
    padding: 30px 8px;
}

.top-navigation a {
    font-size: 15px;
}

.pt .header-left {
    float: left;
    width: 375px;
}

.pt .top-navigation a {
    font-size: 13px;
}

.pt .header-logo {
    margin: 31px 9px 0px 0px;
    width: 19%;
}

.pt .top-btns .login-btn {
    padding: 16px 20px 17px 39px;
    margin: 0px 6px 0px 0px;
    font-size: 13px;
}

.pt .polyglot-language-switcher {
    font-size: 13px;
}

.pt .top-navigation a {
    padding: 29px 12px 29px;
}

.nl .header-left, .nl-be .header-left {
    width: 344px;
}

.nl .header-logo, .nl-be .header-logo {
    margin: 30px 6px 0px 0px;
    width: 29%;
}

.nl .top-navigation a , .nl-be.top-navigation a  {
    padding: 30px 8px;
}

.es .header-left {
    width: 408px;
}

.es .top-btns .login-btn {
    font-size: 11px;
    padding: 17px 13px 17px 50px;
}

.es .polyglot-language-switcher {
    font-size: 11px;
}

.es .top-navigation a {
    font-size: 13px;
}

.top-btns {
    margin: 15px 0px 0px;
}

.top-btns .login-btn {
    padding: 16px 13px 16px 50px;
    font-size: 13px;
}

#lang-select {
    padding: 16px 23px 16px 15px;
}

.polyglot-language-switcher {
    font-size: 13px;
}

.slider-text {
    width: 90%;
    position: static;
    top: 0px;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    margin: 0 5% 0px;
    float: none;
    padding: 6% 0 0;
}

.slider-image {
    width: 100%;
    float: none;
    text-align: center;
    margin: 35px 0 0;
    position: static;
}

.slider-image img {
     padding: 0 0 0 51px;
    width: 100%;
}

.velocity-mobile h1, .kinesis-mobile h1 {
    font-size: 33px;
}

.features-info div {
	background-size: 45px auto;
	padding: 2px 0px 2px 70px;
}

.pca-hold-laptop {
    margin: 0px auto;
    transform: none;
    width: 95%;
}

.pca-hold-laptop .pca-main {
    height: auto;
    }
.pca-hold-laptop .pca-sub .pca-top {
    width: 118%;
    left: -10%;
}

.pca-hold-mobile .pca-sub .pca-bot {
    width: 23px;
    height: 23px;
    margin: 3% auto 0;
}

.features-text {
    width: 90%;
    position: static;
    left: 0px;
    padding: 0px 5%;
    top: 0;
    transform: none;
    margin-bottom: 30px;
}

.features-image {
    width: 90%;
    position: static;
    padding: 0px 5%;
    right: 0;
    top: 0;
    transform: none;
    float: none;
}

.features-image, .mobile-image {
    width: 61%;
    position: static;
    padding: 0px 5%;
    right: 0px;
    top: 0px;
    transform: none;
    margin: 0 auto;
    overflow: hidden;
}

#content.padded-content {
    padding: 3% 5% 0px;
}

.kinesis-col p {
    font-size: 14px;
}

.kinesis-col h3 {
    font-size: 17px;
    }
 
.mobile-content {
    top: -4%;
}

.kinesis-col {
    margin: 13% 0px 0px;
}

#footer {
    height: 68px;
}

.footer-left-menu .features-btn {
    background: #96C634 url("images/features-icon.png") no-repeat scroll 15px center;
    padding: 25px 18px 25px 49px;
    background-size: 16%;
}

.footer-left-menu .features-btn:hover, .footer-left-menu .features-btn:active, .footer-left-menu .active .features-btn {
    padding: 30px 18px 30px 49px;
}

.footer-left-menu .app-btn {
    background: #8739A7 url("images/app-icon.png") no-repeat scroll 20px center;
    padding: 25px 13px 25px 52px;
    background-size: 10%;
}

.footer-left-menu .app-btn:hover, .footer-left-menu .app-btn:active, .footer-left-menu .active .app-btn {
	padding: 30px 13px 30px 52px;
}

  .fr .footer-left-menu a, .fr-be .footer-left-menu a,
   .nl .footer-left-menu a, .nl-be .footer-left-menu a,
	.it .footer-left-menu a, .it-be .footer-left-menu a    {
    font-size: 15px;
    }
    
 .fr .footer-left-menu .features-btn, .fr-be .footer-left-menu .features-btn,
  .nl .footer-left-menu .features-btn, .nl-be .footer-left-menu .features-btn,
.it .footer-left-menu .features-btn, .it-be .footer-left-menu .features-btn  {
	padding: 28px 13px 24px 50px;
	background-size: 35px auto;
	background-position: 10px center;
}

.fr .footer-left-menu .features-btn:hover, .fr .footer-left-menu .active > .features-btn,
.fr-be .footer-left-menu .features-btn:hover, .fr-be .footer-left-menu .active > .features-btn,
.nl .footer-left-menu .features-btn:hover, .nl .footer-left-menu .active > .features-btn,
.nl-be .footer-left-menu .features-btn:hover, .nl-be .footer-left-menu .active > .features-btn,
.it .footer-left-menu .features-btn:hover, .it .footer-left-menu .active > .features-btn 
 {
    padding: 30px 13px 30px 50px;
    background-size: 35px auto;
}

 .fr .footer-left-menu .app-btn, .fr-be .footer-left-menu .app-btn,
 .nl .footer-left-menu .app-btn, .nl-be .footer-left-menu .app-btn,
.it .footer-left-menu .app-btn, .it .footer-left-menu .app-btn {
    background-size: 23px auto;
    padding: 26px 12px 24px 44px;
    background-position: 10px center;
}

.fr .footer-left-menu .app-btn:hover, .fr .footer-left-menu .app-btn:active, .fr .footer-left-menu .active .app-btn,
 .fr-be .footer-left-menu .app-btn:hover, .fr-be .footer-left-menu .app-btn:active, .fr-be .footer-left-menu .active .app-btn,
.nl .footer-left-menu .app-btn:hover, .nl .footer-left-menu .app-btn:active, .nl .footer-left-menu .active .app-btn,
 .nl-be .footer-left-menu .app-btn:hover, .nl-be .footer-left-menu .app-btn:active, .nl-be .footer-left-menu .active .app-btn,
.it .footer-left-menu .app-btn:hover, .nl-be .footer-left-menu .app-btn:active, .it .footer-left-menu .active .app-btn {
    padding: 30px 12px 30px 44px;
    background-size: 23px auto;
}

.orange-btn, .blue-btn, .green-btn, .purple-btn {
    padding: 10px 23px;
}
   

.fr .green-btn, .fr .purple-btn,
.fr-be .green-btn, .fr-be .purple-btn,
.nl .green-btn, .nl .purple-btn,
.nl-be .green-btn, .nl-be .purple-btn,
.it .green-btn, .it .purple-btn 
 {
    margin: 0px 5px 0px 0px;
    }
    
.fr .orange-btn, .fr .blue-btn, .fr .green-btn, .fr .purple-btn, 
 .fr-be .orange-btn, .fr-be .blue-btn, .fr-be .green-btn, .fr-be .purple-btn,
.it .orange-btn, .it .blue-btn, .it .green-btn, .it .purple-btn {
    padding: 11px;
    font-size: 13px;
}

.nl .orange-btn, .nl .blue-btn, .nl .green-btn, .nl .purple-btn, 
 .nl-be .orange-btn, .nl-be .blue-btn, .nl-be .green-btn, .nl-be .purple-btn,
.it .orange-btn, .it .blue-btn, .it .green-btn, .it .purple-btn {
    padding: 14px;
font-size: 14px;
}

.es .orange-btn, .es .blue-btn, .es .green-btn, .es .purple-btn {
    padding: 15px 11px;
    font-size: 16px;
}

.sv .orange-btn, .sv .blue-btn, .sv .green-btn, .sv .purple-btn {
    padding: 10px 19px;
}

 
.footer-right-btns {
    margin: 15px 0px 0px;
}

.full-height {
    height: 100%;
}

.fr .slider-btn a, .fr-be .slider-btn a {
    width: 517px;
}


}


@media screen and (max-width: 767px) {

#header {
    padding: 0px 4% 10px;
    }

.header-left, .pt .header-left, .nl .header-left, .nl-be .header-left, .es .header-left, .en .header-left, .en-ie .header-left, .fr .header-left, .fr-be .header-left {
    float: none;
    width: 100%;
}

.header-logo, .pt .header-logo {
    width: 32%;
    margin: 21px 6px 15px 0px;
}

.top-navigation {
	float: right
}

.top-navigation li:hover > .drop-down-arrow, .top-navigation li.active > .drop-down-arrow {
    display: none;
}

.fr .top-navigation a, .fr-be .top-navigation a, .nl .top-navigation a, .nl-be .top-navigation a, .es .top-navigation a {
    padding: 30px 8px;
}

.top-btns {
    float: none;
    width: 357px;
    margin: 10px auto 0px;
}
.top-btns .login-btn {
    padding: 16px 8px 16px 41px;
    width: 153px;
}

#lang-select {
    width: 104px;
    padding: 16px 10px 16px 11px;
}

#content.padded-content {
    padding: 5% 5% 13%;
}

h1 {
white-space: normal;
}

.features-info h3 {
    font-size: 17px;
}

.features-info p {
    font-size: 14px;
}

.slider h1 {
    font-size: 53px;
    }

.features-info div {
    background-size: 40px auto;
    padding: 2px 0px 2px 65px;
}

.full-height {
    width: 100%;
    float: none;
    height: auto;
}

.velocity-mobile h1, .kinesis-mobile h1 {
    margin-top: 0px;
    width: 100%;
}

.kinesis-mobile #content.padded-content, .velocity-mobile #content.padded-content {
    height: auto;
}

.kinesis-col {
    float: none;
    margin: 5% 0px 0px;
}

.kinesis-col div {
    margin: 0px 0px 30px;
    padding: 0px 0px 0px 64px;
    background-position: left center;
    background-size: 44px auto;
}

.kinesis-col-image {
    text-align: center;
    position: static;
    top: 0px;
    left: 0px;
    width: 100%;
    transform: none;
    margin: 0 0 25px;
    float: none;
}

.kinesis-col .congestion-icon {
    margin: 0 0 100px;
}

#content.padded-content {
    height: auto;
    padding: 5% 5% 13%;
}

.pca-hold-mobile {
    width: 250px;
    margin: 0px auto;
}

.pca-hold-mobile .pca-main {
    height: 412px;
}

.velocity-mobile .kinesis-col div {
	background-size: 44px auto;
	padding: 0px 0px 0px 70px;
}

body .kinesis-col div.active {
    padding: 10px 10px 10px 70px;
    }

body.velocity-mobile .network-icon {
	background-size: 30px auto;
	background-position: 6px center;
}

.pca-hold-mobile .pca-sub .pca-bot {
    width: 31px;
    height: 31px;
    margin: 0px auto;
}

.center-div {
	-webkit-transform: translateY(-0%);
}

.footer-left-menu .features-btn:hover, .footer-left-menu .features-btn:active, .footer-left-menu .active .features-btn, 
.footer-left-menu .app-btn:hover, .footer-left-menu .app-btn:active, .footer-left-menu .active .app-btn  {
    padding: 35px 9px 25px;
    background-image: none;
}

.footer-left-menu a {
    font-size: 14px;
    }
    
.footer-left-menu .app-btn, .footer-left-menu .features-btn {
    padding: 25px 9px;
    background-image: none;
}

.footer-left-menu .relative:hover > .shadow-arrow, .footer-left-menu .relative.active > .shadow-arrow  {
	display: none;
}

.orange-btn, .blue-btn, .green-btn, .purple-btn {
    padding: 10px;
    font-size: 13px;
}

.fr .slider-btn a, .fr-be .slider-btn a {
    width: 93%;
}

.fr .footer-left-menu .features-btn, .fr .footer-left-menu .app-btn,
.fr-be .footer-left-menu .features-btn, .fr-be .footer-left-menu .app-btn,
.nl .footer-left-menu .features-btn, .nl .footer-left-menu .app-btn,
.nl-be .footer-left-menu .features-btn, .nl-be .footer-left-menu .app-btn,
.it .footer-left-menu .features-btn, .it .footer-left-menu .app-btn   
 {
    padding: 28px 9px 24px 9px;
}

.fr .footer-left-menu .features-btn:hover, .fr .footer-left-menu .active > .features-btn, .fr .footer-left-menu .app-btn:hover, .fr .footer-left-menu .app-btn:active, .fr .footer-left-menu .active .app-btn,
 .fr-be .footer-left-menu .features-btn:hover, .fr-be .footer-left-menu .active > .features-btn, .fr-be .footer-left-menu .app-btn:hover, .fr-be .footer-left-menu .app-btn:active, .fr-be .footer-left-menu .active .app-btn,
 .nl .footer-left-menu .features-btn:hover, .nl .footer-left-menu .active > .features-btn, .nl .footer-left-menu .app-btn:hover, .nl .footer-left-menu .app-btn:active, .nl .footer-left-menu .active .app-btn,
 .nl-be .footer-left-menu .features-btn:hover, .nl-be .footer-left-menu .active > .features-btn, .nl-be .footer-left-menu .app-btn:hover, .nl-be .footer-left-menu .app-btn:active, .nl-be .footer-left-menu .active .app-btn,
.it .footer-left-menu .features-btn:hover, .it .footer-left-menu .active > .features-btn, .it .footer-left-menu .app-btn:hover, .it .footer-left-menu .app-btn:active, .it .footer-left-menu .active .app-btn {
    padding: 30px 9px 30px 9px;
}

.sv .orange-btn, .sv .blue-btn, .sv .green-btn, .sv .purple-btn {
    padding: 10px 8px;
    font-size: 13px;
}

.sv .green-btn, .sv .purple-btn {
	margin: 0 5px 0 0;
}

.top-navigation li:hover > .drop-down-arrow, .top-navigation li.active > .drop-down-arrow, .kinesis-mobile .top-navigation li:first-child + li + li > .drop-down-arrow, .velocity-mobile .top-navigation li:first-child + li > .drop-down-arrow {display: none;}

}


@media screen and (max-width: 650px) {

  .content-right-btns {
    width: 349px;
    margin: 2% auto 4%;
    float: none;
    display: block;
}

.footer-right-btns   {
    display: none;
}

.orange-btn, .blue-btn, .green-btn, .purple-btn {
    width: 174px!important;
    text-align: center!important;
    margin: 0px 5px 0px 0px!important;
    padding: 11px!important;
	font-size: 13px!important;
}

.content-right-btns {
    width: 410px!important;
}

.es .content-right-btns {
    width: 205px !important;
}

.footer-left-menu .features-btn:hover, .footer-left-menu .active > .features-btn, .footer-left-menu .app-btn:hover, .footer-left-menu .app-btn:active, .footer-left-menu .active .app-btn {
    padding: 30px 9px;
    width: 114px;
	text-align: center;
	
}

.content-right-btns {
	display: block;
}

.footer-left-menu .features-btn, .footer-left-menu .features-btn:hover, .fr .footer-left-menu .active > .features-btn, .footer-left-menu .app-btn, .footer-left-menu .app-btn:hover, .fr .footer-left-menu .active > .app-btn {
	width: 140px!important;
	text-align: center!important;
}

.footer-left-menu {
margin: 0px auto;
width: 323px;
float: none;
}

/*

.nl .content-right-btns, .nl-be .content-right-btns  {
    width: 286px;
    }


 .fr .footer-left-menu, .fr-be .footer-left-menu,
  .nl .footer-left-menu, .nl-be .footer-left-menu,
  .it .footer-left-menu, .it .footer-left-menu,
.es .footer-left-menu, .es .footer-left-menu   {
    float: none;
    width: 271px;
    margin: 0px auto;
}

.es .footer-left-menu, .es .footer-left-menu {
    width: 196px;
    }

.nl .footer-left-menu, .nl-be .footer-left-menu {
    width: 184px;
    }

 .fr .footer-right-btns, .fr-be .footer-right-btns,
 .nl .footer-right-btns, .nl-be .footer-right-btns,
.it .footer-right-btns, .it .footer-right-btns, 
.es .footer-right-btns, .es .footer-right-btns   {
    display: none;
}
*/

}




@media screen and (max-width: 480px) {

#header {
    padding: 15px 4% 15px;
}

.header-logo, .nl .header-logo, .nl-be .header-logo, .en .header-logo, .en-ie .header-logo, .pt .header-logo, .es .header-logo  {
    display: block;
    float: none;
    width: 171px;
    margin: 0px auto;
}

.top-navigation {
    float: none;
    display: block;
    width: 286px;
    margin: 17px auto;
}

.en .top-navigation, .en-ie .top-navigation  { width: 265px; }

.pt .top-navigation  { width: 258px; }

.da .top-navigation, .sv .top-navigation, .nn .top-navigation  { width: 157px; }

.it .top-navigation  { width: 253px; }

.de .top-navigation  { width: 214px; }



.nl .top-navigation, .nl-be .top-navigation {
    width: 226px;
}

.top-navigation a {
    padding: 17px 8px!important;
    font-size: 14px;
}

.top-btns {
    width: 290px;
}

.top-btns .login-btn, .pt .top-btns .login-btn, .es .top-btns .login-btn {
    padding: 12px 4px 12px 33px;
    font-size: 11px;
    background-size: 17px auto;
    width: 129px;
}

#lang-select, .pt .top-btns #lang-select {
    padding: 11px 15px 11px 7px;
    width: 81px;
}

.polyglot-language-switcher, .pt .top-btns .polyglot-language-switcher {
    font-size: 11px;
}

#lang-select select {
-webkit-appearance: none;
}

.slider-btn a {
    font-size: 13px;
    width: 239px;
    margin: 19px auto 0px;
}

.fr .slider-btn a, .fr-be .slider-btn a, .pt .slider-btn a {
    width: 84%;
    }

.slider h1 {
    font-size: 29px;
}

h2, .slider h2 {
    font-size: 20px;
}
    
.slider p {
    font-size: 19px;
    }
    
.slider-image {
    position: relative;
}

h1 {
    text-align: left;
    padding: 0 0 15px;
}

h2 {
    font-size: 22px;
    }

.features-info {
    width: 100%;
    margin: 0;
}

#content.padded-content {
    padding: 5% 5% 20%;
    }
    
.home #content {
    height: 123%;
}
    
.features-info div, .velocity-mobile .kinesis-col div, .features-info .street-icon, .features-info .journey-icon, .features-info .maps-icon, .features-info .call-icon, .features-info .history-icon, .features-info .congestion-icon {
    background-size: 42px auto;
    padding: 2px 0px 2px 60px;
}

body.velocity-mobile .network-icon {
    background-size: 30px auto;
    }
    
.kinesis-features #content.padded-content, .velocity-features #content.padded-content {
    height: auto;
}

.kinesis-features #content .features-image, .velocity-features #content .features-image, .kinesis-col-image {
    display: none;
}

.kinesis-features .features-info .swapimg {
    min-height: 1px;
}

.footer-left-menu {
	float: none;
	width: 285px;
	margin: 0 auto;
}

.footer-left-menu .features-btn, .footer-left-menu .features-btn:hover, .fr .footer-left-menu .active > .features-btn, .footer-left-menu .app-btn, .footer-left-menu .app-btn:hover, .fr .footer-left-menu .active > .app-btn {
    width: 120px !important;
    font-size: 12px!important;
}

.footer-right-btns {
	display: none;
	}

.content-right-btns {
    width: 205px !important;
	margin: 0px auto 10%;
	float: none;
	display: block;
}

.orange-btn, .blue-btn, .green-btn, .purple-btn {
    margin: 0px 0px 7px 0px !important;
    float: none;
}

.features-text, .features-info { float: none; }

 .kinesis-features #content.padded-content {
    padding: 4% 5% 21%;
}

.sv .footer-left-menu {
    width: 142px;
    }

}

@media screen and (max-width: 360px) {
.content-right-btns {
    width: auto;}

}
.header-no-navigation {
    padding: 0 4% 1.5% !important;
}


body.pt #header, body.nl-be #header {
    padding: 0px 2%;
    width: 96%;
}

body.nl-be .top-btns {
    margin-top: 23px;
}

body.fr-be #header {
    padding: 0 1%;
    width: 98%;
}
  body.fr-be .header-logo {
      margin-right: 5px;
  }
  body.fr-be .login-btn {
      padding: 16px 7px 16px 38px;
  }
  body.fr-be #lang-select {
      padding: 16px 20px 16px 11px;
  }