@charset "UTF-8";



@font-face {
  font-family: 'IBM';
  src: url('IBMPlexSans-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('OpenSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('Roboto.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('Ubuntu-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #FFF;
}
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0071ad;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    background-color: #ffffff;
}
HTML, BODY {	
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    height: 100%;
}

#pageHeader {
    position: fixed;
    position: expression(fixed);
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
	color: #FFF;
    background-color: rgba(0,60,129,0.9);

    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transform: translate3d(0,-110px,0);
    -webkit-transform: translate3d(0,-110px,0);
}
#pageHeader.open {
	transform: translate3d(0%,0,0);
    -webkit-transform: translate3d(0%,0,0);
}
.headDesktop {
	display: block;
	padding: 2px 4%;
    background-size: cover;
}
#pageHeader I {
	display: block;
	color: #FFF;
	font: bold 26px/22px IBM,Arial;
	letter-spacing: 2px;
	text-align: center;
}
#pageHeader .headContact {
	padding: 0px 40px;
	color: #FFF;
	font: 12px/18px IBM,Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#pageHeader .headContact UL {
	justify-content: flex-end;
}
#pageHeader .headContact UL LI {
	padding: 0px 10px 0px 20px;
}
#pageHeader .headContact UL LI:first-child {
	border: 0;
}
#pageHeader .headContact UL LI:first-child:before {
	content: "\f2b4";
    font: normal 18px/12px LineAwesome;
    vertical-align: middle;
}
#pageHeader UL {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#pageHeader .headDesktop UL>LI {
	pointer-events: all;
	margin-left: 2%;
}
#pageHeader .headMobile, .headMobile .HeaderMobileMenu{
	display: none;
	background-color: #cede26;	
}
.HeaderMobileMenu {
	padding: 0 5px;
}
.headMobile {
	/*background: url(../images/canadian_bg1.jpg) no-repeat;*/
	background-size: cover;
}
.headMobile .MobileMenu:before {
	content: "\f131";
    color: #000;
    font: bold 38px/60px LineAwesome;
    width: 32px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}
