
.bg-slideshow {
	padding:10px;	
	background:#fff;
}
#s_bg .bg-slideshow,
#s_bg .bg-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    list-style-type: none;
}
#s_bg .bg-slideshow:after {
    content: '';
    /*background: transparent url("../wp-admin/setup-config.php.html") repeat top left;*/
}
#s_bg .bg-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s;
}
#s_bg .bg-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 24s linear infinite 0s;
    -moz-animation: titleAnimation 24s linear infinite 0s;
    -o-animation: titleAnimation 24s linear infinite 0s;
    -ms-animation: titleAnimation 24s linear infinite 0s;
    animation: titleAnimation 24s linear infinite 0s;
}
#s_bg .bg-slideshow li:nth-child(1) span {
    background-image: url("../images/Hollywood_Escrow-landing_page-02-biz.jpg");
}
#s_bg .bg-slideshow li:nth-child(2) span {
    background-image: url("../images/slide2.jpg");
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

#s_bg .bg-slideshow li:nth-child(3) span {
    background-image: url("../images/slide3.jpg");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
#s_bg .bg-slideshow li:nth-child(4) span {
    background-image: url("../images/slide4.jpg");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

#s_bg .bg-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

#s_bg .bg-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
#s_bg .bg-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(1deg);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1) rotate(1deg);
    }
    100% {
        opacity: 0
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1) rotate(1deg);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1) rotate(1deg);
    }
    100% {
        opacity: 0
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1) rotate(1deg);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1) rotate(1deg);
    }
    100% {
        opacity: 0
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1) rotate(1deg);
    }
    25% {
        opacity: 0;
        transform: scale(1.1) rotate(1deg);
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation 0%  {
	0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1) rotate(1deg);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1) rotate(1deg);
    }
    100% {
        opacity: 0
    }
}

#s_bg .no-cssanimations .bg-slideshow li span {
    opacity: 1;
}

/* Background imags CSS */

.animation-bg {
    background: rgba(255,255,255,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
}

.comcont {
/* 	border:40px solid #fff;
 */	position:absolute;	
	left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0;
	bottom:0px;
}
.combod {
	/* border:2px solid #000;	 */
	width:100%;
	height:100%;	
}
.coming-cont {
	position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 50%;
	transform:translate(0%, -50%);
    text-align: center;
}
.comtitle {
	font-family: 'Pinyon Script', cursive; 
	font-weight:normal;
	margin:0px 0px 50px;
	font-size:56px;
	color:#000;	
}
.logo {
	max-width:920px;
	width:100%;
	/*margin:110px auto 80px;	*/
	margin:0 auto;
}
.logo img {
	max-width:100%;	
}
.com-list {
	padding:0px;
	margin:0px;	
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	display: inline-flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	max-width: 100%;
	width: 100%;
}
.com-list li {
	font-family: 'Abhaya Libre', serif; 
	font-weight:600;
	font-size:28.55px;
	color:#000;
	list-style-type:none;
	position:relative;
	padding:0px 20px;
/* 	-webkit-backface-visibility: hidden;
    -webkit-animation: imgAni 24s linear infinite 0s;
    -moz-animation: imgAni 24s linear infinite 0s;
    -o-animation: imgAni 24s linear infinite 0s;
    -ms-animation: imgAni 24s linear infinite 0s;
    animation: imgAni 24s linear infinite 0s;	 */

}
.com-list li:before {	
	content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 5px;
    padding-right: 0;
    position: absolute;
    top: 15px;
    left:0px;
}
.com-list li:first-child:before {
	content: "";
}
/*li.active {
	font-family: 'Pinyon Script', cursive; 
	font-weight:normal;
	font-size:26.55px;	
}
li.active:before {
	top:18px;
	-webkit-animation-name: imgAni-5;
	animation-name: imgAni-5;	
}*/





.com-list li:nth-child(1)  {
}
.com-list li:nth-child(2)  {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.com-list li:nth-child(3) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.com-list li:nth-child(4) {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}


@-webkit-keyframes imgAni {
    0% {
		opacity: 1;
    }
    8% {
        opacity: 1;
        font-family: 'Abhaya Libre', serif; 
		font-weight:normal;
		font-size:47px;		
    }
    17% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif;  
		font-weight:normal;
		font-size:47px;		
    }
    25% {
		opacity: 1;
		font-family: 'Abhaya Libre', serif;  
		font-weight:600;
		font-size:26.55px;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes imgAni {
    0% {
       opacity: 1;
    }
    8% {
     	opacity: 1;
		font-family: 'Abhaya Libre', serif; 
		font-weight:normal;
		font-size:26.55px;	
    }
    17% {
      opacity: 1;
		font-family: 'Abhaya Libre', serif;  
		font-weight:normal;
		font-size:26.55px;	
    }
    25% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif; 
		font-weight:600;
		font-size:26.55px;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes imgAni {
    0% {
       opacity: 1;
		
    }
    8% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif;  
		font-weight:normal;
		font-size:26.55px;	
    }
    17% {
       opacity: 1;
		font-family: 'Abhaya Libre', serif; 
		font-weight:normal;
		font-size:26.55px;	
    }
    25% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif;  
		font-weight:600;
		font-size:26.55px;	
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes imgAni {
    0% {
        opacity: 1;
			
    }
    8% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif; 
		font-weight:normal;
		font-size:26.55px;	
    }
    17% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif;  
		font-weight:normal;
		font-size:26.55px;	
    }
    25% {
        opacity: 1;
		font-family: 'Abhaya Libre', serif; 
		font-weight:600;
		font-size:26.55px;
    }
    100% {
        opacity: 1;
    }
}


/*-=-=-=-=-=-=-=-=-= MEDIA QUERY =-=-=-=-=-=-=-=-=-*/

@media (min-width:768px) and (max-width:991px) {
		
	.comcont {
		border:none;
		left: 0;	
	}
	.combod {
		border:none;	
	}
	.logo {
		max-width: 600px;		
	}
	.com-list {
		flex-flow: column;
		-webkit-flex-flow: column;
	}
	.com-list li {
		padding:0px;		
	}
	.com-list li::before {
		content:"";	
	}
}

@media (max-width:767px) {
		
	.comcont {
		border:none;
		left: 0;	
	}
	.combod {
		border:none;	
	}
	.comtitle {
		font-size:45px;
		margin:0 0 30px;	
	}
	.logo {
		max-width: 500px;		
	}
	.com-list {
		flex-flow: column;
		-webkit-flex-flow: column;
	}
	.com-list li {
		padding:0px;
		font-size:23px;		
	}
	.com-list li:nth-child(2) {
		font-size: 23px;	
	}
	.com-list li::before {
		content:"";	
	}9712988042 179
}

/*-=-=-=-=-=-=-=-=-= END MEDIA QUERY =-=-=-=-=-=-=-=-=-*/