/**** 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: 16px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5em;      
}
h1 {
    	font-size: 35px;
    	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	color: #961935;
}
h2 {
    	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
    	font-size: 30px;
	color: #961935;
}
h3 {
    	font-size: 26px;
	color: #961935 !important;
    	text-transform: uppercase;
	font-family: 'Abel', sans-serif;

}
li {
	line-height: 1.5em;
}
.level1 li .active {
	color: #fff;
}
.fwidth {
	width: 100%;
}
.w1200 {
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 3px;
	padding-right: 3px;
	box-sizing: border-box;
}
.topstrip {
	background-color: #111;
    	color: #aaa;
    	font-size: .928em;
}
.top {
	box-shadow: #ddd 1px 1px 10px;
	z-index: 100;
	position: relative;
	background: #FFFFE3;
}
.logo {
	text-align: center;
	padding-top: 5px;
}
.topmenu a{
	color: #961935;	
}
.showcaseholder {
	height: 100vh;
	margin-top: -62px;
  background-color: #000;
}
.availsec {
	position: absolute;
    bottom: 0;
    z-index: 200;
    background: #f4f4f4;
}
.moduletableavail h3 {
	text-align: center;
}
.moduletableavail label {
	font-size: 17px;
}
.propsearchholder {
	background-color: #f3f2eb;
	padding: 20px 5px;
}
.roomdetailsholder {
	//min-height: 400px;
      background: #efefef;
    padding-top: 50px;
    padding-bottom: 50px;
}
}
.custompages {
	height: 400px;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.roompage {
	margin-top: 30px;
}
.roomrate {
	font-weight: 600;
	margin: 0px;
}
.roompageheading {
text-align: center;
    top: 50%;
    transform: translateY(100%);
}
.mid {
	//background-color: #eee;
	padding-top: 70px;
	padding-bottom: 70px;
}
.maincontent {
	
}
.amenities {
	margin-bottom: 30px;
}
.amenities p {
	margin-top: 15px;
	margin-bottom: 20px;
}
.bottom {
	background-color: #eee;
	padding-top: 70px;
	padding-bottom: 70px;
}
.homebuttons {
	margin-top: 15px;
}
.moduletableroomstitle {
	margin-bottom: 30px;
}
.moduletablerooms {
	display: block;
	position: relative;
	margin-bottom: 70px;
	min-height: 200px;
    background: #fff;
}
.moduletablerooms p {
	line-height: 1.3em;
}
.moduletablerooms h2 {
	line-height: normal;
}
/* Home Rooms */
.roomimg1 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/executive-suite-b.jpg);

}
.roomimg2 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/deluxe-double-b.jpg);

}
.roomimg3 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/grand-deluxe-b.jpg);

}
.roomimg4 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/family-suite-b.jpg);

}
.roomimg5 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/sarrosa-suite-b.jpg);

}
.roomimg6 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/grand-family-suite-b.jpg);

}
.roomimg7 {
	overflow: hidden;
    	width: 300px;
    	height: 200px;
    	border: #fff 7px solid;
    	box-sizing: border-box;
    	float: left;
    	margin-right: 10px;
	background-image: url(/images/home/grand-family-suite-10beds-b.jpg);

}
/*
.roomimg1 img,
.roomimg2 img,
.roomimg3 img,
.roomimg4 img,
.roomimg5 img,
.roomimg6 img,
.roomimg7 img {
	display: block;
	-webkit-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
	width: 300px;
    	height: 200px;
}
.roomimg1 img:hover,
.roomimg2 img:hover,
.roomimg3 img:hover,
.roomimg4 img:hover,
.roomimg5 img:hover,
.roomimg6 img:hover,
.roomimg7 img:hover {
	//transform: scale(1.2);
	opacity: 0;
}
*/
.homeprice {
	font-weight: 500;
	font-style: italic;
}
/* End of Home Rooms */
.room1 {

}
.room2 {

}
.jmm-simple-img-slider.default .carousel-inner {
	margin-left: 0px;
	margin-right: 0px;
}
.jmm-simple-img-slider.default .jmm-item {
	padding-left: 0px;
	padding-right: 0px;
}
.booknowbutton {
	background-color: #961935;
	color: #fff;
}
.booknowbutton a {
	color: #fff;
}
.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: #961935;
	background-color: #FFFFE3;
    	color: #333;
    	padding: 40px 0px;
}
.footer p {
	text-transform: uppercase;
	font-size: 18px;
}
.footer h2 {
    color: white;
    font-size: 1em;
    margin-bottom: 25px;
}
.moduletablefooterlogo img{
	//margin-top: 50px;
}
.imgholder {
	max-width: 350px;
	overflow: hidden;
	margin: 0px auto;
    box-shadow: #666 3px 3px 10px;
    border-radius: 5px;
}
.imgholder img {
	margin-left: auto !important;
	margin-right: auto !important;
 	border-radius: 5px;
	-webkit-animation: zoom1out 0.5s ease-in both;
    	-moz-animation: zoom1out 0.5s ease-in both;
    	animation: zoom1out 0.5s ease-in both;
}
.imgholder 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
 	border-radius: 5px;

}
@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;	
}
.customslide2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* Start of Homepage Slideshow CSS */
.cb-slideshow,
.cb-slideshow:after { 
    //position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    //content: '';
    //background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-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 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 18s infinite 0s;
    -moz-animation: titleAnimation 18s infinite 0s;
    -o-animation: titleAnimation 18s infinite 0s;
    -ms-animation: titleAnimation 18s infinite 0s;
    animation: titleAnimation 18s infinite 0s; 
}
.cb-slideshow li div h3 { 

}
.cb-slideshow li:nth-child(1) span { 
    background-image: url(/images/slides2/sarrosa-hotel-cebu-building2.jpg);
	background-position: center;
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(/images/slides2/sarrosa-hotel-cebu-frontdesk.jpg);
	background-position: center;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(/images/slides2/sarrosa-hotel-cebu-lobby.jpg);
	background-position: center;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    16% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    16% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    33% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
/* End of Homepage Slideshow CSS */
/*** //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) */