.headMobile .HeaderMobileMenu UL {
	flex-flow: column;
    align-items: flex-start !important;
	background-color: #000;
    padding: 10px 0 !important;
}
#pageHeader .HeaderLogo {
	display: flex;
    flex-flow: column;
    justify-content: center;
	flex-grow: 1;
	white-space: nowrap;
	background: url(../images/icon2.svg) no-repeat;
	background-size: contain;
	height: 60px;
	font: bold 38px/38px IBM, Arial;
    color: #FFF !important;
    padding-left: 66px;
    text-transform: none !important;
}
#pageHeader .HeaderLogo>DIV {
	font: normal 12px/12px IBM,Arial;
    color: #FFF;
    white-space: break-spaces;
    margin-top: 6px;
}
#pageHeader .HeaderLogo:hover {
	border: 0px !important;
	color: #FFF !important;
}
.headMobile .HeaderLogo {
	height: 50px !important;
	padding-left: 52px !important;
	margin-left: 4px !important;
	font: bold 32px/36px Ubuntu, Arial !important;
	width: 250px !important;
}
.headMobile .HeaderMobileMenu.open {
	display: block;
	padding-bottom: 5px;
}
#pageHeader A {
	pointer-events: all;
	text-decoration: none;
}
#pageHeader .headContact A {
	display: inline-block;
	padding: 6px 0px;
	color: #FFF;
	cursor: pointer;
}
#pageHeader .headContact A:hover {
	color: #afbd21;
}
#pageHeader .headDesktop LI A, #pageHeader .headMobile LI A{
	font: normal 14px/14px IBM,Arial;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#pageHeader .headMobile LI A {
	color: #FFF;
}
#pageHeader .HeaderMobileMenu LI {
	width: 100%;
}
#pageHeader .headMobile A {
	display: block;
	color: #FFF;
	padding: 5px;
}
#pageHeader .headMobile A.open {
	background-color: #005581;
}
#pageHeader .headMobile A:before {
	content: "\f112";
	color: #FFF;
    font: 18px/24px LineAwesome;
}
#pageHeader .headDesktop A:hover, #pageHeader .headDesktop A.open {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
#pageHeader .headDesktop A.open {
	pointer-events: none;
}
#requestDemo {
	display: none;
	position: fixed;
	justify-content: center;
    align-items: center;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) url(../images/stripes.png) left top;
}
#requestDemo.show {
	display: flex;
}
#requestDemo>DIV {
	text-align: center;
    width: 400px;
    height: 80%;
    max-height: 560px;
    overflow: auto;
    overflow-x: hidden;
	background-color: #FFF;
	padding: 2rem 2rem 0rem;
	font: 1rem/1rem Arial;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);

	-webkit-transition: -webkit-transform 200ms linear;
    -ms-transition: -ms-transform 200ms linear;
    transition: transform 200ms linear;
}
#requestDemo>DIV.show {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
#requestDemo H1 {
	color: #0071ad;
	font: bold 4.5vh/2.5vh Roboto,Arial;
	margin: 0 0 1rem 0;
}
#requestDemo LABEL {
	display: block;
	color: #0071ad;
	font: bold 1rem/1.5rem Roboto,Arial;
    text-align: left;
    margin-top: 1rem;
}
#requestDemo LABEL.req:after {
	content: "\2605";
    color: red;
    font: normal 10px/12px Arial;
    padding-left: 3px;
    vertical-align: super;
}
#requestDemo INPUT[type=text], #requestDemo TEXTAREA {
	width: -webkit-fill-available;
	min-width: 96%;
	padding: 4px;
	font: 1rem/1.1rem Arial;
}
#requestDemo TEXTAREA {
	height: 5rem;
}
#requestDemo P {
	display: flex;
	text-align: left;
	font: 0.8rem/1rem Arial;
    color: #a5a5a5;
    margin: 1rem 0 0;
}
#requestDemo A.privacy {
	color: #000;
	text-decoration: none;
}
#requestDemo A.privacy:hover {
	color: #0071ad;
}
#requestDemo .rreply {
	text-align: center;
    color: #ff0000;
    font: bold italic 0.9rem/0.9rem Arial;
    margin: 0 0 -1rem;
    display: block;
    height: 22px;
}
#requestDemo .closeDemo {
	position: absolute;
    top: 2px;
    right: 2px;    
    color: #FFF;
    border-radius: 40px;
    cursor: pointer;
}
#requestDemo .closeDemo:before {
	content: "\f343";
    font: 40px/41px LineAwesome;
    width: 40px;
    height: 40px;
    color: #0071ad; 
}
#requestDemo .closeDemo:hover:before {
	color: #afbd21;
}
section {
	display: flex;
	flex-flow: column;
    background-color: #FFF;
    padding: 64px 128px;    
    font: 16px/18px Roboto,Arial;
    justify-content: center;
    align-items: center;
    color: #555555;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    min-height: 80%;
}
section.main1 {
	position: relative;
	color: #FFF !important;
	overflow: hidden;
	background-color: rgba(5, 57, 83, 0.5);
	min-height: 78%;
}
section DIV.leftblock {
	padding-right: 50%;
}
/*
section.main1:after {
	content: "\f165";
	position: absolute;
	bottom: 0px;
	font: 100px/70px LineAwesome;
	color: #FFF;
	animation: sheen 1s infinite;
}*/
section.stats  {
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: unset;
	background-color: #CEDE26;
	color: #003C81;
	padding: 32px;
	margin: -100px 108px 0px;
	font: 14px/16px IBM,Arial;
	min-height: unset;
}
section.stats H2 {
	font: bold 36px/46px IBM,Arial;
    margin: -10px 0px 0px 0px;
    letter-spacing: -1px;
    color: #FFF !important;    
}
section.stats>SPAN {
	width: 25%;
	text-align: center;
	padding: 0px 1%;
}
@keyframes sheen {
	0% { bottom: 0px; }
   50% { bottom: 20px; }
  100% { bottom: 0px; }
}
.type1 {
	background-color: #f4f4f4;
}
.type2 {
	background-color: #0071ad;
	color: #FFF !important;
}
.type3 {
	color: #0071ad !important;
}
section.type2.wicons H3:before {
	border: 2px solid #FFF !important;
}
section.type2 H3, section.type2 H2 {
	color: #FFF !important;;
}

section.flexrows {
	flex-flow: row;
}
section.flexfull {
	padding: 0;
}
section.flexfull .flexbox {
	padding: 5% 10%;
}
section .flexbox {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: stretch;
}
section .flexbox>DIV {
	margin: 2% 0;
    width: 40%;
    text-align: left;
    padding: 20px;
}
section .header {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 110px;
    flex-grow: 1;
}
section .mainbg {
	position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url(../images/main-bg00.jpg);
}
section .mainfull {
	position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: url(../images/main-bg-man.png) bottom left no-repeat;
    background-size: contain;
}
section .bghidden {
	display: none;
}

