﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);
::-webkit-scrollbar {
width:6px;
}
::-webkit-scrollbar-track {
background:#fff;
}
::-webkit-scrollbar-thumb {
background:transparent;
-moz-transition:.1s all ease-in-out;
-o-transition:.1s all ease-in-out;
-webkit-transition:.1s all ease-in-out;
transition:.1s all ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
background:#000;
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,.4);
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	font-family: 'Lato';
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	-moz-transition: .1s all ease-in-out;
	-o-transition: .1s all ease-in-out;
	-webkit-transition: .1s all ease-in-out;
	transition: .1s all ease-in-out;
}
#first {
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../img/demo/bg.jpg");
	background-position: center center;
	height: 100%;
	width: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}
#first .wrap {
	position: fixed;
	top: 148px;
	left: 0;
	right: 0;
	text-align: center;
}
#first .logo {
	display: block;
	width: 431px;
	height: 134px;
	content: "";
	background: url("../img/demo/logo.png") 0 0 no-repeat;
	margin: 0 auto;
}
#first h1 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#first h1 span {
	font-weight: 700;
}
#first p {
	font-size: 12px;
	padding-top: 30px;
}
#first .next {
	background: none;
	color: #fff;
	border: solid 1px #fff;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 18px;
	display: block;
	width: 180px;
	margin: 10px auto 0 auto;
	cursor: pointer;
}
#first .next:hover {
	background: #222;
	color: #fff;
	border-color: #222;
}
.wrap {
	width: 70%;
	margin: 0 auto;
	color: #fff;
}
#second {
	position: absolute;
	left: 0;
	right: 0;
	top: 600px;
	width: 100%;
	height: auto;
	z-index: 2;
	text-align: center;
	background: transparent;
}
#second .wrap {
	color: #222;
	padding: 100px 0;
	text-align: center;
	display: inline-block;
	background: #fff;
}
#second h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	width: 40%;
	margin: 0 auto;
}
#second p.intro {
	font-size: 14px;
	padding-top: 10px;
	width: 60%;
	margin: 20px auto 0 auto;
	line-height: 24px;
}
#second p.intro span {
	font-weight: 700;
}
#second h3 {
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px;
}
#second .feat {
	width: 100%;
	background: #fff;
	display: inline-block;
}
#second .title {
	font-size: 36px;
	font-weight: 200;
	margin-top: 40px;
	border-top: solid 4px #ddd;
	padding-top: 50px;
	display: inline-block;
	width: 50%;
}
#second .block {
	width: 26%;
	display: inline-block;
	margin-bottom: 30px;
}
#second .block:nth-child(2n) {
	margin: auto 8% 20px 8%;
}
#second .block p {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	padding-top: 20px;
}
#second .middle-1 {
	width: 100%;
	background: rgba(0,0,0,.5);
	padding: 80px 0;
	color: #fff;
}
#second .middle-1>div {
	width: 70%;
	margin: 0 auto;
}
#second .middle-1 .cont img {
	opacity: .8;
	margin-bottom: 20px;
}
#second .middle-1 .cont a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background: #6ab6ff;
	padding: 12px 18px;
	margin-top: 30px;
	text-transform: uppercase;
	display: inline-block;
}
#second .middle-1 .cont a:hover {
	background: #000;
}
#second .middle-2 {
	width: 100%;
	background: rgba(0,0,0,.5);
	padding: 70px 0;
}
#second .middle-2>div {
	width: 70%;
	margin: 0 auto;
}
#second .w-100 {
	width: 100%;
	display: block;
	margin-top: 40px;
}
#second .demos {
	font-size: 16px;
	color: #73b7e6;
	padding: 12px 26px;
	text-align: center;
	border: solid 1px #73b7e6;
	display: inline-block;
	margin: 5px 10px;
}
#second .demos:hover {
	background: #73b7e6;
	color: #fff;
	opacity: .8;
}
#second .brd {
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	width: 100px;
	margin: 50px auto 20px auto;
}
#second .brd:before, #second .brd:after {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #000;
	top: 6px;
	opacity: .6;
}
#second .brd:before {
	left: -70px;
}
#second .brd:after {
	right: -70px;
}
#second .down {
	width: 40px;
	height: 40px;
	display: inline-block;
	content: "";
	background: url("../img/demo/arrow-down.png") 0 0 no-repeat;
	opacity: .3;
}
#second .down:hover {
	opacity: 1;
}
#second .title-2 {
	font-weight: 700;
	font-size: 26px;
	color: #fff;
}
#second .end {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 14px 24px;
	background: #e66767;
	display: inline-block;
	margin: 20px auto 10px auto;
}
#second .end:hover {
	background: #000;
}
#second .intro.white {
	color: #fff;
	padding-top: 0;
	margin-top: 10px;
}
#second .price {
	font-size: 12px;
	color: #fff;
	display: block;
	clear: both;
}
#second .price span {
	font-weight: 700;
	font-size: 40px;
}
#demo-page {
	width: 100%;
	height: 100%;
	display: block;
	background: #f0f0f0;
}
h1, h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}
header {
	text-align: center;
	background: #ffffff;
	padding: 20px 10px;
}
header h1, header h2 {
	color: #2d52a3;
	font-size: 18px;
	font-size: 1.125rem;
}
header h1 {
	padding-top: 28px;
}
header h2 {
	padding-top: 10px;
}

@media only screen and (min-width:1170px) {
header h1 {
	font-size: 24px;
	font-size: 1.5rem;
	padding-top: 60px;
}
}
strong {
	font-weight: 600;
}
h1 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.5px;
	color: #2d52a3;
	font-weight: 900;
	font-size: 3.4em;
}
section {
	padding: 20px 0;
}
section .content {
	display: inline-block;
	min-height: 300px;
	padding: 150px 0;
}
footer {
	background: #ffffff;
}
footer .demo-links {
	text-align: center;
	width: 483px;
	margin: 10px auto;
}
footer .demo-links a {
	display: inline-block;
	margin: 5px;
	padding: 5px;
}
footer .demo-links a:hover {
	background-color: #445868;
}
footer .demo-links img {
	width: 100px;
	max-height: 25px;
}
footer .demo-links span {
	display: block;
}
footer .copyright {
	color: #fff;
	font-size: 14px;
	padding: 10px 5px;
	background-color: #26313a;
}
.controls {
	margin: 20px 0;
}
.controls .scroll-effects {
	background-color: #475d6f !important;
	color: #fff !important;
	padding: 10px;
	display: inline-block;
	margin: 5px;
}
.controls .scroll-effects:hover, .controls .scroll-effects.active {
	background-color: #738b9e !important;
	text-decoration: none;
}
