body {
	font-family: 'Manjari', sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 17px;		
	color: #555;
	height: 100%;
	background: #fff;
	box-sizing: border-box;	
	/*background-color: #e9e9e9;*/
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #aaa;
	cursor: pointer;
}
img {
	border: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select, h1, h2, label, li, p {
	font-family: 'Manjari', sans-serif;
}

.global-width {
	width: 80%;	
}
.header-section {
	width: 100%;				
}
.header-body {	
	margin: auto;
	padding: 0px 0px 0px 0px;	
	min-height: 70px;
	position: relative;
	background-color: #fff;
}
.header-body .logo {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 87px;
	height: 50px;
	background: url("../images/logo.png") top left no-repeat;		
	background-size: cover;
	cursor: pointer;
}
.header-body .menu-bar {
	text-align: right;
	line-height: 20px;
}	
.header-body .menu-bar ul {
	float: right;
	margin: 25px 0px;
}
.header-body .menu-bar ul a {	
	color: #555;
	cursor: pointer;
}
.header-body .menu-bar ul a:hover {	
	color: #aaa;	
}
.header-body .menu-bar ul .active {	
	color: #74c3ec;
}
.header-body .menu-bar ul li {	
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;		
	padding: 0px 10px;
	border-left: 1px solid #ccc;	
}
.header-body .menu-bar ul li i {	
	margin: 0px 5px 0px 2px;	
}
.header-body .menu-bar ul > :first-child {	
	border: none;
}
.header-body .menu-bar ul > :last-child {	
	padding-right: 20px;
}

.carousel-section {
	width: 100%;				
}
.carousel-body {		
	margin: auto;
	padding: 0px 0px 0px 0px;	
	height: 600px;
	position: relative;
	background: url("../images/bg.jpg") top left no-repeat;		
	background-size: cover;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
}
.carousel-body .article {	
	margin: 0px;
	padding: 50px;
	color: white;	
	width: 30%;
	height: 600px;
	background: rgba( 253, 102, 57, 0.2 );
	box-sizing: border-box;		
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	display: inline-block;
	vertical-align: top;
}
.carousel-body .article h1 {	
	font-size: 24px;	
	line-height: 26px;
}
.carousel-body .article p {	
	font-size: 14px;
	line-height: 18px;	
	text-shadow: none;
}
.carousel-body .article ul {	
	list-style-type: none !important;
	padding-left: 0px;
	margin: 30px 0px 0px 0px;
}
.carousel-body .article ul li {	
	list-style-type: none !important;
	height: auto;	
	font-size: 14px;
	line-height: 18px;	
	text-shadow: none;
	margin: 0px 0px 0px 0px;
}
.carousel-body .article ul li i {	
	margin-right: 10px;
}
.carousel-body .banner {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	height: 600px;
	text-align: center;	
	padding: 142px 0px;
}

.no-bullet {
	list-style-type: none;
	padding-left: 0px !important;
}
.sd-only {
	display: none;
}
.hd-only {
	display: block;
}

@media (max-width: 1600px) {
	.global-width {
		width: 80%;	
	}
	.carousel-body {
		width: 100% !important;						
	}
}
@media (max-width: 1366px) {
	.global-width {
		width: 90%;	
	}
	.carousel-body {
		width: 100% !important;						
	}
}
@media (max-width: 1279px) {
	.global-width {
		width: 96%;	
	}
	.carousel-body {
		width: 100% !important;						
	}
	.map-search-body {
		width: 100%;						
	}
}
@media (max-width: 1000px) {
	.global-width {
		width: 100%;	
	}
	.sd-only {
		display: block;
	}
	.hd-only {
		display: none;
	}
	.carousel-body {
		width: 100%;						
	}
	.carousel-body .article {	
		width: 100%;
		padding: 20px;
	}
	.header-body .menu-bar {
		display: none;
	}
	.header-body .logo {
		top: 10px;
		width: 87px;
		height: 50px;
	}
	.article-body ul {		
		padding-left: 20px;
	}
}