section .header.type2 H2 {
	color: #FFF !important;
}
section .header VIDEO {
	position: absolute;
	z-index: -1;
  	right: 0;
  	bottom: 0;
  	min-width: 100%; 
  	opacity: 0.6;
  	/*min-height: 100%;*/
}
VIDEO.full {
	position: absolute;
	z-index: -1;
    overflow: hidden;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
VIDEO.embed {
	width: 100%;
}
.heart {
	overflow: visible;
}
.heart:after {
	content: '\f233';
    font: normal 64px/12px LineAwesome;
    position: absolute;
    bottom: -8px;
    color: #CEDE26;
}
section H1 {
	font: bold 46px/46px IBM,Arial;
	margin: 4rem 0;
	color: #FFF;
	min-height: 4rem;
}
section H2 {
	font: bold 3rem/3.5rem Roboto,Arial;
	margin: 4rem 0 0.5rem;
	letter-spacing: -1px;
	color: #005581 !important;
}
section H3 {
	font: bold 1.3rem/1.5rem Roboto,Arial;
    margin: 0 0 1rem;
	color: #005581;
	/*white-space: nowrap;*/
}
section P {
	font: normal 22px/32px IBM,Arial;
	margin: 2rem 0 1rem;
	min-height: 1.6rem;
	opacity: 0;
    transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    -moz-transition: opacity 0.5s ease-in;
}
section P.show {
	opacity: 1;
}
section>DIV {
	/*min-width: 50%;
	padding: 0 4rem;*/
}
IMG {
	vertical-align: bottom;
	width: 100%;
	max-width: 770px;
}
.wicons H3:before {
	display: inline-block;
    width: 35px;
    height: 34px;
    font: normal 28px/26px LineAwesome;
    vertical-align: middle;
    border: 2px solid #005581;
    border-radius: 40px;
    margin-right: 8px;
    padding: 8px 0 0 7px;
}
section .mainBG0 {
	background: url('../images/main-01.jpg') top left no-repeat;
	background-size: cover;
}
section .mainBG1 {
	background: url('../images/main-02.jpg') bottom left no-repeat;
	background-size: cover;
}
section .mainBG2 {
	background: url('../images/main-03.jpg') top left no-repeat;
	background-size: cover;
}
section .mainBG3 {
	background: url('../images/main-04.jpg') top left no-repeat;
	background-size: cover;
}
section .mainBG4 {
	background: url('../images/main-05.jpg') top left no-repeat;
	background-size: cover;
}
section .mainBG5 {
	background: url('../images/main-06.jpg') top left no-repeat;
	background-size: cover;
}
section .mainBG6 {
	background: url('../images/main-07.jpg') top left no-repeat;
	background-size: cover;
}
section .mainBG8 {
	background: url('../images/main-08.jpg') top left no-repeat;
	background-size: cover;
}
.oke:before {
	content: "\f17b"; 
}
.fsafety:before {
	content: "\f376";    
}
.fquality:before {
	content: "\f33f";    
}
.fcompliance:before {
	content: "\f178";    
}
.foperation:before {
	content: "\f2e1";    
}
.fmobilize:before {
	content: "\f292";    
}
.frisk:before {
	content: "\f14c";    
}
.fintegrate:before {
	content: "\f1d2";    
}
.fbrand:before {
	content: "\f280";    
}
.fsecure:before {
	content: "\f255";    
}
.freliable:before {
	content: "\f2f7";    
}
.fhelp:before {
	content: "\f2cb";    
}
.fsupport:before {
	content: "\f232";    
}
.fintegrate:before {
	content: "\f2c1";    
}
.fdev:before {
	content: "\f256";    
}
.ftraining:before {
	content: "\f220";    
}
.fhour:before {
	content: "\f18f";    
}
.ftel:before {
	content: "\f2b4";    
}
.femail:before {
	content: "\f1c6";    
}
.goleft {
	text-align: left;
}
.Button1 {
	position: relative;
	display: inline-flex;
	align-items: center;
	background-color: #CEDE26;
	font: bold 14px/14px IBM,Arial;
	letter-spacing: 1px;
	color: #000;
    outline: 0;
    width: 260px;
    min-height: 30px;
    margin: 0px;
    padding: 12px 24px;
    transform-origin: center;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: -webkit-transform 100ms linear;
    -ms-transition: -ms-transform 100ms linear;
    transition: transform 100ms linear;
}
.Button1:after {
	content: '\f274';
	font: normal 18px/12px LineAwesome;
    vertical-align: middle;
    position: absolute;
    right: 12px;
}
.Button1.type2 {
	border: 2px solid #0071ad;
	background-color: transparent;
	color: #0071ad !important;
	font-weight: bold;
}
.Button1:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	color: #FFF;
}

