@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	background:#f5f3f3;
	min-width:1250px;
}
/********************************************************/
#loading_holder {
	position:absolute;
	z-index:20;
	width:100%;
	/*height:100%;*/
	left:0px;
	top:0px;
	background:#f5f3f3;
	display:none;
}
#page_loading {
	font-family:"Delius Swash Caps Regular";
	font-size:24px;
	color:#a2215f;
	line-height:25px;
	position:absolute;
	z-index:50;
	left:50%;
	top:50%;
	margin-left:-50px;
}

#page_loading span {
	float:left;
	width:25px;
	height:25px;
	display:inline-block;
	margin-right:5px;
	background:url(../images/loader.png);
}

#wrapper {
	position:relative;
	width:100%;
	/*min-height:786px;*/
	overflow:hidden;
}
#wrapper #header {
	font-family:"Comfortaa";
	font-size:27px;
	color:#8b461c;
	text-transform:uppercase;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	width:100%;
	height:86px;
	background:url(../images/topBg.png) repeat-x;
}
#wrapper #header span {
	letter-spacing:4px;
	line-height:79px;
	float:left;
	margin-left:20px;
}
#wrapper #header #header_logo {
	float:right;
	margin-top:4px;
	padding-left:17px;
	border-left:1px #ecedec solid;
}
#wrapper #header #header_logo img {
	float:left;
	margin-right:15px;
}
#wrapper #nav {
	position:absolute;
	z-index:0;
	left:0px;
	top:85px;
	width:395px;
	height:440px;
}
#wrapper #nav #navbg1 {
	position:absolute;
	z-index:2;
	left:0px;
	top:-450px;
	width:395px;
	height:440px;
	background: url(../images/navBg.png) no-repeat left bottom;
}
#wrapper #nav #navbg2 {
	position:absolute;
	z-index:1;
	left:0px;
	top:-450px;
	width:395px;
	height:440px;
	background: url(../images/navBg2.png) no-repeat 35px 70px;
}
#wrapper #nav #navbg3 {
	position:absolute;
	z-index:3;
	left:0px;
	top:-450px;
	width:395px;
	height:440px;
	background: url(../images/navBg3.png) no-repeat 76px 135px;
}
#wrapper #nav .logo {
	position:absolute;
	z-index:4;
	right:0px;
	top:-450px;
	cursor:pointer;
}
#wrapper #nav ul {
	font-family:"Comfortaa-Bold";
	font-size:18px;
	color:#FFF;
	text-align:center;
	letter-spacing:2px;
	position:absolute;
	z-index:5;
	left:66px;
	top:-350px;
	width:281px;
	height:261px;
	text-transform:uppercase;
}
#wrapper #nav ul li {
	list-style:none;
	margin-top:10px;
}
#wrapper #nav ul li a {
	position:relative;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	border-radius:13px;
	padding:2px 7px;
}
#wrapper #nav ul li a span {
	display:block;
}
#wrapper #nav ul li a:hover, #wrapper #nav ul li.select a {
	text-shadow: 0px 0px 2px #333333;
	background:#a2215f;
}
#wrapper #nav ul li a:hover span:after, #wrapper #nav ul li.select a span:after {
	content:'.';
	float:right;
	margin-top:-5px;
}
#wrapper #nav ul li a:hover span:before, #wrapper #nav ul li.select a span:before {
	content:'.';
	float:left;
	margin-top:-5px;
}
#wrapper #folow_us {
	font-family:"Comfortaa-Bold";
	font-size:17px;
	color:#a2215f;
	line-height:28px;
	position:absolute;
	z-index:0;
	left:110px;
	top:535px;
	width:281px;
	height:282px;
}
#wrapper #folow_us img {
	vertical-align:middle;
	margin-left:4px;
}

