* {
	font-family: 'Noto Sans', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
    /*
text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
*/
	}
	
	.row::after {
  	  content: "";
  	  clear: both;
  	  display: block;
	}
	[class*="col-"] {
    	float: left;
		padding: 15px;
	}
	
	.logo {
		display: none;
}
	
	/* For mobile phones: */



	
	a{
		text-decoration: none;
	}
	
	.intro h1{
		font-size: 50px;
		font-weight: 500;
		font-family: 'Noto Sans', sans-serif;
		color: #fff;
		margin:0;
	}
	
	h1{
		line-height: 1.2;
		font-size: 50px;
		font-weight: 500;
		font-family: 'Noto Sans', sans-serif;
		color: rgba(0, 0, 0, 0.56);
		margin:0;
	}
	
	h2 {
		letter-spacing: normal;
		font-family: 'Noto Sans', sans-serif;
		font-size: 20px;
		padding-top: 20px;
		color: #24a991;
	}
	
	
	h3{
		font-size: 16px;
		font-weight: 500;
		font-family: 'Open Sans', sans-serif;
		color: rgba(0, 0, 0, 0.56);
		margin:0;
		padding-top: 12px;
	}
	
	h4{
		padding: 6px;
		padding-left: 0;
		white-space: nowrap;
		color: #5e5e5e;
		font-weight: 400;
	}
	
	h5{
		padding-bottom: 8px;
	}
	.intro p{
		font-size: normal;
		font-weight: normal;
		color: #fff;
		width:100%;
		padding-top: 12px;
	}
	
	p{
		line-height: normal;
		font-size: normal;
		font-weight: normal;
		color: rgba(0, 0, 0, 0.56);
		width:100%;
		padding-top: 12px;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:left;
	}

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}
	
	.topbar{
		border-top: 2px solid #9c9c9c;
		margin-bottom: 15;
		margin: 0;
	}
	
	.bottombar{
		border-bottom: 2px solid #9c9c9c;
		margin-top: 15;
		/* margin: 0; */
	}
	
	.collapseAway {display: none;}
	.navbuttons{text-align: left;}
	
	.navigation {
	font-family: 'Open Sans', sans-serif;
    padding: 4px 10px;
    /* background: rgba(255, 255, 255, 0.1); */
    vertical-align: middle;
    color: rgba(72, 72, 72, 0.65);
    text-decoration: none;
    border-radius: 4px;
    display: inline;
    font-size: 11pt;
    margin-right: 0px;
    line-height: 2;
    white-space: nowrap;
}
.navigation:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    cursor: hand;
    /* border-bottom: 6px solid #999999 */
}
.navigation:active {
    background: #ccc;
}


.img:hover {
	opacity: .7;
}
.dwnld {
	color: #6c6c6c !important;
	padding: 4px 10px;
	border-radius: 4px;
	background: rgba(231, 231, 231, .8);
	display: inline;
	float: left;
}
.dwnld:hover {
	background: rgba(212, 212, 212, 1);
    cursor: pointer;
    cursor: hand;
}
.dwnld:active {
	background: rgba(188, 188, 188, 1);
}

	.header {
		position: relative;
		z-index: 1;
		width: 100%;
	}
	
	
.cd-top {
	cursor: pointer;
	cursor: hand;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); */
  /* image replacement properties */
  border-radius: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(182, 182, 182, 0.8) url(uparrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	cursor: pointer;
	cursor: hand;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: .7;
  cursor: pointer;
	cursor: hand;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .6;
  cursor: pointer;
	cursor: hand;
}	
	
	[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-half{width: 4.16%;}
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    
    .navbuttons{text-align: left;}
    .header{position: absolute;}
    .logo{display: block}
    .collapseAway {display: block}
}
@media only screen and (min-width: 970px) {
    /* For desktop: */
    .col-half{width: 4.16%;}
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    
    .navbuttons{text-align: left;}
    .header{position: absolute;}
    .logo{display: block}
    .collapseAway {display: block}
}