.missing {
	box-shadow: 0px 0px 3px red;
}
.disabled {
	pointer-events: none;
	background-color: #999999;
}
.getApp>A {
    display: inline-block;
    width: 142px;
    height: 42px;
    background-image: url(../images/bg_button_googleplay.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 5px;
}
.getApp.appIOS>A {
	background-image: url(../images/bg_button_appstore.png);
}


.module {
	padding: 20px;
	background-color: #f2faff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	opacity: 0;
	cursor: default;
	transform: scale(0.7) rotate3d(0, 1, 0, 90deg);

	-webkit-transition: -webkit-transform 500ms ease-out, .4s ease;
    -ms-transition: -ms-transform 500ms ease-out, .4s ease;
    transition: transform 500ms ease-out, .4s ease;
}
.module:hover {
	box-shadow: 0px 0px 30px #cfd49c;
}
.moveit {
  	transform: scale(1) rotate3d(0, 0, 0, 90deg);
  	opacity: 1;
}
#unsubscribe INPUT[type=text] {
	width: -webkit-fill-available;
	min-width: 60%;
	padding: 4px;
	font: 1rem/1.1rem Arial;
}
#ROI, #ROIresult {
	margin: 20px 0;
    box-shadow: 0 0 16px #6a6a6a;
    font: bold 14px/14px Roboto,Arial;
    text-align: left;
}
#ROI .th, #ROIresult .th {
	font: 14px/34px Roboto,Arial;
    padding: 0 2px;
    color: #FFF;
    background-color: #0071ad;
    text-align: center;
    white-space: nowrap;
    margin-top: 16px;
}
#ROI>DIV, #ROIresult>DIV {
	display: flex;
	border-bottom: 1px solid #e2e2e2;
	padding: 6px;
	justify-content: center;
    align-items: center;
}
#ROI>DIV>SPAN {
	width: 70%;
}
#ROI SPAN>B{
	display: block;
	font: normal 11px/11px Roboto,Arial;
	margin: 3px 0 -3px;
}
#ROI INPUT, #ROIresult>DIV>B {
	flex-grow: 1;
	margin-left: 5px;
}
#ROIresult {
	display: none;
	font-weight: normal;
}
#ROIresult>DIV>SPAN {
	width: 20%;
}
#ROIresult>DIV>SPAN:first-child {
	width: 40%;
	font-weight: bold;
}
#ROIresult .th1 {
	background-color: #e2e2e2;
	font-weight: bold;
}
.roisave {
	color: #0071ad;
	font-weight: bold;
}
#News .flexbox {
	flex-flow:	column;
}
#News .flexbox>DIV {
	width: 100%;
}
#News LABEL {	
	display: flex;
    flex-direction: column;
	text-align: left;
	margin-bottom: 3rem;
}
#News DATE {
	color: #555555;
	font: 14px/14px Roboto,Arial;
	margin: 1rem 0;
}
#News ARTICLE, #Article P {
	color: #000;
	font: 1rem/1.5rem Roboto,Arial;
	max-height: 250px;
    overflow: hidden;
    opacity: 1 !important;
    margin: 0.5rem 0 1rem;
}
#Article P {
	max-height: unset;
}
#News ARTICLE>IMG {
	min-width: 25%;
	width: 25%;
	padding-left: 20px;
	float: right;
}
.breadCrumb {
	margin: 0 !important;
	padding: 0 !important;
	font: 14px/14px Roboto,Arial;
}
.breadCrumb>A {
	display: inline-block;
	text-decoration: none;
	color: #0071ad;
}
.breadCrumb>A:hover {
	color: #cede26;
}
.breadCrumb>A:after {
	content: "\f121";
    color: #000;
    font: normal 14px/36px LineAwesome;
    padding-left: 3px;
}
#News .readmore {
	display: inline-block;
	background-color: #afbd21;
    font: bold 14px/36px Roboto,Arial;
    letter-spacing: 1px;
    color: #000;
    border-radius: 40px;
    outline: 0;
    min-width: 200px;
    height: 36px;
    margin: 0px;
    transform-origin: center;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
