html, body, #index {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'ZohoPuvi', sans-serif;
	background: #fff;
	font-size: 14px;
	color:#424f56;
	font-weight:300;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'ZohoPuvi', sans-serif;
}
.navbar {
	background: #FFF;
	border-bottom:1px solid #DDD;
}
.navbar-brand {
	max-width: 400px;
	padding: 0px 0 0 0px;
}
.navbar-nav > li{
	padding:50px 10px 10px 30px;
}
.navbar-nav > li > a {
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	color: #424f56;
}
.navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus, .navbar-nav > li.active > a:active, .navbar-nav > li:hover > a, .navbar-nav > li > a:hover {
	background: #FFF;
	color: #99cd3f;
}
.navbar-nav > li > a:focus {
	color: #424f56;
}
.section {
	min-height: 93%;
	padding-top: 3%;
	position: relative;
	background:#FFF;
	text-align:center;
}
section h2, footer h6 {
	font-size: 4em;
	line-height: 1em;
	margin: 4% 0 0 0px;
	padding: 10px 0;
	font-weight: 200;
}
#home{
	background:url(../../dubai/images/dubai-banner.jpg) no-repeat left top;
	background-size:cover;
	text-align:center;
	position:relative;
}
#home h2{
	font-size:100px;
	color:#FFF;
	margin:4% 0 0px 0;
	font-weight:400;
	text-shadow: 4px 4px #555;
}
#home h3{
	color:#333;
	font-size:35px;
	line-height:50px;
}
p.venue{
	color:#333;
	font-size:25px;
	line-height:35px;
}

#home .booth{
	position:absolute;
	bottom:0px;
	left:40%;
	width:300px;
	background:#FFF;
	padding:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#7bbb2a;
	font-size:18px;
}
.booth p{
	padding:5px;
	margin:0px;
	line-height:30px;
	font-size:30px;
}
.booth p.hall{
	color:#424f56;
}
.reseller-list{
	padding:40px 0;
}
.reseller-list li{
	padding:20px 0;
}
.reseller-list img{
	float: left;
	margin-right:10px;
}
#About{
	padding-top:8%;
	font-size:18px;
	line-height:30px;
 background:#333;
}
#About p{
	margin-bottom:30px;
 	color:#f1f1f1;
}
#About ul{
	margin-bottom:40px;
}
#About ul li{
	font-size:16px;
	padding:10px 0 10px 25px;
    color:#f1f1f1;
}
#About h4{
	font-size:25px;
	font-weight:200;
 	color:#99cd3f;
}
#About ul li i{
	color:#99cd3f;
    font-weight:normal;
    margin-right:5px;
}
#About ul.highlight li{
 float:left;
 width:30%;
 text-align:center;
}
#About ul.highlight li i{ display:block; font-size:100px; color:#555;}
section.dark{
	background:#ecedee;
}
#Reseller ol li{
	float:left;
	width:50%;
	font-size:18px;
}
#Reseller ol li h3{
	font-weight:300;
	margin:0px;
	padding:10px 0;
	font-size:20px;
		 color:#FFF;
}
#Reseller ol li h3 a{
	color:#424F56;
}
#Contactus{
	min-height:80%;
 	background:#ecedee url(../images/map-bg.jpg) no-repeat right top;
  background-size:auto 100%;
  position:relative;
}
#Contactus p{
	line-height:30px;
}
a.viewmap{
 position:absolute;
 width:50%;
 right:0;
 top:0;
 text-indent:-9999em;
 height:100%;
}
footer{
	background:#424f56;
}
footer p{
	font-size:12px;
	color:#b0cbd3;
}
footer ul{
	padding:20px 0 0 0;
}
footer ul li a{
	color:#b0cbd3;
	font-size:30px;
}
footer ul li a:hover{
	color:#99cd3f;
}
