@charset 'UTF-8';
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900);
@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 
 html {
      height: 100%;
    }
	
	body,input,textarea,select {
		font-family: 'Source Sans Pro',"Microsoft Yahei","Hiragino Sans GB",sans-serif ; 
		font-weight: normal;
		font-size: 1.16em;
		line-height: 1.75em;
		color: #39454b;
		letter-spacing: 0.5px;
	}

	h1,h2,h3,h4,h5,h6 {
		font-weight: 900;
		color: inherit; font-family: 'Source Sans Pro',"Microsoft Yahei","Hiragino Sans GB",sans-serif ; 
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		
	h2 {
		color:#F00;
		font-size: 2.25em;
		line-height: 1.25em;
	}
		strong, b {
		font-weight: 900;
		color: inherit;
	}
	
    body {
      background: #E2E4E7;
      padding: 0;
       position: relative;
      margin: 0;
      height: 100%;
      -webkit-font-smoothing: antialiased;
    }
    
    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	margin: 0 auto; 
    	overflow: hidden;
    }
    
    a {
      text-decoration: none;
    }
    
    h1, h2 {
      width: 100%;
      float: left;
    }
    h1 {
      margin-top: 100px;
      color: #000;
      margin-bottom: 5px;
      font-size: 70px;
      font-weight: 100;
    }
    h1 span {
      font-size: 26px;
      margin: 0 5px;
      text-transform: capitalize;
      background: rgba(0,0,0,0.85);
      display: inline-block;
      color: #6D461D;
      border-radius: 5px 5px;
      -webkit-border-radius: 5px 5px;
      -moz-border-radius: 5px 5px;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
      padding: 3px 10px;
    }
    h2 {
      color: #6D461D;
      font-weight: 100;
      margin-top: 0;
      margin-bottom: 10px;
    }
    
    .pointer {
      color: #9b59b6;
      font-family: 'Pacifico', cursive;
      font-size: 30px;
      margin-top: 15px;
    }
    code {
      margin: 20px 1%;
      float: left;
      width: 48%;
      height: 105px;
      background: rgba(0,0,0,0.1);
      border: rgba(0,0,0,0.05) 5px solid;
      border-radius: 5px;
      padding:5px;
      color: white;
      text-align: center;
      font-size: 15px;
      margin-top: 25px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
    }
    code.html {
      color: #7EC9E6;
    }
    code.js {
      color: #FFAD00;
    }

    .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
    
    .main h1 {
      padding:0;
      float: left;
      width: 100%;
	font-size: 3.25em;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
       color: white;
      margin: 0;
 	line-height: 1.25em;
    }
   
    .main h1.demo1 {
      background: #1ABC9C;
    }
    
    .reload.bell {
      font-size: 12px;
      padding: 20px;
      width: 45px;
      text-align: center;
      height: 47px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    }
    
    .reload.bell #notification {
      font-size: 25px;
      line-height: 140%;
    }
    
    .reload, .btn{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
    }
    .reload:hover{
      background: #444;
    }
    .btn {
      width: 200px;
      color: rgb(255, 255, 255);
      border: 4px solid rgb(0, 0, 0);
      background: rgba(3, 3, 3, 0.75);
    }
    .clear {
      width: auto;
    }
    .btn:hover, .btn:hover {
      background: #444;
    }
    .btns {
      width: 410px;
      margin: 50px auto;
    }
    .credit {
      text-align: center;
      color: rgba(0,0,0,0.5);
      padding: 10px;
      width: 410px;
      clear: both;
    }
    .credit a {
      color: rgba(0,0,0,0.85);
      text-decoration: none;
      font-weight: bold;
      text-align: center;
    }
    
    .back {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      display: block;
      padding: 7px;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.25);
      font-weight: bold;
      font-size: 13px;
      color: #000;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
    }
    .back:hover {
      color: black;
      background: rgba(255, 255, 255, 0.5);
    }
    
    header { min-height:70px;
      position: relative;
      z-index: 10;
    }
    .main section .page_container {
      position: absolute;
     top:0%;
      margin: 0 auto 0;
      max-width: 1024px;
      z-index: 3;
	  background: none;
    }
    .main section  {
      overflow: hidden;
    }
    
    .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
	
	 .main section h1 {
       padding: 0;
       margin-bottom: 12px;
      font-size: 21px; font-weight:bold;
       color: #039;
    }
	.main section h2 {
             padding: 0;
      margin-bottom: 5px;
      font-size: 19px; font-weight:bold;
       color: #900;
    }
	.main section {
 		font-size: 0.8em;
		line-height: 1.2em;
		color: #000; 
		text-shadow: 0 0 3px #fff;
		font-family: Arial, Helvetica, "Microsoft Yahei","Hiragino Sans GB",sans-serif ; 
     }
    
	.main section.page2 h1 {
       padding: 0;
	   margin-top: 12px;
       margin-bottom: 12px;
      font-size: 21px; font-weight:bold;
       color: #039;
    }
	
    .main section.page1 {
	  background:url('../images/product/product_bg1.jpg') rgb(217, 217, 217);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
color: #000; 
text-shadow: 0 0 3px #fff;
    }
	.main section.page1 .page_container{ width: 60%;
 color:#FFF; text-shadow: 0 1px 1px #000;
	float:left;
	padding: 2em;
	text-align: left;
     overflow: hidden;}
	 .main section.page1 h1{color:#FC3; font-size:2em;}
   
    .main section.page2 {
	background:  url('../images/product/product_bg2.jpg') rgb(217, 217, 217);
	background-size: cover;
 	background-position: bottom center;
	background-repeat: no-repeat;
	text-shadow: 0 0 3px #fff;

    }
   
    .main section.page2 .page_container {
	width: 60%;
	float:left;
	padding: 2em;
	text-align: left;
    margin-top: 0px;
    overflow: hidden;
    }
    
	.main section.page2 p{line-height:1.4em;}
	.main section.page2 p ul li{line-height:1.4em; margin:0; padding:0; }
 
    .viewing-page-2 .back{
      background: rgba(0, 0, 0, 0.25);
      color: #FFF;
      }

    
    body.disabled-onepage-scroll .onepage-wrapper  section {
      min-height: 100%;
      height: auto; 
    }
    
    body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page3 .page_container  {
      padding: 20px;
      margin-top: 150px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    body.disabled-onepage-scroll  section .page_container h1{
      text-align: center;
    }
    body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns{
      text-align: center;
      width: 100%;
    }
    
    body.disabled-onepage-scroll .main section.page1 > img {
      position: absolute;
      width: 80%;
      left: 10%;
    }
    
    body.disabled-onepage-scroll .main section > img {
      position: relative;
      max-width: 80%;
      bottom: 0;
    }
    body.disabled-onepage-scroll code {
      width: 95%;
      margin: 0 auto 25px;
      float: none;
      overflow: hidden;
    }
    
    body.disabled-onepage-scroll .main section.page3 .page_container {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      right: 0;
    }
	
	
	 .main section .page_container .easyproduct {
		 float:left; width:33%; text-align:center; font-weight:bold; margin-bottom:10px;
    }
	.main section .page_container .easyproduct img{ width:190px; height:190px; border-radius:200px; border:3px #CCCCCC solid; margin-bottom:10px;}
	
	 .main section .page_container .easyproduct2 {
		 float:left; width:30%; text-align:left; font-weight:normal; margin-bottom:10px; padding-left:25px; margin-top:20px;
    }
	.main section .page_container .easyproduct2 img{  border:1px #CCCCCC solid;}
	
	.main section .page_container .webmailcon1{float:left; width:50%; text-align:left;  margin-bottom:5px;}
	.main section .page_container .webmailcon1 ul{ margin:0; padding:0;}
	
	/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		background: rgba(255,255,255,0.95);
		min-height: 3em; max-height:6em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.5);
	}
	

	
	body {
		padding-top: 3.6em;
	}

	#logo {
		position: absolute;
		left: 1em;
		top: 0;
		height: 3em;
		line-height: 3em;
		letter-spacing: -1px; 
	}
	#logo img{ border:none;
	}
	
		#logo a {
			font-size: 1.85em;
		}
	
	#nav {
		position: relative; float:right; margin-right:5px;
		top: 0;
		height: 3em;
		line-height: 3em;
	}

		#nav ul {
			margin: 0;
		}

			#nav ul li {
				display: inline-block;
				margin-left: 0.1em;
				font-size: 0.9em;
			}
			
				#nav ul li a { 
					display: block;
					color: inherit;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					padding: 0 0.3em 0 0.3em;
					outline: 0;
				}
				#nav ul li a:hover {
					display: block;
					background:#333;
					color:#CCC;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					outline: 0;
				}
	/*********************************************************************************/