#News .readmore:after {
	content: "\f121";
    color: #000;
    font: bold 14px/36px LineAwesome;
    padding-left: 3px;
}
#News .flexbox H1 {
	font: bold 2rem/2rem Roboto,Arial;
	letter-spacing: 0;
	margin: 0;
	color: #005581;
	opacity: 1 !important;
	min-height: unset;
}
#News .flexbox H2 {
	font: bold 1.5rem/2rem Roboto,Arial;
	color: #005581;
	letter-spacing: 0;
	margin: 1rem 0 1rem;
}
#News .flexbox P {
    font: 1rem/1.2rem Roboto,Arial;
    margin: 0;
    min-height: 0;
    color: #000;
    opacity: 1 !important;
}
#Article {
	flex-flow: column;
	text-align: left;
	padding: 0% 10% 5%;
}
#Article>CONTENT {
	display: flex;
	flex-flow: row;
}
#Article .images {
	width: 25%;
}
#Article .images>IMG {
	margin: 0 0 5% 5%;
}
#Article .flexbox {
	flex-flow: column;
}
#Article H1 {
	font: bold 3rem/3.5rem Roboto,Arial !important;
    margin: 1rem 0 !important;
    letter-spacing: -1px;
    color: #005581 !important;
    opacity: 1 !important;
    min-height: unset;
}
#Article DATE {
	color: #555555;
    font: 14px/14px Roboto,Arial;
    margin-bottom: 1rem;
}
#Article H2 {
	font: bold 2rem/2rem Roboto,Arial !important;
    margin: 2rem 0 1rem !important;
    color: #005581 !important;
}
#Langs {
	position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    background-color: #000;
}
#Langs>DIV {
	display: none;
	pointer-events: all;
	cursor: pointer;
    padding: 5px;
    font: normal 12px/20px Roboto,Arial;    
}
#Langs>DIV.show, #Langs.showall>DIV {
	display: flex;
}
#Langs>DIV.show {
	border-bottom: 0px;
}
#Langs.showall>DIV {
	border-bottom: 1px solid #b9b9b9;
}
#Langs>DIV:hover {
	background-color: #FFF;
	color: #000;
}
#Langs B {
	display: inline-block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    background-position: center;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 3px;
    border: 1px solid #000;
}
.alert {
	background-color: rgba(255, 0, 0, 0.6);
	color: #FFF;
	font: normal 20px/24px Roboto,Arial;
	padding: 10px;
    margin: 20px 0;
}
.mainqoute {
	text-align: left;
	font: italic 1.2rem/1.5rem Roboto,Arial;
	font-style: italic !important;
}
.mainqoute B {
	font-style: normal;
}
.easysteps {
	display: flex;
	flex-flow: row;
}
.easysteps>SPAN {
	display: flex;
    flex-flow: column;
	width: 30%;
	padding: 0px 1%;
}
.easysteps>SPAN>SPAN {
	flex-grow: 1;
}
.easysteps>SPAN IMG {
	margin-top: 1rem;
	max-height: 400px;
}
.easysteps B {
	display: inline-block;
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 2rem;
    height: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    padding: 8px 6px 4px;
}
DIV.checked {
	margin-bottom: 10px;
}
.checked:before {
	content: "\2713";
	font: bold 24px/24px Arial;
    margin-right: 6px;
}
BODY.contactus {
	display: flex;
    flex-flow: column;
}
BODY.contactus>SECTION {
	flex-grow: 1;
}
footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #000;
	color: #9E9E9E;
	padding: 10px 10%;
	font: 13px/16px Roboto, Arial;
}
footer>DIV {
	padding: 0 10px;
	border-right: 1px solid #212121;
}	
footer A {
	text-decoration: none;
	color: #9E9E9E;
	display: inline-block;
}
footer A.link {
	text-decoration: underline;
}
footer A:hover {
	color: #fff;
}
	
