/*-----------------------------------
  Landing CSS
-----------------------------------*/

body {
	background: #F9F9F8;
}
#intro-bg {
	animation: 50s linear 0s normal none infinite running awan-animasi;
	background: rgba(0, 0, 0, 0) url(../images/screen_preview/intro-bg.jpg) no-repeat scroll 0 0;
	background-size:auto 100%;
	align-items: center;
	display: flex;
	padding:130px 0 50px 0;
	flex-flow: row nowrap;
	height: 100%;
	justify-content: center;
	width: 100%;
	position:relative;
	text-align: center
}
#intro-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: #ff8a00;
	opacity:0.9;
	top:0;
}
 @keyframes awan-animasi {
0% {
background-position: 0 0;
}
100% {
background-position: 100% 0;
}
}
@keyframes awan-animasi {
0% {
background-position: 0 0;
}
100% {
background-position: 100% 0;
}
}
.hero-content {
    z-index: 9;
	text-align: center;
	margin: 0 auto 50px auto;
}
.logo_item {
	background: #ffffff;
    padding: 12px 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto 30px;
    text-align: center;
}
.logo_item img{
	max-width:80%;
}
.top-header {
    padding:10px 0 35px;
}
.top-header h2 {
    color: #323232;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px;
    text-align: center;	
}
.content-section {
    background:#ecf0f1;
	padding-top:60px;
    padding-bottom:60px;
}
.hero-content h1 {
    color: #ffffff;
    display: block;
    font-size: 42px;
	line-height:54px;
    font-weight: 700;
    margin: 0 0 0px;
	text-transform: uppercase;
}
.hero-content h3 {
    color: #ffffff;
    display: block;
    font-size: 26px;
    font-weight:500;
    line-height: 40px;
    margin:10px 0 20px;
	text-transform: none;
}
.vcf-features-div {
    background: #f3f3f3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding:20px;
    min-height: 255px;
	margin-bottom:30px;
}
.vcf-features-div .col-md-12{
	padding:0;
}
.vcf-features-div:hover {
    transform: scale(1.04);
    cursor: pointer;
    transition: all 0.5s ease 0s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.screen_demo_1{
	background-image: url('../images/screen_preview/screen_1.png');
}
img.img-responsive {
    display: block;
    height: auto;
    border-radius: 6px;
    margin-bottom:20px;
    max-width: 100%;
}
.vcf-features-div h3 {
    color: #323232;
    font-size: 16px;
	line-height:24px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
.landing-image::after {
	background-color: rgba(0, 0, 0, 0.10);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.landing-image {
	text-align: center;
}
.landing-image-inner {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
}
.logo-shape img {
	max-width:100%;
	height:auto;
	margin-top:0px;
	vertical-align: middle;
}
.landing-image h1 {
	color: #323232;
	font-size:44px;
	font-weight: 700;
	margin: 30px 0 0;
}
.landing-image h2 {
	color: #323232;
	font-size:22px;
	font-weight: 600;
	margin:10px 0 0;
}
.landing-demos {
	margin: 60px 0;
}
.landing-demos h1 {
	color: #323232;
	font-size: 3.7em;
	font-weight: 600;
	margin: 0 0 40px;
	text-align: center;
}
.landing-demos h2 {
	color: #323232;
	font-size:38px;
	line-height:44px;
	font-weight: 700;
	margin: 0 0 20px;
	text-align: center;	
}
.landing-demos p {
	color: #8c8c8c;
	font-size: 1.15em;
	line-height: 1.7;
	margin: 0 auto 70px;
	text-align: center;
	width: 55%;
}
.landing-demo {
	background:#ffffff;
	padding:5px;
	box-shadow:0 5px 12px rgba(0, 0, 0, 0.3);
	display: block;
	margin: 0 0 30px;
	overflow: hidden;
	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius:4px;
	transition: all 0.15s linear 0s;
}
.landing-demo-image {
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 300px;
	margin: 0 -2px;
	position: relative;
	transition: all 0.3s linear 0s;
}
.landing-demo-title {
	background-color:#ff8a00;
	border-radius: 0 0 3px 3px;
	color: #fff;
	border:5px solid rgba(0, 0, 0, 0.2);
	display: block;
	font-size:18px;
	font-weight: 600;
	margin: 0;
	letter-spacing:0px;
	padding: 18px 0;
	text-align: center;
}
.landing-demo:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
	text-decoration: none;
}
.landing-demo-image::after {
	background-color: #ff8a00;
	border-radius: 50%;
	color: #fff;
	content: "+";
	display: block;
	font-family: "FontAwesome";
	font-size:22px;
	height: 36px;
	left: 50%;
	line-height: 34px;
	opacity: 0;
	font-weight:800;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: opacity 0.15s linear 0s;
	width: 36px;
	z-index: 10;
}
.landing-demo:hover .landing-demo-image::after, .landing-demo:hover .landing-demo-image::before {
	opacity: 1;
}
.landing-demo-image::before {
	background-color: rgba(0, 0, 0, 0.60);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	border:1px solid rgba(0, 0, 0, 0.2);
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;	
	transition: opacity 0.15s linear 0s;
	z-index: 9;
}
@media (max-width:1180px) {
.landing-image {
	background-attachment: fixed;
	background-image: url("../img/screen_preview/landing.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 500px;
	position: relative;
	text-align: center;
}
}
@media (max-width:639px) {
.landing-demos h1 {
	color: #323232;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px;
	text-align: center;
}
.landing-image h1 {
	color: #323232;
	font-size: 40px;
	font-weight: 700;
	margin: 30px 0 0;
}
#intro-bg {
	padding:90px 0 30px 0;
}
}
@media (max-width:991px) {
.call-to-action {
	display: none
}
.landing-demos p {
	color: #8c8c8c;
	font-size: 1.10em;
	line-height: 1.7;
	margin: 0 auto 70px;
	text-align: center;
	width: 100%;
}
.col-md-4.fix-image{
	flex: 0 0 50%;
	max-width: 50%;
}
}
@media (max-width:767px) {
img.img-responsive{
	width:100%;
}
.landing-demo-image{
	height:300px;
}
.hero-content h1{
	font-size:30px;
	line-height:42px;
}
.hero-content h3{
	font-size:24px;
}
.landing-demos h2{
	font-size:30px;
	line-height:40px;
}
.col-md-4.fix-image{
	flex: 0 0 100%;
	max-width: 100%;
}
}
@media (max-width:479px) {
.landing-image-inner {
	left: 17%;
	position: absolute;
	top: 50%;
	transform: translateX(-10%) translateY(-50%);
	z-index: 10;
}
}
@media (max-width:430px) {
.landing-demo-title {
	border-radius: 0 0 3px 3px;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 18px 0px;
	text-align: center;
}
.fix-image {
	width: 100%;
}
}
.call_bg{
	background-color: #fff;
}
.call-to-action {	
	margin: 0 auto;
	padding: 60px 0px;
	position: relative;
}
.call-to-action-inner {
	position: relative;
}
.clearfix::after, .header-top::after, .header-bottom::after, .header-topbar::after, .form-group-btn::after, .checkbox-list::after, .call-to-action::after, .call-to-action-inner::after, .pagination-wrapper::after, .comment-meta::after, .footer-bottom::after, .footer-top::after, .footer-inner::after, .post-meta::after, .post-read-more::after, .partners::after, .dashboard-header::after, .dashboard-subheader::after, .landing-demo::after, .customizer-content::after, .listing-contact-form::after, .listing-user::after, .listing-detail-attributes::after, .overview ul li::after, .valuation-item::after, .amenities::after, .listing-box-content::after, .listing-box-social::after, .listing-user-social ul::after, .listing-row-social::after, .listing-row-attributes li::after, .listing-small::after {
	clear: both;
	content: "";
	display: table;
}
.call-to-action-title {
	float: left;
}
.call-to-action h1 {
	font-size: 2.2em;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.call-to-action h2 {
	color: gray;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5;
	margin: 5px 0 0;
	padding: 0;
	white-space: nowrap;
}
.call-to-action .btn, .call-to-action .pricing-btn {
	float: right;
	font-size: 1.2em;
	font-weight: 400;
	padding: 12px 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.btn-primary, .pricing-btn {
	background-color: #0bb7a5;
}
.btn, .pricing-btn {
	border: 0 none;
	border-radius: 3px;
	font-size: 1.05em;
	font-weight: 500;
	padding: 10px 20px;
	transition: background-color 0.15s linear 0s;
}
.btn-primary:active, .pricing-btn:active, .btn-primary:hover, .pricing-btn:hover, .btn-primary:focus, .pricing-btn:focus, .btn-primary:active:active, .pricing-btn:active:active {
	background-color: #0aa998;
}
.fix-image .image-shop-scroll {
	transition: background-position 5s ease-out 0s;
	margin:10px;
}
.utf_cta_area_item {
    padding-top: 70px;
    position: relative;
}
.img-res-demo {
	margin: 0 auto 10px;
	max-width: 100%;
}
.fix-image:hover .image-shop-scroll {
	background-position: center 100%;
}

/*==========
  Loader Css
============*/
.preloader {
	background: radial-gradient(circle, #ffffff, #f3f3f3);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.utf-preloader {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100px;
	text-align: center;
	z-index: 9999;
}
.utf-preloader span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff8a00;
	-webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
	animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}
.utf-preloader span:nth-child(1) {
	-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;
	animation:ball-pulse-sync .6s -.14s infinite ease-in-out
}
.utf-preloader span:nth-child(2) {
	-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;
	animation:ball-pulse-sync .6s -70ms infinite ease-in-out
}
@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
 }
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
	}
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}