<style>

	
	

h1,
h2,
h3,
h4,
h5 {
  font-family: "jaf-facitweb", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  
}
  
  
  
 header {
  margin: 0 auto;
  background: #eee;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
 
   
}



.blueHeader{
	
	width: 100%;
	min-width: 800px;
	height:95px; 
	margin-top: -10px;
	margin-left: -8px;
	text-align: center;
	background: #eeeeee url('images/background_blue.png');
	position: fixed;
	color: white;
	
	
}


 .logo {
	float: left;
	margin-top: 30px;
   width: 28%;
   
   text-align: left;
  
   min-width: 300px;
 
   padding-left: 5%;
   

 }
 
 .cover {
  margin: 0 ;
  border-radius: 5px;
  width: 120px;
  
  box-shadow: 10px 10px 5px #888888;
  
  }
  
  .cover:hover {
  margin: 0 ;
  border-radius: 5px;
  width: 120;
  
  box-shadow: 15px 15px 7.5px #888888;
  
  }




.headline{
	
	float: left;
	text-align: center;
	color: #ffffff;
	
	margin-top:20px;
	width: 28%;
	text-transform: uppercase;
	white-space: nowrap;
	 
}

.menue{
	margin-top:50px;
	color: #ffffff;
	width: 33%;
	float: left;
	text-transform: uppercase;
	white-space: nowrap;
	list-style: none;
	text-align: left;

}
.menue li{
	
	display: inline;
	margin: 10px;
}

a {
    text-decoration: none;
    color: black;
}
a:link, a:visited {
    color: black;
}
a:hover {
    color: blue;
    font-style: bold;
}




.intro {
	
  margin-top: 140px;
  clear: both;
  width: 100%;
  
  min-width: 800px;
  
 }
 
  
 
 

 .introtext {
	 float: left;
	width: 40%;
	margin-left: 10%;
	
	
	
}

.introtext2 {
	 float: right;
	width: 30%;
	
	
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 2%;
	
 
 }
 

.screenshots {
	
	
  float: left;
  clear: both;
  width: 100%;
  
  background-color: #eee;
  text-align: center;
	
}
.screenshots2 {
	
	
  float: left;
  clear: both;
  width: 100%;
  
  text-align: center;
  
	
}

.ipadContainer {
	float: left;
	width: 100%;
	
	
	
  }

.ipad {
	
	width: 15%;
	margin: 1%;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	
	
  }
  .iphone {
	
	width: 10%;
	margin: 2%;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	
}
  
 


.faqContainer {
	
	
   	
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #eee;
  text-align: center;
 
}
.faqInner {
	
		
  float: left;
  clear: both;
  margin-left : 5%;
  margin-right : 5%;
  text-align: center;
  
   
  
}


/***** contact us starts *****/

.contact_us_container {
	margin-top: 10%;
	clear: both;
    width: 100%;
    text-align: center;
}

.contact_us_left {
	float: left;
	width: 40%;
	padding: 5%;
	
}

.contact_us_right {
	float: left;
	width: 40%;
	text-align: right;
	font-size: 14px;
	padding: 5%;
}


.contact_us_image{ 
	float:left; 
	
	width: 40%;
	
	text-align: center;
	clear: both;
}


.contact_us{ 
	
	width:100%
	 
	 float: left;
	 
}
	

/***** contact form  *****/

.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 16px;
    background: #F7F7F7;
    
}
.form-style-6 h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background: #eeeeee url('images/background_blue.png');
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #0a17ca;
    padding: 3%;
    border: 1px solid #0a17ca;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    background: #eeeeee url('images/background_blue.png');

    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #0c1edf;
}


/***** contact_us  ends *****/












.button {
	
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 5px 2px;
  
  outline: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 100%;
  padding: .6em 2em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 5px #888888;
}

.button:hover {
  text-decoration: none;
  
}
.button:active {
  position: relative;
  top: 1px;
}
.button[class*=" ss-"]::before {
  font-size: 14px !important;
}
a.button,
a:link.button,
a:visited.button {
  color: #fff !important;
}


.blue {
  color: #d9eef7;
  border: solid 1px #0076a3;
   background: #eeeeee url('images/background_blue.png');}
.blue:hover {
  background: #0c1edf;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
}
.blue:active {
  color: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top, #0078a5, #00adee);
}

.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}



.protectedImg{
	
	background: #ffffff url('images/address.png');

	
}