#wrapper #testimonial {
	position:absolute;
	z-index:0;
	right:50px;
	bottom:70px;
	width:281px;
	height:282px;
}
#wrapper #testimonial #testimonialBg1 {
	position:absolute;
	z-index:1;
	left:0px;
	bottom:-400px;
	width:281px;
	height:282px;
	background:url(../images/testimonialBg1.png) no-repeat center center;
}
#wrapper #testimonial #testimonialBg2 {
	z-index:2;
	position:absolute;
	left:0px;
	bottom:-400px;
	width:281px;
	height:282px;
	background:url(../images/testimonialBg2.png) no-repeat center center;
}
#wrapper #testimonial #slides {
	position:absolute;
	z-index:3;
	left:16px;
	bottom:-400px;
	width:250px;
	height:190px;
}
#wrapper #testimonial #slides .slides_container {
	width:250px;
	height:190px;
	display:none;
}
#wrapper #testimonial #slides .slides_container div {
	font-family:"Delius Swash Caps Regular";
	font-size:13px;
	color:#FFF;
	text-align:center;
	width:250px;
	height:190px;
	display:block;
}
#wrapper #testimonial #slides .slides_container div h5 {
	font-size:54px;
	line-height:54px;
	color:#FFF;
	font-weight:normal;
}
#wrapper #testimonial #slides .slides_container div p {
	line-height:30px;
	font-size:26px;
	margin-bottom:10px;
}
#wrapper #testimonial #slides .pagination {
	display:none;
}
#wrapper #testimonial #slides .next {
	text-indent:-9999px;
	position:absolute;
	right:-30px;
	top:50%;
	margin-top:-18px;
	width:37px;
	height:38px;
	display:block;
	background:url(../images/nxt.png);
}
#wrapper #testimonial #slides .prev {
	text-indent:-9999px;
	position:absolute;
	left:-30px;
	top:50%;
	margin-top:-18px;
	width:37px;
	height:38px;
	display:block;
	background:url(../images/prv.png);
}

#wrapper #contentBg1 {
	position:absolute;
	z-index:0;
	top:0px;
	right:10%;
	margin-right:0px;
	width:707px;
	height:613px;
	opacity:0;
	background:url(../images/contentBg1.png) no-repeat;
}
#wrapper #contentBg2 {
	position:absolute;
	z-index:1;
	top:-200px;
	right:10%;
	margin-right:-373px;
	width:517px;
	height:517px;
	opacity:0;
	background:url(../images/contentBg2.png) no-repeat;
}
#wrapper .content {
	text-align:center;
	position:absolute;
	z-index:122;
	top:165px;
	right:50%;
	margin-right:-323px;
	width:425px;
	height:517px;
}
#wrapper .content h2,.content_02 h2{
	font-family:"Delius Swash Caps Regular";
	font-size:28px;
	color:#ee74a7;
	font-weight:normal;
	margin-top:70px;
	margin-bottom:15px;
}
#wrapper .content h3,.content_02 h3 {
	font-size:16px;
	margin-bottom:5px;
}
#wrapper .content h4,.content_02 h4  {
	font-size:14px;
	margin-bottom:5px;
}
#wrapper .content h6,.content_02 h6  {
	font-family:"Comfortaa";
	font-size:13px;
	font-weight:normal;
	margin-bottom:15px;
}
#wrapper .content_02 ul {
	list-style:inside;
	margin-bottom:13px;
}
#wrapper .content_02 ul li {
	list-style:none;
}
#wrapper .content_02 ul li:before {
	content:' ';
	width:7px;
	height:7px;
	display:inline-block;
	position:relative;
	/*margin-right:3px;*/
	margin-right:0px;
	margin-bottom:2px;
	background:url(../images/bull1.png) no-repeat;
}
#wrapper #whatnew2 ul li {
	font-weight:bold;
	margin-bottom:7px;
}
#wrapper .content_02 .contact_right1 {
	position:absolute;
	/*right:-210px;*/
	top:100px;
	width:300px;
	height:298px;
	right:-210px;
	margin-top:-240px;

	background:url(../images/contactBg1.png) no-repeat;
}
#wrapper .content_02 .contact_right2 {
	position:absolute;
	right:-110px;
	top:270px;
	width:352px;
	height:352px;

	background:url(../images/contactBg2.png) no-repeat;
}
#wrapper .content_02 .contact_right2 h3 {
	font-family:"Delius Swash Caps Regular";
	font-size:18px;
	color:#ee74a7;
	font-weight:normal;
	margin-top:41px;
}
#wrapper .content_02 .contact_right2 p {
	font-family:"Delius Swash Caps Regular";
	font-size:12px;
	color:#ee74a7;
	/*line-height:18px;*/
	min-height:20px;
	width:215px;
	margin-left:65px;
	float:left;
	clear:left;
	/*margin-bottom:10px;*/
}
#wrapper .content_02 .contact_right2 p label {
	float:left;
}
#wrapper .content_02 .contact_right2 p input[type="text"] {
	font-family:"Delius Swash Caps Regular";
	font-size:12px;
	color:#666;
	float:right;
	height:18px;
	/*width:170px;*/
	border-bottom:1px #ee74a7 dashed;
	margin-bottom:12px;
}
#wrapper .content_02 .contact_right2 p textarea {
	font-family:"Delius Swash Caps Regular";
	font-size:12px;
	/*color:#ee74a7;*/
	color:#666;
	float:left;
	height:80px;
	width:100%;
	margin-top:4px;
	border:1px #ee74a7 dashed;
}
#wrapper .content_02 .contact_right2 p input[type="submit"] {
	font-weight:bold;
	font-size:13px;
	color:#ee74a7;
	padding-right:27px;
	margin-top:5px;
	background:url(../images/more.png) no-repeat right center;
}
/*#wrapper .content_02 .menu {
	float:left;
	color:#d37554;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	width:100px;
	padding-top:55px;
	margin-left:3px;
	margin-bottom:10px;
	display:inline-block;
	background-position:23px top !important;
}
#wrapper .content_02.menu:hover {
	color:#d9538b;
	background-position:-124px top !important;
}
#wrapper .content_02 .menu span {
	display:block;
	height:30px;
}
#wrapper .content_02 .menu.menu1 {
	background:url(../images/menu1.png) no-repeat;
}
#wrapper .content_02 .menu.menu2 {
	background:url(../images/menu2.png) no-repeat;
}
#wrapper .content_02 .menu.menu3 {
	background:url(../images/menu3.png) no-repeat;
}
#wrapper .content_02 .menu.menu4 {
	background:url(../images/menu4.png) no-repeat;
}
#wrapper .content_02 .menu.menu5 {
	background:url(../images/menu5.png) no-repeat;
}
#wrapper .content_02 .menu.menu6 {
	background:url(../images/menu6.png) no-repeat;
}
#wrapper .content_02 .menu.menu7 {
	background:url(../images/menu7.png) no-repeat;
}
#wrapper .content_02 .menu.menu8 {
	background:url(../images/menu8.png) no-repeat;
}
#wrapper .content_02 .menu.menu9 {
	background:url(../images/menu9.png) no-repeat;
}
#wrapper .content_02 .menu.menu10 {
	background:url(../images/menu10.png) no-repeat;
}
#wrapper .content_02 .menu.menu11 {
	background:url(../images/menu11.png) no-repeat;
}
#wrapper .content_02 .menu.menu12 {
	background:url(../images/menu12.png) no-repeat;
}*/

