::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: transparent;
	transition: 0.1s all ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
	background: #000;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}

.overlay-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.35;
}
#second .left li,
#second .left .titleBig {
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#first,
.footer {
	background-size: cover;
	background-attachment: fixed;
	background-image: url("bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
#first {
	height: 100%;
	width: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}
.wrap {
	width: 70%;
	margin: 0 auto;
	color: #fff;
}
#first .wrap {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
#first .logo {
	display: block;
	width: 50px;
	height: 50px;
	content: "";
	background: url("logo.png") 0 0 no-repeat;
	margin: -150px auto auto auto;
	opacity: 0.6;
}
#first h1 {
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
}
#first h1 span {
	text-transform: none;
	display: block;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#first p {
	font-size: 12px;
	padding-top: 30px;
}
#first .next {
	background: #e67373;
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 18px;
	display: block;
	width: 220px;
	margin: 10px auto 0 auto;
	cursor: pointer;
}
#first .next:hover {
	background: #222;
	color: #fff;
	border-color: #222;
}
#second {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	height: auto;
	z-index: 2;
	text-align: center;
	background: none;
	background: transparent;
}
#second .wrap {
	color: #222;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	background: #f78f8f;
}
#second .holder {
	display: inline-block;
	width: 60%;
	margin: 0 auto;
	padding: 80px 0;
	z-index: 10;
	position: relative;
}
#second .left,
#second .right {
	display: inline-block;
	width: 45%;
	color: #fff;
	text-align: left;
}
#second .right {
	float: right;
	padding-top: 30px;
}
#second .left {
	float: left;
}
#second .left .icon {
	content: "";
	display: block;
	background: url("icon-1.png") 0 0 no-repeat;
	width: 40px;
	height: 40px;
	opacity: 0.3;
	margin: 0 0 20px 4px;
}
#second .left .title {
	font-weight: 200;
	font-size: 40px;
	display: block;
}
#second .left .titleBig {
	font-weight: 900;
	font-size: 72px;
	padding-bottom: 30px;
	transform-origin: top left;
}
#second .left:hover .titleBig {
	transform: scale(1.1);
	text-shadow: 4px 4px 0 rgba(0,0,0,0.3);
}
#second .left .clrfx-1 {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	display: block;
	clear: both;
	content: "";
}
#second .left .subtitle {
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	padding-top: 40px;
	line-height: 20px;
}
#second .left span.note {
	font-size: 10px;
	padding-top: 20px;
	display: block;
	line-height: 16px;
}
#second .left span.note a {
	text-decoration: underline;
	color: #fff;
}
#second .left ul {
	display: block;
	margin-top: 40px;
}
#second .left li {
	list-style: none;
	position: relative;
	font-weight: 900;
	padding-left: 30px;
	margin-bottom: 14px;
	display: block;
	font-size: 14px;
}
#second .left li:before {
	background: url("check.png") 0 0 no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -2px;
	content: "";
	opacity: 0.3;
}
#second .left li:hover {
	transform: translateX(10px);
}
#second .right .block {
	display: block;
	float: left;
	margin-bottom: 24px;
}
#second .right .title {
	font-weight: 900;
	font-size: 16px;
	padding-bottom: 20px;
}
#second label {
	cursor: pointer;
}
#second .right label {
	background: #ac6464;
	display: inline-block;
	float: left;
	padding: 8px 10px;
	text-align: center;
	font-size: 10px;
	font-weight: 900;
	margin: 0 6px 8px 0;
}
#second .right label:hover {
	background: #7f4545;
}
#second .icon-end {
	content: "";
	display: block;
	background: url("down.png") 0 0 no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto 20px auto;
}
#second .title-2 {
	font-weight: 700;
	font-size: 26px;
	color: #fff;
}
#second .outro {
	font-size: 14px;
	color: #fff;
	padding-top: 8px;
}
#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;
}
#second .footer {
	height: 400px;
	width: 100%;
	display: block;
	position: relative;
}

@media screen and (max-width: 1440px) {
	#second .holder {
		width: 80%;
	}
}
@media screen and (max-width: 1024px) {
	#second .left,
	#second .right {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	#second .holder {
		width: 90%;
	}
}