html{
	font-family:"Segoe UI";
}

@font-face {
    font-family: 'nella_sue_demoregular';
    src: url('font/nellasuedemo-webfont.eot');
    src: url('font/nellasuedemo-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/nellasuedemo-webfont.woff2') format('woff2'),
         url('font/nellasuedemo-webfont.woff') format('woff'),
         url('font/nellasuedemo-webfont.ttf') format('truetype'),
         url('font/nellasuedemo-webfont.svg#nella_sue_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'JennaSue';
	src:url('font/JennaSue.otf');
}

@font-face {
	font-family: 'JandaShineYourLightonUs';
	src:url(font/JandaShineYourLightonUs.otf);
}

@font-face {
    font-family: 'mexcellentregular';
    src: url('font/mexcellent_rg-webfont.eot');
    src: url('font/mexcellent_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/mexcellent_rg-webfont.woff2') format('woff2'),
         url('font/mexcellent_rg-webfont.woff') format('woff'),
         url('font/mexcellent_rg-webfont.ttf') format('truetype'),
         url('font/mexcellent_rg-webfont.svg#mexcellentregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#btn-enter{
	border:2px solid #fff;
	width:80px;
	height:80px;
	border-radius:50%;
	text-align:center;
	position:absolute;
	left:46.3%;
	margin-top:30px;
	line-height:80px;
	color:#fff;
	cursor:pointer;
}


#btn-enter a:visited, #btn-enter a:active, #btn-enter a {
	text-decoration:none;
	color:#fff;
}

#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
    border-radius: 10px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;

}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

#pageTwo {
	background: url(img/kitchen-bg.jpg) no-repeat center center; 
    min-height:100%;
    min-width:100%;
    background-size:cover;
}

#pageThree {
	background: url(img/bamboo.jpg) no-repeat center center; 
    min-height:100%;
    min-width:100%;
    background-size:cover;
}

#pageFour {
	background: url(img/raja-residence-bgpage4.jpg) no-repeat center center; 
    min-height:100%;
    min-width:100%;
    background-size:cover;
}

#slogan {
	padding:80px;
	position: absolute;
    bottom: 8px;
    right: 16px;
	background-color:#000;
	opacity:0.5;
	font-family:'JennaSue';
	font-size:40px;
	color:#fff;

	z-index: 1;
}

.stickyLogo {
    top: 8px;
    right: 16px;
	position:absolute;
	padding:60px;
	z-index: 1;
}

.stickySocialIcon {
	top:50%;
	right:0;
	position:absolute;
	padding:40px;
	z-index: 1;
}

.side-menu h2 {
	margin-top:0px;
}

.right-area {
	float:left;
	width:778px;
	margin-left:10px;
	height:485px;
	position:relative;
	z-index:1;
	padding-bottom:10px;

}

.right-area .thumb {
	padding:10px;
}

.right-area .thumb img, .right-area .thumb iframe{
	float:left;
}

.bg {
	position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#666;
    opacity: .7;
    width: 100%;
    height: 100%;
}

.right-area .details {
	float:left;
	padding-left:20px;
	color:#fff;
}

.right-area .details p {
	padding-right:10px;
}

.contactusnow, .contactusnow a:active, .contactusnow a:visited,.contactusnow a {
	color:#fff;
	background-color:#5252a8;
	padding:10px;
	text-decoration:none;
}

.right-area .details b {
	font-size:18px;
	color:#fff;
	padding:2px;
	background-color:#C60000;
}

.side-menu {
	float:left;
	top: 20%;
    left: 16px;
	width:20%;
	padding:15px;
	background-color:#fff;
	opacity:0.8;
	height:340px;
}

.sub-menu {
	position:absolute;
	z-index:10;
	width:17%;
	padding:15px;
	background-color:#fff;
	opacity:0.8;
	height:300px;
	margin-left:16%;
	margin-top:100px;
}

.sub-menu ul {
	
	list-style-type: none;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
}

.sub-menu ul li {
	margin-bottom:5px;
}

.side-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
}

.side-menu ul li {
	margin-bottom:5px;
}

.sub-menu li a, .sub-menu li a:active, .sub-menu li a:visited {
	text-decoration:none;
	color:#000;
}

.side-menu li a, .side-menu li a:active, .side-menu li a:visited {
	text-decoration:none;
	color:#000;
}

hr {
	border:#666 1px solid;
}

form {
	padding:40px;
}

.content {
	margin-left:auto;
	margin-right:auto;
	width:1048px;
	height:80%;
}

#pageOne {
	background: url(img/cover-bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#logo, #welcome-note {
	text-align:center;
	font-size:48px;
	color:#fff;
}

#title {
   font-family: 'nella_sue_demoregular';
}

#guarantee {
	font-family: 'mexcellentregular';
}

.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px;
}