#footer {
	font-family:Tahoma, Geneva, sans-serif;
	color:#9e9e9e;
	font-size:12px;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	line-height:34px;
	background:#FFF;
}
#footer img {
	vertical-align:middle;
}
#footer .call {
	font-family:"Comfortaa";
	font-size:14px;
	color:#fc75ae;
	margin-left:10px;
	text-transform:uppercase;
}
#footer .call strong {
	font-family:"Comfortaa-Bold";
	font-size:22px;
	padding-left:23px;
	margin-left:5px;
	background:url(../images/call.png) no-repeat 0px 2px;
}
#footer a {
	color:#fc75ae;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer span {
	color:#fc75ae;
}

/************************************************/
#slides_two .slides_container {
	width:205px;
	display:none;
	margin-top:40px;
	margin-left:45px;
}

#slides_two .slides_container div {
	font-size:12px;
	width:205px;
	height:230px;
	display:block;
}
#slides_two .slides_container div h3 {
	font-size:14px;
	color:#666666;
	margin-bottom:5px;
}
#slides_two .slides_container div p {
	margin-top:5px;
}
#slides_two .pagination {
	display:none !important;
}
#slides_two .next {
	text-indent:-9999px;
	position:absolute;
	right:-15px;
	top:50%;
	margin-top:-18px;
	width:37px;
	height:38px;
	display:block;
	background:url(../images/nxt2.png);
}
#slides_two .prev {
	text-indent:-9999px;
	position:absolute;
	left:-15px;
	top:50%;
	margin-top:-18px;
	width:37px;
	height:38px;
	display:block;
	background:url(../images/prv2.png);
}
/*********************************************************************/









