@charset "utf-8";
/* CSS Document */

/*************Background start*************/
body
{
	margin:0px;
	
	background-color:#DFE2DB;
}

.stopScroll
{
	height:100%;
	overflow:hidden;
}
/*************Background end*************/

/*************Header start*************/
#header
{
	/*Header banner*/
	height:75px;
	width:98.9vw;
	line-height:10px;
	
	position:fixed;
	margin-bottom:0px;
	
	background-color:#191919;
	
	z-index:4;
}

#headNav
{
	/*Header navigation list*/
	display:inline;
	
	list-style-type: none;
}

#title
{
	/*Title list item*/
	display:inline;
	float:left;
	margin-right:75px;
}


#title img
{
	/*Logo*/
	float:left;
	margin-right:15px;
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

#title svg
{
	/*Tick*/
	float:left;
	margin-left:-0.4vw;
	margin-right:-0.4vw;
}

#pageNav
{
	/*Page navigation list*/
	line-height:37.5px;
	
	display:inline;
	text-align:center;
	
	list-style-type: none;
}

#pageNav li
{
	/*Page navigation list item*/
	height:75px !important;
	
	float:left;
	padding-left:1.2vw;
	padding-right:1.2vw;
}

.linkContainer
{
	/*List item click area*/
	height:75px;
	width:auto;
	
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

#spaceHeader
{
	/*Head container spacing*/
	height:75px;
}
/*************Header end*************/

/*************Main start*************/
#mainContent
{
	/*Main content container*/
	height:auto;
	width:98.9vw;
	
	position:relative;
	
	background-color:#fff;
	
	z-index:3;
}

.contentBlock
{
	/*Individual content blocks*/
	height:752px;
	width:100%;
	
	position:relative;
	
	border-bottom:2px solid #DFE2DB;
}

#contentBlock1
{
	/*Slogan content block*/
	background:url(../../images/home/1.svg) center no-repeat;
}

#contentBlock2
{
	/*Android/iOS content block*/
	background:url(../../images/home/2.svg) center no-repeat;
	background-color:#E0E1DC;
}

#contentBlock3
{
	/*Windwows content block*/
	background:url(../../images/home/3.svg) center no-repeat;
}

#contentBlock4
{
	/*Browser plugins content block*/
	background:url(../../images/home/4.svg) center no-repeat;
	background-color:#E0E1DC;
}

.downArrow
{
	position: absolute;
	transform:rotate(90deg);
	right:0px;
	bottom: 0px; 
	
	z-index:1;
}

.upArrow
{
	position: absolute;
	transform:rotate(-90deg);
    right: 0;

	z-index:1;
}

#spaceMiddle
{
	/*Middle container spacing*/
	height:350px;
}
/*************Main end*************/

/*************Footer start*************/
#footer
{
	/*Footer Container*/
	width:98.9vw;
	
	position:fixed;
	bottom:10px;
	
	z-index:0;
}

#footerTop
{
	/*Top footer bar*/
	height:150px;
	line-height:20px;
	
	text-align:center;
	padding-bottom:10px;
	
	background-color:#FFF;
}

#footerBottom
{
	/*Bottom footer bar*/
	height:auto;
	
	text-align:center;
	margin-bottom:-20px;
	
	background-color:#191919;
}

#footerBottom ul
{
	/*Footer navigation lists*/
	display:inline-block;
	text-align:left;
	margin-left:3vw;
	margin-right:3vw;
	
	list-style-type:none;
}

#firstUL
{
	/*Produckts navigation list*/
	margin-left:0px !important;
}

.topArrow
{
	/*Back to top arrow*/
	margin-top: 50px;
	position: absolute;
    right: 0;

	z-index:1;
}

#footBar
{
	/*Footer bar separator*/
	height:4px;
	width:70%;
	
	margin: 0 auto;
	margin-bottom:-10px;
	
	background-color:#fff;
}

#copyright
{
	/*Copyright text*/
	display:inline-block;
}
/*************Footer end*************/