@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/main_bg.gif) 0px 29px repeat-x;
	font-family: calibri, arial;
	font-size: 14px;
	color: #292929;
}
.mainsds {
    text-align: center;
    background: #b3cd2d;
    color: #fff;
    padding: 6px;
    font-size: 14px;
}
.main {
	width: 100%;
	height: auto;
	z-index: 150
}
.twitter {
	width: 53px;
	height: 149px;
	position: fixed;
	right: 0px;
	top: 300px;
	z-index: 999;
}
.main_head {
	width: 1000px;
	height: 216px;
	margin: 0px auto
}
.clr {
	clear: both;
	height: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
.logo_main {
	width: 1000px;
	height: 101px;
}
.logo {
	width: 500px;
	height: auto;
	float: left;
}
.searchmain {
	width: 490px;
	height: auto;
	float: left;
}
.bookmark {
	
	float: right;
	margin-top: 23px;
}
.bookmark ul {
	margin-top: 15px;
}
.bookmark li {
	float: left;
	margin-right: 7px;
	font-size: 17px;
	color: #000000;
}
.bookmark li img {
	padding-top: 3px;
}
.bookmark_link {
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}
.bookmark_link:hover {
	color: #96ad22;
}
.email_link {
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}
.email_link:hover {
	color: #96ad22;
}
.search {
	width: 420px;
	float: right;
}
.search ul {
	margin-top: 10px;
}
.search ul li {
	float: left;
	padding-right: 10px;
}
.inputbg {
	background: url(../images/inputbg.gif) no-repeat;
	width: 145px;
	padding-top: 3px;
	height: 22px;
	padding-left: 3px;
}
.input_style {
	width: 135px;
	height: 14px;
	border: 0px;
	font-family: calibri, arial;
	font-size: 12px;
	color: #727375;
}
/*menu.css start*/
.topmenumain {
	height: 113px;
}
.topmenumain ul {
	width: 100%;
	height: 50px;
}
.topmenumain ul li {
	float: left;
	height: 50px;
	position: relative;
	margin-left: 6px;
}
.topmenumain ul li a {
	font-size: 16px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-top: 20px;
	height: 43px;
	display: block;
}
.topmenumain ul li a:hover, .topmenumain ul li a.active {
	background: #b3cd2d;
	display: block;
	position: relative;
}
.topmenumain ul li a span {
	width: 7px;
	height: 5px;
}
.topmenumain ul li a:hover span, .topmenumain ul li a.active span {
	background: url(../images/menu_part.gif) no-repeat top right;
	display: block;
	position: absolute;
	top: 0px;
	left: -7px;
}
.topmenumain ul li ul li > a {
	height: auto;
	width: 170px;
	margin-left: 5px;
	outline: none;
	display: block;
	padding: 5px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #82990d;
}
.topmenumain ul li:hover a {
	background: #b3cd2d;
	display: block;
	position: relative;
}
.topmenumain ul li:hover a span {
	background: url(../images/menu_part.gif) no-repeat top right;
	display: block;
	position: absolute;
	top: 0px;
	left: -7px;
}
.topmenumain ul li ul li > a:hover {
	color: #363535;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}
ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
ul.dropdown ul {
	display: none;
	position: absolute;
	top: 60px;
	left: -5px;
	z-index: 999;
	width: 100%;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	display: block;
	width: 160px;
	padding: 0px;
}
ul.dropdown li:hover > ul li {
	display: block;
	width: 220px;
	margin: 0px;
	height: auto;
}
/*menu.css end*/

/*menu.css start
.topmenumain{ height:113px;}
.topmenumain ul{ width:100%; height:50px;}
.topmenumain ul li{ float:left; height:50px;  position:relative; margin-left:6px;}
.topmenumain ul li a{ font-size:16px; padding-left:12px; padding-right:12px; color:#ffffff; text-decoration:none; padding-top:20px; height:43px; display:block;}
.topmenumain ul li a:hover, .topmenumain ul li a.active{ background:#b3cd2d; display:block; position:relative; }
.topmenumain ul li a span{ width:7px; height:5px; }
.topmenumain ul li a:hover span, .topmenumain ul li a.active span{ background:url(../images/menu_part.gif) no-repeat top right; display:block; position:absolute; top:0px; left:-7px;}
.topmenumain ul li ul li > a{ height: auto; width:150px; margin:0px auto; outline:none; display:block;  padding:5px; padding-top:10px; padding-bottom:10px; border-bottom:1px solid #82990d;}
.topmenumain ul li:hover a{background:#b3cd2d; display:block; position:relative; }
.topmenumain ul li:hover a span{background:url(../images/menu_part.gif) no-repeat top right; display:block; position:absolute; top:0px; left:-7px;}
.topmenumain ul li ul li > a:hover{color:#363535;}


ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 60px;
 left: -5px;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;

}
ul.dropdown li:hover > ul li {
 visibility: visible;
 background:#b3cd2d;
 width:190px;
 height:auto;
}
menu.css end*/


.searchmain2 {
	display: none;
}



.e_d_left ul li, .e_d_left ul {
	list-style: disc;
}
.e_d_left ul li {
	margin-left: 20px;
}
.bullet_show ul li {
	list-style: disc;
}
.bullet_show ul li {
	margin-left: 20px;
}
/*center CSS start */
.centermain {
	width: 1000px;
	margin: 0px auto;
}
.centertop {
	width: 1000px;
	height: auto;
}
.cen_left {
	width: 740px;
	height: auto;
	float: left;
	margin-right: 22px;
	position: relative;
}
.cen_right {
	width: 235px;
	float: left;
}
.news_rep {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.eventnews_rep {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	padding-bottom: 100px;
	padding-left: 15px;
	padding-right: 15px;
}
.newsletter_con {
	border-top: 1px solid #d1d1d1;
	width: 205px;
	color: #4400bb;
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	padding-top: 10px;
}
.heading {
	font-size: 22px;
	color: #363535;
}
.form_name {
	color: #3b3a3a;
	padding-bottom: 5px;
	font-size: 14px;
}
.blank_div {
	height: 10px;
}
.newsinputbg {
	background: url(../images/news_inputbg.gif) no-repeat;
	margin-bottom: 5px;
	width: 199px;
	padding-top: 5px;
	height: 28px;
	padding-left: 7px;
}
.newsinputbg_input {
	width: 187px;
	height: 17px;
	border: 0px;
	font-family: calibri, arial;
	font-size: 12px;
	color: #727375;
}
.newsinputbg_date {
	width: 60px;
	height: 17px;
	border: 0px;
	font-family: calibri, arial;
	font-size: 12px;
	color: #727375;
}
.testimonials {
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
	color: #330066;
	text-align: center;
	margin-top: 10px;
}
.threebox_main {
	width: 1000px;
	height: 350px;
	padding-top: 15px;
}
.treebox_bg {
	background: url(../images/botombx.gif) no-repeat;
	width: 299px;
	padding: 10px;
	height: 301px;
	margin: auto;
}
.centerbox_bg {
	background: url(../images/centerbox_bg.jpg) no-repeat;
	width: 299px;
	padding: 10px;
	height: 301px;
	margin: auto;
}
.getstarted {
	width: 199px;
	height: 107px;
	margin-top: 20px;
}
.getstarted a {
	background: url(../images/get_started_btn.gif) no-repeat;
	width: 199px;
	height: 107px;
	margin: 0px auto;
	text-align: center;
	display: block;
}
.getstarted a:hover {
	background: url(../images/get_started_btn.gif) no-repeat;
	background-position: 0 -107px;
	width: 199px;
	height: 107px;
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right
}
.upcoming_head {
	background: url(../images/event_icon.jpg) no-repeat;
	padding-left: 45px;
	padding-right: 10px;
	height: 60px;
	font-size: 22px;
	color: #424345;
}
.video_head {
	line-height: 25px;
	padding-right: 10px;
	height: auto;
	font-size: 22px;
	width: 270px;
	margin: 0px auto;
	color: #424345;
}
.video_div {
	width: 249px;
	margin: 0px auto;
}
.blog_head {
	background: url(../images/blog_icon.jpg) no-repeat;
	padding-left: 55px;
	padding-right: 10px;
	height: 60px;
	font-size: 22px;
	color: #424345;
}
.readmore a {
	background: url(../images/readmore_btn.gif) no-repeat;
	display: block;
	width: 90px;
	height: 21px;
}
.readmore1 a {
	background: url(../images/readmore_btn.gif) no-repeat;
	display: block;
	width: 90px;
	height: 21px;
	margin-left: 205px;
}
.readmore1 a:hover {
	background: url(../images/readmore_btn.gif) no-repeat;
	background-position: 0px -21px;
	display: block;
	width: 90px;
	height: 21px;
}
.readmore a:hover {
	background: url(../images/readmore_btn.gif) no-repeat;
	background-position: 0px -21px;
	display: block;
	width: 90px;
	height: 21px;
}
.bluehead {
	color: #330066;
	font-size: 14px;
}
.bluedate {
	color: #330066;
	font-size: 12px;
}
.event_thumb {
	float: left;
	width: 105px;
}
.event_text {
	float: left;
	width: 190px;
}
.thumbnailmain {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	padding-top: 5px;
}
.blog_txt {
	height: 200px;
}
/*center CSS end */

/*footer CSS start */
.footer {
	width: 100%;
	height: auto;
	background: #21221f;
	border-bottom: 1px solid #798927;
}
.footerlink_main {
	width: 1000px;
	height: auto;
	margin: 0px auto;
}
.footerlink {
	width: 1000px;
	margin: 0px auto;
	height: auto;
}
.ournet {
	width: 166px;
	height: auto;
	float: left;
	margin-right: 34px;
}
.ournet ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
.ournet li {
	background: url(../images/bottomlink_bg.gif) repeat-x bottom;
	height: 20px;
}
h2 {
	color: #b1cb2b;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
.ournet li a {
	color: #ffffff;
	text-decoration: none;
}
.ournet li a:hover, .ournet li a.active {
	color: #b1cb2b;
	text-decoration: none;
}
.copyright {
	width: 100%;
	background: #97b012;
	border-top: 1px solid #21221f;
	height: 28px;
	color: #465204;
}
.copyright_txt {
	width: 1000px;
	padding-top: 5px;
	margin: 0px auto;
}
/* 12 April css start from here */


h1 {
	font-family: calibri, tahoma, arial;
	font-size: 22px;
	color: #424345;
	border-bottom: 1px solid #343333;
	padding-bottom: 10px;
}
.tac {
	text-align: center;
}
.tac1 {
	text-align: center;
}
.tac1 img {
*margin-top:0px;
}
.book_event_btn {
	background: url(../images/book_event_btn.gif) left top no-repeat;
	width: 167px;
	height: 55px;
	margin: auto;
	display: block;
	outline: none;
	background-position: 0 0;
}
.book_event_btn:hover {
	background-position: 0px -55px;
}
.vote_btn {
	background: url(../images/vote_btn.gif) left top no-repeat;
	width: 70px;
	height: 21px;
	display: block;
	background-position: 0 0;
	outline: none;
	border: 0px;
	cursor: pointer;
}
.vote_btn:hover {
	background-position: 0 -21px;
}
/* 12 April css end here */

/* margin padding class here */
.p16 {
	padding: 16px;
}
.pt5 {
	padding-top: 5px;
}
.pt2 {
	padding-top: 2px;
*padding-top:3px;
}
.pb5 {
	padding-bottom: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mt7 {
	margin-top: 7px;
}
.mb13 {
	margin-bottom: 13px;
}
.mt10 {
	margin-top: 10px;
}
.mt25 {
	margin-top: 25px;
}
.bbgry {
	border-bottom: 1px solid #d1d1d1;
}
.voteblock {
	width: 50px;
}
.voteblock2 {
	width: 70px;
}
/* margin padding class here */
.content_txt1 {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #727375;
	width: 600px;
}
.content_txt2 {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #727375;
	width: 660px;
}
.ttu {
	text-transform: uppercase;
}
.content_txt a.purpal_link {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #4c00d8;
	text-decoration: none;
}
.event_left {
	width: 500px;
}
.space24 {
	height: 24px;
}
.event_block {
	width: 700px;
	position: relative;
	height: 158px;
	overflow: hidden;
}
.event_block2 {
	width: 700px;
	position: relative;
	height: 178px;
	overflow: hidden;
}
.event_block .etl, .event_block .etr, .event_block .ebl, .event_block .ebr {
	position: absolute;
	background: url(../images/event_corner.jpg) left top no-repeat;
	width: 10px;
	height: 10px;
*position:absolute;
}
.event_block .etl {
	left: 0px;
	top: 0px;
	background-position: 0 0;
}
.event_block .etr {
	background: url(../images/event_right_top.jpg) left top no-repeat;
	right: 0px;
	top: 0px;
	background-position: 0 0;
	width: 26px;
	height: 29px;
}
.event_block .ebl {
	left: 0px;
	bottom: 0px;
	background-position: 0 -10px;
}
.event_block .ebr {
	right: 0px;
	bottom: 0px;
	background-position: -10px -10px;
}
.event_wrapper {
	background: url(../images/event_wrapper_rep.jpg) left top repeat-x;
	height: 156px;
	border: 1px solid #dadbdb;
}
.event_wrapper2 {
	background: url(../images/event_wrapper_rep.jpg) left top repeat-x;
	border: 1px solid #dadbdb;
}
.event_txt_area {
	width: 526px;
	margin-right: 18px;
}
.event_heading {
	font-family: calibri, tahoma, arial;
	font-size: 15px;
	color: #330066;
}
.event_sub_heading {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #262525;
}
.event_date {
	font-family: calibri, tahoma, arial;
	font-size: 15px;
	color: #000;
	padding-right: 20px;
}
.book_event {
	background: url(../images/book_now_btn.png) left top no-repeat;
	width: 93px;
	height: 32px;
	display: block;
	outline: none;
	background-position: 0 0px;
}
.book_event:hover {
	background-position: 0 -32px;
}
.event_img a img {
	border: 1px solid #979797;
}
/*17/5/2011*/
.thankyou_head {
	font-family: calibri;
	font-size: 20px;
	height: auto;
	padding: 20px;
}
.upgrade a {
	background: url(../images/upgrade_membership.jpg) no-repeat;
	width: 167px;
	height: 54px;
	display: block;
	margin-left: 15px;
}
.upgrade a:hover {
	background-position: 0px -54px;
}
.book_anevent a {
	background: url(../images/book_event.jpg) no-repeat;
	width: 167px;
	height: 55px;
	display: block;
	margin-left: 15px;
}
.book_anevent a:hover {
	background-position: 0px -55px;
}
.taketour a {
	background: url(../images/taketour_btn.jpg) no-repeat;
	width: 167px;
	height: 55px;
	display: block;
	margin-left: 15px;
}
.taketour a:hover {
	background-position: 0px -55px;
}
.testimonials_con {
	font-size: 14px;
	font-style: italic;
	color: #424345;
	margin-top: 10px;
	border-bottom: 1px solid #d2d0d0;
	padding-bottom: 15px;
}
.testimonials_name {
	font-size: 14px;
	font-style: italic;
	color: #752de9;
	margin-top: 10px;
}
.testimonials_rep {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.get_head {
	color: #5e08e3;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}
.get_started_box {
	width: 740px;
	position: relative;
	height: 210px;
}
.get_started_box .etl, .get_started_box .etr, .get_started_box .ebl, .get_started_box .ebr {
	position: absolute;
	background: url(../images/event_corner.jpg) left top no-repeat;
	width: 10px;
	height: 10px;
}
.get_started_box .etl {
	left: 0px;
	top: 0px;
	background-position: 0 0;
}
.get_started_box .etr {
	background: url(../images/event_right_top.jpg) left top no-repeat;
	right: 0px;
	top: 0px;
	background-position: 0 0;
	width: 26px;
	height: 29px;
}
.get_started_box .ebl {
	left: 0px;
	bottom: 0px;
	background-position: 0 -10px;
}
.get_started_box .ebr {
	right: 0px;
	bottom: 0px;
	background-position: -10px -10px;
}
.get_starteddiv {
	width: 700px;
	padding-left: 20px;
}
.get_starteddiv ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.get_starteddiv ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 20px;
	color: #000;
}
.radio_div {
	width: 25px;
	padding-bottom: 3px;
}
.content_txt {
	font-family: calibri, tahoma, arial;
	width: 500px;
	font-size: 14px;
	color: #727375;
}
.get_wrapper {
	background: url(../images/event_wrapper_rep.jpg) left top repeat-x;
	height: 208px;
	border: 1px solid #dadbdb;
}
.viewall a {
	background: url(../images/view_all_btn.gif) no-repeat;
	display: block;
	width: 84px;
	height: 21px;
	margin-top: 10px;
}
.viewall a:hover {
	background-position: 0px -21px;
}
.login_head {
	width: 335px;
	margin-right: 20px;
}
.loginbox {
	width: 738px;
	height: auto;
}
.login_repeat {
	background: url(../images/login_repeat.gif) repeat-y;
	width: 698px;
	padding-left: 20px;
	padding-right: 20px;
}
.login_left {
	width: 290px;
	height: auto;
	margin-right: 55px;
}
.login_right {
	width: 350px;
	height: auto;
}
.login_subhead {
	font-family: calibri, tahoma, arial;
	font-size: 20px;
	color: #424345;
}
.blue_head {
	color: #5e08e3;
	font-size: 14px;
}
.login_text {
	width: 80px;
	height: 35px;
	color: #262525;
	padding-top: 5px;
	font-size: 14px;
}
.login_text1 {
	width: 80px;
	height: 30px;
	color: #262525;
	font-size: 14px;
}
.login_inputbg {
	width: 202px;
	height: 40px;
	background: url(../images/login_inputbg.gif) no-repeat;
	padding-left: 5px;
	padding-top: 3px;
}
.login_inputbg1 {
	width: 202px;
	height: 30px;
	background: url(../images/login_inputbg.gif) no-repeat;
	padding-left: 5px;
	padding-top: 3px;
}
.login_input {
	width: 185px;
	border: 0px;
	font-size: 14px;
	font-family: calibri;
	color: #6c6c6c;
}
.register_text {
	width: 120px;
	height: 35px;
	color: #727375;
	padding-top: 5px;
	font-size: 14px;
}
.card_text {
	width: 200px;
	height: 35px;
	color: #727375;
	padding-top: 5px;
	font-size: 14px;
}
.register_drop {
	width: 60px;
	border: 0px;
}
.upcoming_right {
	background: url(../images/event_icon.jpg) no-repeat;
	padding-left: 45px;
	padding-right: 10px;
	height: 35px;
	font-size: 21px;
	color: #424345;
}
.right_event {
	width: 60px;
}
.right_event_text {
	width: 140px;
	font-style: normal;
	font-size: 12px;
}
.date {
	color: #373839;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
.ml {
	margin-left: 58px;
	margin-top: 10px;
}
.matchmaking_left {
	width: 730px;
}
.poll_txt {
	font-size: 13px;
	color: #424345;
}
.voting_div {
	width: 200px;
}
.voting_div ul li {
	height: 20px;
}
.pr {
	padding-right: 10px;
}
.enquery_repeat {
	background: url(../images/enqueryform_repeat.gif) repeat-y;
	width: 689px;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
}
.enquery {
	width: 340px;
}
.enquery_text {
	width: 130px;
	padding-top: 5px;
	font-size: 14px;
}
.your_photo {
	font-size: 11px;
	color: #9db302;
	font-family: Arial, Helvetica, sans-serif
}
.matchmaking_rep {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.messagebg {
	background: url(../images/matchmaking_bg.gif) no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	width: 200px;
	height: 75px;
}
.messagebg_txtarea {
	width: 180px;
	height: 50px;
	border: 0px;
	font-size: 14px;
	color: #6c6c6c;
	font-family: calibri
}
.link {
	font-family: calibri;
	font-size: 14px;
	color: #5e08e3;
	text-decoration: underline
}
.link:hover {
	font-family: calibri;
	font-size: 14px;
	color: #5e08e3;
	text-decoration: none
}
.blackdate {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
/*5-26-2011*/
.faq_main {
	width: 735px;
	height: auto;
}
.faq_bg {
	background: url(../images/arrow_icon.gif) no-repeat 10px top #eceaea;
	padding-left: 45px;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #424242;
	padding-bottom: 10px;
}
.faq_ansmain {
	width: 735px;
	height: auto;
}
.faq_ans {
	background: #f8f8f8;
	padding: 10px;
}
.thankyou_but {
	font-family: calibri;
	width: 570px;
	margin: 0px auto;
	font-size: 20px;
	height: auto;
	padding: 20px;
}
.submit_match {
	height: 50px;
	width: 100%;
	text-align: center;
}
.scroll_bar1 {
	height: 330px;
	position: relative;
	overflow: auto;
	overflow-y: scroll !important;
}
/*5-30-2011*/
.past_event {
	padding: 15px;
	border-bottom: 1px solid #cecfcf;
	font-family: calibri;
	font-size: 14px;
	color: #262525;
	padding: 15px 16px;
}
.past_event:hover {
	background: url(../images/past-evnt_bg.gif) left bottom repeat-x;
	border-left: 1px solid #cecfcf;
	border-right: 1px solid #cecfcf;
	padding: 15px 15px;
}
.past_thumb {
	width: 198px;
	height: 126px;
	border: 5px solid #000000;
	margin-top: 10px;
}
.past_event_content {
	width: 475px;
	height: 126px;
	margin-top: 10px;
	padding: 5px;
	margin-left: 15px;
}
.past_eventdate {
	width: 100px;
	height: 25px;
	color: #330066;
}
.past_eventdate_text {
	height: 25px;
}
.past_event_head {
	color: #330066;
	font-size: 17px;
}
.paging {/*width:300px;*/
	height: 30px;
}
.paging ul {/*width:300px; */
	height: 30px;
	margin-top: 10px;
}
.paging ul li {
	height: 30px;
	padding-right: 5px;
}
.paging ul li a {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #7614da;
	font-family: calibri;
	font-size: 12px;
}
.paging ul li a:hover {
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #fff;
	background: #7614da;
	font-family: calibri;
	font-size: 12px;
}
.event_detail {
	height: 170px;
	font-family: calibri;
	font-size: 14px;
	color: #262525;
}
.event_detail_head {
	color: #000;
	font-size: 17px;
}
.event_detail_des {
	color: #000;
	font-size: 14px;
}
.venue_head {
	font-size: 14px;
	color: #411170;
}
.border-top-bottom {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 15px;
}
/*31-05-2011*/
.comments a {
	background: url(../images/post_comment.gif) no-repeat;
	display: block;
	width: 113px;
	height: 21px;
	margin-left: 15px;
}
.comments a:hover {
	background: url(../images/post_comment.gif) no-repeat;
	background-position: 0px -21px;
	display: block;
	width: 113px;
	height: 21px;
}
.recentpost {
	width: 200px;
}
.recentpost ul {
	width: 200px;
	margin: 0px;
	padding: 0px;
}
.recentpost ul li {
	width: 180px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../images/arrow.gif) no-repeat left 7px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 2px;
	border-bottom: 1px dotted #b3b3b2
}
.recentpost ul li a {
	font-size: 14px;
	color: #363535;
	text-decoration: none;
}
.recentpost ul li a:hover {
	font-size: 14px;
	color: #620ee7;
}
.recent_rep {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.contact_address {
	padding-left: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
	border-left: 1px solid #ccc;
	color: #727375
}
.forgot_password {
	background: url(../images/past-evnt_bg.gif) repeat-x;
	border: 1px solid #cecfcf;
	height: 160px;
	padding: 15px 15px;
}
.for_passmain {
	width: 300px;
}
.italic_font {
	font-style: italic
}
.packages_repeat {
	background: url(../images/packages_repeat_n.jpg) repeat-y;
}
.packages_repeat_club {
	background: url(../images/packages_repeat_club_g.jpg) repeat-y;
}
.packages_repeat_personal {
	background: url(../images/packages_repeat_personal_ng.jpg) repeat-y;
}
.packages_repeat_social {
	background: url(../images/packages_repeat_social_n.jpg) repeat-y;
}
.packages_repeat_guest {
	background: url(../images/packages_repeat_guest_g.jpg) repeat-y;
}
.packages_head {
	font-family: calibri, tahoma, arial;
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
}
.packages_head1 {
	font-family: calibri, tahoma, arial;
	font-size: 22px;
	color: #424345;
	padding-bottom: 10px;
}
.border-top {
	border-top: 1px solid #ccc;
	font-size: 14px;
	padding: 8px;
}
.join_now_blue a {
	background: url(../images/blue_btn.jpg) no-repeat;
	width: 78px;
	height: 27px;
	display: block
}
.join_now_blue a:hover {
	background-position: 0px -27px;
}
.join_now_pur a {
	background: url(../images/purple_btn.jpg) no-repeat;
	width: 78px;
	height: 27px;
	display: block
}
.join_now_pur a:hover {
	background-position: 0px -27px;
}
.join_now_black a {
	background: url(../images/orange_n.png) no-repeat;
	width: 78px;
	height: 23px;
	display: block
}
.join_now_black a:hover {
	background-position: 0px -23px;
}
.join_now_green a {
	background: url(../images/green_btn.jpg) no-repeat;
	width: 78px;
	height: 27px;
	display: block
}
.join_now_green a:hover {
	background-position: 0px -27px;
}
.prefer {
	font-size: 20px;
	color: #4300ba;
	font-weight: bold;
}
.contact_left {
	width: 450px;
	height: auto;
}
.contact_inputbg {
	width: 289px;
	height: 40px;
	background: url(../images/contact_inputbg.png) no-repeat;
	padding-left: 5px;
	padding-top: 3px;
}
.contact_input {
	width: 268px;
	border: 0px;
	font-size: 14px;
	font-family: calibri;
	color: #6c6c6c;
}
.contact_messagebg {
	background: url(../images/contact_textbg.png) no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	width: 289px;
	height: 85px;
}
.contact_capcha {
	padding-left: 5px;
	padding-top: 5px;
	width: 289px;
	height: 50px;
}
.contact_txtarea {
	width: 280px;
	height: 70px;
	border: 0px;
	font-size: 14px;
	color: #6c6c6c;
	font-family: calibri
}
.for_passmain1 {
	width: 500px;
}
.past_event1 {
	height: 171px;
	padding: 15px;
	border-top: 1px solid #cecfcf;
	font-family: calibri;
	font-size: 14px;
	color: #262525;
	padding: 15px 16px;
}
.past_event1:hover {
	background: url(../images/past-evnt_bg.gif) repeat-x;
	border-left: 1px solid #cecfcf;
	border-right: 1px solid #cecfcf;
	padding: 15px 15px;
}
.purpal_link {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #4c00d8;
	text-decoration: none;
}
.purpal_link:hover {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #4c00d8;
	text-decoration: underline;
}
/*6/13/2011*/
.ml20 {
	margin-left: 20px;
}
.blog_comment_con {
	width: 500px;
}
.blogcomment_form {
	width: 450px;
}
.blog_comment_con ul li {
	list-style: disc;
}
.blog_comment_con ul li {
*margin-left: 15px;
*list-style:disc;
}
/*6/17/2011*/
.askus_bg {
	background: url(../images/askus_bg.png) no-repeat center;
	width: 210px;
	height: 160px;
}
.askus_content {
	padding-left: 15px;
	padding-top: 25px;
	font-size: 20px;
	color: #5c5d59;
}
.askus_content_gr {
	color: #90ba21;
}
.askus a {
	background: url(../images/askus_btn.gif) no-repeat;
	display: block;
	width: 90px;
	height: 21px;
	margin-left: 15px;
}
.askus a:hover {
	background: url(../images/askus_btn_hover.gif) no-repeat;
	width: 90px;
	height: 21px;
}
.blog_thumb {
	width: 110px;
	height: 121px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	margin-top: 10px;
}
.bolg_content {
	width: 540px;
	height: 126px;
	margin-top: 10px;
	padding: 5px;
	margin-left: 15px;
}
.blogcon_head {
	color: #000000;
	font-family: calibri;
	font-size: 18px;
}
.arrowlistmenu {
	width: 200px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	background: url(../images/arrow.gif) no-repeat left 5px;
	padding-left: 20px;
	color: #363535;
	cursor: pointer;
	font: bold 14px calibri;
	margin-bottom: 1px;
	text-transform: uppercase;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
/*background:#666;*/
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px;
	margin-left: 20px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	background: url("../images/arrowbullet.png") no-repeat scroll left center transparent;
	color: #666;
	display: block;
	font-family: Calibri;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
.arrowlistmenu ul li a:visited {
	color: #666;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #620ee7;
	font-family: Calibri;
	font-size: 12px;
}
/*30/06/2011  CSS*/   /*home slider css  CSS*/
.fadein {
	POSITION: relative;
	WIDTH: 500px;
	HEIGHT: 360px
}
.fadein IMG {
	POSITION: absolute;
}
.img_text {
	position: absolute;
	top: 230px;
	left: 0px;
	background: url(../images/black_box.png) no-repeat;
	width: 716px;
	padding: 10px;
	height: 109px;
	color: #fff;
	font-size: 13px;
}
.h_slidetext_div {
	width: 540px;
}
.h_slidetext_div h1 {
	font-family: Calibri;
	font-size: 24px;
	color: #fff;
	border: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/*home slider css end  CSS*/

/*01/07/2011*/
.points {
	width: 100%;
}
.points ul {
	margin: 0px;
	padding: 0px;
}
.points ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/1.png) no-repeat left 3px
}
.newsletter_con1 {
	border-top: 1px solid #d1d1d1;
	width: 205px;
	color: #4400bb;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	padding-top: 10px;
}
.newsletter_con11 {
	border-bottom: 1px solid #d1d1d1;
	width: 205px;
	color: #4400bb;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
}
.content2 {
	color: #727375;
	font-size: 14px;
}
.tag_link {
	font-size: 14px;
	color: #656567;
	text-decoration: none;
}
.tag_link:hover {
	color: #656567;
	text-decoration: underline;
}
.tag_link1 {
	font-size: 14px;
	color: #656567;
	text-decoration: none;
}
.tag_link1:hover {
	color: #620ee7;
	text-decoration: underline;
}
.tag_link2 {
	font-size: 20px;
	color: #620ee7;
	text-decoration: none;
}
.tag_link2:hover {
	color: #620ee7;
	text-decoration: underline;
}
.tag_link3 {
	font-size: 30px;
	color: #656567;
	text-decoration: none;
}
.tag_link3:hover {
	color: #620ee7;
	text-decoration: underline;
}
.tag_link4 {
	font-size: 40px;
	color: #620ee7;
	text-decoration: none;
}
.tag_link4:hover {
	color: #620ee7;
	text-decoration: underline;
}
.venue_main {
	width: 285px;
	font-size: 14px;
	color: #000;
	padding-left: 15px;
}
.e_d_left {
	width: 400px;
	padding-right: 15px;
	border-right: 1px solid #ccc
}
.e_d_left img {
	padding-right: 5px;
	padding-bottom: 0px;
}
.e_d_main {
	background: #f4f4f4;
	border: 1px solid #dadada;
	padding: 10px;
}
.topleft {
	position: absolute;
	left: -1px;
	top: -1px;
}
.topright {
	position: absolute;
	right: -1px;
	top: -1px;
}
.bottomleft {
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.bottomright {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
.venue {
	width: 270px;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
}
.venue_w1 {
	width: 80px;
	line-height: 18px;
}
.venue_w2 {
	width: 180px;
	line-height: 18px;
}
/*22/07/2011*/

.sitemap_link {
	font-family: calibri, tahoma, arial;
	font-size: 18px;
	color: #4c00d8;
	text-decoration: none;
}
.sitemap_link:hover {
	font-family: calibri, tahoma, arial;
	font-size: 18px;
	color: #4c00d8;
	text-decoration: underline;
}
.sitemap_sub_link {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #708506;
	text-decoration: none;
	padding-left: 20px;
}
.sitemap_sub_link:hover {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #7d7979;
	text-decoration: underline;
}
.clients {
	font-family: Calibri;
	font-size: 14px;
	color: #353535;
	border-bottom: 1px solid #dbdbdb;
}
.clients1 {
	font-family: Calibri;
	font-size: 14px;
	color: #353535;
	padding-bottom: 18px;
	border-bottom: 1px solid #dbdbdb;
}
.clients2 {
	font-family: Calibri;
	font-size: 14px;
	color: #353535;
	padding-bottom: 18px;
}
.client_text {
	font-family: Calibri;
	font-size: 16px;
	color: #383838;
}
.client_text1 {
	font-family: Calibri;
	font-size: 16px;
	color: #620ee7;
	padding: 3px 0px;
}
.client_text2 {
	font-family: Calibri;
	font-size: 14px;
	color: #85878c;
	padding: 3px 0px;
	line-height: 18px;
}
.matchmaking_rep1 {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	height: 783px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.event_detail {
	float: left;
	height: 98px;
}
.book_online_btn {
	background: url(../images/book-online.png) left top no-repeat;
	width: 280px;
	height: 30px;
float:left;margin:auto;
	display: block;
	outline: none;
	background-position: 0 0;
}
.book_online_btn:hover {
	background-position: 0px -31px;
}
.right_event_text1 {
	font-family: Calibri;
	font-style: normal;
	font-size: 14px;
	font-style: italic;
	color: #424345;
}
.right_event_text2 {
	font-family: Calibri;
	font-size: 14px;
	color: #752de9;
}
.matchmaking_rep2 {
	width: 205px;
	background: url(../images/newsletter_rep.jpg) repeat-y;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.testimonials_con1 {
	font-size: 14px;
	font-style: italic;
	color: #424345;
	padding-bottom: 5px;
}
.thumbnailmain1 {
}
.bolg_content1 {
	height: 126px;
	margin-top: 10px;
	padding: 5px;
	margin-left: 15px;
}
.bolg_content2 {
	margin-top: 10px;
	padding: 5px;
	margin-left: 15px;
}
.line {
	border-bottom: 1px solid #999;
}
.email {
	font-family: Calibri;
	font-size: 15px;
	color: #90C;
	text-decoration: none;
}
.email:hover {
	font-family: Calibri;
	font-size: 15px;
	color: #90c;
	text-decoration: underline;
}
/* spacer */
.spacer11 {
	height: 11px;
}
/*26/07/2011*/
.eve_thumb_main {
	background: #e3e3e3;
	padding: 10px 9%;
    text-align: center;
}
.eve_thumb_wd {
	width: 120px;
	display: block
}
.evnt_name {
	color: #262525;
	font-size: 12px;
}
.mr15 {
	margin-right: 21px;
}
.viewfull a {
	background: url(../images/viewfull_galery.jpg) no-repeat left top;
	width: 94px;
	height: 37px;
	display: block
}
.viewfull a:hover {
	background-position: 0px -37px;
}
.event_txt_area01 {
	width: 400px;
	margin-right: 15px;
}
.shop_txt_area {
	width: 350px;
	margin-right: 15px;
}
.eve_content_txt1 {
	font-family: calibri, tahoma, arial;
	font-size: 14px;
	color: #727375;
	width: 400px;
}
.event_heading3 {
	font-family: calibri, tahoma, arial;
	font-size: 15px;
	color: #330066;
	width: 132px;
}
.event_li {
	margin-bottom: 10px;
	background: url(../images/arrow.gif) no-repeat left 3px;
	padding-left: 20px;
}
.event_li_n {
	margin-bottom: 10px;
	background: url(../images/arrow_nn.png) no-repeat left 3px;
	padding-left: 26px;
	font-size: 15px;
	font-weight: bold;
}
.book_event a {
	background: url(../images/bookevent_btn.png) left top no-repeat;
	width: 150px;
	height: 30px;
	margin: auto;
	display: block;
	outline: none;
	text-align: left;
	background-position: 0 0;
}
.book_event a:hover {
	background-position: 0px -32px;
}
.apply_btn a {
	background: url(../images/applynow_btn.png) left top no-repeat;
	width: 110px;
	height: 30px;
	margin: auto;
	display: block;
	outline: none;
	text-align: left;
}
.apply_btn a:hover {
	background-position: 0px -32px;
}
.p10_16 {
	padding: 10px 16px;
}
.book_event_n {
	background: url(../images/book_now_btn_n.png) left top no-repeat;
	width: 135px;
	height: 30px;
	display: block;
	outline: none;
	background-position: 0 0px;
}
.book_event_n a {
	background: url(../images/book_now_btn_n.png) left top no-repeat;
	width: 150px;
	height: 30px;
	margin: auto;
	display: block;
	outline: none;
	text-align: left;
	background-position: 0 0;
}
.book_event_n a:hover {
	background-position: 0px -32px;
}
.popup_header_text {
	width: 850px;
	font-family: calibri, tahoma, arial;
	font-size: 20px;
	font-weight: bold;
	color: #424345;
	text-align: center;
}
.popup_header_text_small {
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding: 20px 0px 0px 0px;
}
.popup_header_text_small span {
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
	padding: 0px 0px 0px 0px;
}
.gallary_event {
	height: auto;
	padding: 15px;
	border-bottom: 1px solid #cecfcf;
	font-family: calibri;
	font-size: 14px;
	color: #262525;
	padding: 15px 16px;
}
.gallary_event:hover {
	border-left: 1px solid #cecfcf;
	border-right: 1px solid #cecfcf;
	padding: 15px 15px;
}
.press_h {
	height: auto;
}
.pup_10 {
	padding-top: 10px;
}
.pup_30 {
	padding-top: 30px;
}
.asian_gallary {
	width: 700px;
}
.gallary_sec {
	width: 233px;
}
.press_thumb_text {
	width: 620px;
}
.press_thumb {
	width: 45px;
}
.thumb_b {
	border: 2px solid #c8c6c7;
}
.press_top_text {
	font-size: 16px;
	font-weight: normal;
}
.spot_text {
	font-size: 20px;
	font-weight: bold;
}
.bbc_text {
	font-size: 18px;
	font-style: italic;
}
.enq_bold {
	font-weight: bold;
}
.player_mp {
	width: 223px;
	height: 90px;
	border: 1px solid #ccc;
	margin-top: 10px;
	background: #000;
}
/* membership page */

.destiny {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.plan_heding {
	font-size: 15px;
	font-weight: bold;
}
.months_c {
	color: #FFFFFF;
}
.guest_user_text {
	font-size: 15px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
.prefer_n {
	font-size: 15px;
	color: #292929;
	font-weight: bold;
}
.past_event_blog {
	height: 270px;
	padding: 15px;
	border-bottom: 1px solid #cecfcf;
	font-family: calibri;
	font-size: 14px;
	color: #262525;
	padding: 15px 16px;
}
.past_event_blog:hover {
	border-left: 1px solid #cecfcf;
	border-right: 1px solid #cecfcf;
	padding: 15px 15px;
}
.blog_thumb_blog {
	width: 150px;
	height: 196px;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	margin-top: 10px;
}
.bolg_content_blog {
	width: 500px;
	height: 126px;
	margin-top: 10px;
	padding: 5px;
	margin-left: 14px;
}
.blog_linking {
	color: #96ad22;
	text-decoration: none;
}
.blog_linking a {
	color: #96ad22;
	text-decoration: none;
}
.blog_linking a:hover {
	color: #000000;
	text-decoration: underline;
}
.pop_m {
	width: 230px !important;
}
.pop_m_new {
	width: 295px !important;
}
#hw {
	width: 760px;
	height: 760px;
}
.apply_btn5 {
	background: url(../images/applynow_btn.png) left top no-repeat;
	width: 110px;
	height: 30px;
	margin: auto;
	display: block;
	outline: none;
	text-align: left;
	border: none;
}
.apply_btn5:hover {
	background-position: 0px -32px;
}
.newsinputbg_input5 {
	width: 275px;
	height: 17px;
	border: 0px;
	font-family: calibri, arial;
	font-size: 12px;
	color: #727375;
}
.pop_m5 {
	width: 326px;
}
.attendess {
	width: 716px;
}
.attendees_main {
	width: 716px;
	height: 30px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.attendess_btn {
	background: url(../images/contact_attend.png) no-repeat;
	width: 127px;
	height: 21px;
	display: block
}
.attendess_btn:hover {
	background-position: 0px -21px;
}
.quiz_night {
	width: 300px;
	margin-right: 10px;
}
.attendess_date {
	width: 100px;
}
.attendess_heading {
	font-family: Calibri;
	font-size: 18px;
	color: #000;
}
.rfc {
	width: 300px;
}
.rfc_thumbbg {
	background: #f5f5f5;
	width: 270px;
	height: 58px;
	padding-left: 15px;
	padding-top: 5px;
	margin-top: 1px;
}
.img_border {
	border: 1px solid #c6c6c6;
}
.mt15 {
	margin-top: 15px;
}
.evnt_thum {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 83px;
	margin-top: 10px;
	padding: 4px;
	width: 110px;
}
.evnt_thumup {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 83px;
	padding: 4px;
	width: 110px;
}
.search_t {
	background: url("../images/search_t.gif") repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 29px;
	width: 92px;
}
.click_bg {
	background: url(../images/click_t.gif) no-repeat center;
	width: 210px;
	height: 148px;
}
.click_content {
	padding-left: 15px;
	padding-top: 25px;
	font-size: 20px;
	color: #5c5d59;
}
.click_content_gr {
	color: #90ba21;
}
.click a {
	background: url(../images/click_t.gif) no-repeat;
	display: block;
	width: 90px;
	height: 21px;
	margin-left: 15px;
}
/*.click a:hover{ background:url(../images/askus_btn_hover.gif) no-repeat; width:90px; height:21px;}*/

.buy_t {
	background: url("../images/buynow_t.gif") repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	height: 29px;
	width: 92px;
}
.evnt_thum_22s {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 45px;
	margin-top: 4px;
	padding: 4px;
	width: 48px;
}
.forgot_password_22s {
	background: url(../images/past-evnt_bg.gif) repeat-x left bottom;
	border: 1px solid #cecfcf;
	height: 206px;
	padding: 15px 15px;
}
.shopborder {
	border-bottom: 1px solid #ccc;
}
.txt_white {
	color: #fff
}
.paypal {
	background: url(../images/paypal.png) no-repeat;
	width: 118px;
	height: 32px;
	margin: 0px auto;
	display: block;
	border: none;
	cursor: pointer
}
.paypal:hover {
	background: url(../images/paypal.png) no-repeat;
	background-position: 0px -32px;
}
/* 08 nov css start from here */
.membership_bg {
	background: #2b8fc8;
}
.membership_bg2 {
	background: #5d5d5d;
}
.membership_bg3 {
	background: #1da200;
}
.membership_bg4 {
	background: #6c00e6;
}
.membership_bg h1, .membership_bg2 h1, .membership_bg3 h1, .membership_bg4 h1 {
	font-size: 28px;
	font-family: "calibri", myriad Pro, verdana, arial;
	font-weight: normal;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #ffffff;
}
.membership_bg h2, .membership_bg2 h2, .membership_bg3 h2, .membership_bg4 h2 {
	font-size: 28px;
	font-family: "calibri", myriad Pro, verdana, arial;
	font-weight: normal;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #ffffff;
}
.p29_35 {
	padding: 10px 10px;
}
.w260 {
	width: 260px;
}
.ml10 {
	margin-left: 10px;
}
.month_txt {
	font-family: "calibri", myriad Pro, verdana, arial;
	font-size: 18px;
	color: #f4f4f4;
	text-align: center;
}
.feature_listing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin-top: 5px;
	font-weight: bold;
}
.feature_listing li {
	margin-bottom: 2px;
}
.paypal_btn1 {
	background: url(../images/paypal_btn1.png) left top no-repeat;
	width: 149px;
	height: 39px;
	border: 0px;
	cursor: pointer;
	float: right;
	background-position: 0 0;
}
.paypal_btn1:hover {
	background-position: 0 -41px;
}
.paypal_btn2 {
	background: url(../images/paypal_btn2.png) left top no-repeat;
	width: 149px;
	height: 39px;
	border: 0px;
	cursor: pointer;
	float: right;
	background-position: 0 0;
}
.paypal_btn2:hover {
	background-position: 0 -41px;
}
.paypal_btn3 {
	background: url(../images/paypal_btn3.png) left top no-repeat;
	width: 149px;
	height: 39px;
	border: 0px;
	cursor: pointer;
	float: right;
	background-position: 0 0;
}
.paypal_btn3:hover {
	background-position: 0 -41px;
}
.paypal_btn4 {
	background: url(../images/paypal_btn4.png) left top no-repeat;
	width: 149px;
	height: 39px;
	border: 0px;
	cursor: pointer;
	float: right;
	background-position: 0 0;
}
.paypal_btn4:hover {
	background-position: 0 -41px;
}
.w_membership_right {
	width: 400px;
}
/* 08 nov css end here */

/* css 17-11-2011 Start Event booking */

.event_form {
	width: 500px;
}
.event_amount {
	font-size: 14px;
	color: #411170;
	width: 150px;
	text-align: right;
}
.event_form .left {
	width: 150px;
}
.event_form .right {
	width: 330px;
}
.spacer5 {
	height: 5px;
}
.event_inputbg {
	width: 289px;
	height: 29px;
	background: url(../images/contact_inputbg.png) no-repeat;
	padding-left: 5px;
	padding-top: 3px;
}
.event_input {
	width: 276px;
	border: 0px;
	font-size: 14px;
	font-family: calibri;
	color: #6c6c6c;
	margin: 2px 0px 0px 3px;
}
.event_booking_border {
	border-top: 1px solid #000;
}
.cancel_btn {
	width: 95px;
	height: 35px;
	background: url(../images/cancel.png) no-repeat;
	border: none;
}
.cancel_btn:hover {
	width: 95px;
	height: 35px;
	background: url(../images/cancel.png) no-repeat;
	border: none;
	cursor: pointer;
}
.pay_btn {
	width: 96px;
	height: 35px;
	border: none;
	background: url(../images/pay_btn.png) no-repeat;
}
.pay_btn:hover {
	width: 96px;
	height: 35px;
	border: none;
	background: url(../images/pay_btn.png) no-repeat;
	cursor: pointer;
}
/* css 17-11-2011 End */
/* 24-11-2011* css start */
.popyes {
	margin: 0px;
	padding: 0px;
}
.popyes ul {
	margin-left: 0px;
	padding: 0px;
}
.popyes ul li {
	margin: 10px 0px;
	padding: 0px;
}
.popyes ul li a {
	font-family: Calibri, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #727375;
	text-decoration: none;
}
.popyes ul li a:hover {
	font-family: Calibri, Arial;
	font-size: 15px;
	font-weight: normal;
	color: #5E08E3;
	text-decoration: none;
}
.yes_btn {
	background: url(../images/yes_btn.png) top left no-repeat;
	height: 22px;
	border: none;
	width: 54px;
}
.yes_btn:hover {
	background: url(../images/yes_btn.png) bottom left no-repeat;
	height: 22px;
	border: none;
	cursor: pointer;
	width: 54px;
}
.w250 {
	width: 250px;
}
/* 24-11-2011* css end */
/* 07122011 css 404 page */
.error_head {
	width: 1000px;
	margin: 0px auto
}
.error {
	color: #FF0000;
	float: left;
}
/* 07122011 css 404 page end */

.slicknav_menu {
	display: none;
}

.slicknav_parent ul li img {
  display: none;
}

/****************** New css placed at 17th april**************************************************************/

/************CSS By Kamalpreet Ends****26-07-2014********/


.bookmark span {
	float: left;
	margin: 1px 16px 0 0;
}
img#siimage {
	margin-bottom: 8px;
}
.mt10.login_head.fl.mob-login {
  display: none;
}
td.prefer {
	 display: none;
}

h4.asubs {
    color: #330066 !important;
    font-family: calibri, arial;
    letter-spacing: 1px;
    font-style: italic;
    /* text-align: center; */
    padding: 0px 10px;
}

.enquery_repeat .viewfull {
    display: none;
}
.searchmain .search {
    display: none;
}
ul#nav li:nth-child(7) {
    display: none;
}
/************Responsive CSS By Kamalpreet Begins****26-07-2014********/
@media only screen and (max-width:1024px) {
    .twitter {
  top: 171px;
}
}
@media only screen and (max-width:1000px) {
.main_head, .centermain, .footerlink_main, .copyright_txt {
	width: 94%;
}
.logo_main, .centertop, .threebox_main, .footerlink {
	width: 100%;
}
.logo {
	width: 266px;
}
.searchmain {
	float: right;
}
.ournet {
	margin-right: 18px;
	width: 18%;
}
.cen_left {
	width: 680px;
}
.fadein {
	width: 100%;
}
.fadein img {
	max-width: 100%;
}
.h_slidetext_div {
	width: 100%;
}
.img_text {
	width: 96%;
	padding: 2%;
	top: auto;
	background: none;
	bottom: 140px;
	min-height: 109px;
	height: auto;
}
.fr.mt25.slidebutton {
  display: none;
}
img {
	max-width: 100% !important;
}
.treebox_bg {
	width: 270px;
	background-size: 100%;
}
.readmore1 a {
	margin-left: 0;
}
.centerbox_bg {
	width: 270px;
	background-size: 100%;
}
.mt-table {
	overflow-x: scroll;
	width: 100%;
}
.asian_gallary {
	width: 100%;
}
.gallary_sec {
	display: inline-block;
	float: none !important;
}
.asian_gallary {
	display: table;
	text-align: center;
	width: 100%;
}
.topmenumain ul li a {
	font-size: 13px;
	padding-left: 4px;
	padding-right: 4px;
}
.enquery_repeat {
  border-right: 1px solid #ddd;
  width: 639px !important;
}
.matchmaking_left {
  width: 683px;
}
.submit_match_mob {
  margin: 10px 5px 20px 130px !important;
}
.reset_match_mob {
  margin: 10px 5px 20px 0 !important;
}
.shoopingdiv {
  width: 100% !important;
}
.get_started_box {
  width: 100%;
}
.attendess {
  width: 100%;
}
.attendees_main {
  width: 100% !important;
}
.attendess_btn {
   margin-right: 20% !important;
  }
  .attendees_main .fl {
  width: 33% !important;
}
.e_d_left {
  border-right: medium none;
  padding-right: 15px;
  width: 100%;
}
.evnt_desc {
  width: 75% !important;
}
.contact_address {
  border-left: medium none;
}

}

@media only screen and (max-width:996px) {
.cen_left {
	width: 670px;
}
.mt10.login_head.fl.desk-login {
  display: none !important;
}
.mt10.login_head.fl.mob-login {
  display: block !important;
}

.img_text {
  background: none;
  color: #000;
  font-size: 13px;
  height: auto;
  left: 0;
  padding: 0;
  text-align: center;
  position: relative;
  top: 0;
  line-height: 20px;
}
.h_slidetext_div h1 {
  color: #000;
  padding: 0 0 10px 0;
  line-height: 28px;
}
.fr.mt25.slidebutton {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}

}

@media only screen and (max-width:986px) {
.cen_left {
	width: 660px;
}
}

@media only screen and (max-width:980px) {
.cen_left {
	width: 660px;
}
.searchmain {
	width: auto;
}
.bookmark {
	width: auto;
}
.treebox_bg, .centerbox_bg {
	background: none #f4f4f4;
	border: 1px solid #d1cbcb;
	padding: 1%;
	width: 30%;
}
.readmore1 a {
	float: right;
	margin-left: 0;
	background-position: right top;
}
.treebox_bg .thumbnailmain .readmore1 {
	margin-top: 10px;
}
.cen_left .tac img, .cen_left .tac1 img {
	width: 100% !important;
	height: auto;
}
.matchmaking_left.event_left {
  width: 100%;
}
.event_left {
	width: 65%;
}
.event_block {
	width: 100%;
}
.event_txt_area01 {
	width: 350px;
}
.mt25 div div img {
	max-width: 100%;
}
.enquery_repeat {
	background: url("../images/enqueryform_repeat.gif") repeat-y scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
	width: 96% !important;
	padding: 0 2% !important;
}
.faq_main, .faq_ansmain {
	width: 100%;
}
.past_event_blog {
	float: left;
	height: auto;
}
.bolg_content_blog, .bolg_content {
	height: auto;
	width: 68%;
}
.loginbox {
	height: auto;
	width: 100%;
}
.login_repeat {
	background: url("../images/login_repeat.gif") repeat-y scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
	padding: 0 2%;
	width: 96%;
}
.login_left {
	margin-right: 40px;
	width: 270px;
}
.login_right {
	height: auto;
	width: 320px;
}
.register_text {
	width: 100%;
}
.event_text {
	width: 70% !important;
}
}

@media only screen and (max-width:976px) {
.cen_left {
	width: 650px;
}
.enquery {
	margin-top: 0 !important;
}
}

@media only screen and (max-width:964px) {
.cen_left {
	width: 640px;
}
.fl.rfc.mr15 {
  width: 45%;
}
}

@media only screen and (max-width:954px) {
.cen_left {
	width: 630px;
}
.event_txt_area01 {
  width: 373px;
  margin-right: 1px;
}
.ml20 {
  margin-left: 7px;
}
.event_heading3 {
  width: 98px;
}
}

@media only screen and (max-width:944px) {
.cen_left {
	width: 620px;
}
}

@media only screen and (max-width:932px) {
.cen_left {
	width: 610px;
}
.fl.rfc.mr15 {
  width: 41%;
}
}

@media only screen and (max-width:922px) {
.cen_left {
	width: 600px;
}
.press_top_text {
  width: 100%;
}
.event_block {
  height: auto;
}
.event_wrapper {
  height: 186px;
}
.fr.mt10 {
  float: left;
  margin-left: 55px;
}
}

@media only screen and (max-width:911px) {
.cen_left {
	width: 590px;
}
.fl.rfc.mr15 {
  width: 100%;
}
.rfc_thumbbg {
  width: 100% !important;
}
.fl.rfc.ml20 {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}
.fadein {
  height: 300px;
}
}

@media only screen and (max-width:902px) {
.cen_left {
	width: 588px;
}
}

@media only screen and (max-width:900px) {
.cen_left {
	width: 585px;
}
.ournet {
	min-height: 100px;
	margin-right: 16px;
}
.ournet li {
	height: auto;
}
.event_left {
	width: 62%;
}
.event_block {
	height: auto;
}
.event_wrapper {
	height: auto;
	background-color: #ebebeb;
}
.fr.mt10 {
	float: left;
	margin-left: 55px;
}
loginbox div:last-child img {
	display: block;
}
.loginbox div.pt10 img {
display: none;
}
.login_right img {
	display: block;
}
.login_repeat {
	background: #f4f4f4;
	border: 1px solid #d1cbcb;
	padding: 2%;
	width: 96%;
}
.memtable {
	overflow: scroll;
	padding-bottom: 20px;
}
}

@media only screen and (max-width:895px) {
.cen_left {
	width: 580px;
}
}

@media only screen and (max-width:890px) {
.cen_left {
	width: 570px;
}
.event_left {
	width: auto;
}

.fr {
	margin: 0
}
}

@media only screen and (max-width:870px) {
.cen_left {
	width: 550px;
}
}

@media only screen and (max-width:868px) {
.cen_left {
	width: 540px;
}
.fadein {
  height: 275px;
}
}

@media only screen and (max-width:847px) {
.cen_left {
	width: 530px;
}
}

@media only screen and (max-width:840px) {
.treebox_bg {
	display: inline-table; /*float:none !important;*/
	margin: 0 10px;
}
.threebox_main {
	display: table;
	text-align: center;
}
}

@media only screen and (max-width:837px) {
.cen_left {
	width: 520px;
}
}

@media only screen and (max-width:837px) {
.bookmark {
	width: 360px;
}
}

@media only screen and (max-width:826px) {
.cen_left {
	width: 510px;
}
}

@media only screen and (max-width:815px) {
.cen_left {
	width: 500px;
}
.fadein {
  height: 248px;
}
}

@media only screen and (max-width:805px) {
.cen_left {
	width: 490px;
}
.attendees_main .fl {
  width: 30% !important;
}
.attendess_btn {
  margin-right: 8% !important;
}
}

@media only screen and (max-width:800px) {
.cen_left {
	width: 485px;
}
.h_slidetext_div {
	width: 100%;
}
.mt25 {
	margin-top: 25px;
}
.video_head {
	width: 98%;
}
.ournet {
	margin-right: 15px;
	min-height: 190px;
}
.bolg_content_blog {
	width: 60%;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.bolg_content_blog, .bolg_content_blog, .bolg_content {
  width: 57%;
}
.fadein {
  height: 235px;
}


}

@media only screen and (max-width:793px) {
.searchmain {
	width: 420px;
}
}

@media only screen and (max-width:790px) {
.cen_left {
	width: 453px;
}
}

@media only screen and (max-width:768px) {

#overlay {
	width: 95% !important;
	height: 100% !important;
}
.text_s {
	width: 175px !important;
}
.bototm_texty {
	float: left;
}
.searchmain {
	width: 440px;
}
.bookmark {
	width: 100%;
}
.bookmark li, .bookmark_link, .email_link {
	font-size: 15px;
}
.cen_left {
	width: 460px;
}
.ournet {
	min-height: 140px;
	width: 31%;
}
.event_left {
	width: 100%;
}
.mt10 .mt7 .fr {
	float: left;
}
.bolg_content_blog {
	width: 56%;
}
.bolg_content {
	width: 66%;
}
.contact_address {
	border: 0;
	padding-left: 0;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
/*body {
	background: none;
} */
}

@media only screen and (max-width:767px) {
body {
	background: none;
}
    #nav {
	display: none;
}    
.cen_left {
	width: 450px;
}
.logo {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}
.searchmain {
  display: none;
}
.searchmain2 {
  width: 100%;
  border: solid 1px #e8e8e8;
  margin-bottom: 15px;
  display: block;
  float: left;
}
.searchmain2 .mob-menu {
	width: 33%;
	float: left;
	padding: 1px 0; 
	border-right: solid 1px #e8e8e8;
}
.searchmain2 .bookmark1 {
	width: 33%;
	float: left;
	cursor: pointer;
	padding: 18px 20px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
	border-right: solid 1px #e8e8e8;
}
.searchmain2 .bookmark {
	width: auto;
	float: left;
	cursor: pointer;
	
}
#booklist {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  left: 23px;
  margin-top: 15px;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 242px;
  width: 94%;
  z-index: 9999;
  display: none;
}
.searchmain2 .search {
	width: auto;
	float: left;
	cursor: pointer;
        display: none;
	}
.searchmain2 .search1 {
	width: 33%;
	float: left;
	cursor: pointer;
	padding: 14px 20px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.slicknav_menu {
  background: none !important;
}
.slicknav_nav {
  background: none repeat scroll 0 0 #242424;
  color: #fff;
  font-size: 0.875em;
  left: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 259px;
  width: 94%;
  z-index: 99999;
}
.slicknav_btn {
  /*margin: 20px 5px 6px;*/
  float: left !important;
}
.bookmark1 p {
	margin: 0;
	float: left; 
}
.bookmark1 img {
	margin: 0;
	float: left; 
	padding: 3px 10px; 
}
#login {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  left: 23px;
  margin-top: 15px;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 244px;
  width: 94%;
  z-index: 9999;
/*  display: none; */
}
#logout {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  left: 23px;
  margin-top: 15px;
  padding: 20px 0 20px 20px;
  position: absolute;
  top: 173px;
  width: 94%;
  z-index: 9999;
}

.search1 p {
	margin: 0;
	float: left; 
	padding-top: 4px;
}
.search1 img {
	margin: 0;
	float: left; 
	padding: 3px 10px;
}

.slicknav_nav li:nth-child(4) .slicknav_arrow {
  display: none;
}
.slicknav_nav li:nth-child(4) ul li a {
  display: none;
}


}




@media only screen and (max-width:753px) {
.cen_left {
	width: 440px;
}
.logo {
	text-align: center;
	width: 100%;
}
.searchmain {
	width: 100%;
	text-align: center;
}
.bookmark {
	float: none;
	margin: 0 auto;
	width: 420px;
}
.search {
	float: none;
	margin: 0 auto;
	width: 420px;
}
.bookmark ul {
	display: table;
	margin-top: 15px;
}
.bookmark li {
	display: inline-block;
	float: none;
}
}

/* Membership block style for mobile */
.membership-mobile {
	display: none;
	text-align: center;
}
.membership-type-block {
	padding: 15px 20px 25px;
	max-height: 65px;
	overflow: hidden;
	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
}
.membership-opened {
	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
	min-height: 710px;
}
.membership-opened.guest {
	min-height: 480px;
}
.membership-opened.personal {
	min-height: 660px;
}
.membership-opened.social {
	min-height: 715px;
}
.membership-type-block,
.membership-type-block h2 {
	color: #ffffff;
}
.membership-type-block h2 {
	font-size: 30px;
}
.membership-type-block h3 {
	font-size: 20px;
	margin: 10px 0;
}
.membership-type-block.club {
	background: linear-gradient(270deg, #167BB5 94%, #4E4F7A 100%);
	background: -moz-linear-gradient(270deg, #167BB5 94%, #4E4F7A 100%);
	background: -webkit-linear-gradient(270deg, #167BB5 94%, #4E4F7A 100%);
	background: -o-linear-gradient(270deg, #167BB5 94%, #4E4F7A 100%);
}
.membership-type-block.personal {
	background: linear-gradient(270deg, #D66A1F 94%, #78563D 100%);
	background: -moz-linear-gradient(270deg, #D66A1F 94%, #78563D 100%);
	background: -webkit-linear-gradient(270deg, #D66A1F 94%, #78563D 100%);
	background: -o-linear-gradient(270deg, #D66A1F 94%, #78563D 100%);
}
.membership-type-block.social {
	background: linear-gradient(270deg, #632EC6 94%, #493F5C 100%);
	background: -moz-linear-gradient(270deg, #632EC6 94%, #493F5C 100%);
	background: -webkit-linear-gradient(270deg, #632EC6 94%, #493F5C 100%);
	background: -o-linear-gradient(270deg, #632EC6 94%, #493F5C 100%);
}
.membership-type-block.guest {
	background: linear-gradient(270deg, #A8C221 94%, #747A54 100%);
	background: -moz-linear-gradient(270deg, #A8C221 94%, #747A54 100%);
	background: -webkit-linear-gradient(270deg, #A8C221 94%, #747A54 100%);
	background: -o-linear-gradient(270deg, #A8C221 94%, #747A54 100%);
}
.membership-type-block a.join,
.membership-type-block a.join:visited {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100px;
	line-height: 25px;
	margin: 30px auto;
	padding: 0 20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
}
.membership-type-block a.join.club {
	background-image: -ms-linear-gradient(top, #167BB5 0%, #485480 100%);
	background-image: -moz-linear-gradient(top, #167BB5 0%, #485480 100%);
	background-image: -o-linear-gradient(top, #167BB5 0%, #485480 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #167BB5), color-stop(1, #485480));
	background-image: -webkit-linear-gradient(top, #167BB5 0%, #485480 100%);
	background-image: linear-gradient(to bottom, #167BB5 0%, #485480 100%);
}
.membership-type-block a.join.personal {
	background-image: -ms-linear-gradient(top, #D66A1F 0%, #8F5B35 100%);
	background-image: -moz-linear-gradient(top, #D66A1F 0%, #8F5B35 100%);
	background-image: -o-linear-gradient(top, #D66A1F 0%, #8F5B35 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D66A1F), color-stop(1, #8F5B35));
	background-image: -webkit-linear-gradient(top, #D66A1F 0%, #8F5B35 100%);
	background-image: linear-gradient(to bottom, #D66A1F 0%, #8F5B35 100%);
}
.membership-type-block a.join.social {
	background-image: -ms-linear-gradient(top, #632EC6 0%, #4F3A76 100%);
	background-image: -moz-linear-gradient(top, #632EC6 0%, #4F3A76 100%);
	background-image: -o-linear-gradient(top, #632EC6 0%, #4F3A76 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #632EC6), color-stop(1, #4F3A76));
	background-image: -webkit-linear-gradient(top, #632EC6 0%, #4F3A76 100%);
	background-image: linear-gradient(to bottom, #632EC6 0%, #4F3A76 100%);
}
.membership-type-block a.join.guest {
	background-image: -ms-linear-gradient(top, #A8C221 0%, #88963E 100%);
	background-image: -moz-linear-gradient(top, #A8C221 0%, #88963E 100%);
	background-image: -o-linear-gradient(top, #A8C221 0%, #88963E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A8C221), color-stop(1, #88963E));
	background-image: -webkit-linear-gradient(top, #A8C221 0%, #88963E 100%);
	background-image: linear-gradient(to bottom, #A8C221 0%, #88963E 100%);
}
h2.membership-title img.accordion-arrow {
	width: 50px;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:741px) {
.cen_left {
	margin: 0 0 30px !important;
	width: 100%;
}
.cen_right {
	float: none;
	margin: 0 auto;
	width: 235px;
}
.event_text {
	width: 69% !important;
}
.cen_right {
	display: none !important;
}
.treebox_bg {
	float: left;
	margin: 0 0 20px;
	width: 95%;
}
.centerbox_bg {
	float: left;
	margin: 0 0 20px;
	width: 95%;
}
.getstarted {
	width: 100%;
}
.e_d_left {
  width: 670px !important;
}
.evnt_desc {
  width: 76% !important;
}
.venue_main {
  margin-left: 19%;
}
.e_d_left {
   width: 100% !important;
}
.memtable {
	display: none;
}
.membership-mobile {
	display: block;
}
.fadein {
  height: 360px;
}
}

@media only screen and (max-width:700px) {
.twitter {
	z-index: 999;
}
.text_s {
	width: 140px !important;
}
.main {
	background: #f7f7f7;
}
.logo {
	text-align: center;
	width: 100%;
}
.searchmain {
	float: none;
	margin: 0 auto;
	width: 67%;
}
.cen_left {
	width: 100%;
}
.cen_right {
	float: none;
	margin: 0 auto;
}
.treebox_bg, .centerbox_bg {
	float: left;
	height: auto;
	margin: 0px 0 20px;
	padding: 2%;
	width: 95%;
}
.threebox_main {
	height: auto;
}
.cen_right div:first-child img {
	margin-top: 0;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.bookmark {
	float: left;
}
.evnt_desc {
  width: 70% !important;
} 
}

@media only screen and (max-width:677px) {
.fadein {
	height: 310px;
}
 .evnt_desc {
  width: 62% !important;
} 
}

@media only screen and (max-width:640px) {
/*.twitter{top:50px;}*/
#overlay {
	width: 94% !important;
}
.searchmain {
	width: 85%;
}
.search {
	float: left;
}
.text_s {
	width: 100% !important;
}
.red_box {
	background: #d00000 !important;
	height: auto !important;
	margin: 10px 0;
}
.red_box p {
	height: auto !important;
	margin: 0 !important;
}
.ournet {
	width: 30%;
}
.copyright {
	height: auto;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.get_starteddiv {
  padding-left: 0 !important;
  width: 100% !important;
}
.radio_div {
  width: 24px !important;
}
.content_txt2 {
  width: 95% !important;
}
}

@media only screen and (max-width:630px) {
.get_starteddiv ul li {
	height: auto;
	min-height: 20px;
}
}
@media only screen and (max-width:612px) {
.fadein {
	height: 282px;
}
.get_head {
  padding-bottom: 7px;
}
.get_starteddiv ul li {
  margin-bottom: 14px;
}
.get_started_box {
  height: 272px !important;
  }
  .get_wrapper {
  background-size:1px 271px;
  height: 270px !important;
}
.get_starteddiv ul li:last-child {
  padding-top: 0 !important;
}
}


@media only screen and (max-width:600px) {
#booklist {
  left: 19px;
}
#login {
  left: 19px;
}
#logout {
  left: 19px;
}
.slicknav_nav {
  width: 93%;
}
 .evnt_desc {
  width: 58% !important;
} 
}

@media only screen and (max-width:584px) {
.fadein {
	height: 270px;
}
}

@media only screen and (max-width:568px) {
.leftpopup {
	width: 47% !important;
}
.rightpopup {
	width: 53% !important;
}
h1.header_tag {
	font-size: 40px !important;
}
.searchmain {
	width: 100%;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.evnt_desc {
  width: 70% !important;
}
.shop_txt_area {
  margin-left: 10px;
}
}

@media only screen and (max-width:560px) {
.fadein {
	height: 258px;
}
.shop_txt_area {
  margin-left: 7px;
}
}

@media only screen and (max-width:541px) {
.fadein {
	height: 248px;
}
#fallback, #overlay, .twitter {
	display: none !important;
}
.shop_txt_area {
  margin-left: 1px;
  margin-top: 10px;
}
}

@media only screen and (max-width:512px) {
.fadein {
	height: 236px;
}
.txtstyle {
	width: 88% !important;
}
.content_txt2 {
  width: 90% !important;
}
.evnt_desc {
  width: 100% !important;
}

}


@media only screen and (max-width:480px) {
.bolg_content {
	width: 64%;
}
.login_right {
	width: 80%;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.blogcomment_form {
	width: 100%;
}
.fr.ml20.blog_comment_con {
	width: 100% !important;
}
/*.fr {float: left;margin: 0 15%;}*/
.treebox_bg.fr {
	margin: 0 !important;
}
.readmore1 a {
	background-position: center top;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.centerbox_bg {
	margin-top: 20px;
}
.event_form {
  width: 440px;
}
.event_form .left {
  width: 103px;
}

}

@media only screen and (max-width:464px) {
.fadein {
	height: 168px;
}
.bolg_content_blog {
  width: 50%;
}
}

@media only screen and (max-width:462px) {
.img_text {
	bottom: 180px;
}
}
img.arrow-form {
	display: none;
}
@media only screen and (max-width:440px) {
#logout {
  left: 13px;
}
#logout .fl {
  width: 150px !important; float: left;
}
.venue_main {
  margin-left: 0;
}
.login_left.fl,
.login_right.fl {
	height: 85px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;

	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
}
.login_left.fl img.arrow-form,
.login_right.fl img.arrow-form {
	display: block;
	margin: 10px auto;
}
.opened {
	-webkit-transition: min-height 0.4s ease;
	-o-transition: min-height 0.4s ease;
	-moz-transition: min-height 0.4s ease;
	transition: min-height 0.4s ease;
}
.login_left.fl.opened {
	min-height: 395px;
}
.login_right.fl.opened {
	min-height: 1400px;
}
}
@media only screen and (max-width:420px) {
.bookmark {
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.search {
	display: table;
	float: none;
	margin: 0 auto;
	width: 100%;
}
.search ul li {
	display: inline-block;
	float: none;
	padding-right: 10px;
}
.h_slidetext_div {
	display: none;
}
.event_form {
  width: 387px;
}
.event_form .left {
  width: 80px;
}
.event_form .right {
  width: 295px;
}
.bolg_content_blog {
  width: 45%;
}
.bolg_content {
  width: 54%;
}
.h_slidetext_div {
  display: block;
}
}

@media only screen and (max-width:402px) {
    .searchmain2 .mob-menu {
  padding: 2px 0;
}
.searchmain2 .bookmark1 {
  padding: 19px 8px;
}
.searchmain2 .search1 {
  padding: 16px 8px;
}
.ZebraDialog {
  left: 5% !important;
  width: 344px !important;
}
.right.fr.event_inputbg {
  background-size: 199px 31px;
}
#diet, #guestName, #guestGender, #guestdiet {
  width: 186px;
}
.attendees_main .fl {
  width: 27% !important;
}
.attendees_main {
  height: 30% !important;
 
}
}

@media only screen and (max-width:360px) {
.fl.h_slidetext_div {
  text-align: left;
}
.testimonials {
  font-size: 25px;
  text-align: left;
}
.search {
	width: 70%;
}
.searchmain {
	float: left;
}
.bookmark ul {
	margin-top: 0;
}
.search ul {
	float: left;
	margin-top: 5px;
	width: 100%;
}
#booklist > li:first-child img{margin-left:6px; margin-right:3px;}
.search ul li {
	margin-right: 10px;
	padding-right: 0;
}
.inputbg {
  background-size: 237px 23px;
  margin-bottom: 8px;
  width: 100%;
}
.input_style {
	width: 70%;
}
.cen_right {
	margin: 0 50px;
	float: left;
}
/* on 5-11-2014 .img_text{ bottom: auto; top:100px;}  */
.ournet {
	min-height: 185px;
	width: 43%;
}
.event_txt_area01 {
	margin: 10px 0 0;
	width: 100%;
}
.event_heading3 {
	width: 85px;
	font-weight: bold;
}
.enquery_text {
	width: 120px;
}
.blog_thumb_blog, .blog_thumb {
	width: 100%;
	border: 0;
	text-align: center;
}
.bolg_content_blog, .bolg_content {
	width: 98% !important;
	margin-left: 0;
}
.forgot_password_22s.mt25 {
	height: auto !important;
}
.for_passmain1 {
	width: 100%;
}
.contact_left {
	width: 100%;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.blogcomment_form {
	width: 100%;
}
.fr.ml20.blog_comment_con {
	width: 100% !important;
}
/*.fr {float: left; margin: 0 8%;}*/

.slicknav_btn {
  font-size: 13px;
}
.searchmain2 .bookmark {
  padding: 18px 5px;
}
.searchmain2 .search {
  padding: 14px 5px; display: none;
}
.bookmark li {
  float: left;
  text-align: left;
}
#booklist {
  left: 11px;
  width: 94%;
}
.slicknav_nav {
  width: 94%;
  left: 11px;
}
.searchmain2 .mob-menu {
  padding: 4px 0;
}
.searchmain2 .bookmark1 {
  padding: 20px 8px;
}
.searchmain2 .bookmark {
  padding: 0 2px;
}
.bookmark1 img {
  padding: 2px 3px;
}
.searchmain2 .search1 {
  padding: 14px 5px;
}

.searchmain2 .bookmark .bookimg {
  display: none;
}
.searchmain2 .bookmark span {
  display: none;
}

#login {
  left: 11px;
}
#logout {
  left: 11px;
}

.submit_match_mob {
  margin: 0 5px 10px 120px !important;
}.reset_match_mob {
  margin: 0 0 10px 119px !important;
}

.ZebraDialog {
  
  width: 290px !important;
}
.rfc_thumbbg .fl.mt15 {
  float: left;
}
.attendees_main .fl {
  line-height: 26px;
  width: 100% !important;
}
.attendees_main .fr {
  float: left;
}
.shop_txt_area {
  width: 325px;
}

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

.login_subhead {
	font-size: 17px;
}

.eve_thumb_main .fl {
  float: left; margin-right: 14px;
}
}

@media only screen and (max-width:320px) {
body {
	background-position: center 16px;
}
.main {
	float: left;
}
.main_head {
	height: auto;
	float: left;
	width: 94%;
	padding: 0 3%;
}
.cen_right {
	margin: 0 30px;
}
.bookmark li, .bookmark_link, .email_link {
	font-size: 15px;
}
.ournet {
	min-height: 85px;
	width: 65%;
}
.enquery {
	width: 100%;
}
.enquery_text {
	padding-bottom: 5px;
}
.contact_inputbg {
	background: #ffffff;
	border: 1px solid #ebebeb;
	width: 98%;
	height: 32px;
	margin-bottom: 10px;
}
.contact_input {
	width: 98%;
	height: 28px;
}
.memtable {
	overflow: auto;
	padding-bottom: 20px;
}
.blogcomment_form {
	width: 100%;
}
.fr.ml20.blog_comment_con {
	width: 100% !important;
}
.fl {
	float: none;
}
.e_d_left {
	width: 336px;
}
.venue_head.mt10 {
	width: 263px;
}
.event_heading3 {
	float: left !important;
	width: 30% !important;
}
.event_sub_heading.fl, .event_date.fl {
	float: left !important;
	width: 61%;
}
.fr.mt10 {
	float: left;
	margin-left: 10px;
	width: 39% !important;
}
.getstarted {
	width: auto !important;
}
.treebox_bg.fr > div {
	float: left;
	text-align: left;
}
.threebox_main .readmore1 {
	float: left;
}
.thumbnailmain ul li .evnt_thum_22s {
	float: left;
	width: 20%;
}
.thumbnailmain ul li .event_text {
	float: left;
	width: 70% !important;
	padding-left: 3px;
}
.thumbnailmain {
	float: left;
}
.img_text {
	bottom: 180px;
}
.search ul li:last-child {
	float: left;
	text-align: left;
}
.bookmark {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
.bookmark li {
	width: 100%;
}
.submit_match_mob {
  margin: 0 5px 10px 3px !important;
}
.reset_match_mob {
  margin: 0 0 10px 3px !important;
}

.fr.mt25 {
  margin-top: -5px;
}
.ZebraDialog {
  width: 275px !important;
}
.event_form {
  width: 289px;
}
.event_form .right {
  width: 192px;
}
.right.fr.event_inputbg {
  background-size: 195px 31px;
}
#diet, #guestName, #guestGender, #guestdiet {
  width: 180px;
}
.fr.right.event_btns {
  width: 280px;
}
.fl.ml10.contact_inputbg {
  background: url("../images/contact_inputbg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  margin-left: 0;
  width: 95%;
}
#pro_code {
  height: auto;
  padding-top: 5px;
  width: 97% !important;
}
.get_starteddiv ul li {
/*  margin-bottom: 14px;*/
  padding-top: 10px;
}
.get_started_box {
  height: 329px !important;
}
.get_wrapper {
  background-size: 1px 327px;
  height: 327px !important;
}
}


/************Responsive CSS By Kamalpreet Ends************/

@media only screen and (max-width:370px) {
.fl {
	float: none;
}
.e_d_left {
	width: 336px;
}
.venue_head.mt10 {
	width: 263px;
}
.event_heading3 {
	float: left !important;
	width: 30% !important;
}
.event_sub_heading.fl, .event_date.fl {
	float: left !important;
	width: 61%;
}
.fr.mt10 {
	float: left;
	margin-left: 10px;
	width: 39% !important;
}
.getstarted {
	width: auto !important;
}
.treebox_bg.fr > div {
	float: left;
	text-align: left;
}
.threebox_main .readmore1 {
	float: left;
}
.thumbnailmain ul li .evnt_thum_22s {
	float: left;
	width: 20%;
}
.thumbnailmain ul li .event_text {
	float: left;
	width: 70% !important;
	padding-left: 3px;
	text-align: left;
	height: auto !important;
}
.thumbnailmain {
	float: left;
}
.img_text {
	bottom: 164px;
}
.search ul li:last-child {
	float: left;
	text-align: left;
}
.bookmark li {
	width: 100%;
}
.bookmark {
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
.img_text .fr {
	float: left;
}
}
@media only screen and (max-width:380px) 
{
.get_head {
    color: #5e08e3;
    font-size: 13px;
}}    
@media only screen and (max-width:630px) 
{
.radio_div{ clear:both;}
}
.thumbnailmain:last-child {
  border: medium none;
}
.thumbnailmain li .event_text
{
    height:84px!important;
    
}
.mt25 #login1 li:nth-child(5)
{
    display:none;
}
.fr.mt10 {
    margin-top: 15px;
}

@media only screen and (max-width:376px) 
{
.enquery_repeat .viewfull.mt25 {
  margin-right: 33%;
  margin-top:5px;
}
}

@media only screen and (max-width:320px) 
{
.membership-mobile div:nth-child(1)
{
     min-height: 745px;
    
}
.membership-mobile div:nth-child(2)
{
     min-height: 745px;
    
}
.membership-mobile div:nth-child(3)
{
     min-height: 745px;
    
}
.messageCheckbox
{
margin-left:45px;
}
}