footer .link-linkedin:before {
	content: "\f269";
	font: normal 28px/30px LineAwesome;
	vertical-align: middle;			
}
footer .link-facebook:before {
	content: "\f1d9";
	font: normal 28px/30px LineAwesome;
	vertical-align: middle;
}
footer .link-stripe {
	background: url("../images/Stripe.svg") no-repeat center;
	width: 100px;
	height: 30px;
	background-size: contain;
}	

@media only screen and (max-width: 1024px) {

	section .mainbg {
		background-position: bottom center !important;
	}
}

@media only screen and (min-width: 720px) and  (max-width: 1024px) {
	
	#pageHeader .headDesktop UL>LI {
		margin-left: 1%;
	}
	#pageHeader .headDesktop LI A {
		font: 13px/13px Roboto,Arial !important;
	}
	.HeaderLogo {
		font: bold 28px/28px Ubuntu, Arial !important;
	}

}

@media only screen and (max-width: 720px) {
	
	.headDesktop {
		display: none;
	}
	.headMobile {
		display: block !important;
	}
	section {
		padding: 2% !important;
	}
	section H1 {
		font: bold 2.5rem/2.5rem Roboto,Arial;
    	margin: 4.5rem 0;
	}
	section H2 {
		font: bold 2.2rem/2.4rem Roboto,Arial;
    	margin: 2rem 0;
    	letter-spacing: -0.5px;
	}
	section P, .mainqoute {
	    font: 1.1rem/1.2rem Roboto,Arial;
	    margin: 0.5rem 0;
	    text-align: left;
	}
	#requestDemo .closeDemo {
		top: 4px;
    	right: 2px;
	}
	section.flexrows {
		flex-flow: column;
	}
	section .flexbox>DIV {
		width: 100%;
	}
	VIDEO.full {
		top: 50px;
		width: 100%;
		height: auto;
	}
	#ROI INPUT {
		max-width: 100px;
	}
	.Button1 {
		height: 40px;
		font: bold 14px/40px Roboto,Arial;
	}
	.easysteps {
		flex-flow: column;
	}
	.easysteps>SPAN {
		width: auto;
	}
	.easysteps B {
		margin: 1.5rem 0 0.5rem;
	}

}

@media only screen and (max-width: 420px) {

	#pageHeader I {
		font: bold 22px/22px Roboto,Arial;
    	letter-spacing: 0px;
	}
	#pageHeader .headContact UL {
		justify-content: flex-start;
	}
	#pageHeader .headContact {
		padding: 0px 5px;
		letter-spacing: 0;
	}
	#pageHeader .headContact A {
		padding: 9px 0px;
	}
	#pageHeader .cms {
		display: none;
	}
	#Langs>DIV {
		padding: 8px;
	}
	VIDEO.full {
		left: -100%;
		top: 0;
    	width: auto;
    	height: 110%;
	}
	section H1 {
		font: bold 2.0rem/2.0rem Roboto,Arial;
    	margin: 5rem 0 1.5rem;
	}
	section H2 {
	    font: bold 1.8rem/1.9rem Roboto,Arial;
	    margin: 2rem 0;
	}
	section>DIV {
		padding: 0;
	}
	#ROI INPUT {
		max-width: 100px;
	}
	.wicons H3:before {
		width: 28px;
    	height: 27px;
    	font: normal 24px/20px LineAwesome;
	}
	#requestDemo>DIV {
		padding: 2rem 1rem 0rem;
		height: 480px;
	}
	#Article H1 {
		font: bold 2rem/2rem Roboto,Arial !important;
	}
	#Article H2 {
		font: bold 1.5rem/1.6rem Roboto,Arial !important;
	}
	#Article>CONTENT {
		flex-flow: column;
	}
	#Article>CONTENT>TEXT {
		width: 100% !important;
	}
	#Article .images>IMG {
		margin: 5% 0;
	}
	footer {
		padding: 10px 2%;
	}
	#requestDemo LABEL {
		margin-top: 0.3rem;
		font: bold 1rem/1.2rem Roboto,Arial;
	}
	.alert {
		font: normal 16px/17px Roboto,Arial;
		padding: 4px;
	}
	section.stats {
		flex-flow: wrap;
		padding: 10px 5px;
		font: 0.9rem/1.1rem Roboto,Arial;
		margin-top: -70px;
	}
	section.stats>SPAN {
		flex-grow: 1;
		padding: 20px 3px 5px;
	}
	section.stats H2 {
		font: bold 2rem/2rem Roboto,Arial;
	}
}

