@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: 300;
		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;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		
	h2 {
		color:#F00;
		font-size: 2.25em;
		letter-spacing: -2px;
		line-height: 1.25em;
	}
		strong, b {
		font-weight: 900;
		color: inherit;
	}
	
    body {
      background: #E2E4E7;
      padding: 0;
      text-align: center;
      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;
      letter-spacing: -4px;
      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: relative;
      top: 12%;
      margin: 0 auto 0;
      max-width: 980px;
      z-index: 3;
    }
    .main section  {
      overflow: hidden;
    }
    
    .main section > img {
      position: absolute;
      max-width: 100%;
      z-index: 1;
    }
    
    .main section.page1 {
	  background: url('../css/images/overlay.png'), url('../images/intro.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
background-position: top left, bottom center;
background-repeat: repeat, no-repeat;
    }
	.main section.page1 .page_container{ margin-top:16%; }
    .main section.page1 h1 {
	color:#FFF;
font-size: 4.25em;
line-height: 1em;
letter-spacing: 0.5px;
text-shadow: 2px 2px 12px #000000;font-weight: bold;
    }
    .main section.page1 h2 {
      color: #FFF;letter-spacing: 0.5px;
      text-align: center; font-weight: bold;
 text-shadow: 0px 0px 4px #000000; font-size:1.3em;
    }
    .main section .page_container .btns {
      clear: both;
      float: left;
      text-align: center;
      width: 435px;
    }
    .main section .page_container .btns a{
      text-align: center;
    }
    .main section.page2 {
	  background: url('../css/images/overlay.png'), url('../images/home/home_bg1.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
 background-position: top left, bottom center;
background-repeat: repeat, no-repeat;
    }
   
    .main section.page2 .page_container {
	width: 25%;
	top:22%;
	float:left;
 	color: #39454b;
	padding: 1.5em 2em;
	text-align: left;
      overflow: hidden; 
    }
    .main section.page2 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: black;
    }
	.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;
      }
    .main section.page3 {
	background: url('../css/images/overlay.png'), url('../images/home/home_bg2.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
 background-position: top left, bottom center;
background-repeat: repeat, no-repeat;    }
    .main section.page3 .page_container {
	width: 40%;
	float:left;
 	color: #000; text-shadow: 0 0 3px #fff;
	padding: 2em;
	text-align: left;
      margin-top: 0px;
      overflow: hidden;
    }
    .main section.page3 h1 { color:#000;
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
    }
 .main section.page3 p{line-height:1.4em;}
 .main section.page3 p ul li{line-height:1.4em; margin:0; padding:0; }
 
     .main section.page4 {
	background: url('../css/images/overlay.png'), url('../images/home/home_bg3.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
 background-position: top left, bottom center;
background-repeat: repeat, no-repeat;    }
    .main section.page4 .page_container {
		top:3%;
	width: 50%;
	float:left;
 	color: #39454b;
	padding: 1em 2em;
	text-align: left;
      margin-top: 0px;
      overflow: hidden;
    }
    .main section.page4 h1 {
      text-align: center;
      padding: 0;
      margin-bottom: 15px;
      font-size: 30px;
      letter-spacing: -1px;
      color: black;
    }
 .main section.page4 p{line-height:1.4em;}
 .main section.page4 p ul li{line-height:1.4em; margin:0; padding:0; }
 
 .main section.page5 {
	 	background: url('../css/images/overlay.png'), url('../images/home/home_bg3.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
 background-position: top left, bottom center;
background-repeat: repeat, no-repeat;    }
    .main section.page5 .page_container {
	width: 40%;
	float:left;
 	color: #39454b;
	padding: 2em;
	text-align: left;
      margin-top: 0px;
      overflow: hidden;
    }
    .main section.page5 h1 {
      text-align: left;
      padding: 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: black;
    }
 .main section.page5 p{line-height:1.4em;}
 .main section.page5 p ul li{line-height:1.4em; margin:0; padding:0; }
 
 .main section.page6 {
	 	background: url('../css/images/overlay.png'), url('../images/contact.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
 background-position: top left, bottom center;
background-repeat: repeat, no-repeat;    }
    .main section.page6 .page_container {
	width: 60%;
	float:left;
	background: rgba(255, 255, 255, 0.9);
	color: #39454b;
	padding: 2em;
	text-align: left;
      margin-top: 0px;
      overflow: hidden;
    }
    .main section.page6 .title {
      text-align: center;
      padding: 0 0 10px 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: black;
    }
 .main section.page6 p{line-height:1.4em;}
 .main section.page6 p ul li{line-height:1.4em; margin:0; padding:0; }
 
 .main section.page7 {
	 	background: url('../css/images/overlay.png'), url('../images/paypal.jpg') rgb(217, 217, 217);
background-size: 256px 256px, cover;
 background-position: top left, bottom center;
background-repeat: repeat, no-repeat;    }
    .main section.page7 .page_container {
	width: 70%;
	top:3%;
	float:left;
	background: rgba(255, 255, 255, 0.9);
	color: #39454b;
	padding: 2em;
	text-align: left;
    margin-top: 0px;
    overflow: hidden;
    }
    .main section.page7 .title {
      text-align: center;
      padding: 0 0 10px 0;
      margin-bottom: 15px;
      font-size: 50px;
      letter-spacing: -1px;
      color: black;
    }
 .main section.page7 p{line-height:1.4em;}
 .main section.page7 p ul li{line-height:1.4em; margin:0; padding:0; }
    
    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;
    }
	
	/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		background: rgba(255,255,255,0.95);
		height: 3em;
		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: 0.5em;
		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 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: 640px) {
				.wrapper {
    	overflow: scroll;
    }
				body,input,textarea,select {
		font-size: 12pt;
		line-height: 1.5em;
	}
	
				#nav .navhide{display:none;}
				#header{height:auto}
 		#logo { position:relative; 
	}
		.main section.page2 .page_container {width: 95%;}
		.main section.page3 .page_container {width: 95%;}
		.main section.page4 .page_container {width: 95%;}
		.main section.page5 .page_container {width: 95%;}
		.main section.page6 .page_container {width: 95%;}
		.main section.page1 h1{font-size: 48px;} .main section.page1 h2{font-size: 24px;}
		.main section.page2 h1, .main section.page3 h1, .main section.page4 h1, .main section.page5 h1, .main section.page6 h1 {
      font-size: 32px;
    }
	#nav ul li {
				
				margin-left: 0;
				font-size: 0.8em;
			}
				#nav ul li a { 
					padding: 0;
				}
	 }
			
			
	@media only screen and (max-width: 480px) {
		#logo { 
	}
 		.main section.page2 .page_container {width: 95%; text-shadow: 0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff ;}
		.main section.page3 .page_container {width: 95%;text-shadow: 0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff ;}
		.main section.page4 .page_container {width: 95%;text-shadow: 0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff ;}
		.main section.page5 .page_container {width: 95%;text-shadow: 0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff ;}
		.main section.page6 .page_container {width: 95%;text-shadow: 0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff,  0 0 3px #fff ;}
		
	
		
	}
	