/* Responsify */
@media screen and (max-width: 865px) {

.cf {
  zoom: 1;
  font-size: 20px;
 
}
	
.logo {
	
	text-align: left;
	float: left;
	width: 25%;
	min-width: 0px;
	
	padding-left: 5%;
 }
 
 .cover {
	  
  margin: 0 ;
  border-radius: 5px;
  width: 80px;
  
  
  }

.headline{
	 

	 
	width: 40%;
	float: left;
	text-align: center;
	color: #ffffff;
	margin-top:-10px;
	text-transform: uppercase;
	white-space: nowrap;
	
	
}
.headline h2{
	
	
	font-size: 28px;
}


.menue{
	
	width: 30%;
	color: #ffffff;
	
	float: right;
	text-transform: uppercase;
	margin-right: 10%;
	margin-top: -40px;
	
	
}
.menue li{
	
	display:inline;
	margin: 5px;
	
	
}
.menue ul{
  font-size: 22px;
  }
  
	


.screenshots {
	
	 border-top:1px solid black;
  float: left;
  clear: both;
  width: 100%;
  
  background-color: #ffffff;
  text-align: center;
   border-bottom:1px solid black;
	
}
.screenshots2 {
	
	
  float: left;
  clear: both;
  width: 100%;
  
  text-align: center;
   border-bottom:1px solid black;
  
	
}

.faqContainer {
	
	
   	
   clear: both;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  text-align: left;
   border-bottom:1px solid black;
 
}


/***** contact us starts *****/

.contact_us_container {
	margin-top: 10%;
	clear: both;
    width: 100%;
    text-align: center;
 
  
}

.contact_us_image{ 
	clear: both;
	
	width: 100%;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
}


.contact_us{
	margin-left: 10%;
	margin: 0;  
	width:250px; 
	 
	 float: left;
	 
}


	
/***** contact_us  ends *****/



}





@media screen and (max-width: 480px) {
	.cf {
  zoom: 1;
  font-size: 20px;
 
}

.blueHeader{
		
	
	
	width: 100%;
	min-width: 0px;
	height:95px; 
	margin-top: -10px;
	margin-left: -8px;
	text-align: center;
	
	background: #eeeeee url('images/background_blue.png');
	position: fixed;
	color: white;
	
}


.logo {
	
	text-align: left;
	float: left;
	width: 25%;
	min-width: 0px;
	
	padding-left: 5%;
 }
 
 .cover {
	  
  margin: 0 ;
  border-radius: 5px;
  width: 80px;
  
  
  }

.headline{
	 

	 
	width: 50%;
	float: left;
	text-align: center;
	color: #ffffff;
	margin-top:-10px;
	text-transform: uppercase;
	white-space: nowrap;
	
	
}
.headline h2{
	
	
	font-size: 22px;
}


.menue{
	
	width: 30%;
	color: #ffffff;
	
	float: left;
	text-transform: uppercase;
	
	margin-right: 0;
	margin-top: -10px;
	
}
.menue li{
	
	display:inline;
	margin: 0;
	
	
}
.menue ul{
  font-size: 18px;
  }
  
  
  
  .intro {
	
  margin-top: 160px;
  margin-left: -50px;
  clear: both;
  width: 100%
  overflow: none;
  min-width: 100%;
   background-color: aqua;
 }
 
 
  
 

  
 .introtext {
	 clear: both;
	float: left;
	width: 100%;
	margin-left: 50px;
	margin-top: -50px;
	min-width: 0px;

   
    
 }
 
 .introtext2 {
	  clear: both;
	float: left;
	width: 100%;
	margin-left: 10px;
	margin-top: 0px;
	min-width: 0px;
	
 
 }
 .introtext h1 {
	 
	 font-size: 20px;
	 font-style: bold;
}
.introtext h2 {
	
	 font-size: 18px;
	 font-style: bold;
}



.screenshots {
	
	 border-top:1px solid black;
  float: left;
  clear: both;
  width: 100%;
  
  background-color: #ffffff;
  text-align: center;
   border-bottom:1px solid black;
	
	padding-bottom: 20px;
}
.screenshots2 {
	
	
  float: left;
  clear: both;
  width: 100%;
  
  text-align: center;
   border-bottom:1px solid black;
   padding-bottom: 20px;
  
	
}

.ipad {
	
	width: 30%;
	margin: 1%;
	border-radius: 5px;
	
	
  }
  .iphone {
	
	width: 25%;
	margin: 1%;
	border-radius: 5px;
	
}


.faqContainer {
	
	
   	
   clear: both;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  text-align: left;
   border-bottom:1px solid black;
 
}


/***** contact us starts *****/

.contact_us_container {
	margin-top: 10%;
	clear: both;
    width: 100%;
    text-align: center;
 margin-top: 20%;
  
}



.contact_us_left {
	float: left;
	text-align: center;
	width: 100%
	padding: 5%;
	
}

.contact_us_right {
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding: 5%;
}



.contact_us_image{ 
	clear: both;
	
	width: 100%;
	margin-right: auto;
	margin-left: 0px;
	
	text-align: center;
}



.contact_us{ margin-left: 10%;
	 margin-top: 20px;
	margin: auto;  
	width:250px; 
	 
	 float: left;
	 
}


.protectedImg{
	
	background: #ffffff url('images/address_left.png');

	
}

	
	
}
</style>

