	
	
/**********************************LANDING_PAGE*************************************/	
body, html {height:auto; margin:0; padding:0;font-family:Arial; }
#landing{width:100% !important; height:100% !important; background:url(../images/m_landing_bg.png) no-repeat; background-size:cover; background-position:0 0; text-align:center;}	
#landing section{margin:0; padding:0; text-align:center; height:100% !important;}	
	

#landing .top_menu{ width:100%; display:block;}
#landing .top_menu .logo {text-decoration:none; border: 0; width:auto; margin:0 auto; padding:8% 0 5% 0;}

#landing .top_menu .logo h1 {width:90px; height: 106px; margin:0 auto;  font-size: 0px; background:url(../images/m_logo_landing.png) no-repeat; background-size:100% auto; background-position:center 0;}
#landing .top_menu .logo h2 {width:250px; height: 26px; margin:12px auto 0 auto; font-size: 0px; background:url(../images/m_slogan_landing.png) no-repeat; background-size:100% auto; background-position:center 0;}

#landing_menu ul{ margin:0; padding:0; list-style-type:none;}

#landing .mobile_but a, #landing .site_but a{width:65%;  margin:0 auto 0.7em auto;  display:inline-block; text-align:center; font-size:1.3em; font-weight:bold; font-family: Arial, Helvetica, sans-serif; cursor:pointer; -webkit-border-radius: 0.4em; border-radius: 0.4em;  padding:0.6em 0; text-decoration:none;}
	#landing .mobile_but a{ -webkit-appearance: none;  text-shadow: 0px 1px 0px #0c6030; color:#FFFFFF; 
	background-image: linear-gradient(top, #068a43 0%, #0a9449 50%, #10753e 50%, #1c914f 100%);
	background-image: -o-linear-gradient(top, #068a43 0%, #0a9449 50%, #10753e 50%, #1c914f 100%);
	background-image: -moz-linear-gradient(top, #068a43 0%, #0a9449 50%, #10753e 50%, #1c914f 100%);
	background-image: -webkit-linear-gradient(top, #068a43 0%, #0a9449 50%, #10753e 50%, #1c914f 100%);
	background-image: -ms-linear-gradient(top, #068a43 0%, #0a9449 50%, #10753e 50%, #1c914f 100%);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #068a43), color-stop(0.5, #0a9449), color-stop(0.5, #10753e), color-stop(1, #1c914f));
	border:0.1em solid #007335;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.5); 
	}
	
	#landing .site_but a{ -webkit-appearance: none;  text-shadow: 0px 1px 0px #e3e3e3; color:#515151;
	background-image: linear-gradient(top, #cacaca 0%, #b8b8b8 50%, #a9a9a9 50%, #979797 100%);
	background-image: -o-linear-gradient(top, #cacaca 0%, #b8b8b8 50%, #a9a9a9 50%, #979797 100%);
	background-image: -moz-linear-gradient(top, #cacaca 0%, #b8b8b8 50%, #a9a9a9 50%, #979797 100%);
	background-image: -webkit-linear-gradient(top, #cacaca 0%, #b8b8b8 50%, #a9a9a9 50%, #979797 100%);
	background-image: -ms-linear-gradient(top, #cacaca 0%, #b8b8b8 50%, #a9a9a9 50%, #979797 100%);
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #cacaca), color-stop(0.5, #b8b8b8), color-stop(0.5, #a9a9a9), color-stop(1, #979797));
	border:0.1em solid #8e8e8e;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8); 
	}
	
	
	
	#landing .apps_bar {padding: 0.4em 0 1em 0; color:#6b6b6b; width:100%; position:relative; text-shadow: 0px 1px 0px #e4e4e4;}
	#landing .apps_bar h3 {width: auto; padding: 0; margin: 0; font-size:1em; color:#3d3d3d; line-height:35px; text-shadow: 0px 1px 0px #e4e4e4; display: block; float:none;}
	#landing .apps_bar ul {width: auto; padding: 0; margin: 0 auto; float:none;  right:0; left:0; text-align:center;}
	#landing .apps_bar li {list-style: none; width: auto; height: auto; padding: 0; margin: 0 0.5em 0.5em 0.5em; text-align: center; display:inline-block; float:none;  font-size:0.8em; white-space:nowrap;}
	#landing .apps_bar li a {display: block; width: 40px; height: 40px; background-repeat:no-repeat; background-position:center 0; -webkit-background-size:cover; background-size:cover;
	 -webkit-border-radius: 0.4em; border-radius: 0.4em;  border:0.1em solid #b0b0b0; margin:0.2em auto 0.2em auto;
	}
#landing .copyright{ padding: 0 0 0.5em 0; font-size:12px;}

	
	