.more {
	display:inline-block;
	font-weight:bold;
	color:#a2215f;
	text-decoration:none;
	padding-right:28px;
	background:url(../images/more.png) no-repeat right center;
}
.email {
	font-size:12px !important;
	display:inline-block;
	color:#a2215f;
	text-decoration:none;
	padding-top:0px;
	margin-top:10px;
	width:100px;
	background:url(../images/email.png) no-repeat  left center;
	margin-left:15px;
}
.map {
	color:#a2215f;
	text-decoration:none;
	display:inline-block;
	padding-left:15px;
	margin-top:7px;
	background:url(../images/map.png) no-repeat;
}
.download {
	color:#d37554;
	text-decoration:none;
	padding-left:25px;
	line-height:20px;
	display:inline-block;
	margin-top:10px;
	background:url(../images/download.png) no-repeat left bottom;
}
.download:hover {
	color:#ee74a7;
	background:url(../images/download.png) no-repeat left top;
}
/***************************************** scroll ******************/
.scroll_holder {
	height: 280px;
	width: 100%;
	position: relative;
	margin-bottom:25px;
}
.scroll_holder span {
	font-weight:bold;
	color:#ee74a7;
}

.scroll_holder2 {
	height: 280px;
	width: 100%;
	position: relative;
	margin-bottom:25px;
}
.scroll_holder2 span {
	/*font-weight:bold;
	color:#ee74a7;*/
}


.scroll {
	height: 280px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.track {
	background: none !important;
	right:0px;
	left:auto !important;
	top: 0px;
	width: 7px;
	position: absolute;
	/*height: 280px;*/
	height: 260px;
	padding: 0 0;
}
.shuttle {
	width: 7px;
	height: 100px;
	left: 0px;
	background:#ee74a7 !important;
}
._up-butt {
	left:20px !important;
	width: 72px;
	height: 72px;
	margin: 0px 0px 0px 0px !important;
	background: url(../images/arrow1.png) no-repeat;
}
._down-butt {
	left:20px !important;
	width: 72px;
	height: 72px;
	margin: 0px 0px 0px 0px !important;
	background: url(../images/arrow2.png) no-repeat;
}
/***********************************************************************/
@font-face {
	font-family:"Comfortaa-Bold";
	src:url("../font/Comfortaa-Bold.eot?") format("eot"),
		url("../font/Comfortaa-Bold.woff") format("woff"),
		url("../font/Comfortaa-Bold.ttf") format("truetype"),
		url("../font/Comfortaa-Bold.svg#Comfortaa-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Comfortaa";
	src:url("../font/Comfortaa_Regular.eot?") format("eot"),
		url("../font/Comfortaa_Regular.woff") format("woff"),
		url("../font/Comfortaa_Regular.ttf") format("truetype"),
		url("../font/Comfortaa_Regular.svg#Comfortaa") format("svg");
	font-weight:normal;font-style:normal;
}
@font-face {
	font-family:"Delius Swash Caps Regular";
	src:url("../font/DeliusSwashCaps-Regular.eot?") format("eot"),
		url("../font/DeliusSwashCaps-Regular.woff") format("woff"),
		url("../font/DeliusSwashCaps-Regular.ttf") format("truetype"),
		url("../font/DeliusSwashCaps-Regular.svg#DeliusSwashCaps-Regular") format("svg");
	font-weight:normal;font-style:normal;
}


/******************************cheronjit****************/

.nav2 {
	position: relative;
	z-index:100000;
	left:0px;
	top:85px;
	width:395px;
	height:440px;

}
.navbg1b {

	z-index:2;
	left:50px;
	top:0px;
	width:395px;
	height:440px;
	background: url(../images/navBg.png) no-repeat left bottom;
}
#navbg2b {

	z-index:1;
	left:0px;
	top:0px;
	width:395px;
	height:440px;

	background: url(../images/navBg2.png) no-repeat 35px 70px;
}
#navbg3b {

	z-index:3;
	left:0px;
	top:0px;
	width:395px;
	height:440px;

	background: url(../images/navBg3.png) no-repeat 76px 135px;
}
.nav2 .logo {
	position:absolute;
	z-index:4;
	right:0px;
	top:0px;

	cursor:pointer;
}
.nav2 ul {
	font-family:"Comfortaa-Bold";
	font-size:18px;
	color:#FFF;
	text-align:center;
	letter-spacing:2px;
	position:absolute;
	z-index:500;
	left:66px;
	top:0px;
	width:281px;
	height:261px;
		margin-top:150px;
		text-transform:uppercase;

}
.nav2 ul li {
	list-style:none;
	margin-top:10px;
}
.nav2 ul li a {
	position:relative;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	border-radius:13px;
	padding:2px 7px;
}
.nav2 ul li a span {
	display:block;
}
.nav2 ul li a:hover,.nav2 ul li.select a {
	text-shadow: 0px 0px 2px #333333;
	background:#a2215f;
}
.nav2 ul li a:hover span:after,.nav2 ul li.select a span:after {
	content:'.';
	float:right;
	margin-top:-5px;
}
.nav2 ul li a:hover span:before,.nav2 ul li.select a span:before {
	content:'.';
	float:left;
	margin-top:-5px;
}