/* Logo                                                                        */
/*********************************************************************************/

#logo {
		position: absolute;
		left: 1em;
		top: 0;
		height: 3em;
		line-height: 3em;
		letter-spacing: -1px;
	}
	
		#logo a {
			font-size: 1.85em;
		}
		
/* Forms */

		form {
		}
		
			form label {
				display: block;
			}
		
			form input[type="text"],
			form input[type="password"],
			form select,
			form textarea {
				font-size:1em;
				display: block;
				width: 100%;
				padding: 0.3em;
				background: none;
				border: solid 1px rgba(185,186,187,0.8);
				color: inherit;
				border-radius: 0.3em;
				outline: none;
				margin-bottom:0.4em;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
			}

				form input[type="text"]:hover,
				form input[type="password"]:hover,
				form select:hover,
				form textarea:hover {
				}

				form input[type="text"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #9ac8e9;
				}

			form input[type="text"],
			form input[type="password"],
			form select {
				line-height: 1em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-webkit-input-placeholder {
				color: rgba(0,0,0,0.8) !important;
			}

			form :-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form :-ms-input-placeholder {
				color: rgba(145,146,147,0.85) !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
/* Buttons */
		
		.button {
			background-color: #98c593;
			border: 0;
			border-radius: 3.0em;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			height: 3em;
			line-height: 3em;
			outline: 0;
			padding: 0 2em 0 2em;
			position: relative;
			text-align: center;
			text-decoration: none;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;

			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-o-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
		}

			.button.down {
				width: 5em;
				height: 5em;
				line-height: 4.5em;
				padding: 0;
				background-image: url('images/dark-arrow.png');
				background-position: center center;
				background-repeat: no-repeat;
				text-indent: -10em;
				overflow: hidden;
			}
			
				.button.down.anchored {
					bottom: 0;
					border-bottom: 0;
					border-radius: 3em 3em 0 0;
					height: 4.5em;
					margin-left: -2.5em;
				}
			
			.button.anchored {
				position: absolute;
				left: 50%;
			}
			
			.button:hover {
				background-color: #a8d5a3;
			}
			
			.button:active {
				background-color: #88b583;
			}		
			@media only screen and (max-width: 1024px) {
				.main section .page_container .easyproduct {
		 float:left; width:33%; text-align:center; font-weight:bold; margin-bottom:10px;
    }
	.main section .page_container .easyproduct img{ width:120px; height:120px; border-radius:200px; border:3px #CCCCCC solid; margin-bottom:10px;}
	
	 .main section .page_container .easyproduct2 {
		 float:left; width:30%; text-align:left; font-weight:normal; margin-bottom:10px; padding-left:5px; margin-top:20px;
    }
	.main section .page_container .easyproduct2 img{border:1px #CCCCCC solid; width:80px;}
	
	.main section .page_container .webmailcon1{float:left; width:50%; text-align:left;  margin-bottom:5px;}
	.main section .page_container .webmailcon1 ul{ margin:0; padding:0;}
			}
			
			@media only screen and (max-width: 640px) {
	.main section  {
      overflow: visible;
    }
	.main section.page1 {
	  background: #666; 
      color: #000; 
      text-shadow: 0 0 3px #fff;}
	.main section.page2 {
	  background: #333;
      color: #000; 
      text-shadow: 0 0 3px #fff;}
	
	.main section .page_container .easyproduct {
		 float:left; width:90%; text-align:center; font-weight:bold; margin-bottom:10px;
    }
	.main section .page_container .easyproduct img{ width:190px; height:190px; border-radius:200px; border:3px #CCCCCC solid; margin-bottom:10px;}
	
	 .main section .page_container .easyproduct2 {
		 float:left; width:30%; text-align:left; font-weight:normal; margin-bottom:10px; padding-left:25px; margin-top:20px;
    }
	.main section .page_container .easyproduct2 img{border:1px #CCCCCC solid;}
	
	.main section .page_container .webmailcon1{float:left; width:50%; text-align:left;  margin-bottom:5px;}
	.main section .page_container .webmailcon1 ul{ margin:0; padding:0;}

		body,input,textarea,select {
		font-size: 12pt;
		line-height: 1.5em;
	}
			
		#nav .navhide{display:none;}
		#header{height:auto}
		#logo { position:relative; 
	}
	 body.disabled-onepage-scroll .main section .page_container, body.disabled-onepage-scroll .main section.page1 .page_container  {
      padding: 10px;
      margin-top: 0px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
	   min-height: none;
      height: auto;
	  overflow:auto;
    }
	 .main section .page_container {width: 95%; top:1%; position:relative;}
	.main section.page1 .page_container {width: 95%; top:1%;}
	.main section.page2 .page_container {width: 95%;}

		.main section.page1 h1{font-size: 21px;} .main section.page1 h2{font-size: 21px;}
		.main section.page2 h1, .main section.page3 h1, .main section.page4 h1, .main section.page5 h1, .main section.page6 h1 {
      font-size: 21px;
    }
	#nav ul li {
				
				margin-left: 0;
				font-size: 0.8em;
			}
				#nav ul li a { 
					padding: 0 0.1em 0 0.1em;
				}
	 }
			
			
	@media only screen and (max-width: 480px) {
 
		
	}
	
