body {
	background: #eeeff1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-size: 1.6rem;
	line-height: 1.5;
	color: #8f96a9;
}
button {
	color: #fff;
	background: #B01E21 none repeat scroll 0 0;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	width: 220px;
	border: none;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

button:hover {
	background: #7bc31d;
}
button.blue {
	background: #19a9e5 none repeat scroll 0 0;
}
button.green:hover {
	background: #32c1b6;
}

button.disable {
	color: #fff;
	background: #bcbcbc none repeat scroll 0 0;
}
iframe {
	border: none;
}

	
h1, h2, h3, h4, h5, h6 p {
	font-family: 'Open Sans', sans-serif;
	color: #324d5b;
}
h1 {
	font-size: 48px;
	font-size: 3.5rem;
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 0;
}
h3 {
	font-size: 22px; 
	font-size: 2.2rem;
	font-weight: bold;
}
h4 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	text-transform: uppercase;
}


#loading{
	background:#20242f;
	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;
	background:#19a9e5;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}


@-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);
  }
}



header {
    background:#000;
    min-height: 700px;
    padding: 0 0 100px;
    position: relative;
    text-align: center;
}
.logo {
	margin-top: 190px;
}
header h1 {
	color: #fff;
	font-weight: normal;
}
header h3 {
	color: #fff;
	font-size: 30px; 
	font-size: 3rem;
	font-weight: normal;
	margin-top: 40px;
}
.down-arrow {
	bottom: -32px;
	position: absolute;
	left: 0;
	right: 0;
}
.down-arrow img{
	cursor: pointer;
	}
.header-button {
	margin: 25px 15px 0;
}

#screen-shot {
	padding: 120px 0;
	background: #fff;
	text-align: center;
}
#screen-shot h5 {
	font-size: 18px; 
	font-size: 1.8rem;
	color: #8f96a9;
}
.screen-shot {
	margin-top: 80px;
}
.screen-shot img {
	width: 100%;
	max-width: 540px;
}
.live-preview {
	width: 100%;
	margin: 25px 0 0;
}

#buy-it {
	background: url(../img/main_bg.jpg);
	text-align: center;
	padding: 100px 0;
}
#buy-it h2 {
	color: #fff;
	font-weight: normal;
}
#buy-it h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	margin: 25px 0;
}
.buy-button {
	width: 100%;
	max-width: 350px;
	line-height: 66px;
}

footer {
	background: #13171f;
	padding: 50px 0;
	text-align: center;
}
footer p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}
footer p a {
	color: #19a9e5;
	text-decoration: none;
}
footer p a:hover {
	color: #00b4ff;
}


@media (max-width: 350px) {
button {
	font-size: 14px;
	font-size: 1.4rem;
}
}

@media (max-width: 768px) {
.logo {
	margin-top: 50px;
}
}