#wrapper2 {
	position:relative;
	width:100%;
	/*min-height:786px;*/
	overflow:hidden;
}
#wrapper2 #header {
	font-family:"Comfortaa";
	font-size:27px;
	color:#8b461c;
	text-transform:uppercase;
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	width:100%;
	height:86px;
	background:url(../images/topBg.png) repeat-x;
}
#wrapper2 #header span {
	letter-spacing:4px;
	line-height:79px;
	float:left;
	margin-left:20px;
}
#wrapper2 #header #header_logo {
	float:right;
	margin-top:4px;
	padding-left:17px;
	border-left:1px #ecedec solid;
}
#wrapper2 #header #header_logo img {
	float:left;
	margin-right:15px;
}


/*****************new********/
#contentBg1b {
	position:absolute;
	z-index:0;
	top:115px;
	right:14%;
	margin-right:0px;
	width:707px;
	height:613px;
/*	background:url(../images/contentBg1.png) no-repeat;*/
background:url(../images/about.png) bottom left no-repeat;

}
#contentBg2b {
	position:absolute;
	z-index:1;
	top:163px;
	right:21%;
	margin-right:50px;
	width:517px;
	height:517px;
	background:url(../images/contentBg2.png) no-repeat;
}
.content_02 {
	text-align:center;
	z-index:122;
	top:0px;
	width:425px;
	height:517px;
	margin-top:120px;
	margin-left:120px;
	position:relative;
}
.content_02 .menu {
	float:left;
	color:#d37554;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	width:100px;
	padding-top:55px;
	margin-left:3px;
	margin-bottom:10px;
	display:inline-block;
	background-position:23px top !important;
}
.content_02 .menu:hover {
	color:#d9538b;
	background-position:-124px top !important;
}
.content_02 .menu span {
	display:block;
	height:30px;
	text-transform:uppercase;
}


/*
.content_02 .menu.menu1 {
	background:url(../images/menu1.png) no-repeat;
}
.content_02 .menu.menu2 {
	background:url(../images/menu2.png) no-repeat;
}
.content_02 .menu.menu3 {
	background:url(../images/menu3.png) no-repeat;
}
.content_02 .menu.menu4 {
	background:url(../images/menu4.png) no-repeat;
}
.content_02 .menu.menu5 {
	background:url(../images/menu5.png) no-repeat;
}
.content_02 .menu.menu6 {
	background:url(../images/menu6.png) no-repeat;
}
.content_02 .menu.menu7 {
	background:url(../images/menu7.png) no-repeat;
}
.content_02 .menu.menu8 {
	background:url(../images/menu8.png) no-repeat;
}
.content_02 .menu.menu9 {
	background:url(../images/menu9.png) no-repeat;
}
.content_02 .menu.menu10 {
	background:url(../images/menu10.png) no-repeat;
}
.content_02 .menu.menu11 {
	background:url(../images/menu11.png) no-repeat;
}
.content_02 .menu.menu12 {
	background:url(../images/menu12.png) no-repeat;
}
*/



#menu-header-menu{
}

#menu-header-menu .current_page_item a,#menu-header-menu .current_page_item a:hover{ 
	text-shadow: 0px 0px 2px #333333 !important;
	background:#a2215f!important;
}

#menu-header-menu .current_page_item a,#menu-header-menu .current_page_item a:after {
	content:'.';
	/*float:right;*/
	margin-top:-5px;
}
#menu-header-menu .current_page_item a,#menu-header-menu .current_page_item a:before {
	content:'.';
	/*float:left;*/
	margin-top:-5px;
}