/**** CSS by Cebu Web Solutions****/
html,body {
    	width: 100%;
    	height: 100%;
    	margin: 0px;
    	padding: 0px;
	box-sizing: border-box;
}
body {
	//margin: 0 auto;
	//max-width: 100%;
    	font-size: 17px;
	color: #333;
	//font-family: 'Raleway', sans-serif;
	font-family: 'Lato', sans-serif;
	line-height: 1.5em;      
}
h1 {
	font-size: 27px;
	//font-family: 'Unna', serif;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: normal;
}
.fwidth {
	width: 100%;
}
.w1200 {
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	box-sizing: border-box;
}
.top {
	background-color: rgba(0, 0, 0, 1);
	padding-top: 10px;
	padding-bottom: 10px;
}
.menuholder {
	background-color: rgba(0, 0, 0, 1);
	padding-top: 10px;
        padding-bottom: 10px;
}
.logo {
	text-align: center;
}
.topmenu a{
	color: #cc3333;	
}
.propsearchholder {
	background-color: #f3f2eb;
	padding: 20px 5px;
}
.mid {
	background-color: #eee;
}
.maincontent {
	padding-top: 20px;
}
.home2 h1 {
	text-align: center;
}
.home2 p {
	text-align: center;
}
.home2 p a {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.home2 p a:hover {
	text-decoration: none;
}
.homecol {
	background-color: #DAE5DD;
}
.homeimg {
	overflow: hidden;
}
.homeimg img {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.homeimg:hover img {
   -webkit-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
   transform: scale(1.5);
   //-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=75)";
   //filter: alpha(opacity=75);
  // opacity: 0.75;
}
.homecol h1 {
	text-align: center;
	font-size: 30px;
	font-family: 'Unna', serif;
	color: #000;
	text-transform: uppercase;
}
.homecol p {
	text-align: center;
	font-size: 15px;
	line-height: 1.4em;
}
.spaceh10 {
	height: 10px;
	clear: both;
	width: 100%;
}
.bottom1 {
	background-color: #4b463f;
	color: #fff;
}
.bottom2a {
	background-color: #4b463f;
	color: #fff;
}
.bottom2b {
	background-color: #4b463f;
	color: #fff;
}
.spacer1 {
	width: 100%;
	clear: both;
	height: 0px;
}
.footer {
	background-color: #111;
    color: #666;
    padding: 60px 0 20px;
}
.footer h2 {
    color: white;
    font-size: 1em;
    margin-bottom: 25px;
}
/*
.homeimg img {
	margin-left: auto !important;
	margin-right: auto !important;
    	//max-width: 400px;
    	//border-radius: 10px;
	-webkit-animation: zoom1out 0.5s ease-in both;
    	-moz-animation: zoom1out 0.5s ease-in both;
    	animation: zoom1out 0.5s ease-in both;
}
.homeimg img:hover {
	-webkit-animation: zoom1 0.5s ease-in both;
	-moz-animation: zoom1n 0.5s ease-in both;
	animation: zoom1 0.5s ease-in both
}
*/
@keyframes imgFadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

.boximg img.top1 {
animation-name: imgFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 8s;
animation-direction: alternate;
}
/*
@keyframes zoom1 {
	from {transform:scale(1); }
	to {transform: scale(1.05);}
}
@keyframes zoom1out {
	from {transform:scale(1.05); }
	to {transform: scale(1.);}
}
*/
/*** Appear ***/
.from-top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}	
.from-bottom {
	bottom: -50px;
	//padding-left: 0px;
	opacity: 0;
	position: relative;
}
.from-left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}	
.from-right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}	
.fade-in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;	
}
/*** //Appear ***/
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
/* //Move it (define the animation) */