@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,100,200,300,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,600,700);

body {
	background: #eeeff1;
	font-size: 16px; /* PIXEL FALLBACK */
	font-size: 1.6rem;
	line-height: 1.5;
	color: #222;
}

button {
	border-radius: 10px;
	border-style: none;
	color: #fff;
	display: inline-block;
	line-height: 54px;
	text-align: center;
	background: #17c4bb;
	padding:0 20px;
}

button:hover {
	background: #18cfc5;
}

iframe {
	border: none;
}

body {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .chart-box {
	font-family: "Raleway", sans-serif;
	color: #474c56;
}

h1 {
	font-size: 38px; /* PIXEL FALLBACK */
	font-size: 4.8rem;
}

h2 {
	font-size: 36px; /* PIXEL FALLBACK */
	font-size: 3.6rem;
	margin-top: 0;
	color: #86b827;
	text-align: center;
	font-weight: normal;

}

h3 {
	font-size: 18px; /* PIXEL FALLBACK */
	font-size: 1.8rem;
	font-weight: bold;
	color: #666;
	padding: 10px 0;

}

h4 {
	font-size: 26px; /* PIXEL FALLBACK */
	font-size: 2.6rem;
}

p {
	font-size: 14px; /* PIXEL FALLBACK */
	font-size: 1.4rem;
}

#loading{
	background:#222;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
}

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}

#object{
	width: 30px;
	height: 30px;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	background:#86B827;
}

@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

section {
	padding: 80px 0;
	text-align: center;
}

.separator {
	background: #cdcdcd;
	display: inline-block;
	height: 1px;
	margin: 20px 0;
	width: 100px;
}

.jumbotron {
	background: url(../source/texture.png);
	min-height: 700px;
	margin-bottom: 0;
	padding-bottom: 0px;
}

.logo {
	margin: 0;
	float: left;
}

ul.social-icons {
	float: right;
	padding: 0px;
}

ul.social-icons li {
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

.jumbotron h1 {
	font-size: 48px; /* PIXEL FALLBACK */
	font-size: 4.8rem;
	color: #fff;
	margin-top: 150px;
	text-align: center;
	font-weight: normal;
}

.jumbotron p {
	font-size: 18px; /* PIXEL FALLBACK */
	font-size: 1.8rem;
	color: #fff;
	margin: 40px 0;
	text-align: center;
}

.header-btn-holder {
	width: 100%;
	float: left;
	text-align: center;
}

.jumbotron button {
	width:220px;
	margin:5px;
}

.signup-button {
	width:220px;
	margin:5px;
	background: none;
	box-shadow: 0 0 0 2px #fff inset;
}

.signup-button:hover {
	background: none;
	color:#17c4bb;
	box-shadow: 0 0 0 2px #17c4bb inset;
}

.browser {
	float: left;
	text-align: center;
	margin: 90px 0 0;
	width: 100%;
	position:relative;
}

.browser > img {
	width: 100%;
	max-width: 942px;
}

.screen-shot {
	width:100%;
	position:absolute;
	text-align:center;
	top:11%;
}

.screen-shot > img {
	width: 96%;
	max-width: 913px;
}

#feature {
	background: #fff;
}

.feature-icon {
	margin-top: 40px;
}

#benifit {
	background: #f6f6f6;
	text-align:left;
}

#benifit h2 {
	text-align:left;
}

#benifit button {
	margin-top:26px;
	line-height: 45px;
}

.mobile-image {
	background: url(../source/mini_pad.png) no-repeat right;
	width: 309px;
	height: 462px;
	float: right;
	text-align:center;
	padding: 0 17px;
}

.mobile-image button {
	width: 120px;
	height: 120px;
	margin: 163px 0 0 !important;
}

#comparison-chart {
	background: #fff;
}

.chart-box {
	margin: 40px 0 0;
}

.chart-box h4 {
	line-height: 100px;
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
}

.chart-box h5 {
	color: #17c4bb;
	font-size: 18px;
	font-weight: bold;
}

.chart-box.first {
	box-shadow: 0px 100px 0 0 #17c4bb inset;
	-webkit-box-shadow: 0px 100px 0 0 #17c4bb inset;
	-o-box-shadow: 0px 100px 0 0 #17c4bb inset;
	background: #EFEFEF;
}

