html, body {
	background-color:#f7f7f7;
	font-family:Tahoma;
	height: 100%;
}
img {
	border:0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #333333;
}
a:active {
	color: #FFFFFF;
}

.full{width:100%;}

#logo_all{ 
	margin:0 auto;
	margin-top:1%;
	width:100%;
	height:20%;
	background-image:url(../images/logo_all.png); 
    background-origin:content;                  
    background-position:50% 50%;                
    background-size:contain;                   
    background-repeat:no-repeat;  } 
#logo{ 
	margin:0 auto;
	margin-top:8%;
	width:100%;
	height:20%;
	background-image:url(../images/logo.png); 
    background-origin:content;                  
    background-position:50% 50%;                
    background-size:contain;                   
    background-repeat:no-repeat;  } 
#iphone{ 
	margin:0 auto;
	margin-top:2%;
	width:100%;
	height:60%;
	background-image:url(../images/iphone.png); 
    background-origin:content;                  
    background-position:50% 50%;                
    background-size:contain;                   
    background-repeat:no-repeat;  }    

#stickey_footer { /* This will make your footer stay where it is */
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height: 160px;
	position: fixed;
	text-align:center;
}
.dotline { BORDER-BOTTOM:0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP:4px #b5b5b5 dotted; width:80%;} 

.listbtn{width:95%; margin:auto 0; margin-top:20px; }
.listbtn a{margin-top:20px; text-align:center;}

.btn {
	display: inline-block;
	padding: 20px 20px;
	color: #777 !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 50px;
	font-family: Tahoma, Arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	border:0px solid #ccc !important;
	background:#fff  !important;
	vertical-align:middle;
	line-height:80px;

}
.btn:hover, .btn:focus, .btn:active {
	outline:medium none;
	border:2px solid #329ECC !important;
	opacity:0.9;
	-khtml-opacity: .9;
	-moz-opacity: 0.9;
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}

.btn-green {
	color: #97c03d !important;
	border:2px solid #97c03d !important;
	background-color: #fff !important;
}
.btn-black {
	color: #fff !important;
	border:2px solid #000 !important;
	background-color: #000 !important;
}

.btn-blue {
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #2D69AC !important;
	background-color: #3C6ED1 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
	-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
	border:1px solid #2D69AC !important;
}

.btn-gray {
	color: #000 !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border:1px solid #2D69AC !important;
	background-color: #e5e5e5 !important;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
	-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
	box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
	border:1px solid #2D69AC !important;
}

.icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	float:left;
	margin-right: 4px;
}
.icon-ios {
	background-image:url("../images/icon_ios.png");
	background-origin:content;                  
    background-position:50% 50%;                
    background-size:contain;                   
    background-repeat:no-repeat; 
}
.icon-android {
	background-image:url("../images/icon_android.png");
	background-origin:content;                  
    background-position:50% 50%;                
    background-size:contain;                   
    background-repeat:no-repeat; 
}
