/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */ 

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
	html, body {
		background: #fff;
		font-family: 'Roboto', verdana, sans serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		height: 100%; 
		font-size: 14px;
		font-weight: 300;
		line-height: 26px;
 	}
	.menu {
 		position: fixed;
 		z-index: 9999;
 		height: 60px;
 		background: rgba(44,44,44,0.0);
 		width: 100%;
 		text-align: center;
 	}
 	.menulink {
 		transition: 300ms;
 		display: inline;
 		color: #fff;
 		font-size: 13px;
 		text-align: center;
 		padding: 5px 15px;
 		font-weight: 400;
 		margin: 5px;
 		position: relative;
 		top: 16px;
 	}
 	.menulink:hover {
		background: rgba(0,0,0,0.5);
 		color: #fff;
 		margin-top: 17px;
 	}
 	.menulink.active {
		background: rgba(0,0,0,0.5);
 		color: #fff;
 		margin-top: 15px;
 	}
	.logo-text {
 		float: left;
		top: 7px;
		position: relative;
		font-size: 32px;
		color: #fff;
		font-weight: 900;
		background: rgba(0,0,0,0.5);
		padding: 10px;
	}
	.logo-part {
		font-weight: 300;
	}
	.head {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		background: url(/img/layout/header2.jpg) repeat-x;
 		background-position: top;
 		border-bottom: 6px solid #333;
 		background-size: auto;
		height: 560px;
		z-index: 99;
	}
	.body-content {
		position: relative;
		top: 200px;
		z-index: 999;
	}
	.white-box {
		padding: 20px;
		background: #f8f8f8;
	}
	.home-head {
		height: 530px;
		position: relative;
		width: 100%;
		top: -200px;
	}
	.pricing-head {
		height: 40px;
		position: relative;
		width: 100%;
		top: -200px;
	}
	.price-head {
		background: #4dc6ff;
	}
	.price-bubble {
		border-radius: 3px;
		padding: 20px;
		color: #fff;
		font-size: 60px;
		line-height: 80px;
	}
	.price-signup {
		border-radius: 3px;
		padding: 20px;
		color: #fff;
		font-size: 36px;
		font-weight: 400;
	}
	.price-features {
		padding: 20px;
		background: #eee;
		margin-top: 20px;
		border-radius: 3px;
	}
	.home-text {
		position: absolute;
		top: 80px;
		font-size: 35px;
		left: 35%;
		width: 250px;
		color: #fff;
		text-align: left;
		background: rgba(0,0,0,0.5);
		padding: 10px;
	}
	.home-text-caption {
		position: absolute;
		top: 140px;
		font-size: 22px;
		left: 25%;
		width: 550px;
		color: #fff;
		text-align: left;
		background: rgba(0,0,0,0.5);
		padding: 10px;
	}
	.home-image {
		position: absolute;
		bottom: -130px;
		left: 0px;
		width: 100%;
		text-align: center;
	}
	.home-icon {
		height: 115px;
		width: 160px;
		border-radius: 50%;
		background: #f6f6f6;
		text-align: center;
		padding-top: 45px;
		margin-bottom: 20px;
	}
	.home-icon-title {
		color: #ef7600;
		font-size: 26px;
		margin-bottom: 20px;
	}
	.home-icon-text {
		line-height: 22px;
	}
	.home-pricing {
		position: relative;
		margin-top: 100px;
		padding-top: 100px;
		padding-bottom: 40px;
		width: 100%;
		background: #f4f4f4;
		min-height: 400px;
	}
	.home-pricing-label-box {
		width: 100%;
		height: 200px;
		position: absolute;
		top: -70px;
	}
	.home-pricing-label {
		position: relative;
		background: #5bc4f3;
		width: 200px;
		height: 110px;
		padding-top: 90px;
		text-align: center;
		color: #fff;
		font-size: 50px;
		font-weight: 900;
		border-radius: 50%;
	}
	.home-signup-label-box {
		width: 100%;
		height: 200px;
		position: absolute;
		top: -70px;
	}
	.home-signup-label {
		position: relative;
		background: #f38a23;
		width: 200px;
		height: 110px;
		padding-top: 90px;
		text-align: center;
		color: #fff;
		font-size: 40px;
		font-weight: 900;
		border-radius: 50%;
	}
	
	.home-signup {
		position: relative;
		width: 100%;
		background: #fff;
		padding-bottom: 150px;
		padding-top: 200px;
	}
	.home-contact-box {
		width: 100%;
		height: 200px;
		position: absolute;
		top: -30px;
	}
	.home-contact {
		position: relative;
		width: 100%;
		background: #f4f4f4;
		padding-top: 200px;
		padding-bottom: 100px;
		text-align: center;
	}
	.contact-text1 {
		color: #e74c3c;
		font-size: 30px;
		font-weight: 700;
		line-height: 40px;
		margin-bottom: 50px;
	}
	.contact-text2 {
		color: #555;
		font-size: 38px;
		font-weight: 300;
		line-height: 40px;
		margin-bottom: 50px;
	}
	.contact-text3 {
		color: #999;
		font-size: 20px;
		font-weight: 300;
		line-height: 40px;
	}
	.tick-entry {
		position: relative;
		margin-bottom: 15px;
		padding-left: 50px;
	}
	.tick-bubble {
		background: #a2df39;
		text-align: center;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		padding: 10px;
	}
	.arrow-bubble {
		background: #a2df39;
		text-align: center;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		padding: 20px;
	}
	.tick-bubble-list {
		position: absolute;
		left: 0px;
	}
	.tick-text {
		text-align: left;
		padding-top: 7px;
	}
	.mobile-only { display: none; }
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {    
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
	}