.chart-box.second {
	box-shadow: 0px 100px 0 0 #344765 inset;
	-webkit-box-shadow: 0px 100px 0 0 #344765 inset;
	-o-box-shadow: 0px 100px 0 0 #344765 inset;
	background: #F5F5F5;
}

.chart-box.third {
	box-shadow: 0px 100px 0 0 #3b5072 inset;
	-webkit-box-shadow: 0px 100px 0 0 #3b5072 inset;
	-o-box-shadow: 0px 100px 0 0 #3b5072 inset;
	background: #EFEFEF;
}

.chart-price {
	font-size: 72px;
	color: #666;
}

.chart-price small {
	font-size: 36px;
	margin: 15px 0 0 -28px;
	position: absolute;
}

ul.chart-list {
	margin: 0;
	padding: 15px 0 30px;
	width: 100%;
}

ul.chart-list li {
	border-top: 1px solid #c3c3c3;
	color: #8e8e8e;
	font-size: 16px;
	line-height: 60px;
	list-style: outside none none;
	width: 100%;
}

.chart-bottom {
	width:100%;
	background: #17c4bb;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
}

.chart-bottom h3 {
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 7px 0 0;
}

.chart-bottom button {
	background: #fff;
	color: #585858;
	line-height: 45px;
	float:right;
}

#testimonials {
	background: #f6f6f6;
	text-align: center;
}

.quote {
	background: #2D3E58;
	padding: 30px 20px;
	margin-top: 30px;
	position: relative;
	float: left;
}

.quote.green {
	background: #17C4BB;
}

.green-arrow {
	position: absolute;
	width: 0; 
	height: 0; 
	bottom: -20px;
	left: 30px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #17c4bb;
}

.blue-arrow {
	position: absolute;
	width: 0; 
	height: 0; 
	bottom: -20px;
	left: 30px;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #2d3e58;
}

.quote p {
	background: url("../source/quote_top.png") no-repeat left top, url("../source/quote_bottom.png") no-repeat right bottom;
	color: #fff;
	margin: 0;
	padding: 0 25px;
	width: 100%;
	font-style: italic;
}

.client_area {
	margin: 25px 0 0;
	float: left;
}

.client_image {
	float: left;
	margin: 10px 0 0 20px;
}

.client_image img {
	border-radius: 50%;
}

.client_area h3 {
    color: #666;
    float: left;
    font-size: 18px;
    margin: 20px 0 0 15px;
    padding-bottom: 0;
    text-align: left;
    width: 60%;
}

.client_area p {
	float: left;
	color: #8e8e8e;
	font-size: 14px;
	margin: 0px 0 0 15px !important;
	text-align: left;
	width: 60%;
}

#contact-us {
	background: #fff;
	text-align: center;
}

.contact-box {
	background: rgba(0, 0, 0, 0) url("../source/icon4.png") no-repeat scroll left 10px;
	padding: 0 0 0 80px;
	text-align: left;
	margin: 30px 0 0;
}

.contact-box-2 {
	background: rgba(0, 0, 0, 0) url("../source/icon1.png") no-repeat scroll left 10px !important;
}

.contact-box h3 {
	margin: 0 0 15px;
}

.contact-box h6 {
	color: #86b827;
	font-size: 14px;
	font-weight: bold;
}

.contact-box h6 a {
	color: #86b827;
	text-decoration: none;
}

footer {
	background: #1C1C1C;
	padding: 50px 0;
}

.footer-logo {
	float: left;
}

footer p {
    font-size: 14px;
    color: #fff;
    text-align: right;
    margin: 0;
    float: right;
    line-height: 33px;
}

footer p span {
	color: #17c4bb;
}

@media only screen and (min-width: 319px) and (max-width: 769px) {

ul.social-icons {
	width: 100%;
	text-align: center;
}

ul.social-icons li {
	display: inline-block;
	float: none;
	margin: 0 5px;
}

.logo {
	margin: 0 0 18px;
	text-align: center;
	width: 100%;
}

#benifit, #benifit h2{
	text-align:center;
	}
	
.mobile-image {
	width: 100%;
	max-width: 309px;
	background-size: 100%;
	display: inline-block;
	float: none;
	margin: 50px 0 0;
}

.chart-bottom h3 {
	float:none;
	}
	
.chart-bottom button {
	float:none;
	margin-bottom:15px;
	}

.footer-logo {
    float: none;
    text-align: center;
}

footer p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin:10px 0 0;
    float: none;
    line-height: 26px;
}

}