﻿@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------- */
/* Reset and Clearfix http://meyerweb.com/eric/tools/css/reset/
/* ----------------------------------------------------------- */
*, html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* ----------------------------------------------------------- */
/* Reset and Clearfix http://meyerweb.com/eric/tools/css/reset/
/* ----------------------------------------------------------- */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before, .clearfix:after, .container_:before, .container_:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfix:after, .container_:after {
	clear: both;
}

/* ----------------------------------------------------------- */
  /*The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
/* ----------------------------------------------------------- */
.clearfix, .container_ {
	zoom: 1;
}

/* ----------------------------------------------------------- */
/* Basic Element
/* ----------------------------------------------------------- */
a, a > {
}

a:hover, a > :hover {
}

article, aside, details, figcaption, figure, footer, header, hgroup,  nav, article, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 367px;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizelegibility;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}
 /* ---------------------clear---------------*/
.clear {
	clear: both;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-size: 14px;
	color: #666666;
}
	
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0 !important;
}

/* `float >> left & right
--------------------------- -------------------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
    }

/* `position >> relative & absolute
--------------------------- -------------------------------------------------------------------------*/
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

/* `Container
----------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	background: #ffffff;
}

/*----------------------header-section-start-------------------*/

header {
	width: 100%;
}

.logo {
	position: relative;
	width: 100%;
	background: #ffffff;
	text-align: right;
	z-index: 9999;
}

.logo img {
	margin-right: 40px;
	margin-top: 10px;
}

/*----------------------header-section-end-------------------*/



/*----------------------container-section-start-------------------*/

#container {
	width: 760px;
	margin: 0 auto 0 auto;
	padding: 200px 0 0 0;
}

.row {
	width: 760px;
	margin-bottom: 5px;
}

.small_box {
	width: 120px;
	height: 120px;
}

.event {
	background: #F29500;
	/*margin-left:1px;*/
	;
}

.public {
	background: #F29500;
	/*margin-left:1px;*/
	/*margin-left:9px;*/
	margin-right: 5px;
}

.venue_pic {
	/*margin-right:1px;*/
	cursor: pointer;
}

.venue {
	background: #94c849;
}

.service_pic {
	cursor: pointer;
	margin-left: 5px;
}

.service {
	background: #be213e;
	/*margin-right:1px;*/
	;
}

.party {
	background: #be0274;
}

.party_pic {
	/*margin-right:1px;*/
	margin-left: 125px;
	cursor: pointer;
}

.deal {
	background: #00aaa9;
	/*margin-left:1px;*/
	;
}

.big_box {
	width: 250px;
	height: 120px;
}

.event_under_pic {
	margin: 22px 0 0 35px;
}

.event_under_pic2 {
	margin: 47px 0 0 32px;
}

h1.event_text {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	padding: 116px 0 0 0;
}

h2.event_text_two {
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	font-size: 22px;
	padding: 12px 0 0 7px;
	text-align: left;
	text-transform: uppercase;
}

.event_type_left {
	width: 105px;
}

.checkbox_field {
	margin: 10px 0 0 15px;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #FFFFFF;
	border: 1px solid #CACECE;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
	display: inline-block;
	float: left;
	margin: 11px 0 0 8px;
	padding: 7px;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 19px;
	position: absolute;
	top: -1px;
	left: 1px;
	color: #5B788A;
}

.big-checkbox + label {
	padding: 5px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.checkbox p {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #ffffff;
	float: left;
	text-transform: uppercase;
	padding: 10px 0 0 6px;
}

.event_type_right {
	width: 140px;
	margin-top: 13px;
}

.select_top {
	width: 126px;
}

.select_top_sub {
	padding-left: 10px;
}

.select_field {
	width: 126px;
	height: 23px;
	border: none;
	background: #cc7e00;
	padding: 1px 3px 3px 3px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.setting_under_pic {
	margin: 5px 0 0 16px;
}

.venue_under_pic {
	margin: 18px 0 0 32px;
}

.grand_under_pic {
	margin: 20px 0 0 3px;
}

.google_under_pic {
	margin: 3px 0 0 -2px;
	width: 125px;
	height: 120px;
}

.google_under_pic_two {
	margin: 0px 0 0 -4px;
}

.social_text {
	width: 111px;
	margin: 120px 0 0 8px;
	background: #018f8e;
	float: left;
}

.social_text h1 {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	padding: 3px 0;
}

/*----------------------container-section-end-------------------*/
.venue_pic .venue_hover {
	display: none;
	position: absolute;
	height: 120px;
	width: 120px;
	background: url(../images/event_hover.png) repeat-x;
	margin-left: 130px;
	z-index: 99;
}

.venue_pic:hover .venue_hover {
	display: block;
	position: absolute;
	height: 120px;
	width: 120px;
	background: url(../images/event_hover.png) repeat-x;
	cursor: pointer;
	margin-left: 130px;
}

.venue_pic .venue_hover p {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 54px;
}

.service_pic .service_hover {
	display: none;
	position: absolute;
	height: 120px;
	width: 120px;
	background: url(../images/service_hover.png) repeat-x;
	z-index: 99;
}

.service_pic:hover .service_hover {
	display: block;
	position: absolute;
	height: 120px;
	width: 120px;
	background: url(../images/service_hover.png) repeat-x;
	cursor: pointer;
	margin-left: 130px;
}

.service_pic .service_hover p {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 54px;
}

.party_pic .party_hover {
	display: none;
	position: absolute;
	height: 120px;
	width: 120px;
	background: url(../images/party_hover.png) repeat-x;
	z-index: 99;
}

.party_pic:hover .party_hover {
	display: block;
	height: 120px;
	width: 120px;
	background: url(../images/party_hover.png) repeat-x;
	cursor: pointer;
	margin-left: 130px;
}

.party_pic .party_hover p {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #000000;
	padding-top: 54px;
}



/*-----------social_icon------------*/

.left_side_icon {
	padding: 6px 2px;
	width: 60px;
	z-index: 9999;
}

.left_side_icon ul {
	list-style: none;
	margin-left: 4px;
}

.left_side_icon ul li {
	padding: 5px 0 1px 0;
}

.left_side_icon ul li a.home_icon {
	background: url(../images/event-icon-1.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.home_icon:hover {
	background: url(../images/event-icon-1hover.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.i_icon {
	background: url(../images/event-icon-2.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.i_icon:hover {
	background: url(../images/event-icon-2hover.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.people_icon {
	background: url(../images/event-icon-3.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.people_icon:hover {
	background: url(../images/event-icon-3hover.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.b_icon {
	background: url(../images/event-icon-4.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.b_icon:hover {
	background: url(../images/event-icon-4hover.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.mob_icon {
	background: url(../images/mob-icon.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}

.left_side_icon ul li a.mob_icon:hover {
	background: url(../images/mob-icon_hover.png) no-repeat;
	width: 54px;
	height: 54px;
	display: block;
}



/*-----------social_icon------------*/

.small_box_area {
	width: 120px;
	height: 120px;
	margin-left: 5px;
}

.small_box_area2 {
	width: 120px;
	height: 120px;
}

.small_box_area3 {
	width: 120px;
	height: 120px;
}


/*-----------contact-container-start-here------------*/

#contact_section {
	width: 100%;
	margin: 100px 0 0 0;
	padding-top: 50px;
	/*background:#ffedd0;*/
	;
}

.contact_container {
	width: 760px;
	margin: 0 auto;
}

.contact_top {
	width: 760px;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: #525252 1px solid;
}

.contact_top img {
	max-width: 100%;
	height: auto;
}

.contact_top h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	/*color:#525252;*/
	color: #000000;
	text-transform: uppercase;
	padding: 5px 0 3px 10px;
	float: left;
}

.map {
	border: #525252 1px solid;
	margin: 25px 0 0 0;
	width: 760px;
}

.contact_bottom {
	width: 760px;
	margin: 15px 0 0 0;
}

.contact_form {
	width: 360px;
	margin: 0 0 0 0;
}

.address_top {
	width: 360px;
	padding-bottom: 5px;
	border-bottom: #525252 1px solid;
}

.address_top img {
	margin: 6px 0 0 0;
}

.address_top h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	/*color:#525252;*/
	color: #000000;
	text-transform: uppercase;
	padding: 7px 0 3px 10px;
	float: left;
}

.address_bottom {
	width: 360px;
	margin-top: 20px;
}

.address_bottom p img {
	float: left;
	margin: 0px 10px 0 0;
}

.address_bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#525252;*/
	color: #ffffff;
	padding: 0 0 13px 0;
	line-height: 18px;
}

.cont_info {
	width: 180px;
	float: left;
}

.contact_info_top {
	width: 180px;
}

.contact_info_top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color:#525252;*/
	color: #212121;
	padding: 0 0 0 0;
}

.contact_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 170px;
	height: 28px;
	border: #CDCDCD 1px solid;
	margin: 10px 0 15px 0;
	color: #666666;
}

.email_icon {
	margin-left: 18px;
}

.contact_textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 358px;
	height: 70px;
	border: #CDCDCD 1px solid;
	margin: 10px 0 0 0;
}

p.contact_txt {
	padding: 0 0 0 18px;
}

.submit_button {
	width: 360px;
	margin: 10px 0 0 0;
}

.button {
	/*background:#525252;*/
	background: #262626;
	float: right;
	margin: 10px 0 10px 10px;
	padding: 5px 15px;
	color: #ffffff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}


/*-----------contact-container-start-here------------*/

/*-----------flip-content-start-here------------*/

.grand_party {
	margin: 0 0 0 0;
	width: 120px;
	height: 120px;
}

.grand_party_back {
	margin: 13px 0 0 7px;
}

.venue_pics {
	margin: 45px 0 0 57px;
}

/*-----------flip-content-end-here------------*/


/* General Slides */ 

.slide {
	background-attachment: fixed;
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
}

/* Slide 4 */

#slide4 {
	background-image: url('../images/sunglasses.png');
	background-color: #8a8683;
	color: #ffffff;
}

/* Slide 2 */ 

#slide2 {
	color: #ffffff;
	background: url('../images/footprints.png')top center no-repeat;
	height: 1000px;
	margin-top: 70px;
}


/*---------------content-event-------------*/


.event_back {
	width: 120px;
	height: 120px;
}

.event_back_two {
	width: 120px !important;
	height: 120px !important;
}

.venue_two {
	width: 120px !important;
	height: 120px;
}

.content_box {
	width: 380px;
	height: 120px;
}

.content_box h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 42px;
	text-transform: uppercase;
	color: #e7e7e7;
}

.content_box h1 span {
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
	line-height: 42px;
	text-transform: uppercase;
	color: #B12304;
}

.event_back_three {
	width: 120px;
	height: 120px;
}


/*--------------------------------------*/


.slide-out-div {
	padding: 20px;
	width: 250px;
	background: #f2f2f2;
	border: #29216d 2px solid;
}

.content_section {
	width: 170px;
	float: left;
	margin-right: 20px;
	border: #d1d1d1 1px solid;
	margin-top: 20px;
	padding: 5px;
	border-radius: 5px;
	min-height: 100px;
}

.border_bottom {
	border-bottom: none !important;
}
	
/* Navigation */


#nav {
	text-align: right;
	margin: 30px 0 0 0;
}

.navigation {
	float: none;
	list-style: none;
	margin: 0;
}

.navigation li {
	float: none;
	padding: 0 0 0 0;
}

.navigation li:hover {
	cursor: pointer;
	color: #a9d3d0;
}

.navigation .active {
	cursor: pointer;
	color: #f68f67;
	font-weight: bold;
}

/*-----event-today------- 1-10-13----------*/

.event_option {
	padding: 3px 0 3px 6px;
	/*border-bottom:#ffffff 1px solid;*/
	;
}

/*-----event-today------- 1-10-13----------*/



.sidebar.s_side {
	width: 205px;
	position: absolute;
	right: 50px;
	height: 564px;
	top: 50%;
	margin-top: -730px;
	display: block;
	z-index: 10;
}

.sidebar ul li {
	width: 205px;
	margin-bottom: 5px;
	overflow: hidden;
}

.sidebar ul li a {
	display: block;
	height: 43px;
	text-indent: -9999px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar ul li:last-child {
	margin-bottom: 0px;
}

.sidebar.s_side .aside1 {
	background: url('../images/bg_aside.png') right bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.sidebar.s_side a:hover {
	background-position: 0 -44px;
}

.sidebar.s_side .m1 {
	background: url('../images/sidebar1_s.png') no-repeat;
}

.sidebar.s_side .m2 {
	background: url('../images/sidebar2_s.png') 0 1px no-repeat;
}

.sidebar.s_side .m3 {
	background: url('../images/sidebar3_s.png') 0 1px no-repeat;
}

.sidebar.s_side .m4 {
	background: url('../images/sidebar4_s.png') 0 1px no-repeat;
}

.sidebar.s_side .m5 {
	background: url('../images/sidebar5_s.png') 0 1px no-repeat;
}

.sidebar.s_side .m6 {
	background: url('../images/sidebar6_s.png') 0 1px no-repeat;
}

.sidebar.s_side .m7 {
	background: url('../images/sidebar7_s.png') 0 1px no-repeat;
}

.sidebar.s_side .m8 {
	background: url('../images/sidebar8_s.png') 0 1px no-repeat;
}

.sidebar.s_side .on {
	background-position: 0 -44px;
}

.sidebar.h_side {
	width: 261px;
	position: fixed;
	right: 50px;
	top: 50%;
	height: 144px;
	margin-top: -72px;
	display: none;
	z-index: 10;
}

.sidebar.h_side ul li {
	width: 261px;
	margin-bottom: 6px;
	overflow: hidden;
}

.sidebar.h_side a:hover {
	background-position: 0 -44px;
}

.sidebar.h_side .m1 {
	background: url('../images/sidebar1_h.png') 0 1px no-repeat;
}

.sidebar.h_side .m2 {
	background: url('../images/sidebar2_h.png') 0 1px no-repeat;
}

.sidebar.h_side .m3 {
	background: url('../images/sidebar3_h.png') 0 1px no-repeat;
}

.sidebar.h_side .m4 {
	background: url('../images/sidebar4_h.png') 0 1px no-repeat;
}

.sidebar.h_side .on {
	background-position: 0 -44px;
}

.sidebar.b_side {
	width: 294px;
	position: fixed;
	right: 50px;
	top: 50%;
	height: 144px;
	margin-top: -72px;
	display: none;
	z-index: 10;
}

.sidebar.b_side ul li {
	width: 294px;
	margin-bottom: 6px;
	overflow: hidden;
}

.sidebar.b_side a:hover {
	background-position: 0 -44px;
}

.sidebar.b_side .m1 {
	background: url('../images/sidebar1_b.png') 0 1px no-repeat;
}

.sidebar.b_side .m2 {
	background: url('../images/sidebar2_b.png') 0 1px no-repeat;
}

.sidebar.b_side .m3 {
	background: url('../images/sidebar3_b.png') 0 1px no-repeat;
}

.sidebar.b_side .m4 {
	background: url('../images/sidebar4_b.png') 0 1px no-repeat;
}

.sidebar.b_side .m5 {
	background: url('../images/sidebar5_b.png') 0 1px no-repeat;
}

.sidebar.b_side .m6 {
	background: url('../images/sidebar6_b.png') 0 1px no-repeat;
}

.sidebar.b_side .on {
	background-position: 0 -44px;
}

.loadArea {
	display: block;
	position: absolute;
	width: 100%;
	min-width: 1000px;
}

.loadArea {
	margin-top: -25px\9;
}


/*-----event-section-start-here------- 7-10-13----------*/

/* Slide 6 */

#slide6 {
	background-image: url('../images/event_bg.png');
	background-color: #8a8683;
	height: 1000px;
	color: #ffffff;
	margin-bottom: 0;
}

.event_container {
	width: 760px;
	margin: 0 auto;
	padding-top: 150px;
}

.event_head {
	width: 760px;
	border-bottom: 1px solid #727272;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.event_head h1 {
	color: #ffffff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding: 10px 0 3px 0px;
	text-transform: uppercase;
}

.event_cont_middle {
	width: 760px;
}

.event_top {
	margin-bottom: 10px;
}

.event_mid_box {
	background: url(../images/event-cont-bg.png);
	background-repeat: repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 375px;
	padding-bottom: 10px;
	box-shadow: 1px 2px 5px #141414;
}

.event_mid_box p img {
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 8px 0 0;
	border: 1px solid #7D7D7D;
}

.event_mid_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	padding: 0 10px 0 10px;
	text-align: justify;
	line-height: 20px;
}

.event_mid_box p span {
	border-bottom: 1px solid #000000;
	color: #373737;
	float: left;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	padding: 11px 0 7px;
	text-align: left;
	width: 244px;
}

.event_more {
	margin: 5px 10px 0 0;
	text-align: right;
}

.event_more a {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.event_more a:hover {
	text-decoration: none;
	color: #28342B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.event_article {
	width: 760px;
	margin-top: 10px;
	background: url(../images/event-cont-bg.png);
	background-repeat: repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 5px #141414;
}

.event_area {
	width: 760px;
	margin-top: 11px;
}

.article_left {
	width: 120px;
}

.article_left img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0 10px 10px;
	border: 1px solid #7D7D7D;
}

.article_right {
	width: 620px;
	margin-right: 10px;
}

.article_top {
	width: 620px;
	border-bottom: 1px solid #000000;
}

.article_right h1 {
	color: #373737;
	font-family: 'Oswald',sans-serif;
	font-size: 12px;
	padding: 11px 0 7px 0;
	text-align: left;
}

.article_top ul {
	padding: 10px 0 0 0;
}

.article_top ul li {
	display: inline;
}

.article_bottom {
	width: 620px;
	margin-top: 3px;
	padding-bottom: 10px;
}

.article_bottom p {
	color: #373737;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 0;
	text-align: justify;
}

.rate_more {
	margin: 5px 0 0 0;
	text-align: right;
}

.rate_more a {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rate_more a:hover {
	text-decoration: none;
	color: #28342B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*-----event-section-start-here------- 7-10-13----------*/


/*-----venue-section-start-here------- 7-10-13----------*/

/* Slide 6 */

#slide7 {
	background-image: url('../images/event_bg.png');
	background-color: #8a8683;
	height: 1000px;
	color: #ffffff;
	margin-bottom: 0;
}

.venue_container {
	width: 760px;
	margin: 0 auto;
	padding-top: 150px;
}

.event_cont_middle {
	width: 760px;
}

.event_head_text {
	width: 760px;
	padding-bottom: 10px;
}


/*-----venue-section-start-here------- 7-10-13----------*/

#slide8 {
	background-image: url('../images/venue_bg.png');
	background-color: #8a8683;
	height: 1000px;
	color: #ffffff;
	margin-bottom: 0;
}

.event-box-1 {
	height: 120px;
	width: 120px;
	background: #FFF;
	margin-right: 10px;
}

.event-box-1 img {
	border: #9b9b9b 1px solid;
}

.event-box-2 {
	height: 120px;
	width: 120px;
	background: #FFF;
	margin-right: 10px;
}

.event-box-2 img {
	border: 1px solid #9B9B9B;
}

.event-box-3 {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 120px;
	width: 250px;
	margin: 10px 24px 0px 0px;
}

.event-box-3 img {
	border: 1px solid #9B9B9B;
}

.event-box-4 {
	height: 120px;
	width: 120px;
	background: #FFF;
	margin-right: 2px;
}

.event-box-4 img {
	border: 1px solid #9B9B9B;
}

.event-box-5 {
	height: 120px;
	width: 120px;
	background: #FFF;
	margin-right: 10px;
}

.event-box-5 img {
	border: 1px solid #9B9B9B;
}

.event-box-6 {
	height: 120px;
	width: 250px;
	background: #FFF;
	margin-top: 10px;
}

.event-box-6 img {
	border: 1px solid #9B9B9B;
}

.event-box-7 {
	height: 120px;
	width: 120px;
	background: #FFF;
	margin-right: 10px;
}

.event-box-7 img {
	border: 1px solid #9B9B9B;
}

.event-box-8 {
	height: 120px;
	width: 115px;
}

.event-box-8 img {
	border: 1px solid #9B9B9B;
}

.event-box-9 {
	height: 120px;
	width: 120px;
	background: #FFF;
}

.event-box-9 img {
	border: 1px solid #9B9B9B;
}

.event-box-10 {
	height: 120px;
	width: 120px;
	background: #FFF;
	margin-right: 10px;
}

.event-box-10 img {
	border: 1px solid #9B9B9B;
}

.event-box-11 {
	height: 120px;
	width: 115px;
	background: #FFF;
	margin-right: 10px;
}

.event-box-11 img {
	border: 1px solid #9B9B9B;
}

.venue-box-1 {
	width: 270px;
	margin-bottom: 10px;
}

.venue-box-1-left {
	width: 130px;
	height: 100px;
	background: #ffffff;
}

.venue-box-1 img {
	border: 1px solid #9B9B9B;
}

.venue-box-1-right {
	width: 130px;
	height: 100px;
	background: #ffffff;
}

.venue-box-1-right img {
	border: 1px solid #9B9B9B;
}

.venue-box-2 {
	width: 270px;
	margin-bottom: 10px;
}

.venue_area_middle {
	width: 200px;
	margin-left: 280px;
	position: absolute;
	margin-top: 118px;
}

.venue-box-7 {
	width: 200px;
	height: 100px;
	margin-top: 10px;
}

.venue-box-7 img {
	border: 1px solid #9B9B9B;
	height: 98px;
	width: 200px;
}

.service_area_left1 {
	width: 50%;
}

.service_content {
	width: 100%;
	padding: 0px 0px 30px 0px;
	text-align: justify;
	color: #CCCCCC;
	font: normal 14px 'Oswald',sans-serif;
}

.service_content span {
	color: #B12304;
	font: normal 16px 'Oswald',sans-serif;
}
/*---------for-advance search---------*/

/* -- Project Thumbs ----------------------------- */
#projects .screen {
	position: relative;
}

#projects .content {
	position: absolute;
	top: 70px;
}

#project-container {
	position: absolute;
	top: 624px;
	z-index: 100;
	width: 100%;
	height: 467px;
	right: 0;
}
/* -- #thumbscreen */
.thumbscreen-slides {
	width: 100%;
	margin: auto;
}

#thumbscreen .pagination {
	display: none;
 /*position: fixed; top: 0; left: 0; z-index: 1000;*/
	;
}

#thumbscreen .prev {
	position: absolute;
	top: 395px;
	left: 0px;
	z-index: 250;
	width: 110px;
	height: 60px;
	display: block;
	text-indent: -999em;
	background: url(../images/bg_project-slider_nav.png) no-repeat 0 0;
}

#thumbscreen .next {
	position: absolute;
	top: 395px;
	right: 0px;
	z-index: 250;
	width: 110px;
	height: 60px;
	display: block;
	text-indent: -999em;
	background: url(../images/bg_project-slider_nav.png) no-repeat 0 -180px;
}

#thumbscreen .prev:hover {
	background-position: 0 -60px;
}

#thumbscreen .prev:active {
	background-position: 0 -120px;
}

#thumbscreen .next:hover {
	background-position: 0 -240px;
}

#thumbscreen .next:active {
	background-position: 0 -300px;
}
/* -- .project-thumbnails */
.project-thumbnails-wrap {
	width: 100%;
	height: auto;
}

.project-thumbnails {
	margin: 98px 0 0 11px;
	position: absolute;
}

.project-thumbnails-two {
	margin: 98px 0 0 10px;
}

.project-thumbnails-three {
	margin: 138px 0 0 10px;
}

.project-div {
	clear: both;
	height: 466px;
	display: none;
}

.project-thumbnails li {
	width: 200px;
	height: 70px;
	margin: 0 1px 1px 0;
	float: left;
}

.project-thumbnails li a {
	width: 200px;
	height: 70;
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
}

.project-thumb-client {
	width: 200px;
	height: 70px;
	display: none;
	position: absolute;
	top: 68px;
	left: 0;
	font-size: 18px;
	font-family: "DINProRegular", Arial ,sans-serif;
	font-weight: normal;
	text-align: center;
}

.project-thumb-task {
	width: 200px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-family: Times, serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

/* -- Project Thumbs [END] ----------------------------- */
/* -- Project Detail ----------------------------- */
#content {
	height: 467px;
}

#project-wrap {
	width: 100%;
	height: 467px;
	background: url(../images/popup_bg.png) repeat-x;
}

#project-content {
	position: absolute;
	width: auto;
	height: 467px;
	margin: 0 auto;
	display: block !important;
}

#project-slider {
	width: 899px;
	height: 467px;
	overflow: hidden;
}

.project-slide {
	width: 897px;
	height: 392px;
	padding: 25px 0 0 2px;
}

#project-content a.project-slider-close {
	position: absolute;
	top: 8px;
	right: 6px;
	color: #9e9c9c;
	font-size: 14px;
	font-family: Times, serif;
	font-weight: normal;
	font-style: italic;
	background: url(../images/bg_project-slider_close.png) no-repeat 100% 2px !important;
	padding-right: 15px;
	height: 14px;
	width: 60px;
	text-align: right;
}

.project-slider-prev {
	position: absolute;
	top: 192px;
	left: -140px;
	width: 110px;
	height: 60px;
	display: block;
	text-indent: -999em;
	background: url(../images/bg_project-slider_nav_text.png) no-repeat 0 0;
}

.project-slider-next {
	position: absolute;
	top: 192px;
	right: -140px;
	width: 110px;
	height: 60px;
	display: block;
	text-indent: -999em;
	background: url(../images/bg_project-slider_nav_text.png) no-repeat 0 -180px;
}

.project-slider-prev:hover {
	background-position: 0 -60px;
}

.project-slider-prev:active {
	background-position: 0 -120px;
}

.project-slider-next:hover {
	background-position: 0 -240px;
}

.project-slider-next:active {
	background-position: 0 -300px;
}

.project-cycle {
	width: 701px;
	height: 417px;
	overflow: hidden;
	float: left;
}

.project-cycle li {
	width: 701px;
	height: 417px;
}

.bx-wrapper {
	box-shadow: 2px 2px 5px 0px #000000;
	-moz-box-shadow: 2px 2px 5px 0px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
}

.bx-pager {
	position: absolute;
	top: -16px;
	right: 0;
	width: 40px;
	z-index: 2000;
	text-align: right;
	color: #7f7f7f;
	font-family: Arial,sans-serif;
	font-size: 11px;
}

.bx-pager .bx-pager-current {
	color: #fff;
}

.bx-prev {
	position: absolute;
	left: -2px;
	top: 0px;
	display: block;
	width: 100px;
	height: 417px;
	background: url(../images/bg_project-cycle_nav.gif) no-repeat 0 182px;
	z-index: 2000;
	text-indent: -999em;
}

.bx-next {
	position: absolute;
	right: -2px;
	top: 0px;
	display: block;
	width: 100px;
	height: 417px;
	background: url(../images/bg_project-cycle_nav.gif) no-repeat -100px 182px;
	z-index: 2000;
	text-indent: -999em;
}

.bx-prev:hover {
	background-position: 0 -238px;
}

.bx-next:hover {
	background-position: -100px -238px;
}

.project-info {
	float: right;
	width: 178px;
	height: 417px;
}

.project-info-text {
 /*height: 239px;*/
	height: 246px;
}

.project-info h2 {
	height: 50px;
	padding: 30px 0 15px 0;
	color: #fff;
	font-size: 18px;
	font-family: "DINProRegular", Arial ,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}

.project-info h3 {
	height: 30px;
	margin-bottom: 16px;
	background: url(../images/bg_project-info_border.gif) no-repeat 0 100%;
	color: #fff;
	font-size: 14px;
	font-family: Times, serif;
	font-weight: normal;
	font-style: italic;
}

.project-info-text p {
	font-size: 11px !important;
	font-family: "DINProRegular" !important;
	line-height: 110% !important;
}

#projects .project-info p {
	width: 178px;
	font-family: Arial,sans-serif;
	color: #9e9c9c;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 12px;
	margin: 0;
}

#projects .project-info .manufactured p {
	color: #9e9c9c;
	font-size: 14px;
	padding: 0;
	font-family: Times, serif;
	font-weight: normal;
	font-style: italic;
}

.project-info .manufactured ul {
	margin-top: 3px;
}

.project-info .manufactured ul li {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	text-indent: -999em;
	position: relative;
}

.ok-d-active {
	background: url(../images/bg_manufactured.png) no-repeat 0 0;
}

.ok-t-active {
	background: url(../images/bg_manufactured.png) no-repeat -20px 0;
}

.ok-l-active {
	background: url(../images/bg_manufactured.png) no-repeat -40px 0;
}


.ok-d-inactive {
	background: url(../images/bg_manufactured.png) no-repeat -60px 0;
}

.ok-t-inactive {
	background: url(../images/bg_manufactured.png) no-repeat -60px 0;
}

.ok-l-inactive {
	background: url(../images/bg_manufactured.png) no-repeat -60px 0;
}

#tooltip {
	position: absolute;
	z-index: 1000;
	top: -34px;
	left: -3px;
	text-indent: 0;
	display: block;
	height: 26px;
	width: 59px;
	padding: 4px 8px;
	background: url(../images/bg_tooltip.png) no-repeat 0px 100%;
	color: #000;
	white-space: nowrap;
	text-align: center;
}
/* -- Project Detail [END] ----------------------------- */
/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */
@media (max-width: 1300px) {
	#home .screen .content, 
	#technik .screen .content,
	#about .screen .content,
	#jobs .screen .content {
		margin-left: 10%;
	};
}

@media (max-width: 1100px) {
	#home .screen .content, 
	#technik .screen .content,
	#about .screen .content,
	#jobs .screen .content {
		margin-left: 5%;
	};
}

.advance_search_pic-two {
	margin: 0;
}

.advance_search_pic-three {
	margin: 44px 0 0 0;
	position: absolute;
}

.venue-box-7 {
	width: 200px;
	height: 100px;
	position: absolute;
	margin: 219px 0 0 9px;
}

.left_popup {
	width: 600px;
}

.right_popup {
	width: 280px;
}

.right_popup h1 {
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	padding: 35px 0 0 0;
	text-align: left;
	text-transform: uppercase;
}

.right_popup h2 {
	color: #ffffff;
	font-size: 14px;
	font-family: Calibri;
	padding: 30px 0 10px 0;
	border-bottom: #4f4f4f 1px solid;
}

.right_popup p {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
	border-bottom: #4f4f4f 1px solid;
	text-align: justify;
	line-height: 20px;
}

/*----------------- added by argha -------------*/

/* -- Design -- */
#design {
	background: #040404 url(../images/design_bg.jpg) 50% 0 no-repeat fixed;
	color: #666;
}

#design .sprite {
	background: url(../images/design_sprite_frei.png) 50% 435px no-repeat fixed !important;
}

#design .screen {
	background: url(../images/design_frei.png) 50% 28px no-repeat;
}

#second {
	background: url(../images/footprints.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#second .bg {
	background: url(../images/trainers_bg.png) -3% 20% no-repeat fixed !important;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
}

#third {
	background: url(../images/service_bg.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#third .tbg {
	background: url(../images/trainers.png) 62% 40% no-repeat fixed;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1300px;
}

#third .tbg2 {
	background: url(../images/trainers.png) -3% 227% no-repeat fixed;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 340px;
	right: 0;
}

#forth {
	background: url(../images/venue_bg.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#forth .vbg {
	background: url(../images/venue-train.png) 62% 20% no-repeat fixed !important;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1300px;
}

#fifth {
	background: url(../images/event_bg.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#fifth .dj {
	background: url(../images/dj_bg.png) 62% 20% no-repeat fixed !important;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1300px;
}

#sixth {
	background: url(../images/deal_bg.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#sixth .flower {
	background: url(../images/deal_pack.png) 62% 20% no-repeat fixed !important;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1300px;
}

.story {
	margin: 0 auto;
	min-width: 980px;
	overflow: hidden;
	width: 100%;
}

.story .float-left, .story .float-right {
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;
}

/*------------- 25-10-2013 for service section ------------*/

.service_container {
	width: 950px;
	margin: 0 auto;
	padding-top: 150px;
}

.service_left {
	width: 300px;
}

.service_left_top {
	/*width:300px;*/
	;
}

.service_left_top h1 {
	color: #FFFFFF;
	font-family: Calibri;
	font-size: 50px;
	line-height: 30px;
	padding: 0 0 10px 0;
}

.service_left_top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	line-height: 18px;
	padding: 10px 0 0 0;
}

.search_section {
	/*width:300px;*/
	margin: 20px 0 0 0;
}

.inputbox {
	width: 248px;
	height: 28px;
	background: #ffffff;
	border: #ffffff 1px solid;
	background: url(../images/mic.png) top 3px right 5px no-repeat #ffffff;
}

.search_button {
	background: url(../images/search-button.png) no-repeat;
	width: 50px;
	height: 30px;
	cursor: pointer;
}

.service_left_bottom {
	/*width:300px;*/
	;
}

.service_table {
	margin: 20px 0 0 0;
	border: #ffffff 1px solid;
	border-collapse: collapse !important;
	text-align: center;
}

.service_table tr td {
	border: #ffffff 1px solid;
}

.service_text {
	padding: 10px 0;
	font-family: Calibri;
	font-size: 22px;
	font-weight: normal;
}

.service_text2 {
	padding: 10px 0;
	font-family: Calibri;
	font-size: 14px;
}

.service_right {
	width: 508px;
}

.service_right_top {
	/*width:508px;*/
	margin-bottom: 5px;
}

.service_small_box {
	width: 122px;
}

.service_small_box a {
	text-decoration: none;
}

.service_small_top {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin: 0 0 5px 0;
	background: #8a7d99;
	/*display:table-cell;
	vertical-align:middle;
	position:relative;
	padding:0;
	border-collapse:collapse;*/
	;
}

h1.service_txt {
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	/*padding:50px 0 0 0;*/
	;
}

h1.service_txt2 {
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	/*padding:30px 0 0 0;*/
	line-height: 30px;
}

h1.service_txt3 {
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-transform: capitalize;
	/*padding:91px 0 0 0;*/
	line-height: 30px;
}

h1.service_txt4 {
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-transform: capitalize;
	/*padding:89px 0 0 0;*/
	line-height: 30px;
}

h1.service_txt5 {
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 17px;
	color: #ffffff;
	text-transform: capitalize;
	/*padding:216px 0 0 0;*/
	line-height: 30px;
}

.service_small_bottom {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	position: relative;
	/*background:url(../images/service-pic-2.jpg) no-repeat;*/
	;
}

.service_image_box {
	width: 378px;
	height: 247px;
	border: #ffffff 1px solid;
}

.service_right_bottom {
	/*width:508px;*/
	;
}

.right_bottom_left {
	width: 252px;
}

.bottom_left_top {
	width: 252px;
	margin-bottom: 5px;
}

.bottom_left_top a {
	text-decoration: none;
}

.bottom_box_1 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 4px;
	background: #692725;
}

.bottom_box_2 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
}

.right_bottom_right {
	width: 252px;
}

.right_bottom_right a {
	text-decoration: none;
}

.bottom_box_3 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	position: relative;
	/*background:url(../images/service-pic-3.jpg) no-repeat;*/
	;
}

.bottom_box_4 {
	width: 122px;
	height: 247px;
	border: #ffffff 1px solid;
	overflow: hidden;
	text-align: center;
	position: relative;
	/*background:url(../images/service-pic-4.jpg) center top no-repeat;*/
	;
}

.bottom_last {
	width: 124px;
}

.bottom_box_5 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-bottom: 5px;
	background: #be7336;
}

.bottom_box_6 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	/*background:url(../images/service-pic-5.jpg) no-repeat;*/
	;
}

/*------------- 25-10-2013 for service section ------------*/


.slider_new {
	display: none;
	background: url(../images/slide_bg.png) no-repeat;
	height: 250px;
}

.collapseSlider {
	display: none;
}

.sliderExpanded .collapseSlider {
	display: block;
}

.sliderExpanded .expandSlider {
	display: none;
}

.toggler {
	cursor: pointer;
}

.slide_new_left {
	width: 250px;
}

.slide_new_left img {
	border: #ffffff 1px solid;
	margin: 8px 0 0 10px;
}

.slide_new_right {
	width: 250px;
}

.slide_new_right h1 {
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	padding: 10px 0 0 0;
	text-align: left;
	text-transform: uppercase;
}

.slide_new_right p {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 0;
	text-align: justify;
	line-height: 20px;
}

.close_button {
	background: url(../images/close_but.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 824px;
	top: 258px;
	cursor: pointer;
}

.close_button_two {
	background: url(../images/close_but.png) no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 824px;
	top: 385px;
	cursor: pointer;
}


/*------------- 28-10-2013 for slide service section ------------*/

.service_slide_left {
	width: 385px;
}

.slide_left_top {
	/*width:385px;*/
	;
}

.slide_top_left {
	width: 122px;
	height: 247px;
	border: #ffffff 1px solid;
	position: relative;
	overflow: hidden;
	/*background:url(../images/ser-gift-1.jpg) no-repeat;*/
	;
}

.slide_top_right {
	width: 255px;
	margin-left: 5px;
}

.slide_favor_top {
	/*width:255px;*/
	;
}

.slide_favor_top h1 {
	font-family: Calibri;
	font-size: 30px;
	color: #ffffff;
	line-height: 39px;
	text-align: center;
}

.slide_favor_bottom {
	/*width:255px;*/
	margin: 10px 0 0 0;
}

.favor_bottom_left {
	width: 122px;
	height: 120px;
	background: #8a7d99;
	border: #ffffff 1px solid;
}

.favor_bottom_right {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 2px;
	position: relative;
	/*background:url(../images/ser-gift-3.jpg) no-repeat;*/
	;
}

.slide_left_bottom {
	/*width:385px;*/
	margin: 5px 0 0 0;
}

.packed_gift_1 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 5px;
	position: relative;
	/*background:url(../images/ser-gift-4.jpg) no-repeat;*/
	;
}

.packed_gift_2 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 5px;
	background: #00b0f0;
}

.packed_gift_3 {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
}

.slide_left_bottom_text {
	/*width:385px;*/
	;
}

.slide_left_bottom_text h1 {
	font-family: Calibri;
	font-size: 24px;
	color: #ffffff;
	line-height: 33px;
	text-align: center;
	padding: 13px 0 0 0;
}

.service_slide_right {
	width: 463px;
}

.fireworks_top {
	/*width:463px;*/
	;
}

.fireworks_top_left {
	width: 330px;
	height: 247px;
	border: #ffffff 1px solid;
	margin-right: 5px;
}

.fireworks_top_right {
	width: 122px;
}

.fireworks_top_right a {
	text-decoration: none;
}

.fireworks_small_top {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: #ffc000;
}

.fireworks_small_bottom {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin: 5px 0 0 0;
	background: url(../images/ser-gift-6.jpg) no-repeat;
}

.consultant_bottom {
	/*width:461px;*/
	margin: 5px 0 0 0;
}

.consultant_left {
	width: 250px;
	height: 120px;
}

.consultant_left_box_one {
	width: 122px;
	height: 247px;
	border: #ffffff 1px solid;
	background: url(../images/ser-gift-2.jpg) center top no-repeat;
}

.consultant_right_box_tow {
	width: 122px;
}

.consultant_right_box_top {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: #6d8aae;
}

.consultant_right_box_tow a {
	text-decoration: none;
}

.consultant_right_box_bottom {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin: 5px 0 0 0;
}

.consultant_right {
	width: 203px;
	border: #ffffff 1px solid;
	height: 247px;
}

/*------------- 28-10-2013 for slide service section ------------*/

/*------------- 30-10-2013 for venue section ------------*/

.venue_image_box {
	width: 378px;
	height: 247px;
	border: #ffffff 1px solid;
	margin-right: 4px;
}

.venue_small_top {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin: 0 0 5px 0;
	background: #497ab7;
}

.venue_small_bottom {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: url(../images/ven-box-5.jpg) no-repeat;
}

.hope_center_top {
	/*width:508px;*/
	margin-bottom: 5px;
}

.venue_hope_left {
	background: url(../images/ven-box-2.jpg) no-repeat;
	width: 250px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 4px;
}

.venue_hope_middle {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: #999900;
}

.venue_hope_right {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: #692725;
}

.venue_hope_left_two {
	/*background:url(../images/ven-box-3.jpg) no-repeat;*/
	width: 250px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 4px;
	position: relative;
}

.venue_hope_middle_two {
	background: url(../images/ven-box-4.jpg) no-repeat;
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
}

.hope_center_bottom {
	width: 508px;
}

/*------------- 30-10-2013 for venue section ------------*/


/*------------- 31-10-2013 for event section ------------*/

.event_advance_left {
	width: 250px;
	height: 120px;
	border: #ffffff 1px solid;
}

.event_advance_right {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 4px;
	background: #692725;
}

.event_new_top {
	/*width:508px;*/
	;
}

.event_big_left {
	border: 1px solid #FFFFFF;
	height: 247px;
	margin-right: 4px;
	width: 378px;
}

.event_small_right {
	width: 124px;
}

.event_top_box {
	background: #737300;
	border: 1px solid #FFFFFF;
	height: 120px;
	margin: 0 0 5px;
	width: 122px;
}

.event_bottom_box {
   /* background:url(../images/eve-pic-4.png) no-repeat;*/
	border: 1px solid #FFFFFF;
	height: 120px;
	width: 122px;
	position: relative;
}

.event_new_bottom {
	/*width:508px;*/
	margin-top: 5px;
}

.event_box_left {
	/*background:url(../images/eve-pic-2.png) no-repeat;*/
	width: 250px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 4px;
	position: relative;
}

.event_box_middle {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: #6f4420;
}

.event_box_right {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	position: relative;
	/*background:url(../images/eve-pic-3.png) no-repeat;*/
	;
}

/*------------- 31-10-2013 for event section ------------*/


/*------------- 31-10-2013 for deal section ------------*/

.deal_advance_left {
	width: 250px;
	height: 120px;
	border: #ffffff 1px solid;
}

.deal_advance_right {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-left: 4px;
	position: relative;
	/*background:url(../images/deal-pic-3.png) no-repeat;*/
	;
}

.deal_new_top {
	width: 508px;
}

.deal_new_bottom {
	/*width:508px;*/
	margin-top: 5px;
}

.deal_box_left {
	background: #db0058;
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	margin-right: 4px;
}

.deal_box_middle {
	width: 250px;
	height: 120px;
	border: #ffffff 1px solid;
	position: relative;
	/*background:url(../images/deal-pic-2.png) no-repeat;*/
	;
}

.deal_box_right {
	width: 122px;
	height: 120px;
	border: #ffffff 1px solid;
	background: #692725;
}

.deal_big_left {
	border: 1px solid #FFFFFF;
	height: 247px;
	margin-right: 4px;
	width: 378px;
}

.deal_top_box {
	background: #008bbd;
	border: 1px solid #FFFFFF;
	height: 120px;
	margin: 0 0 5px;
	width: 122px;
}

.deal_bottom_box {
	background: url(../images/deal-pic-4.png) no-repeat;
	border: 1px solid #FFFFFF;
	height: 120px;
	width: 122px;
}

/*------------- 31-10-2013 for deal section ------------*/

/* newly Added by Abhaya on 07.01.14 */
.new_heading_popup {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.ver_align {
	display: table-cell;
	vertical-align: middle;
	width: 122px;
	height: 120px;
}

.bottom_box_3 a, .bottom_box_4 a {
	color: #fff;
}

h1.service_txt5 a {
	text-decoration: none;
	color: #fff;
}

.top5 {
	margin-top: 5px;
}

/* css for 21.01.14 added by Abhaya */
.automated_wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}

.automated_cointainer {
	border: 1px solid #2c2929;
	background: #202020;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 8px;
}

.automated_wrapper h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	padding: 0 0 10px 0;
}

.automated_wrapper h2 {
	font-weight: bold;
	font-size: 24px;
	padding: 0 0 15px 0;
	text-align: right;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
}

.automated_cointainer .venue_left {
	width: 228px;
	float: left;
	margin-right: 10px;
}

.automated_cointainer .venue_middle {
	width: 355px;
	float: left;
}

.automated_cointainer .venue_right_gallery {
	width: 325px;
	float: right;
}

.automated_cointainer p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #e3dcdc;
	line-height: 18px;
	text-align: justify;
}

.automated_cointainer .venue_middle p {
	padding-bottom: 12px;
	text-align: justify;
}

.automated_cointainer .venue_middle p.last {
	padding-bottom: 0px;
	text-align: justify;
}

.venue_left_img {
	padding: 5px 5px 1px 5px;
	background: #c9c9c8;
}

.automated_cointainer h3 {
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fecd08;
	padding: 10px 0;
}

.singletter_icon {
	float: left;
	width: 40px;
}

.singletter_icon span {
	font-family: 'Oswald',sans-serif;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
}

.singletter_icon_name {
	float: left;
	width: 185px;
}

.singletter_icon_name span {
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 30px;
}

.automated_cointainer .venue_right_gallery .big_image {
	width: 234px;
	float: left;
}

.automated_cointainer  .thumb_wrapper {
	width: 84px;
	float: right;
}

.cointainer_menu_automatedevent {
	text-align: right;
	padding: 10px 0 0 0;
}

.cointainer_menu_automatedevent a {
	color: #fecd08;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}

.thumb_wrapper ul {
	margin: 0;
	padding: 0;
}

.thumb_wrapper ul li {
	margin-bottom: 4px;
	border: 1px solid #616161;
	padding: 0 !important;
	width: 84px;
}

.thumb_wrapper ul li a {
	display: block;
	padding: 0;
	margin: 0;
	height: 52px;
}

.thumb_wrapper ul li img {
	padding: 0 !important;
	margin: 0 0 0 0 !important;
}

.cointainer_menu_automatedevent a:hover {
	color: #a40606;
}

/* liquor start here-----------------*/
.automated_cointainer .venue_left_liquor {
	width: 590px;
	float: left;
	margin-right: 10px;
}

.automated_cointainer .liquor_img {
	width: 234px;
	float: left;
	padding: 5px 5px 1px 5px;
	background: #c9c9c8;
	margin-right: 10px;
}

.automated_cointainer .liquor_des {
	width: 335px;
	float: left;
}

.automated_cointainer .liquor_des p {
	text-align: justify;
}

.liquor {
	float: left;
	width: 450px;
}

.liqur_paraspace {
	padding: 10px 0 0 0;
}

/* photograph start here-----*/
.automated_cointainer .photograph_left {
	width: 560px;
	float: left;
	margin-right: 0px;
}

.photogallery_right {
	width: 360px;
	float: right;
}

.photogallery_right .big_image {
	width: 270px;
	float: left;
}

.photograp_name {
	width: 20px;
	float: left;
}

.photograp_description {
	width: 530px;
	float: right;
}

.automated_cointainer .photograp_description p {
	padding-bottom: 12px;
	line-height: 16px;
}

.automated_cointainer .photograp_description p.last {
	padding-bottom: 0px;
}

.photo_para_left {
	float: left;
	margin-right: 10px;
	border: 5px solid #c9c9c8;
}

.automated_cointainer .photograph_left h3 {
	font-family: 'Oswald',sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fecd08;
	padding: 0 0 10px 0;
}

.rotate {
/* Safari */
	-webkit-transform: rotate(-90deg);
/* Firefox */
	-moz-transform: rotate(-90deg);
/* IE */
	-ms-transform: rotate(-90deg);
/* Opera */
	-o-transform: rotate(-90deg);
/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
	position: absolute;
	font-family: 'Oswald',sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-left: -95px;
	margin-top: 100px;
}

#second_inner {
	background: url(../images/footprints.png) center top no-repeat fixed;
	color: white;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #0b0b0b;
}
/* entertainment start here-----*/
.entertainment_left {
	width: 438px;
	float: left;
}

.entertainment_naming_left {
	float: left;
	width: 80px;
	margin-right: 10px;
}

.entertainment_naming_des {
	width: 338px;
	float: left;
}

.entertainment_naming_left span {
	display: block;
	text-align: center;
}

.entertainment_naming_left span.big_letter {
	display: block;
	text-align: center;
	font-family: 'Oswald',sans-serif;
	font-size: 62px;
	font-weight: bold;
	color: #fff;
	line-height: 62px;
}

.entertainment_naming_left span.big_letter_down {
	color: #e3dcdc;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 0 0;
}

.entertainment_right .big_image {
	width: 390px;
	float: left;
}

.entertainment_right {
	width: 480px;
	float: right;
}

/*------------------ footer end here----------------------------- */
footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

.fancybox-title-float-wrap .child {
	display: none !important;
}

.fancybox-outer, .fancybox-inner {
	overflow: none !important;
}

.inner_content_fancy {
	background: #eaeaea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}

.fancybox-skin {
	padding: 10px !important;
}

.form_field_name {
	width: 115px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}

.form_field_textfield {
	width: 360px;
	float: right;
}

.inner_content_fancy {
}

.inner_content_fancy input {
	border: 1px solid #cbcbcb;
	background: #fff;
	padding: 0 0 0 10px;
	width: 345px;
	height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 28px;
	margin-bottom: 9px;
}

.inner_content_fancy textarea {
	border: 1px solid #cbcbcb;
	background: #fff;
	padding: 0 0 0 10px;
	width: 345px;
	height: 90px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 28px;
	margin-bottom: 10px;
	resize: none;
}

.inner_content_fancy input[type="submit"] {
	width: 115px;
	background: url(../images/fancy_submit_bg.png) repeat-x;
	height: 37px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	float: right;
	border-top: 0px solid #b6940f;
	border-left: 1px solid #b6940f;
	border-right: 1px solid #b6940f;

	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: pointer;
}

.inner_content_fancy h3 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
			
			
/*-------------------------------------------------------------------------- css for venue overview page------------------------------------------------ */
.wrapper-center {
	padding: 40px 0;
}

.wrapper-border {
	padding: 10px;
	margin: 0 auto;
	background: url(../images/back_border.png) repeat;
	margin-top: 80px;
}

#venue_header {
	background: url(../images/headerback.png) repeat;
}

#logo_venue {
	float: left;
	padding: 23px 15px;
}

#nav_venue {
	float: right;
}

#nav_venue ul {
	margin: 0;
	padding: 0;
}

#nav_venue ul li {
	float: left;
	border-bottom: 5px solid #484848;
}

#nav_venue ul li a {
	display: block;
	background: #f7a70e;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-right: 2px;
}

#nav_venue ul li a:hover {
	background: url(../images/menu_hover_bg.png) repeat;
}

#nav_venue ul li a.active {
	background: url(../images/menu_hover_bg.png) repeat;
}

#nav_venue ul li:last-child a {
	margin-right: 0;
}

#nav_venue ul li a span {
	display: block;
	text-align: center;
	width: 108px;
}

#nav_venue ul li a span.icon {
	padding: 15px 0 15px 0;
}

#nav_venue ul li a span.icon_name {
	padding-bottom: 15px;
}

.separate_clear {
	clear: both;
}

.venue_container_inner {
	border-top: 5px solid #f7a70e;
	border-bottom: 5px solid #f7a70e;
	background: #ffffff;
	position: relative;
	margin-top: -8px;
}

.box_venue_cointain h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	padding: 10px 10px;
	text-transform: uppercase;
	background: url(../images/back_white_bg.png) bottom repeat-x;
}

.box_venue_cointain {
	float: left;
}

.box_venue_cointain_bg {
	background: url(../images/box_back_venue_bg.png) repeat;
}

.box_venue_cointain_bg h1 {
	background: url(../images/heading_border.png) bottom repeat-x;
}

.venue_more_info {
	background: url(../images/moreinfo_bg.png) repeat-x;
	height: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	margin-left: 8px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	color: #3f3f3f;
	padding: 8px 0;
}

.more_info_content {
	padding: 15px 0 0 0;
}

.box_venue_cointain_below {
	padding: 10px;
}

.venue_container_inner p {
	color: #312f2f;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	text-align: justify;
}

.box_venue_cointain_below h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #383636;
	padding: 0 0px 10px 0px;
}

.rm {
	font-size: 21px;
	color: #009392;
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding-top: 10px;
}

.quick_status_content {
	padding: 0 0 6px 0;
	color: #312f2f;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.quickstatus_left_name {
	width: 132px;
	float: left;
}

.quickstatus_right_name {
	width: 110px;
	float: right;
}

.prewrap {
	width: 110px;
	white-space: -moz-pre-wrap;
 /* Mozilla */
	white-space: -hp-pre-wrap;
 /* HP printers */
	white-space: -o-pre-wrap;
 /* Opera 7 */
	white-space: -pre-wrap;
 /* Opera 4-6 */
	white-space: pre-wrap;
 /* CSS 2.1 */
	white-space: pre-line;
 /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;
}

.quick_status_content_two {
	padding: 15px 0 6px 0;
}

.text_left {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #198b8a;
	display: block;

	padding-bottom: 10px;
}

.share_fb {
	background: url(../images/heading_border.png) top repeat-x;
	padding: 15px 10px 10px 10px;
}

.submit_query {
}

.submit_query p {
	padding-bottom: 5px;
}

.submit_query input {
	background: #e5f2f2;
	outline: 0;
	border: 1px solid #c4d7d7;
	height: 28px;
	line-height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #009392;
	width: 253px;
}

.submit_query textarea {
	background: #e5f2f2;
	outline: 0;
	border: 1px solid #c4d7d7;
	height: 80px;
	line-height: 28px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #009392;
	width: 253px;
	resize: none;
}

.submit_query input[ type="submit"] {
	width: 125px;
	height: 38px;
	display: table-cell;
	background: #28b779;
	text-align: center;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	float: right;
	cursor: pointer;
}

#venue_footer {
	background: url(../images/headerback.png) repeat;
	padding: 22px 5px;
}

#venue_footer p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 12px;
}
  
  /*------------------------------ venue resoponsive menu -------------------------------------------*/
.box_venue_cointain {
	width: 251px;
	min-height: 430px;
}

.quickstatus_left_name {
	width: 120px;
}

.submit_query input {
	width: 100%;
}

.submit_query textarea {
	width: 100%;
}

#nav_venue ul li a span {
	width: 102px;
}
/*  #pagebody {
  padding: 15px 25px;
}*/

/* navigation bar */
#topnav {
	display: block;
	width: 100%;
	position: relative;
}

#topnav h1 {
	padding: 10px;
	background: #f7a70e;
	display: none;
}

#topnav h1 a {
	color: #fff;
	font-size: 15px;
	font-family: 'Oswald',sans-serif;
	text-decoration: none;
}

#topnav h1 a:hover {
}

#topnav #navbtn {
	display: none;
	float: right;
	top: 0;
	width: 20px;
	height: 42px;
	background: url(../images/menu.png) center no-repeat;
	text-indent: -99999px;
	overflow: hidden;
	margin-right: 10px;
}

/*#topnav nav {
  position: absolute;
  top: 0; 
  right: -10px;
}*/

/*#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {
  display: block;
  float: left;
  font-size: 1.4em;
  margin-right: 4px;
}

#topnav nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 70px;
  color: #8ea188;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 2px solid #fff;

}
#topnav nav ul li a:hover {
  color: #6f8767;
  background: #ddecd9;
  border-bottom-color: #bdd8b5;
}*/
/* responsive styles */
@media screen and (max-width: 640px) {
	h2 {
		font-size: 2.2em;
	}

	p {
		font-size: 1.45em;
		line-height: 1.55em;
	}

	#topnav {
		height: auto;
	}

	#topnav nav {
		display: none;
		position: static;
		width: 100%;
		top: auto;
		right: auto;
	}

	#topnav nav ul li {
		float: none;
		margin: 0;
	}

	#topnav nav ul li a {
		display: block;
       /* width: 100%;*/
    /*line-height: 1.4em;
    border: 0;
    padding: 6px 9px;
    background: #dcf4dc;*/
		;
	}

	#topnav nav ul li a:hover {
	}

	#topnav nav ul li a.sel {
		color: #6f8767;
		background: #cbdcc5;
	}

	#topnav #navbtn {
		display: block;
	}

	#topnav h1 {
		padding: 10px;
		background: #f7a70e;
		display: block;
	};
}

.box_planner_cointain {
	position: relative;
}

.box_planner_cointain .box_planner_cointain_inner {
	overflow: hidden;
	position: absolute;
	bottom: 45px;
	border-style: solid;
	display: block;
   /* width: 100px;*/
	height: 85px;
	background-color: #e5d4ad;
	-webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
	transition: width 2s, height 2s, background-color 2s, transform 2s;
}

.box_planner_cointain:hover .box_planner_cointain_inner {
	overflow: hidden;
	position: absolute;
	bottom: 45px;
	border-style: solid;
	display: block;
	height: 180px;
	background-color: #e5d4ad;
	-webkit-transition: width -2s, height 2s, background-color 2s, -webkit-transform 2s;
	transition: width 2s, height 2s, background-color 2s, transform 2s;
}


/* --------------------css for event planner html---------------------------------- */
.wrapper-border_inner_automated {
	margin: 80px auto;
}

.box_planner_cointain {
	background: #e5d4ad;
	padding: 10px;
 /*margin:0 16px 0 0; position:absolute;*/
	;
}

.box_planner_cointain_top {
}

.box_planner_cointain_inner {
	height: 85px;
	overflow: hidden;
	position: relative;
	bottom: 0;
}

.box_planner_cointain_bottom {
	text-align: center;
	padding: 10px 0 0 0;
	position: absolute;
	bottom: 10px;
}

.box_planner_cointain_more {
	background: #af9426;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	padding: 0 30px;
	float: left;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 15px;
	display: inline-block;
}

.box_planner_cointain_name {
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

.box_planner_cointain_inner_left {
	width: 164px;
	float: left;
}

.box_planner_cointain_inner_right {
	width: 110px;
	float: right;
}

.box_planner_cointain_inner_left, .box_planner_cointain_inner_right {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #737373;
}

.hidden_description {
	padding: 10px 0;
 /*display:none; height:90px; overflow:hidden;*/
	;
}

.hidden_description p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #393636;
}

.pricerange {
	color: #bb2f2f;
}

#second_inner_planner {
	background: url(../images/footprints.png) center top no-repeat fixed;
	color: white;
	min-height: 1300px;
	margin: 0 auto;
	padding: 0;
	background-color: #0b0b0b;
}

.planner_automated_heading {
	padding: 10px;
	background: #171717;
	border: 1px solid #363636;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

.planner_automated_heading h1 {
	font-family: 'Oswald',sans-serif;
	font-size: 17px;
	line-height: 20px;
}

.event_name_left {
	font-weight: bold;
}

.box_planner_cointain {
	width: 280px;
 /*float:left;*/
	;
}

.wrapper-center_planner {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}

.box_wrapper_planner_cointainer {
	position: relative;
}

.item {
	position: absolute;
	left: 0px;
	height: 315px;
}

.item1 {
	position: absolute;
	left: 310px;
	height: 285px;
}

.item2 {
	position: absolute;
	left: 620px;
	height: 360px;
}

.item3 {
	position: absolute;
	left: 0px;
	top: 352px;
	height: 320px;
}

.item4 {
	position: absolute;
	left: 310px;
	top: 317px;
	height: 312px;
}

.item5 {
	position: absolute;
	left: 620px;
	top: 398px;
	height: 478px;
}

.item6 {
	position: absolute;
	left: 0px;
	top: 709px;
	height: 302px;
}

.item7 {
	position: absolute;
	left: 310px;
	top: 675px;
	height: 478px;
}

.wrapper-center_planner2 {
	min-height: 1000px;
}

.quickstatus_right_name img {
	float: left;
}

.quickstatus_right_name span {
	float: left;
	display: inline-block;
}
/* css for mouse over section */

/*DINING SECTION*/
.h-dining-title {
	position: absolute;
	left: 20px;
	top: 79px;
}

.h-dining-email-thk {
	background: url(../images/v2/title_subscribe.png) no-repeat left top;
	height: 30px;
	padding-left: 50px;
	overflow: hidden;
	position: absolute;
	left: 570px;
	top: 76px;
}

.h-dining-email-thk div {
	font-size: 10px;
	background-color: #FFF;
	padding: 0px 10px;
	width: 350px;
	line-height: 1.4em;
}

.h-dining-email {
	background: url(../images/v2/title_subscribe.png) no-repeat left top;
	height: 30px;
	padding-left: 230px;
	overflow: hidden;
	position: absolute;
	left: 250px;
	top: 76px;
}

.h-dining-email-bg {
	background: url(../images/v2/bg_subscribe.png) no-repeat left top;
	height: 30px;
	width: 320px;
	float: left;
}

.h-dining-email-btn {
	float: left;
}

.h-dining-restoran {
	width: 1076px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 130px;
}

.h-dining-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 1140px;
}

.h-dining-list > li {
	width: 270px;
	height: 220px;
	border: 1px solid #CCC;
	float: left;
	position: relative;
	background: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
}

.h-dining-list > li:first-child {
	margin-left: 0;
}

.h-dining-desc-wrap {
	position: absolute;
	bottom: 30px;
	background: #FFF;
}

.h-dining-list-title {
	font-family: 'Lato', sans-serif;
	color: #AEAEAE;
	font-size: 18px;
	padding: 10px 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

.h-dining-list-title a {
	color: #AEAEAE;
}

.h-dining-list-desc {
	padding: 10px 15px 0;
	font-size: 11px;
	line-height: 12px;
	height: 0;
	overflow: hidden;
}

.h-dining-list-btn {
	position: absolute;
	bottom: 5px;
	left: 125px;
}

.h-dining-list-btn02 {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.h-dining-list-img {
	position: absolute;
	top: 4px;
	right: 6px;
}

/* newly added by Abhaya on 03.02.14 */
.quickstatus_right_name span {
	float: left;
	display: block;
	padding-top: 5px;
	padding-right: 2px;
}

/* css for term page */
.inner_venue_cointain_page {
	color: #312F2F;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 0 0 0px;
}

.inner_venue_cointain_page ul {
	padding: 15px;
}

.inner_venue_cointain_page ul li {
	color: #646472;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	background: url(../images/menu-bullet.png) no-repeat;
	padding-left: 25px;
	padding-bottom: 5px;
	background-position: 0 0em;
	font-weight: 300;
}

.inner_venue_cointain_page h1 {
	background: url(../images/back-header.png) repeat;
	padding: 10px 15px;
	background-color: #28b779;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}

.inner_venue_cointain_page h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	padding: 0 15px;
}

.table_capacity {
	padding: 0 0 15px;
}

.table_capacity table td {
	border: 1px solid #fabf8f;
	border-collapse: collapse;
	text-align: center;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	/*font-weight:300;*/;
}

.even_color {
	background: #fde9d9;
}

.capacity_head {
	font-weight: bold;
}

.image_box {
	width: 110px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	background: #fff;
	text-transform: uppercase;
}

.image_box_contain {
	width: 110px;
	height: 90px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-bottom: 5px;
}

.image_box_contain img {
	max-width: 100%;
	max-height: 100%;
}

.image_box span.photo_name {
	color: #000;
	text-align: center;
}

.image_box_contain img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.image_box_contain img:hover {
	opacity: 100;
	filter: alpha(opacity=100);
}
	
	
/* css for registratin page */
#leftsidebar {
	background: #009392;
}

#profile_search {
	padding: 12px;
	background: url(../images/headerback.png) repeat;
	background-color: #312f2f;
}

#profile_section {
	padding: 0 0 12px 0;
}

.no_img {
	float: left;
	display: table-cell;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}

.name {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}

.name a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	float: left;
}

#search_section {
	background: #3a3a3a;
	padding: 8px;
}

.search_text_field {
	width: 173px;
	float: left;
	background: none;
	outline: none;
	height: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #6c6c6c;
}

.search_submit {
	background: url(../images/search_submit.png) no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
	float: right;
}

#sidebar_menu {
	position: relative;
}

#sidebar_menu ul {
	margin: 0;
	padding: 0;
}

#sidebar_menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #4F4F4F;
    background:#3D3D3D;
}

#sidebar_menu ul li a {
	display: block;
	padding: 11px 10px 11px 45px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	position: relative;
}

#sidebar_menu ul li a span {
	position: absolute;
	width: 5px;
	height: 6px;
	display: none;
	right: -5px;
	bottom: 22px;
}

#sidebar_menu ul li a:hover span {
	position: absolute;
	width: 5px;
	height: 6px;
	display: block;
	right: -5px;
	bottom: 22px;
}

#sidebar_menu ul li a.active span {
	position: absolute;
	width: 5px;
	height: 6px;
	display: block;
	right: -5px;
	bottom: 22px;
}

#sidebar_menu ul li a.dashboard {
	background: url(../images/dashboard_icon.png);
	background-repeat: no-repeat;
	background-position: 0.9em 0.6em;
	padding: 11px 10px 11px 45px;
}

#sidebar_menu ul li a.user_detail {
	background: url(../images/userdetails_icon.png);
	background-repeat: no-repeat;
	background-position: 0.9em 0.7em;
	padding: 11px 10px 11px 45px;
}

#sidebar_menu ul li a:hover {
	background-color: #575757;
}

#sidebar_menu ul li a.active {
	background-color: #575757;
}

#registration_wrapper {
	/*background: url(../images/registration_wrapper.png);*/
    background:#312F2F;
	background-repeat: repeat-y;
	border-bottom: 5px solid #f7a70e;
    border-top:5px solid #f7a70e;
}

#rightsidebar_cointainer {
	padding: 10px;
    background:#ffffff !important;
    min-height:740px;
}

#rightsidebar_cointainer_head {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #666666;
}

#rightsidebar_cointainer_head span {
	font-size: 14px;
	font-weight: bold;
	color: #383838;
	display: block;
	padding-top: 15px;
}

#registration_form_section {
}

#registration_form_section p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

#registration_form_section #left_form {
	float: left;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #9f9f9f;
}

#login_social_network {
	float: left;
	width: 285px;
}

#login_social_network figure img {
	margin-bottom: 10px;
}

#login_social_network p {
	padding-bottom: 10px;
}

#left_form input[type="text"] {
	height: 34px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding-left: 5px;
}

#left_form span {
	display: block;
	padding-bottom: 10px;
}

#left_form {
	padding: 12px 0 0 0;
}

.form_submit {
	background: url(../images/signup_btn.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 36px;
	float: right;
	cursor: pointer;
}

.login_text p, .vendor_signup p {
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 20px;
	padding-top: 10px;
}

.vendor_login {
	color: #f7a70e;
	text-decoration: none;
}

.vendor_login:hover {
	color: #00b2f4;
}

.terms_condition {
	color: #00b2f4;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.terms_condition:hover {
	color: #f7a70e;
}

.vendor_signup {
	padding: 150px 0 0 0;
}

/* css for enter code pop up */
.code_input_field {
	width: 502px;
	float: left;
}

.inner_content_fancy input.code_input_text_field {
	width: 500px;
	background: #fff;
	border: 1px solid #cccccc;
	height: 44px;
	border-radius: 0;
}

.code_submit {
	float: right;
	width: 143px;
}

.inner_content_fancy input.code_submit_btn {
	background: url(../images/enter_submit.png);
	width: 143px;
	height: 46px;
	cursor: pointer;
	background-repeat: no-repeat;
	border: 0;
	outline: 0;
	border-radius: 0;
}

.enter_password h3 {
	padding: 10px 0 10px 0;
	border-bottom: 0px solid #c0c0c0;
	font-size: 16px;
	font-weight: normal;
	color: #00b2f4;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}

.enter_password {
	background: url(../images/fancy_password_bg.png) repeat;
}

.fancybox-skin {
	border: 0;
}

.user_form_section .span_left {
	float: left;
	width: 394px;
}

.user_form_section .span_right {
	float: right;
	width: 394px;
}

.user_form_section input[ type="text"] {
	width: 383px;
	border: 1px solid #ccc;
	height: 34px;
	padding-left: 5px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.text_area_user_detail {
	width: 386px;
	border: 1px solid #ccc;
	height: 120px;
	padding-left: 5px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	resize: none;
	padding-top: 5px;
}
.text_area_venue_registration {
	width: 365px;
	border: 1px solid #ccc;
	height: 120px;
	padding-left: 5px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	resize: none;
	padding-top: 5px;
    margin-top:10px;
}

.drop_userdetails {
	width: 392px;
	border: 1px solid #ccc;
	height: 30px;
	padding-left: 5px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	resize: none;
    margin-bottom:10px;
}

.form_submit_signin {
	background: url(../images/user_submit.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 34px;
	float: right;
	cursor: pointer;
}

.register_last {
	padding: 20px 0 0 0;
}
/* css for login section */
.enter_login .login_section {
	width: 345px;
	float: left;
}

.enter_login .socialnetwork_section {
	width: 215px;
	float: left;
	padding: 20px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 20px;
}

.enter_login .socialnetwork_section p {
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
}

.enter_login .new_youdolah {
	width: 235px;
	float: left;
}

.inner_content_fancy input.user_name {
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 335px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.inner_content_fancy input.rememberme {
	width: 20px;
	padding-left: 0;
}

.remember_check {
	float: left;
	display: block;
}

.remember_text {
	float: left;
	display: block;
	width: 100px;
	padding: 6px 0 0 10px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.forgot_password {
	display: block;
	float: left;
	width: 200px;
}

.login {
	display: block;
	float: right;
	width: 104px;
}

.forgot_password a {
	color: #ed1c24;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.inner_content_fancy input.form_login {
	background: url(../images/login.png);
	width: 104px;
	height: 34px;
	border: none;
	outline: 0;
	border-radius: 0;
}

.inner_content_fancy h3.login_head {
	padding: 0 0 10px 0;
	border-bottom: 0px solid #c0c0c0;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.socialnetwork_section img {
	padding-bottom: 5px;
}

.enter_login .new_youdolah p {
	text-decoration: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #767689;
	padding-bottom: 22px;
}

.enter_login .new_youdolah p a {
	color: #009392;
	text-decoration: none;
}

.enter_login .new_youdolah p a:hover {
	color: #28b779;
}

.enter_login .new_youdolah p.head {
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
	font-style: oblique;
	padding-top: 20px;
}
/* css modify on 12.02.14 */
.box_venue_cointain_bg_question {
	min-height: 450px;
}

.caption a {
	display: block;
	float: left;
	padding: 10px 15px;
	background: #28b779;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	text-shadow: none;
	text-transform: uppercase;
}

/* css for venue-image section */
.big_img_section {
	position: absolute;
	z-index: 9999;
	height: 450px;
	display: none;
}

.cross_btn {
	position: absolute;
	right: 0;
}

.cross_btn a {
	cursor: pointer;
}

/* css for booking page */
#booking_currenttext table td {
	border: 1px solid #016d6c;
	border-collapse: collapse;
	padding: 16px 15px;
}

#booking_currenttext {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.booking_container_inner {
   /* border-top: 5px solid #f7a70e;*/
	border-bottom: 5px solid #f7a70e;
	background: #484848;
	position: relative;
	padding: 10px;
	margin-top: -5px;
}

#booking_name {
	background: url(../images/banner_tag_bg.png) repeat;
	padding: 12px 10px 12px 10px;
	text-align: right;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: -9px;
	position: relative;
	z-index: 99;
}

#booking_name p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 30px;
}

.packages_name  ul {
	margin: 0;
	padding: 0px 10px 0 0;
	list-style: none;
}

.packages_name  ul li {
	float: left;
	margin-right: 10px;
	width: 200px;
	margin-bottom: 15px;
}

.packages_name  ul li .radio_btn {
	float: left;
	width: 20px;
	padding-left: 0px;
}

.packages_name  ul li .package_name_des {
	float: left;
	width: 170px;
}

.packages_name  ul li  h5 {
	color: #0d638f;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 5px;
}

.packages_name  ul li p {
	color: #646472;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.read_more_package {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #e02222;
	text-decoration: none;
	display: block;
	padding: 5px 0 0 0;
}

.package_cointainer h5  {
	color: #0d638f;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 10px;
}

.amenities {
		/*padding:10px 10px 10px 0;*/
	/*background:#fafafa;
	padding:10px;*/;
}

.amenities_content ul {
	margin: 0;
	padding: 10px 0 0 10px;
}

.amenities_content ul li {
	margin: 0;
	padding: 0 0 5px 0;
	float:left;
}

.amenities_content ul li span.check_amenities {
	float: left;
	width: 46px;
	margin-top: 2px;
}

.amenities_content ul li span.check_amenities_des {
	width: 290px;
	float: left;
	color: #646472;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	display:block;
	padding-top:10px;
}

.amenities_content {
	/*background: #fafafa;
	padding: 10px;
	border-left: 2px solid #dddddd;
	margin: 10px 0 0 0;*/
	border: 1px solid #fccb7e;
}

.package_cointainer {
	padding: 10px;
}

.packages_name {
	padding: 10px;
}

.cancellation p {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.cancellation h5 {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 10px 0;
}

.cancellation h5.tentative {
	padding: 10px 0 10px 0;
}

.price_left {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

.price_left table td {
	padding: 20px 12px;
}
.price_left table td.left_brdr
{
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	text-align:right;
}
.price_left table td.bottom_brdr
{
	
	border-bottom:1px solid #efefef;
}
.price_left table td.bottom_nobrdr
  {
	  border-bottom:0px solid #efefef;
  }

#calender {
	padding: 10px;
	float: left;
}

#timing_slot {
	float: right;
}

#calender ul {
	margin: 0;
	padding: 0;
}

#calender ul li {
	float: left;
}

#no_availibility {
	background: #f2dede;
	color: #a94442;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

#no_availibility p {
	color: #a94442;
}

#timing_slot_section {
}

#timing_slot_section ul {
	margin: 0;
	padding: 0;
}

#timing_slot_section ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 99px;
	margin-right: 5px;
	padding: 2px;
	background: #28b779;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
}

#timing_slot_section ul li.not_availble {
	background: #e5f2f2;
	color: #000;
}

#timing_slot_section ul li.choosen {
	background: #8f3ca1;
}

#timing_slot_section ul li.last_time {
	margin-right: 0;
}

#timing_slot_section ul li.chosen {
	background: #8f3ca1;
}

.notes_color {
	width: 110px;
	float: left;
	margin-right: 10px;
}

.notes_color_big {
	width: 135px;
	float: left;
	margin-right: 10px;
}

#availablity {
	background: #28b779;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 8px;
}

#not_available {
	background: #e5f2f2;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 8px;
}

#choosen {
	background: #8f3ca1;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 8px;
}

.notes_color span {
	text-transform: uppercase;
	color: #555555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
 /* css for booking section */
 
.left_section {
	float: left;
	margin: 0;
	width: 120px;
}

.left_section p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	color: #666666;
}

.right_section_input {
	height: 30px;
	border: 1px solid #cccccc;
	padding: 0 0 0 5px;
	width: 280px;
	float: left;
}

.right_section {
	float: left;
	margin: 0;
}

.right_section p {
	margin-left: 5px;
}

.right_section input {
	margin: 10px 0 0 0;
}

.right_section span {
	float: left;
	margin-right: 5px;
}

.right_section img {
	margin: 5px 8px 0 0;
}

.booknow_btn {
	background: url(../images/book_btn.png);
	background-repeat: no-repeat;
	width: 124px;
	height: 34px;
	float: right;
	cursor: pointer;
}
	
	/*---------------------- css for venue registration page----------------------------------------------- */
#registration_form_section #accordion1 {
	margin-top: 20px;
}

#venue_name {
	padding: 10px;
}

#venue_name input,  .venue_type input {
	border: 1px solid #e5e5e5;
	width: 98.4%;
	height: 32px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
/*transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
padding:0 0 0 10px;*/
	line-height: 32px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 0 0 10px;
 /* margin: 5px 1px 3px 0px;*/
	border: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
}

#venue_name input:focus, .venue_type input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 0 0 0 10px;
  /*margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	margin: 0 0 10px 0;
}

input.placeholder {
	color: #333333 !important;
}

.venue_type input {
	border: 1px solid #e5e5e5;
	width: 97% !important;
	height: 32px;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
/*transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
padding:0 0 0 10px;*/
	line-height: 32px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 0 0 0 10px;
 /* margin: 5px 1px 3px 0px;*/
	border: 1px solid #e5e5e5;
}

#big_form_section {
	padding: 10px 10px;
}

#social_media_field h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	padding: 0px 0 10px 0px;
	color: #000;
	border-bottom: 5px solid #27a9e3;
	margin-bottom: 10px;
}

#dis_airport {
	border-top: 5px solid #27a9e3;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
}

#opening_hours {
	border: 1px solid #e5e5e5;
	padding: 5px 5px;
}

.hr select {
	border: 1px solid #e5e5e5;
	width: 50px;
	margin-right: 10px !important;
	float: left;
	display: block;
}

.min {
	border: 1px solid #e5e5e5;
	width: 50px;
	float: left;
	display: block;
	 /* margin-right:10px; */
}

.hr_min {
	float: left;
	margin-right: 10px;
	color: #333;
    margin-bottom:10px;
}

#timing_slot_section {
	margin-top: 4px;
}
/*---------------------------------------------- css for packaging section *-----------------------*/
.package_contain {
	padding:15px;
}
.top_name {
	border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	text-align:center;
	padding:8px 0;
	color:#fff;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}
.price_area {
	text-align:center;
	padding:10px 0;
	color:#fff;
	font-size:60px;
	font-family: 'Open Sans', sans-serif;
	line-height:55px;
}
.price_area sup {
	font-size:20px;
	line-height:20px;
}
.bottom_area {
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	text-align:center;
	padding:8px 0;
}
.bottom_area a {
	text-decoration:none;
	color:#fff;
}

/* css for green package */
.greenpackage {
}
.greenpackage .top_head {
	background:#78cfbf;
	
}
.greenpackage .price_section {
	background:#81dac9;
	
	
}
.greenpackage .price_section span{
	 
}

.greenpackage .content_section_package {
	border-left:1px solid #78cfbf;
	border-right:1px solid #78cfbf;
	padding:12px 12px;
	background:url(../images/green_arrow.gif) center top no-repeat;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif; 
	
}
.greenpackage .content_section_package ul {
	margin:0;
	padding:0;
	
}
.greenpackage .content_section_package ul li {
	background:url(../images/green_bullet.gif) no-repeat;
	background-position:0 0.5em;
	margin:0;
	padding:5px 0 5px 25px;
	color:#8b8b8b;
	font-size:12px;
	font-family: 'Open Sans', sans-serif; 
	
	
	
}
.greenpackage .bottom_section {
	background:url(../images/green_bottom_arrow.gif) center top no-repeat;
	background-color:#81dac9;
	
}

/*------------------------ css for blue package------------------------- */
.bluepackage {
}
.bluepackage .top_head {
	background:#3ec6df;
	
}
.bluepackage .price_section {
	background:#53cfe9;
	
	
}


.bluepackage .content_section_package {
	border-left:1px solid #41c6df;
	border-right:1px solid #41c6df;
	padding:12px 12px;
	background:url(../images/blue_arrow.png) center top no-repeat;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif; 
	
}
.bluepackage .content_section_package ul {
	margin:0;
	padding:0;
	
}
.bluepackage .content_section_package ul li {
	background:url(../images/blue_bullet.png) no-repeat;
	background-position:0 0.5em;
	margin:0;
	padding:5px 0 5px 25px;
	color:#8b8b8b;
	font-size:12px;
	font-family: 'Open Sans', sans-serif; 
	
	
	
}
.bluepackage .bottom_section {
	background:url(../images/blue_bottom_arrow.png) center top no-repeat;
	background-color:#53cfe9;
	
}



/*------------------------ css for red package------------------------- */
.redpackage {
}
.redpackage .top_head {
	background:#e2536b;
	
}
.redpackage .price_section {
	background:#eb6378;
	
	
}


.redpackage .content_section_package {
	border-left:1px solid #e2536b;
	border-right:1px solid #e2536b;
	padding:12px 12px;
	background:url(../images/red_arrow.png) center top no-repeat;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif; 
	
}
.redpackage .content_section_package ul {
	margin:0;
	padding:0;
	
}
.redpackage .content_section_package ul li {
	background:url(../images/red_bullet.png) no-repeat;
	background-position:0 0.5em;
	margin:0;
	padding:5px 0 5px 25px;
	color:#8b8b8b;
	font-size:12px;
	font-family: 'Open Sans', sans-serif; 
	
	
	
}
.redpackage .bottom_section {
	background:url(../images/red_bottom_arrow.png) center top no-repeat;
	background-color:#eb6378;
	
}


/*------------------------ css for orange package------------------------- */
.orangepackage {
}
.orangepackage .top_head {
	background:#da9627;
	
}
.orangepackage .price_section {
	background:#ffb848;
	
	
}


.orangepackage .content_section_package {
	border-left:1px solid #ffb848;
	border-right:1px solid #ffb848;
	padding:12px 12px;
	background:url(../images/orange_arrow.png) center top no-repeat;
	background-color:#fff;
	font-family: 'Open Sans', sans-serif; 
	
}
.orangepackage .content_section_package ul {
	margin:0;
	padding:0;
	
}
.orangepackage .content_section_package ul li {
	background:url(../images/orange_bullet.png) no-repeat;
	background-position:0 0.5em;
	margin:0;
	padding:5px 0 5px 25px;
	color:#8b8b8b;
	font-size:12px;
	font-family: 'Open Sans', sans-serif; 
	
	
	
}
.orangepackage .bottom_section {
	background:url(../images/orange_bottom_arrow.png) center top no-repeat;
	background-color:#ffb848;
	
}


.package_box_last {
	margin-right:0 !important;
}
/*-------------------- css for custom check box------------------- */

.package_contain label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.package_contain input[type=checkbox].css-checkbox {
	  position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

.package_contain input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height:35px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
	width:37px;
}

.package_contain input[type=checkbox].css-checkbox:checked + label.css-label {
	background-image:url(../images/check_on.png);
}

.css-label{
	background-image:url(../images/check_off.png);
}

/* css for booking page */

#reservation_section {
	border:1px solid #852b99;
	padding:0 px;
}
#reservation_section h1 {
	background:#852b99;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#fff;
	padding:10px; 
}
#reservation_section_cointainer {
	padding:10px;
}
#reservation_section_cointainer input[type="text"]{
	border: 1px solid #CCCCCC;
    color: #9999B2;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 34px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 99%;
}
#reservation_section_cointainer textarea{
	border: 1px solid #CCCCCC;
    color: #9999B2;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 98px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 99%;
}
#reservation_section_cointainer select {
	border: 1px solid #CCCCCC;
    color: #9999B2;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    height: 32px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
}
.send_request {
	background:url(../images/send_request.png) no-repeat;
	width:149px;
	height:34px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border:0;
	float:right;
	cursor:pointer;
}
.booking_inner {
	padding:15px;
}
.booking_contain {
	background:#fafafa;
	padding:10px;
	height:354px;
	overflow:auto;
}
.booking_contain h2{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	padding-bottom:15px;
}
.booking_contain p{
	color:#656161;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	padding-bottom:15px;
}
#payment_method {
	border:1px solid #4b8df8;
}
#payment_method h1 {
	background:#4b8df8;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#fff;
	padding:10px; 
}
.payment_method_cointainer {
	padding:10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#999898;
	min-height:420px;
}
.radion_btn_card {
	margin-right:10px;
}

.card_name_left_side {
	width:135px;
	float:left;
}
.payment_submit {
	background:url(../images/user_submit.png);
	width:124px;
	height:34px;
	float:right;
	background-repeat:no-repeat;
	cursor:pointer;
	
}
.card_no_field input{
	width:100%;
	height:28px;
	border:1px solid #ccc;
	
}
.card_no_field_last {
	margin-right:0 !important;
}
.card_no_field {
	margin-right:10px;
}
.cards {
	height:40px;
	padding-bottom:8px;
}
.text_field_card {
	width:99%;
	height:28px;
	border:1px solid #ccc;
}
.card_name_right_side span select {
	width:109px;
	height:28px;
	border:1px solid #ccc;
	color: #999898;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
	
}
.separator {
	padding:0 11px;
}
.question_mark {
	float:right;
}
.cvccode_field select {
	width:100%;
	height:28px;
	border:1px solid #ccc;
	color: #999898;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}
.card_name_right_side {
	margin-bottom:10px;
}
.payment_submit_row {
	padding:8px 0;
}
.bank_name {
	padding:9px 0;
}
.cvccode_field2 select {
	width:100% !important;
	height:28px;
	border:1px solid #ccc;
	color: #999898;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}
.booking_inner h3  {
	color:#ffb848;
	font-family: 'Open Sans',sans-serif;
    font-size: 30px;
	padding-bottom:25px;
	line-height:40px;
}
.checkbox_contain {
	padding-top:10px;
}
/* --------------------------css for radio btn----------------------------- */
.payment_method_cointainer input[type=radio].css-checkbox {
							display:none;
						}

						.payment_method_cointainer input[type=radio].css-checkbox + label.css-label {
							padding-left:32px;
							height:22px; 
							display:inline-block;
							line-height:32px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:32px;
							vertical-align:middle;
							cursor:pointer;
							height:22px;
							margin:10px 0 0 0;
							

						}

						.payment_method_cointainer input[type=radio].css-checkbox:checked + label.css-label {
							background-image:url(../images/radio_on.png);
						}
						.payment_method_cointainer label.css-label {
				background-image:url(../images/radio_off.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
.radion_btn_card img {
		margin-top:-5px;
	}
/* css for price section */

.price_left {
		background: #fff;
		/*padding: 10px;*/
		margin: 10px 0 10px 0;
		border: 1px solid #b4cef8;
		min-height: 282px;
	}
.price_left h5 {
	background:#4b8df8;
	color: #fff !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
	padding:10px;
}
 .cancellation {
		
		background: #fff;
		/*padding: 10px;*/
		margin: 10px;
		border: 1px solid #ef8476;
		min-height: 320px;
	}
.cancellation h5 {
	background:#e02222;
	color: #fff !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
	padding:10px;
}
.cancellation p, .select_package p {
	padding:10px;
	color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    line-height: 22px;
}
.cancellation h6{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	padding:0 10px 0px 10px;
}
.select_package {
		
	  /*margin-right:10px;*/
		background: #fff;
		/*padding: 10px;*/
		margin: 10px;
		border: 1px solid #af5cc1;
		min-height: 320px;
	}
.select_package h5 {
	background:#852b99;
	color: #fff !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
	padding:10px;
}
.amenities_content h5 {
	background:#ffb848;
	color: #fff !important;
    font-family: 'Open Sans',sans-serif;
    font-size: 24px;
	padding:10px;
}

/* css for venue  details page */

.details_contain {
	padding:15px; 
}
.inner_venue_promotion_page {
	padding:0 15px 15px 15px;
}
.details_contain_promotion {
	border: 1px solid #77e588;
	background: #fff;
	padding:0 0px 0px 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 8px;
	/*margin:0 15px 15px 15px;*/
}
.inner_venue_promotion_page .automated_cointainer {
	border: 0px solid #77e588;
	background: #fff;
	padding:15px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 0px;
}

.inner_venue_promotion_page .details_contain_promotion span.head{
	background:#35aa47;
	display:block;
	padding:10px;
	font-size:18px;
}
.inner_venue_promotion_page .cointainer_menu_automatedevent a {
	background:#eeeeee;
	font-family: 'Open Sans',sans-serif;
    font-size: 13px;
	color:#555;
	display:inline-block;
	font-weight:normal;
	text-align:center;
	padding:10px;
}
.inner_venue_promotion_page .cointainer_menu_automatedevent a:hover {
	background:#0da3e2;
	color:#fff;
}
.inner_venue_promotion_page .singletter_icon span {
font-family: 'Oswald',sans-serif;
font-size: 60px;
font-weight: bold;
color: #999999;
line-height: 60px;
}
.inner_venue_promotion_page .singletter_icon_name span {
font-family: 'Oswald',sans-serif;
font-size: 18px;
font-weight: bold;
color: #484848;
display: block;
line-height: 30px;
}
.inner_venue_promotion_page .automated_cointainer h3 {

font-family: 'Open Sans',sans-serif;
font-size: 12px;
color: #3cc051;
padding: 10px 0;
}

.details_contain_promotion2{
	  border:1px solid #b4cef8;
  }
.inner_venue_promotion_page .details_contain_promotion2 span.head{
	background:#4b8df8;
	display:block;
	padding:10px;
	font-size:18px;
}
.details_contain_promotion2 .automated_cointainer .photograph_left
{
	width:660px;
}
.details_contain_promotion2 .rotate {
    color: #852b99;
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-left: -95px;
    margin-top: 100px;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
}
.details_contain_promotion2 .automated_cointainer .photograp_description p  {
color: #312f2f;
font-size: 13px;
font-family: 'Open Sans', sans-serif;
line-height: 20px !important;
text-align: justify;
}
	.details_contain_promotion3{
		border:1px solid #af5cc1;
	}
	.inner_venue_promotion_page .details_contain_promotion3 span.head{
	background:#852b99;
	display:block;
	padding:10px;
	font-size:18px;
}
.details_contain_promotion4{
	border:1px solid #6ba3ff;
}
.inner_venue_promotion_page .details_contain_promotion4 span.head{
	background:#4d90fe;
	display:block;
	padding:10px;
	font-size:18px;
}
.inner_venue_promotion_page .details_contain_promotion4 .entertainment_naming_left span.big_letter {
display: block;
text-align: center;
font-family: 'Oswald',sans-serif;
font-size: 62px;
font-weight: bold;
color:#484848;
line-height: 62px;
}
.inner_venue_promotion_page .details_contain_promotion4 .entertainment_naming_left span.big_letter_down {
color: #999;
font-family: 'Oswald',sans-serif;
font-size: 18px;
font-weight: bold;
padding: 8px 0 0 0;
}
.inner_venue_promotion_page .details_contain_promotion4 .automated_cointainer h3 {
font-family: 'Open Sans',sans-serif;
font-size: 16px;
color: #484848;
padding: 10px 0;
}

/*---------- Added by argha for register button -----------*/

.register_but{margin-bottom:10px;}

.hit-me{ background: none repeat scroll 0 0 #28B779; color: #FFFFFF; cursor: pointer; display: table-cell; font-family: Calibri; font-size: 16px; font-weight: bold; height: auto; text-align: center; text-transform: uppercase; vertical-align: middle; width: 100px; text-decoration:none; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin:15px 0 0 0; padding:9px 0;}

.open-div{ width:922px; height:155px; background:url(../images/pop-bg.png); background-repeat:repeat; color:#000; font-size:30px; text-align:center; padding:0 0 0; display:none; border:#e49a0c 3px solid;}

.open-div h1{font-family: 'Open Sans',sans-serif; text-align:left; font-size:24px; color:#666666; text-transform:uppercase; padding:15px 0 0 20px;}

.select-user{width:880px; height:82px; background:#ffffff; margin:20px auto 0 auto;}

.select_left{width:180px;}

.select_left p{font-family: 'Open Sans',sans-serif; font-size:14px; color:#545454; text-align:center; padding:33px 0 0 0;}

.customer_right{width:700px;}

.cus_radio{  float: left;
    font-family: Arial;
    font-size: 16px;
    margin: 35px 0 0 40px;}

.customer_right p{font-family: 'Open Sans',sans-serif; font-size:14px; color:#545454; text-align:center; padding:33px 0 0 12px; float:left;}

.user-but{background:url(../images/continue.png) no-repeat; width:124px; height:34px; cursor:pointer; margin:23px 15px 0 0;}

.close{margin:0 0 0 100px; font-family: 'Lato', sans-serif; color: #000000; font-size:16px; position:absolute; text-decoration:none; background:#ffb831; top:0; right:0; padding:5px 7px;}

/*---------- Added by argha for register button -----------*/

/* added by Abhaya on 18.03.14 */
.summery_cointainer {
	padding:15px 20px;
	color: #646472;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    
}
.summery_cointainer p {
	color: #646472 !important;
	padding-bottom:8px !important; 
}


/*---------- Added by argha for register button -----------*/

.hit-me-1{ background: none repeat scroll 0 0 #28B779; color: #FFFFFF; cursor: pointer; display: table-cell; font-family: Calibri; font-size: 16px; font-weight: bold; height: auto; text-align: center; text-transform: uppercase; vertical-align: middle; width: 100px; text-decoration:none; float:left; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; margin:15px 0 0 0; padding:9px 0;}

.open-div-2{ width:922px; height:auto; background:url(../images/pop-bg.png); background-repeat:repeat; color:#000; font-size:30px; text-align:center; padding:10px 0; display:none; border:#e49a0c 3px solid;}

.open-div-2 h1{font-family: 'Open Sans',sans-serif; text-align:left; font-size:24px; color:#666666; text-transform:uppercase; padding:15px 0 0 20px; margin-bottom:20px;}

select-user-2{width:880px; height:82px; margin:20px auto 0 auto;}

.select_left-2{width:150px;}

.select_left-2 p{font-family: 'Open Sans',sans-serif; font-size:14px; color:#545454; text-align:center; padding:15px 0 0 0; margin-left:15px;}

.customer_right-2{width:730px;}

Passcode_txt {height: 20px;	border: 1px solid #ccc;	border-radius: 0;	width: 525px;	color: #9999b2;	font-family: 'Open Sans', sans-serif; margin-top:20px; padding:0 0 0 10px;}

.customer_right-2 p{font-family: 'Open Sans',sans-serif; font-size:11px; color:#545454; text-align:center;  float:left;}

.user-but-2{background:url(../images/continue.png) no-repeat; width:124px; height:34px; cursor:pointer; margin:10px 60px 0 0;}

.close-2{margin:0 0 0 100px; font-family: 'Lato', sans-serif; color: #000000; font-size:16px; position:absolute; text-decoration:none; background:#ffb831; top:0; right:0; padding:5px 7px;}


.open-div-1{ width:922px; height:auto; background:url(../images/pop-bg.png); background-repeat:repeat; color:#000; font-size:30px; text-align:center; padding:10px 0; display:none; border:#e49a0c 3px solid;}

.open-div-1 h1{font-family: 'Open Sans',sans-serif; text-align:left; font-size:24px; color:#666666; text-transform:uppercase; padding:15px 0 0 20px;}
.open-div-3{ width:922px; height:auto; background:url(../images/pop-bg.png); background-repeat:repeat; color:#000; font-size:30px; text-align:center; padding:10px 0; display:none; border:#e49a0c 3px solid;}

.open-div-3 h1{font-family: 'Open Sans',sans-serif; text-align:left; font-size:24px; color:#666666; text-transform:uppercase; padding:15px 0 0 20px;}
.loginPops {
	color: #f7a70e;
	text-decoration: none;

}

.loginPops:hover {
	color: #00b2f4;
    cursor: pointer;
}



/* css for login section */
.login_section-nw {
	width: 345px;
	float: left;
}

.socialnetwork_section_nw {
	width: 215px;
	float: left;
	padding: 20px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 20px;
}

.socialnetwork_section_nw p {
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
}

.new_youdolah_nw {
	width: 235px;
	float: left;
}

input.user_name_nw {
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 325px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    margin:10px;
    padding:0 0 0 10px;
}

input.rememberme-nw {
	width: 20px;
	padding-left: 0;
    margin:0 0 0 10px;
}

.remember_check_nw {
	float: left;
	display: block;
}

.remember_text {
	float: left;
	display: block;
	width: 100px;
	padding: 6px 0 0 10px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.forgot_password_nw {
	display: block;
	float: left;
	width: 120px;
    margin:10px 0 0 0;
}

.login_nw {
	display: block;
	float: right;
	width: 104px;
}

.forgot_password_nw a {
	color: #ed1c24;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

input.form_login_nw {
	background: url(../images/login.png);
	width: 104px;
	height: 34px;
	border: none;
	outline: 0;
	border-radius: 0;
}

h3.login_head-nw {
	padding: 0 0 10px 0;
	border-bottom: 0px solid #c0c0c0;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.socialnetwork_section_nw img {
	padding-bottom: 5px;
}

.new_youdolah_nw p {
	text-decoration: none;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	color: #767689;
	padding-bottom: 22px;
}

.new_youdolah_nw p a {
	color: #009392;
	text-decoration: none;
}

.new_youdolah_nw p a:hover {
	color: #28b779;
}

.new_youdolah_nw p.head_nw {
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
	font-style: oblique;
	padding-top: 20px;
}
/*---------- Added by argha for register button -----------*/

/*addedd by Minhaj*/

Passcode_txt {
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 325px;
	color: #9999b2;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    margin:10px;
    padding:0 0 0 10px;
}

/*----------------------------------------------------addedd by Minhaj*/

.userimage {
    margin-right:10px;
    color:#000000;
    font-family:Arial;
}
.socialsiteLogin {
    cursor:pointer;
}
.venue_reg {
    margin:15px;
}
.venue_button_area {
     margin-left:25px;
       margin-top:20px;
    height:100px;
    width:100%;
}
a.register_venue {
    margin-left:50px;
    background:#28b779;
    float:left;
    font-family:Arial;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
    border:#a4e1c6 1px solid;
    padding:10px 20px;
}

    a.register_venue:hover {
        background:#f7a70e;
        border:#d08900 1px solid;
    }

/*.register_venue a{
    margin-left:50px;
    height:50px;
    background-color:green;
    width:180px;
    float:left;
    font-family:Arial;
    font-size:16px;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
}
.register_venue a:hover{
    margin-left:50px;
    height:50px;
    background-color:green;
    width:180px;
    float:left;
    font-family:Arial;
    font-size:16px;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
}*/

.register_socialroom {
    margin-left:150px;
    background:#28b779;
    float:left;
    font-family:Arial;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
    text-align:center;
    border:#a4e1c6 1px solid;
    padding:10px 20px;
    color:#ffffff;

}

    .register_socialroom:hover {
         background:#f7a70e;
        border:#d08900 1px solid;
    }

/*.register_socialroom a{
    margin-left:150px;
    height:50px;
    background-color:green;
    width:180px;
    float:left;
    font-family:Arial;
    font-size:16px;
    cursor:pointer;
    text-decoration:none;
    text-align:center;

}
.register_socialroom a:hover{
    margin-left:150px;
    height:50px;
    background-color:aqua;
    width:180px;
    float:left;
    font-family:Arial;
    font-size:16px;
    cursor:pointer;
    text-decoration:none;
    text-align:center;

}*/
.multiselect {
    width:20em;
    height:15em;
    border:solid 1px #c0c0c0;
    overflow:auto;
}
 
.multiselect label {
    display:block;
}
 
.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}





a {
    color:#fff;
}
.dropdown dd, .dropdown dt {
    margin:0px;
    padding:0px;
}
.dropdown ul {
    margin: -1px 0 0 0;
}
.dropdown dd {
    position:relative;
}
.dropdown a, 
.dropdown a:visited {
    color:#fff;
    text-decoration:none;
    outline:none;
    font-size: 12px;
}
.dropdown dt a {
    background-color:#4F6877;
    display:block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border:0;
    width:272px;
}
.dropdown dt a span, .multiSel span {
    cursor:pointer;
    display:inline-block;
    padding: 0 3px 2px 0;
}
.dropdown dd ul {
    background-color: #4F6877;
    border:0;
    color:#fff;
    display:none;
    left:0px;
    padding: 2px 15px 2px 5px;
    position:absolute;
    top:2px;
    width:280px;
    list-style:none;
    height: 100px;
    overflow: auto;
}
.dropdown span.value {
    display:none;
}
.dropdown dd ul li a {
    padding:5px;
    display:block;
}
.dropdown dd ul li a:hover {
    background-color:#fff;
}
button {
  background-color: #6BBE92;
  width: 302px;
  border: 0;
  padding: 10px 0;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


/*--- Added by Argha 01-04-14 ---*/

.venue_type select {
    border: 1px solid #E5E5E5;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    outline: medium none;
    padding: 6px;
    transition: all 0.3s ease-in-out 0s;
    width: 100% !important;
    margin:0 0 10px 0 !important;
}

select.margin-space {
    margin-bottom:0;
}

.venue-space {
    padding: 10px 10px 0 10px !important;
}

#venue_name select:focus, .venue_type select:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 6px;
  /*margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	margin: 0 0 0 0;
}

.hr select {
    width:34% !important;
    height:32px !important;
    padding:6px;
    margin:0;
}

.min select {
   border: 1px solid #e5e5e5;
    display: block;
    float: left;
    margin:0 0 0 0 !important;
    width: 34% !important;
    height:32px !important;
    padding:6px;
}

.min-nw {
	border:none;
	width: 34%;
	float: none;
	display: inline;
	 /* margin-right:10px; */
}

.hr-min-txt {
    margin-bottom:0;
    margin-top:7px;
}

.opening_hours_space {
    margin-bottom:10px;
}

.describe {
    border: 1px solid #E5E5E5;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    height: 76px;
    line-height: 32px;
    outline: medium none;
    padding: 0 0 0 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 97% !important;
    margin-bottom:10px;
}

.registration-space {
    margin:15px 0 0 0;
}

.accordion-height {
    height:auto !important;
}

span.event-manage {
    float:left !important;
}

.accor-radio {
    margin:2px 0 0 7px;
}

.accor-radio input {
    height:auto !important;
    width:auto !important;
    margin:0 10px 4px 0;
}

.heading-radio {
     color: #9a9191;
    font-size: 14px;
    font-weight: normal;
    padding:6px 0 0 4px;
    min-width:237px;
}

.radio-area {
    border: 1px solid #e5e5e5;
    padding:6px;
    margin-bottom:10px;
}

.credit-check {
     margin:10px 0 0 5px;
     float:left;
}

#venue_name input:focus, .accor-radio input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 0 0 0 10px;
  /*margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	margin: 0 10px 4px 0;
}

.package-type {
    width:100% !important;
}

.package-holder input {
    width:250px !important;
    float:left;
    margin-right:19px;
}

#venue_name input:focus, .package-holder input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 0 0 0 10px;
  /*margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	margin: 0 19px 10px 0;
}

    .package-holder input[type="submit"] {
        width:262px !important;
        float:right;
    }

.package-space {
    margin-right:0 !important;
}

.package-holder select {
    width:262px !important;
    float:left;
    margin-right:19px !important;
}

#venue_name select:focus, .package-holder select:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 6px;
  /*margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	margin: 0 19px 0 0;
}

#venue_name input[type="submit"]:focus, .package-holder input[type="submit"]:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 0 0 0 10px;
  /*margin: 5px 1px 3px 0px;*/
	border: 1px solid rgba(81, 203, 238, 1);
	margin: 0 19px 10px 0;
}

.package-holder input[type="image"]{
    height: 25px !important;
    margin: 8px 5px 8px 19px;
    padding: 5px;
    width: 30px !important;
}

.package-head-space table {
    border-collapse:inherit !important;
}

.package-head-space table tr th {
    padding:10px 20px !important;
    margin:0;
}


.package-txt h4 {
    border-bottom: 5px solid #27A9E3;
    color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

.venue-button input[type=button] {
     background: none repeat scroll 0 0 #28B779;
    border: 2px solid #A4E1C6;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    width: 40% !important;
    float:right;
}

.venue-button input[type=submit] {
     background: none repeat scroll 0 0 #28B779;
    border: 2px solid #A4E1C6;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    width: 40% !important;
    float:right;
}

.venue-table table{
    width:100% !important;
}

    .venue-table table tr th {
        padding:10px 0;
        background:#1782b3;
    }

.venue-table table tr td {
    padding:10px 0;
}

    .venue-table table tr td a {
        text-decoration:none;
    }

.venue-table {
    margin:10px 0 20px 0;
}

p.venue-txt {
    font-size:16px;
    color:#666666;
    border-bottom:#666666 1px solid !important;
    padding:0 0 10px 0 !important;
}

.regi-drop {
     border: 1px solid #E5E5E5;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 15px 0 0;
    outline: medium none;
    padding: 6px;
    transition: all 0.3s ease-in-out 0s;
    width: 20% !important;
}

.register-venue {
    margin:0;
    float:right;
}

input.user_name_new_2 {
    border: 1px solid #d7d7d7;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    outline: medium none;
    padding: 0 0 0 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 65% !important;
    float:left;
    margin:5px 0 0 0;
}

.user-but-3 {
    margin:5px 75px 0 0;
}

.select-lft-nw p {
    text-align:left;
    padding:15px 0 0 6px;
}

.radio-area-new input[type="radio"] {
    display: none !important;
}

.radio-area-new input[type="radio"] + label {
    background-image: url("../images/radio_off_nw.png");
     background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    line-height: 17px;
    padding-left: 26px;
    vertical-align: middle;
    margin-right:5px;
}

.radio-area-new input[type="radio"]:checked + label {
     -moz-user-select: none;
    background-image: url("../images/radio_on_nw.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    line-height: 17px;
    padding-left: 26px;
    vertical-align: middle;
    margin-right:5px;
}

.radio-area-new span {
    float:left;
}

.check-area {
}


.check-area input[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.check-area input[type="checkbox"] + label{
    background-image: url("../images/check_off_nw.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 15px;
    padding-left: 30px;
    vertical-align: middle;
    width: 80px;
}

.check-area input[type="checkbox"]:checked + label {
    -moz-user-select: none;
    background-image: url("../images/check_on_nw.png");
}

/*--- Added by Argha 01-04-14 ---*/
/*-------------------- css added by Abhaya on 21.04.14------------------- for deal page---- */
.deal_container_inner {
	background:url(../images/deal_content_bg.png) repeat-y;
}
#deal_left_contain {
	padding:0px;
	float:left;
	border-right:5px solid #f7a70e;
}
.global_inner_content {
	padding:0 10px 10px;
}
.click_website a 
   {
	   display:block;
	   color:#eda614;
	   text-decoration:none;
	   padding:5px 0;
	   font-weight:bold;
	   font-size:12px;
   }
   .inner_venue_cointain_page .highlights_deal ul
    {
		padding:0;
	}
.inner_venue_cointain_page .highlights_deal h3 {
	font-weight:bold;
	padding:10px 0;
}
.inner_venue_cointain_page .offer ul li
 {
	 background:url(../images/right_bullet_arrow.jpg) no-repeat;
	 background-position:0 0.6em;
 }
.offer h5 {
	color:#35aa47;
	font-weight:bold;
	padding-bottom:5px;
	font-size:14px;
}
#deal_right_contain {
	padding:0 10px;
}
#deal_right_contain h1{
	color:#143f1a;
	font-size:20px;
	padding:10px 0 10px 0;
}
.offer_deal{
	background: url(../images/heading_border.png) bottom repeat-x;
	padding:0 0 20px 0;
}
.offer_deal p{
	color:#454545;
	font-size:45px;
	padding:10px 0;
	line-height:45px;
	
}
.offer_deal p sup {
	color:#20b1ad;
	font-size:18px;
}
.offer_deal a {
	display:block;
	float:left;
	background:#20b1ad;
	color:#fff;
	text-decoration:none;
	margin-right:5px;
	padding:5px;
	text-align:center;
	width:70px;
	text-transform:uppercase;
}
.offer_deal a:hover{
	background:#f7a70e;
}
#share {
	padding:20px 0 0 0;
}
#share ul {
	margin:0;
	padding:0;
}
#share ul li
  {
	  float:left;
	  margin-right:5px;
	  text-align:center;
	  text-transform:uppercase;
  }
#share ul li.last-child {
	  margin-right:0;
  }
#share ul li span {
		display:block;
		background:#f7a70e;
		padding:5px 0px;
		width:112px;
		margin-bottom:10px;
  }
 #share ul li a  {
	   color:#353535;
	   text-decoration:none;
	   font-size:18px;
   }
 #timer {
	 padding:25px 0 10px 0;
 }
.deal_breadcamp {
	text-align:right;
	padding:8px 0;
	text-transform:uppercase;
}
.deal_breadcamp a{
	color:#f7a70e;
	text-decoration:none;
	padding:0 20px 0 0;
	background:url(../images/deal_breadcamp_arrow.png) right center no-repeat;
	margin-right:10px;
	font-weight:bold;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
 
 
/* css for plan box admin */
.plan_box {
	width:31.7%;
	margin-right:10px;
	margin-bottom:30px;
	float:left;
	border:3px solid #eeeeee;
	
	
}
.plan_box:hover {
	border:3px solid #35aa47;
}
.plan_box_last {
	/*width:31%;*/
	margin-right:0px;
	margin-bottom:30px;
	float:right;
	border:3px solid #eeeeee;
	
	
}
.pricing-head {
}
.pricing-head h3 {
	background:#35aa47;
	text-align:center;
	color:#fafafa;
	font-weight:300;
	font-size:27px;
	padding:15px 0;
	line-height:normal;
}
.pricing-head h4 {
	background:#fbfef2;
	color:#bac39f;
	padding:5px 0;
	font-size:54px;
	text-align:center;
	line-height:normal;
}
.plan_box:hover h4 {
	color:#35aa47;
}
.pricing-head h4 i {
top: -8px;
font-size: 28px;
font-style: normal;
position: relative;
}
.pricing-head h4 span {
top: -10px;
font-size: 14px;
font-style: normal;
position: relative;
display:block;
font-style:normal;
}
.pricing-content ul {
	margin:0;
	padding:0;
}
.pricing-content li {
color: #888;
font-size: 11px;
padding: 7px 15px;
border-bottom: solid 1px #f5f9e7;
background:url(../images/green_bullet_admin_price.png) no-repeat;
background-position:0.5em 0.7em;
padding-left:25px;
}
.pricing-content li.radio_option {
	text-align:center;
	background:none;
}
.pricing-content li span.pricing_con_name {
	/*width:72%;*/
	width:65%;
	float:left;
	display:block;
	font-weight:500;
}
.pricing-content li span.pricing_con_des {
	width:28%;
	float:left;
	display:block;
	text-align:center;
}
.pricing-content input[type=radio].css-checkbox {
							display:none;
						}

.pricing-content input[type=radio].css-checkbox + label.css-label {
							padding-left:32px;
							height:22px; 
							display:inline-block;
							line-height:32px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:32px;
							vertical-align:middle;
							cursor:pointer;
							height:22px;
							margin:10px 0 0 0;
							

						}
.pricing-content input[type=radio].css-checkbox:checked + label.css-label {
							background-image:url(../images/radio_on.png);
						}
.pricing-content label.css-label {
				background-image:url(../images/radio_off.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
.pricing_search_area {
	padding:20px 0 0 0;
}
.rating_star img {
	margin-right:0px;
}
.see_review {
	text-align:left;
	font-size:12px;
	padding-top:5px;
}
.see_review a {
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-right:2px;
}




/*------------------------- css for compare page -------------------------------------------------------------- */


#compare_content {
	background:#fff;
}
#compare_breadcamp {
	background:#eeeeee;
	padding:5px;
}
#compare_table table { table-layout: fixed; border-collapse: collapse; width:100%;  color:#363535; }
#compare_table thead { background: #fff; }
#compare_table td,th { padding: 0px; border: 1px solid #e5e5e5; text-align:center; }
#compare_table tbody tr { /*border-top: 1px solid #fff;*/ /*background: #e8edff;*/ }

/*th.name { width: 200px; }*/
#user_rating {
	background:#e5e5e5;
}
#compare_table table td, th {
	padding:10px;
}
#compare_table {
	overflow:auto;
}
#compare_table th img {
	width:100%;
}
.compare_buttons li
 {
	 margin:0 0 5px 0;
	 padding:0;
 }
 
 .compare_buttons li a {
	 background:#eee;
	 display:block;
	 padding:10px;
	 text-decoration:none;
	 text-transform:uppercase;
	 color:#000;
	 font-size:14px;
 }
 .compare_buttons li a:hover {
	 opacity:0.5;
	 filter:alpha(opacity=50);
 }
 .compare_buttons li a.active {
	 opacity:0.4;
	 filter:alpha(opacity=40);
	 
 }
 .compare_buttons li a.compare_add
      {
		  /*background:url(../images/compare_add.png);*/
          /*extra add height delete if no longer use*/
          height:20px;
		  background-repeat:no-repeat;
		 /* line-height:24px;*/
		  background-color:#eee;
		  background-position:0.9em 0.5em;
	  }
	  .compare_buttons li a.compare_save
      {
		  background:url(../images/compare_save.png);
		  background-repeat:no-repeat;
		 /* line-height:24px;*/
		  background-color:#eee;
		  background-position:0.9em 0.4em;
	  }
.compare_buttons li a.compare_share
      {
		  background:url(../images/compare_share.png);
		  background-repeat:no-repeat;
		 /* line-height:24px;*/
		  background-color:#eee;
		  background-position:0.9em 0.3em;
	  }
 .compare_delete {
	 text-align:right;
 }
  .compare_delete a {
	  text-decoration:none;
	  color:#363535;
	  font-size:14px;
  }
 .compare_name_link a {
	 text-decoration:none;
	 color:#4d90fe;
	 font-size:14px;
 }
 .compare_main_heading {
	 text-align:left;
	 font-weight:bold;
	 background:url(../images/compare_down_arrow.png) center left no-repeat;
	 padding-left:25px;
	 font-size:16px;
	 color:#3cc051;
 }
 .name_heading {
	 font-weight:bold;
 }
 
 .rating_star img {
	margin-right:0px;
}
.see_review {
	text-align:left;
	font-size:12px;
	padding-top:5px;
}
.see_review a {
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-right:2px;
}
/* css for cms pages content */
.cms_inner {
	/*padding-top:10px;*/
}
.venue_container_inner_cms{
	margin-top:0;
	border:0;
}
.cms_breadcamp {
	background: url(../images/headerback.png) repeat;
	padding: 10px 15px;
	font-weight:bold;
	text-transform:uppercase;
}
.cms_breadcamp a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
	padding:0 20px 0 0;
	background:url(../images/deal_breadcamp_arrow.png) right center no-repeat;
	margin-right:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.venue_container_inner_cms .inner_venue_cointain_page h1 {
	padding:15px;
}
.cms_article_content {
	padding:0 15px 0px;
}
.venue_container_inner_cms p {
	padding-bottom:20px;
}
.venue_container_inner_cms figure {
	margin-bottom:20px;
}

.left {
	float:left;
}
.right {
	float:right;
}

.left_column_cms 
{
	width:48%;
}
.left_column_cms h2 {
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif !important;
	font-size:20px;
	font-weight:300;
	
}
.team_row {
	padding-bottom:0px;
	margin-bottom:20px;
	border-bottom:2px solid #ccc;
	
}
.team_row h5 {
	font-weight:bold;
}
.press_content {
	margin-bottom:20px;
	border-bottom:2px solid #ccc;
}
.press_content h2 {
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
}
.press_content h6 {
	padding-bottom:15px;
}
.privacy_policy_cms h4 {
	font-weight:bold;
	padding-bottom:5px;
}
.about_cms_left {
	width:68%;
	float:left;
}
.about_cms_right {
	width:28%;
	float:right;
}
.about-left-cms {
	float:left;
	margin:0 15px 15px 0;
}
.about_cms_left h4, .about_cms_right h4 {
	text-transform:uppercase;
	font-size:24px;
	padding-bottom:15px;
}

#adress_form{
	padding:25px 0;
}
.about_cms_left form p {
	padding-bottom:0px;
}
.about_cms_left form .cont_info {
	width:31%; margin-right:2%;
}
.about_cms_left form .cont_info input[type="text"] {
	width:100%;
}
.about_cms_left form .message_textarea textarea {
	width:97%;
	height:100px;
	resize:none;
}
.about_cms_left form .submit_button {
	width:97%;
}
.about_cms_left form .submit_button input[type="submit"] {
	float:right;
	width:100px;
	background: url(../images/back-header.png) repeat;
	background-color:#28B779;
	height:40px;
	cursor:pointer;
	margin-left:15px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.about_cms_left form .submit_button input[type="submit"]:hover {
	background-color:#121212;
}
span.address_left {
	width:40%;
	float:left;
	display:block;
	padding:0 0 10px 0;
}
span.adress_left_des {
	width:45%;
	float:right;
	display:block;
}
.answer {
	
}
.ans_top {
	padding-top:90px;
	display:block;
	float:left;
}
.blog_content {
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}
.blog_content h4 span {
	display:block;
	font-size:14px;
	padding:8px 0 0 0;
}
.read_more_blog a {
	display:block;
	float:right;
	padding:0 25px;
	line-height:45px;
	background:#F7A70E;
	text-decoration:none;
	color:#fff;
	text-transform:capitalize;
}
.read_more_blog a:hover{
	background:#161515;
}
.about_cms_right ul li a {
	text-decoration:none;
	color:#312F2F;
}
.about_cms_right ul li a:hover {
	color:#F7A70E;
}
.accordion-content {
	height:auto !important;
}

/*------ added on 23-04-14 ------*/

.ui-datepicker {
	background:#fff;
	z-index:999999 !important;
	border:1px solid #1782b3;
}
.accordion-content #calender .ui-datepicker {
	border:0px solid #1782b3;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    background:#F0F0F0;
}


.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png") !important;
}

/*.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png") !important;
}*/

.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_ef8c08_256x240.png);
}

/*.venue_type {
    margin:10px 0 0 0;
}*/

.big_frm_top {
    padding:0 10px !important;
}

.space-package {
    margin:0 0 15px 0;
}

.question_submit {
    font-size: 14px !important;
    height: 30px !important;
    width: 78px !important;
}

.venue-style {
    color:#333333;
}

.reg-drop-2 {
    width:auto !important;
}

/*------- Added by Argha 06-05-2014 ---------*/

#article-section{
	margin:20px 0 0 0;
}

.timeline-body {
    background:#FFB848;
    color: #FFFFFF;
    font-weight: 300;
    margin: 0 20px 20px 20px;
    padding: 10px;
}

.timeline-body h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 24px;
    margin-top: 0;
	margin-bottom:10px;
    padding: 0 0 13px;
	font-family: 'Open Sans', sans-serif;
}

.timeline-img {
    height: 75px;
    margin: 5px 10px 0 0;
    width: 75px;
}

.timeline-content p{
	color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 5px;
    padding-left: 25px;
	text-align:justify;
}

.timeline-body a.nav-link {
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    text-decoration: none;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.pull-right {
    float: right;
}

.m-icon-white {
    background:url(../images/syncfusion-icons-white.png) right top no-repeat;
	background-position: -27px -10px;
	background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 3px;
    vertical-align: top;
    width: 14px;
}

.m-icon-white:hover {
    background:url(../images/syncfusion-icons.png) right top no-repeat;
	background-position: -27px -10px;
}

.timeline-body a.nav-link:hover{
	color:#352F25;
}

.box-arrow{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) #FFB848 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 13px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    margin-left:-35px;
    top:235px;
    width: 0;
}

.timeline-cont-2 p{
	padding:0 25px 0 0;
}

.timeline-cont-2 img{
	margin:5px 0 0 10px;
}

.pull-left{
	float:left;
}

.body-2{
	background:#4B8DF8;
}

.body-3{
	background:#35AA47;
}

.article-sec-left{
	width:28%;
	height:20%;
}

.article-sec-left img{
	max-width:96%;
	height:190px;
	border:#CCCCCC 5px solid;
}

.article-sec-right{
	width:70%;
}

.article-sec-right h1{
	font-family: 'Open Sans',sans-serif;
    font-weight: normal;
	color:#312F2F;
	font-size:22px;
	background:none;
	margin:0;
	padding:0;
}

.article-sec-right p{
	padding:8px 0 0 0;
	line-height:26px;
	text-align:justify;
}

.dropdown-toggle{
}

.dropdown-toggle .drop_box {
    width: 176px;
    background: #f8f8f8;
    position: absolute;
    display: none;
    margin: 40px 0 0 647px;
    border: #CACACA 1px solid;
    padding: 0;
}

.dropdown-toggle:hover .drop_box {
    width: 176px;
    background: #f8f8f8;
    border: #CACACA 1px solid;
    position: absolute;
    display: block;
    margin: 40px 0 0 647px;
    padding: 0;
}

ul.profile_arrange li a {
	font-family: 'Open Sans',sans-serif;
	text-decoration:none;
    display: block;
    /*background: #e6e6e6;*/
    padding: 7px 0 7px 5px;
    float: left;
    width: 170px;
    margin: 0 0 1px 0;
    color: #000000;
	font-size:12px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#article-section-details{
	margin:20px;
	border-bottom:#cccccc 1px dashed;
	padding-bottom:20px;
}

#article-section-details img{
	width:38%;
	height:20%;
	float:left;
	border:#CCCCCC 5px solid;
	margin:0 20px 0 0;
}

#article-section-details h1{
	font-family: 'Open Sans',sans-serif;
    font-weight: normal;
	color:#312F2F;
	font-size:22px;
	background:none;
	margin:0;
	padding:0;
}

#article-section-details h2{
	font-size:13px;
	padding:5px 0 0 0;
	line-height:27px;
	text-align:justify;
}

.review-section{
	margin:0 20px 20px 20px;
}

.review-desc-left{
	width:12%;
	margin-left:160px;
}

.review-desc-left p{
	font-family: 'Open Sans',sans-serif;
    font-weight: normal;
	color:#312F2F;
	font-size:14px;
	background:none;
	margin:0;
	padding:0;
}

.review-desc-right{
	width:40%;
}

.review-field{
	border: 1px solid #CCCCCC;
    height: 60px;
    width: 98%;
	margin-bottom:10px;
	padding:1%;
}

.review_submit_row {
    padding: 8px 0;
	width:52%
}

.review-desc-right ul{
	padding:0;
}

.review-desc-right ul li{
	background:none;
	display:inline;
	padding-left:3px;
}

.rate-sec{
	margin-bottom:20px;
}

.article-det-right img{
	float:right !important;
	margin:0 0 0 20px !important;
}

/*--------- dashboard start here ----------*/

#dashboard-section{
	margin:20px 0 0 0
}

.dash-sec-cont-left{
	width:49%;
	border:#44B6AE 1px solid;
}

.dash-cont-top{
	background:#44B6AE;
	padding:6px 0;
}

.dash-cont-top img{
	float:left;
	margin:0 6px;
	
}

.dash-cont-top h1{
	float:left;
	font-size:18px;
	padding:2px 0 0 5px;
}

.dash-cont-bottom{
	padding:10px;
	height:200px;
}

.dash-cont-bottom p{
	text-align:justify;
	line-height:22px;
	font-size:12px;
	font-style:italic;
}

.dash-sec-cont-right{
	width:49%;
	border:#4B77BE 1px solid;
}

.dash-sec-color-3{
	border:#E26A6A 1px solid;
}

.dash-sec-color-4{
	border:#9B59B6 1px solid;
}

.dash-sec-color-5{
	border:#F7A70E 1px solid;
}

.dash-sec-color-6{
	border:#5c5c5c 1px solid;
}

.dash-cont-top-2{
	background:#4B77BE;
}

.dash-cont-top-3{
	background:#E26A6A;
}

.dash-cont-top-4{
	background:#9B59B6;
}

.dash-cont-top-5{
	background:#F7A70E;
}

.dash-cont-top-6{
	background:#5c5c5c;
}

.dash-sec-cont{
	margin-bottom:15px;
}

.site-sec-cont-left{
	width:49%;
	border:#cccccc 1px solid;
}

.site-cont-top{
	padding:6px 0;
}

.site-cont-top img{
	float:left;
	margin:0 6px;
	
}

.site-cont-top h1{
	float:left;
	font-size:18px;
	padding:2px 0 0 5px;
	color:#000000;
}

.site-sec-cont-right{
	width:49%;
	border:#cccccc 1px solid;
}

.table_data_planner{
	width:826px;
	height:auto;
	overflow:y-scroll;
	overflow-y:hidden;
}

.even-txt{
	text-align:left !important;
}

.table_data_planner tr.hide-content td{
	padding:0;
	border-top:0;
	border-bottom:0;
}

.inner-table-area tr td{
	border-bottom:#cccccc 1px solid !important;
	padding:5px 0 !important;
}

.chats li {
    font-size: 12px;
    list-style: none outside none;
    margin: 10px auto;
    padding: 5px 0;
}

.chats li.in .avatar {
    float: left;
    margin-right: 10px;
}
.chats li .avatar {
    border-radius: 50% !important;
    height: 45px;
    width: 45px;
}

.chats li.in .message {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 2px solid #1BBC9B;
    margin-left: 65px;
    text-align: left;
}
.chats li .message {
    display: block;
    padding: 5px;
    position: relative;
}

.chats li.in .message .arrow {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #1BBC9B;
    border-top: 8px solid rgba(0, 0, 0, 0);
    display: block;
    height: 0;
    left: -8px;
    position: absolute;
    top: 5px;
    width: 0;
}

.chats li .name {
    color: #3590C1;
    font-size: 13px;
    font-weight: 400;
	text-decoration:none;
}

.chats li .datetime {
    color: #333333;
    font-size: 13px;
    font-weight: 400;
}

.chats li .body {
    display: block;
	color:#000000;
}

.chats li.out .avatar {
    float: right;
    margin-left: 10px;
}

.chats li.out .message {
    background: none repeat scroll 0 0 #FAFAFA;
    border-right: 2px solid #F3565D;
    margin-right: 65px;
    text-align: right;
}

.chats li.out .message .arrow {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #F3565D;
    border-top: 8px solid rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    right: -8px;
    top: 5px;
}

p.pick-txt{
	width:800px;
	word-wrap:break-word;
	padding-left:10px;
	line-height:20px;
}

.arti-det-left{
	width:76%;
}

.arti-det-right{
	width:22%;
}

#pagination-article{
	margin-bottom:15px;
}

.previous-article{
	width:15%;
}

.rating-article{
	width:67%;
	margin-left:13px;
}

.next-article{
	width:15%;
}

.previous-article img{
	float:left;
	margin:0 10px 0 20px;
}

.previous-article p{
	float:left;
	font-family: 'Open Sans',sans-serif;
    font-weight: normal;
	color:#312F2F;
	font-size:13px;
	text-transform:uppercase;
	padding:1px 0 0 0;
    line-height:25px;
}

.previous-article p a{
	text-decoration:none;
	color:#312F2F;
}

.next-article img{
	float:right;
	margin:0 20px 0 10px;
}

.next-article p{
	float:right;
	font-family: 'Open Sans',sans-serif;
    font-weight: normal;
	color:#312F2F;
	font-size:13px;
	text-transform:uppercase;
	padding:1px 0 0 0;
}

.next-article p a{
	text-decoration:none;
	color:#312F2F;
}

#comment-section{
	border: 1px solid #C5C5C5;
    margin: 0 auto 20px;
    padding: 0 0;
    width: 95%;
}

.comment-top p{
	font-size:16px;
	padding:10px 0 10px 15px;
	background:#f5f5f5;
}

.comment-top img{
	margin:0 0 0 0;
	float:left;
}

.cmmnt-area{
	border:#d9d9d9 1px solid;
	margin:0 0 0 20px;
	width:88%;
	height:75px;
	padding:10px 8px 0 10px;
}

.comment-area-sec{
	margin:20px 15px 0 15px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 20px;
}

.comment-corner-bg{
	background:url(../images/comment-corner-bg.png) no-repeat;
	width:12px;
	height:14px;
	position:absolute;
	margin: -1px 0 0 57px;
}

.submit-comment-area{
	margin:10px 0;
}

.comment-bottom{
	margin:20px 15px 0 15px;
}

.cmmnt-bottom-top{
}

.profile-pic-left{
	width:7%;
}

.profile-pic-right{
	width:92%;
}

.cmmnt-bottom-area{
	margin:20px 0 0 0;
	border-bottom:#cccccc 1px dashed;
	padding-bottom:20px;
}

.comment-heading h1{
	background:none;
	float:left;
	color:#464646;
	font-size:14px;
	padding:0;
	margin:0;
}

.comment-heading p{
	float:left;
	color:#999999;
	padding:0 0 0 10px;
	font-size:12px;
}

.comment-paragraph p{
	padding:0;
	font-size:12px;
}

.reply-comment p a{
	background:#28B779;
	color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding:4px 12px;
    text-align: left;
    text-decoration: none;
    transition: all 1s ease 0s;
	border:#6FCFA5 2px solid;
	text-transform:uppercase;
}

.reply-comment p a:hover{
	color:#ffffff;
}

.icon-reply{
	 margin: 3px 0 0 7px;
}

.icon-reply:hover{
	background:url(../images/syncfusion-icons-white.png) right top no-repeat;
	background-position: -27px -10px;
}

.comment-area-last{
	border-bottom:none;
}

.arti-det-right h4 {
    font-size: 24px;
    padding-top:21px;
    text-transform: uppercase;
}

.arti-det-right ul{
	border-bottom:#cccccc 1px dashed;
	margin-bottom: 20px;
    padding-bottom: 8px;
}

.arti-det-right ul li a {
    color: #312F2F;
    text-decoration: none;
}

.arti-det-right ul li a:hover {
    color: #f7a70e;
}

.subscribe-update{
	margin:10px 0 0 0;
}

.subscribe-update h1{
	background:none;
	color:#312F2F;
	font-size: 13px;
    font-weight: bold;
    padding: 0;
	margin:0;
}

.subsfield{
	border:#312F2F 1px solid;
	margin:8px 0 0 0;
	width:90%;
	height:30px;
	padding:0 0 0 5px;
	color:#6e6e6e;
}

.subcribe-butt{
	background:#28B779;
	border: 2px solid #6FCFA5;
	width:100px;
	padding:5px 0;
	color:#ffffff;
	font-size:14px;
	float:right;
	margin:15px 18px 0 0;
	cursor:pointer;
}

.action_planner_blog {
	 background:url(../images/down-arrow.png) right 15px top 13px no-repeat #0362fd;
	 float:right;
	 padding:8px 30px 8px 20px;
	 cursor:pointer;
	 color:#ffffff;
 }
 
 .dropdown-toggle .drop_box_2 {
    width: 176px;
    background: #f8f8f8;
    position: absolute;
    display: none;
    margin: 32px 0 0 0;
    border: #CACACA 1px solid;
    padding: 0;
}

.dropdown-toggle:hover .drop_box_2 {
    width: 176px;
    background: #f8f8f8;
    border: #CACACA 1px solid;
    position: absolute;
    display: block;
    margin: 32px 0 0 0;
    padding: 0;
}

.arrange_new{
	padding:6px !important;
}

.arrange_new li{
	padding-left:0 !important;
}

.arrange_new li{
	width:auto !important;
}

#seventh {
	background: url(../images/article-bg.png) 50% 0 no-repeat fixed;
	color: white;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#seventh .articles {
	background: url(../images/deal_pack.png) 62% 20% no-repeat fixed !important;
	height: 1100px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 1300px;
}

.article_head h1{
	color: #FFFFFF;
    font-family: Calibri;
    font-size: 20px;
    line-height: 30px;
	padding:15px 0 0 0;
	text-transform:uppercase;
}

.article_head table{
	margin:6px 0 0 0;
}

.arti-txt{
	background:#484C50;
}

.follow-g{
	border-bottom:#cccccc 1px dashed;
	padding-bottom:15px;
	margin-bottom:10px;
}

p.posted-date{
	padding:10px 0 0 0;
	font-size:16px;
	color:#E19100;
}

p.posted-date span{
	color:#312F2F;
}

.create-event-box{
	width:250px;
	background:#27a9e3;
	min-height:117px;
}

.event-top-box p{
	float:left;
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
	color:#ffffff;
	padding:35px 0 0 10px;
}

.event-top-box img{
	margin:15px 0 0 13px;
}

.event-bottom-box{
	background:#2195c9;
	width:250px;
	height:25px;
	margin:10px 0 0 0;
}

.event-bottom-box h1{
	float:left;
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
	color:#99d9e5;
	padding:3px 0 0 10px;
}

.event-bottom-box img{
	float:right;
	margin:5px 10px 0 0;
}

.browse-articles{
	width:140px;
	margin:0 0 0 15px;
}

.browse-articles ul{
}

.browse-articles ul li a{
	 background: none repeat scroll 0 0 #27A9E3;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
    padding: 6px 0 6px 10px;
    text-decoration: none;
}

.youdolah-msg{
	width:403px;
	height:118px;
	border:#000000 2px solid;
}

.youdolah-msg h1{
	color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 33px;
    font-weight: bold;
    padding: 48px 0 0;
    text-align: center;
}

.calender_section{
	width:64%;
}

.event_organizor{
	width:34%;
	border:#44b6ae 1px solid;
}

.event_org_top{
	background:#44b6ae;
	padding:6px 0;
}

.event_org_top img{
	float: left;
    margin: 0 6px;
}

.event_org_top h1{
	float: left;
    font-size: 16px;
    padding: 4px 0 0 5px;
}

.create-wedding-box{
	margin:9px auto 0 auto;
	background:#28b779;
	height: 110px;
    width: 250px;
}

.wedding-bottom-box{
	background:#17a668;
	width:250px;
	height:25px;
	margin:10px 0 0 0;
}

.wedding-bottom-box h1{
	color: #9fddc2;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 3px 0 0 10px;
	text-transform:uppercase;
}

.wedding-bottom-box h1 a{
	text-decoration:none;
	color: #9fddc2;
}

.wedding-bottom-box img {
    float: right;
    margin: 5px 10px 0 0;
}

.wedding-top-box p{
	color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 35px;
    padding: 35px 0 0;
    text-align: center;
}

.wedding-top-box{
	height:74px;
}

.event_org_bottom{
	padding-bottom:8px;
}

.wedding-last-box p{
	font-size:22px;
}

.create-mother-box{
	background:#852b99;
	margin:9px auto 0 auto;
	height: 110px;
    width: 250px;
}

.mother-bottom-box{
	background:#741d88;
	width:250px;
	height:25px;
	margin:10px 0 0 0;
}

.mother-bottom-box h1{
	color: #ffffff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 3px 0 0 10px;
	text-transform:uppercase;
}

.mother-bottom-box h1 a{
	text-decoration:none;
	color: #ffffff;
}

.mother-bottom-box img {
    float: right;
    margin: 5px 10px 0 0;
}

.mother-top-box img{
	float:left;
	margin: 12px 16px 0 12px;
}

.mother-top-box p{
	float:left;
	font-size:22px;
	color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    padding: 35px 0 0;
}

.mother-top-box{
	height:74px;
}


.create-picnic-box{
	background:#ffb848;
	margin:9px auto 0 auto;
	height: 110px;
    width: 250px;
}

.picnic-bottom-box{
	background:#da9627;
	width:250px;
	height:25px;
	margin:10px 0 0 0;
}

.picnic-bottom-box h1{
	color: #ffffff;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    padding: 3px 0 0 10px;
	text-transform:uppercase;
}

.picnic-bottom-box h1 a{
	text-decoration:none;
	color: #ffffff;
}

.picnic-bottom-box img {
    float: right;
    margin: 5px 10px 0 0;
}

.picnic-top-box img{
	float:left;
	margin: 12px 16px 0 12px;
}

.picnic-top-box p{
	float:left;
	font-size:22px;
	color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    padding: 35px 0 0;
}

.picnic-top-box{
	height:74px;
}

.update-cont-bottom h1{
	font-size:14px;
	color: #000000;
    font-family: 'Open Sans',sans-serif;
	text-align:left;
	padding:10px 5px 0 5px;
}

.update-cont-bottom h1 span{
	text-align:right;
	float:right;
}

.booking-cont-bottom ul li{
	border-bottom:#eaeaea 1px solid;
	line-height:20px;
	padding:8px 0;
}

.booking-cont-bottom ul li span.booking-txt{
	font-size:14px;
	color: #979797;
    font-family: 'Open Sans',sans-serif;
	text-align:left;
	padding:10px 5px 0 5px;
}

.booking-cont-bottom ul li span.booking-txt-bg{
	background:#3cc051;
	font-size:12px;
	color: #ffffff;
    font-family: 'Open Sans',sans-serif;
	padding:4px 8px;
}

.booking-cont-bottom ul li span.booking-txt-bg-2{
	background:#ed4e2a;
	font-size:12px;
	color: #ffffff;
    font-family: 'Open Sans',sans-serif;
	padding:4px 8px;
}

.booking-cont-bottom ul li span.booking-txt-bg-3{
	background:#fcb322;
	font-size:12px;
	color: #ffffff;
    font-family: 'Open Sans',sans-serif;
	padding:4px 8px;
}

.content{
	background:none;
    border-radius: 3px;
    height: 200px;
    overflow: auto;
}
		
.content p:nth-child(even){
	color:#999; 
	font-family: 'Open Sans',sans-serif;
	font-size:17px; 
}

.content p:nth-child(3n+0){
	color:#c96;
}

.invite-sec-top img{
	float:left;
}

.invite-sec-top p{
	color:#999; 
	font-family: 'Open Sans',sans-serif;
	font-size:13px !important;
	padding:0 0 0 10px;
	float:left;
}

.invite-sec-top h1{
	float:left;
	margin: 3px 0 0 10px;
}

.invite-sec-top h1 a{
	text-decoration:none;
	color:#ffffff;
	background:url(../images/take-action.png) right 5px top 4px no-repeat #fcb322;
	padding:3px 22px 3px 10px;
}

.invite-sec-top h2{
	float:right;
	color:#B7C0C4;
	font-size:12px;
	font-style:italic;
	padding:6px 0 0 0;
}

.invite-sec-top{
	margin:10px 0 0 0;
	opacity:1 !important;
	position:relative !important;
}

.deal-sec-top{
	border-bottom:#eaeaea 1px solid;
	padding:0 0 15px 0;
}

.deal-sec-top h1{
	color:#999; 
	font-family: 'Open Sans',sans-serif;
	font-size:14px !important;
	padding:5px 20px 0 10px;
	float:left;
}

.deal-sec-top p{
	float:right;
}

.deal-sec-top p a{
	background:#7f7f7f;
	display:block;
	padding:4px 10px;
	color:#ffffff; 
	font-family: 'Open Sans',sans-serif;
	font-size:14px !important;
	text-decoration:none;
	width:90px;
	text-align:center;
}

.deal-sec-bottom{
	margin:15px 0 0 0;
	border-bottom:none;
}

.due-correct-top{
	margin:10px 0 0 0;
}

.deal-sec-top p a:hover{
	background:#ff7f27;
}

.due-correct-top img{
	float:left;
}

.due-correct-top h2{
	float:left;
	font-family: 'Open Sans',sans-serif;
	font-size:18px !important;
	color:#ACACAC;
	padding: 4px 0 0 10px;
}

.due-date h1{
	font-family: 'Open Sans',sans-serif;
	color:#000000;
	font-size: 12px;
    text-align: center;
}

.reminder-check{
	float:left;
	margin:10px 10px 0 0;
}

.reminder-top-sec p{
	font-style:normal;
	padding:5px 0 0 0;
	float:left;
}

.reminder-top-sec h1{
	float:left;
	padding:5px 0 0 10px;
	margin:5px 0 0 10px;
	text-decoration:none;
	font-family: 'Open Sans',sans-serif;
	color:#ffffff;
	background:#3cc051;
	font-size: 12px;
	padding:4px 10px;
}

.reminder-top-sec img{
	float:left;
	margin:12px 0 0 10px;
}

.reminder-top-sec{
	margin:0 0 15px 0;
}

.reminder-tp-last h1{
	background:#fcb322;
}

.reminder-sec-2nd h1{
	background:#ed4e2a;
}

/* -------- CSS3 Transform FadeIn ------- */
@-moz-keyframes fadeIn {0%{opacity:.1;}100%{opacity:1;}}
@-webkit-keyframes fadeIn {0%{opacity:.1;}100%{opacity:1;}}
@-ms-keyframes fadeIn {0%{opacity:.1;}100%{opacity:1;}}
@keyframes fadeIn {0%{opacity:.1;}100%{opacity:1;}}
.dropdown-toggle:hover {
-moz-animation:fadeIn 1s ease-in-out; 
-webkit-animation:fadeIn 1s ease-in-out; 
-o-animation:fadeIn 1s ease-in-out; 
-ms-animation:fadeIn 1s ease-in-out; 
animation:fadeIn 1s ease-in-out; 
}
.dropdown-toggle:hover div {
-moz-animation:fadeIn .5s ease-in-out; 
-webkit-animation:fadeIn .5s ease-in-out; 
-o-animation:fadeIn .5s ease-in-out; 
-ms-animation:fadeIn .5s ease-in-out; 
animation:fadeIn .5s ease-in-out; 
}
}

/*------- tab section start here ---------*/

/* Tabs Demo 1 */
.tabs input[type=radio] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tabs {
  width: 650px;
  float: none;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 75px auto;
}
.tabs li{
  float: left;
}
.tabs label {
    display: block;
    padding: 10px 20px;
    border-radius: 2px 2px 0 0;
    color: #08C;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Roboto', helveti;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: rgba(255,255,255,0.5);
  top: 0;
}

[id^=tab]:checked + label {
  background: #08C;
  color: white;
  top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
    display: block;
}
.tab-content{
  z-index: 2;
  display: none;
  text-align: left;
  width: 100%;
  font-size: 20px;
  line-height: 140%;
  padding-top: 10px;
  background: #08C;
  padding: 15px;
  color: white;
  position: absolute;
  top: 53px;
  left: 0;
  box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

p.posted-date-nw{
	font-size:12px;
	color:#312F2F;
	padding:0 0 0 0;
}

p.date-nw-2{
	text-align:right;
}

.nw-clear{
	clear:both !important;
	opacity:1 !important;
	position:relative !important;
	top:0 !important;
}

/*------- Added by Argha 06-05-2014 ---------*/


/*-------- Added by argha 13-05-14 ---------*/

.regi-banner-bottom h1{
	font-family: 'Open Sans',sans-serif;
	color:#ffffff;
	font-size:30px;
	padding:15px 0 10px 13px;
}

.regi-banner-bottom h1 span{
	font-size:28px;
}

.registration_container_inner {
	background:url(../images/deal_content_bg.png) repeat-y;
	border-top:#f7a70e 5px solid;
	border-bottom:#f7a70e 5px solid;
	margin:20px 0 0 0;
}

.regi_cont_page h1{
	background: url(../images/regi-header.png) repeat;
	padding: 15px 15px;
	background-color: #28b779;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}

.regi_sec_wise h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:22px;
	color:#ffffff;
	text-transform:capitalize;
}

.regi_sec_wise_two h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	text-transform:capitalize;
	margin-bottom:0;
}

.regi_sec_wise_two ul{
}

.regi_sec_wise_two ul li{
	background:url(../images/connect-icon.png) left top 1px no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#898989;
	padding:0 0 0 35px;
}

.connect-fb{
	margin:0 auto;
	width:210px;
}

.whos_going_section{
	min-height:230px;
}

.event_detail_sec{
	min-height:400px;
}

.event_detail_sec p{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ed1c24;
	font-weight:bold;
	padding:25px 0 0 15px;
}

.regi_share{
	background: url(../images/heading_border.png) bottom repeat-x;
	padding:10px 0 20px 0 !important;
}

.regi_map{
	margin:5px 0 0 0;
}

.regi_map h1{
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:22px !important;
	color:#2b7373 !important;
	text-transform:capitalize;
}

.regi_map img{
	margin:10px 0 0 0;
}

.regi_map p{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#3f8585;
	padding:10px 0;
	line-height:20px;
}

.regi_inner_content {
	border:#35aa47 1px solid;
	margin-top:25px;
	margin-bottom:15px;
}

.regi_free{
	background:url(../images/free.png) no-repeat;
	width:67px;
	height:44px;
	position:absolute;
	margin: -12px 0 0 13px;
}

.regi_inner_top{
	background:url(../images/regi-bg-top.png) no-repeat;
	width:703px;
	height:28px;
}

.regi_inner_middle{
	background:url(../images/regi-bg-middle.png) repeat-y;
	width:703px;
}

.reg_mid_top{
	border-bottom:#c2c2c2 1px solid;
	padding-bottom:30px;
}

.reg_mid_top h1{
	background:none;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#242424;
	text-align:center;
	padding:0;
	margin:0;
	text-transform:none;
}

.reg_mid_top h2{
	background:none;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#242424;
	text-align:center;
	padding:20px 0 0 0;
}

.regi_button_section{
	width:260px;
	margin:30px auto 0 auto;
}

.reg_mid_top img{
	float:left;
	margin:0 10px 0 0;
}

.reg_mid_top h3{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#363636;
	text-align:center;
	padding:30px 0 0 0;
	font-weight:bold;
}

.reg_mid_bottom h1{
	background:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#2B7373;
	text-align:center;
	padding:17px 0 0 0;
	margin:0;
}

.regi_inner_bottom{
	background:url(../images/regi-bg-bottom.png) no-repeat;
	width:703px;
	height:21px;
}

.reg_cont_two{
	padding:6px;
}

.order_table tr td{
	padding:20px 0 20px 20px;
	border-bottom:#e8e8e8 1px solid;
}

.order-top-head{
	background:#eeeeee;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#494949;
	padding:15px 0 15px 15px !important;
	font-weight:bold;
	border-bottom:none !important;
}

.promo_code{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#ed1c24;
	padding-right:15px !important;
}

.left_head{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#767676;
	font-weight:bold;
}

.left_txt{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#898989;
}

.right_txt{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#898989;
	font-weight:bold;
}

.drop_select{
	border:#adadad 1px solid;
	width:59px;
	height:20px;
}

.drop_select option{
	font-size:12px;
	padding:3px;
}

.order_last{
	border-bottom:none !important;
	padding:20px 0 !important;
}

.order_last ul{
	float:right;
	padding:0;
}

.order_last ul li{
	background:none;
	float:left;
	padding:0 10px 0 0;
}

.order_tag a{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	display:block;
	background:#35aa47;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	width:120px;
	padding:8px 0;
}

.reg_mid_bottom h1 a{
	color:#2B8A3A;
	text-decoration:underline;
}

.reg_mid_bottom h1 a:hover{
	color:#0072BB;
}

.select_reg{
	border: solid 1px #c0c0c0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	width: 132px;
	margin-right:10px;
	float:left;
	padding:3px 0;
}

.register_button{
	border:#138fdf 1px solid;
	padding:4px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.register_button a{
	display:block;
	background:url(../images/register-bg.png) repeat-x;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	padding:7px 20px 9px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.after_register{
	margin:30px auto 0 auto;
	width:290px;
}

.after_register p{
	float:left;
	padding:2px 0 0 0;
	font-size:18px;
}

.after_radio{
	float:left;
	margin:4px 5px 3px 20px;
}

.after_reg_top{
	border-bottom:none;
	padding-bottom:15px;
}

.after_reg_bottom{
	width:325px;
	margin:0 auto;
}

.after_reg_bottom h1{
	background:none;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#242424;
}

.food_select{
	border: 1px solid #C6C6C6;
    float: left;
    margin: 10px 0 0;
    padding: 3px;
    width: 200px;
}

.food_select option{
	padding:2px 4px;
}

.wizard_login{
	width:800px;
	margin:50px auto;
}

.wizard_login_sec{
	width:776px;
	background:#ffffff;
	border:#407248 7px solid;
	padding:5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: -1px 0 2px 2px #1E1E1E;
}

.wizard_login_top{
	width:755px;
	margin:5px auto 0 auto;
}

.wizard_login_middle{
	width:750px;
	margin:20px auto 0 auto;
}

.login_mid_top{
	padding:5px 0 0 0;
}

.login_mid_top h1{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#242424;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

.login_mid_top h2{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#373737;
	padding:15px 0 0 0;
	text-align:center;
}

.wizard_login_bottom{
	width:750px;
	margin:0 auto;
}

.login_border{
	background:url(../images/login-border.png) repeat-x;
	width:340px;
	height:8px;
	margin:15px auto 0 auto;
}

.login_container{
	width:445px;
	margin:15px auto 0 auto;
}

.login_field{
	width:432px;
	height:36px;
	border:#cccccc 1px solid;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#9999b2;
}

p.error_msg{
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#ed1c24;
	padding:3px 0 0 0;
}

.login_button{
	background:#28b779;
	width:149px;
	height:34px;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	border:#6fcfa5 2px solid;
}

.start_planning{
	width:150px;
	margin:25px auto 0 auto;
}

.text_cont_left{
	width:50%;
}

.text_cont_left p{
	float:left;
}

.login_vendor{
	width:220px;
	margin:25px 20px 0 20px;
}

.login_vendor2{
	width:220px;
	margin:25px auto;
}

.login_vendor2 p{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	padding:6px 0 0 0;
	color:#303030;
	font-style:italic;
	float:left;
}

.login_vendor p{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	padding:6px 0 0 0;
	color:#303030;
	font-style:italic;
	float:left;
}

.sign_log_sec{
	width:600px;
	margin:0 auto;
}

.vendor_button{
	float:left;
	background:#e9e9e9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#303030;
	font-style:italic;
	cursor:pointer;
	margin:0 0 0 15px;
}

.weeding_quote_section{
	width:750px;
	margin:30px auto 0 auto;
}

.quote_sec_left{
	width:30%;
	margin-right:36px;
	margin-left:33px;
}

.quote_sec_left p{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#595959;
	padding:12px 0 0 10px;
}

.quote_mid_left{
	width:27%;
}

.quote_mid_left p{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#595959;
	padding:12px 0 0 10px;
}

.quote_sec_right{
	width:30%;
}

.quote_sec_right p{
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#595959;
	padding:12px 0 0 10px;
}


.number_box{
	background:url(../images/number-box.png) no-repeat;
	width:39px;
	height:39px;
}

.number_box p{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#111111;
	text-align:center;
	padding:14px 0 0 17px;
}

.food_button{
	background:#28b779;
	width:100px;
	height:34px;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	border:#6fcfa5 2px solid;
	margin:0 0 0 309px;
}

.step_sec_1{
	width:620px;
	margin:20px auto 20px auto;
}

.search_box{
	border:#7f7f7f 1px solid;
	padding:9px 5px 9px 5px;
	color: #9999B2;
	width:323px;
	font-family: 'Open Sans',sans-serif;
    font-size: 12px;
}

.step_search{
	 background: none repeat scroll 0 0 #28B779;
    border: 2px solid #6FCFA5;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	padding:7px 13px;
	
}

.step_search_sec{
	width:54%;
	margin:0 auto;
}

.search_map_sec{
	width:50%;
	margin:20px 0 0 0;
}

.step_sec_2{
	background:url(../images/calender-pic.png) no-repeat;
	width:650px;
	margin:20px auto 20px auto;
	min-height:293px;
}

.calender{
	width:400px;
	margin:0 auto;
}

.gldp-el{
	background:#e8e8e8;
	border:#c0c0c0 1px solid;
	width:398px;
	height:40px;
}

.continue_but{
	margin:5px 0 0 0;
}

.continue_but a{
	display:block;
	background:#28B779;
    border: 2px solid #6FCFA5;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	padding:6px 20px;
	text-align:center;
	text-decoration:none;
	margin-bottom:10px;
}

.continue_but a.skip-step{
	margin-bottom:0;
}

.continue_step{
	width:755px;
	margin:0 auto 10px auto;
}

.back_but{
	margin:5px 0 0 0;
}

.back_but a{
	display:block;
	background:#28B779;
    border: 2px solid #6FCFA5;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	padding:6px 20px;
	text-align:center;
	text-decoration:none;
}

.select_image_box{
	width:115px;
	margin-right:37px;
}

.select_image_box h1{
	font-family: 'Open Sans',sans-serif;
    font-size: 13px;
	color:#A6A6A6;
	font-weight:normal;
	font-style:italic;
}

.image_sec{
	margin:10px 0 0 0;
	border:#28B779 1px solid;
}

.image_sec_2{
	margin:10px 0 0 0;
	border:#ffffff 1px solid;
}

.select_image_right{
	margin-right:0 !important;
}

.service_box_top{
	margin:15px 0 0 0;
}

.select_option{
	width:205px;
	margin:15px auto 0 auto;
}

.select_option p{
	float:left;
	padding: 13px 35px 0 8px;
}

p.last-para{
	padding: 13px 0 0 8px;
}

.login_mid_top h1 span{
	font-size: 13px;
    font-weight: normal;
}

.select_radio{
	margin:15px 0 0 0;
}

.price_listing{
    margin-right: 70px;
    width: 108px;
}

.price_listing a{
	background:#E4E4E4;
    border: 1px solid #A5A5A5;
    border-radius: 2px;
    color: #256CE0;
    display: block;
    height: 75px;
    line-height: 28px;
    /*padding: 25px 0 20px;*/
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
	
}

.price_listing a:hover{
	color:#ffffff;
	background:#5C5C5C;
	border:#5C5C5C 1px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.price_listing a.active_step_box{
	color:#ffffff;
	background:#256CE0;
	border:#ffffff 1px solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.price_listing a span.price_top{
	font-size:40px;
}

.price_listing a span.price_bottom{
	font-size:13px;
	padding:20px 0 0 0;
}

.price_listing a span.price_less{
	font-size:22px;
}

.budget_step {
    margin: 20px auto 40px auto;
    width: 470px;
}

.budget_step_2 {
    margin: 20px auto 40px auto;
    width: 642px;
}

.budget_step_2 p{
	float:left;
	padding-left:65px;
}

.budget_step_2 p a{
	text-decoration:none;
	color:#256CE0;
}

.theme_style_left{
	width:160px;
	height:auto;
	margin-right:37px;
}

.theme_style_left h1{
	color: #A6A6A6;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
}

.theme_style_left img{
	float:left;
	margin:10px 0 0 0;
}

/*-------- Added by argha 13-05-14 ---------*/


/*-------- Added by argha 19-05-14 ---------*/

.wizard_left_logo{
	width:49%;
}

.wizard_right_pagination{
	width:49%;
}

.wizard_right_pagination ul{
	float:right;
	margin:13px 0 0 0;
}

.wizard_right_pagination ul li{
	float:left;
	padding:0 5px 0 0;
}

.wizard_right_pagination ul li a{
	background:#ffffff;
	border:#c3c3c3 1px solid;
	color:#c3c3c3;
	text-decoration:none;
	padding:2px 8px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

.wizard_right_pagination ul li a:hover{
	border:#c3c3c3 1px solid;
	background:#ffc90e;
	color:#002207;
}

.wizard_right_pagination ul li a.active-dash{
	border:#c3c3c3 1px solid;
	background:#ffc90e;
	color:#002207;
}

.go_plan a{
	background:#28b779;
	text-decoration:none;
	font-size:16px;
	color:#ffffff;
	padding:6px 10px;
	border:#6fcfa5 2px solid;
	font-weight:bold;
}

.go_plan{
	margin:25px auto 0 auto;
	width:135px;
}

.step_search_sec p{
	color: #000000;
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
	text-align:center;
	padding: 23px 0 0 0;
}

.login_mid_top h4{
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#242424;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	padding:15px 0 0 0;
}

.images_cont_box{
	width:108px;
	height:90px;
	background:#4c87ba;
	margin:0 6px;
}

.box_2{
	background:#E04C4B;
}

.images_cont_box h1{
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	padding: 37px 0;
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.images_cont_box h2{
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	padding: 26px 0;
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	line-height:20px;
}

.images_cont_box h3{
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	padding: 16px 0;
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	line-height:20px;
}

.box_3{
	background:#3FA9A1;
}

.box_4{
	background:#7D6A9F;
}

.box_5{
	background:#FFC90E;
}

.box_6{
	background:#5C5C5C;
}

.check_middle_step{
	margin-right:20px;
}

.dash-check + label{
	margin: 0 0 0 8px;
}

.check_middle_step p{
	color:#232323;
	padding: 2px 0 0 6px;
	font-size:13px;
}

.check-dash-sec{
	margin:5px 0 0 0;
}

.content-two{margin:0; width:auto; height:120px; overflow:auto;}
		.content-two .images_container{overflow:hidden;}
		.content-two .images_container img{display:block; float:left; margin:0 5px; border:5px solid #777;}
		a[rel='toggle-buttons-scroll-type']{display:inline-block; text-decoration:none; padding:3px 15px; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; background:#000; margin:5px 20px 5px 0;}
		
.step_horizontal_pic{margin: 30px auto 10px auto; width: 715px;}

.content-two .mCustomScrollBox > .mCSB_scrollTools{opacity: 1;}

.content-two .mCSB_scrollTools .mCSB_draggerRail{background:#D9D9D9;}

.content-two .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#000000;}

.content-two .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#000000;}

.content-two .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {height: 100%; width: 10px !important;}

.content-two .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar{width: auto !important;}

/*-------- Added by argha 19-05-14 ---------*/


/* added by abhaya on 19.04.14 */

.select_time li {
 cursor:pointer;
}
.accordion-content {
 height:auto !important;
}

.check-dash-sec .checkbox_contain{
	padding-top:0;
}

.check-dash-sec input.css-checkbox[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.check-dash-sec input.css-checkbox[type="checkbox"] + label.css-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 19px;
    line-height: 15px;
    padding-left: 5px;
    vertical-align: middle;
    width: 20px;
}

.check-dash-sec .css-label {
    background-image: url("../images/check_off_new.png");
}

.check-dash-sec input.css-checkbox[type="checkbox"]:checked + label.css-label {
    background-image: url("../images/check_on_new.png");
}

.check-dash-sec label {
    -moz-user-select: none;
}

.quote_sec p{
	font-size: 12px;
    font-style: italic;
    line-height: 22px;
    text-align: justify;
}

.quote_sec p a{
	text-decoration:none;
	color:#666666;
}

.price_box_1 a{
	background:#4C87BA;
	color:#ffffff;
	border:#4C87BA 1px solid;
}

.price_box_2 a{
	background:#E04C4B;
	color:#ffffff;
	border:#E04C4B 1px solid;
}

.price_box_3 a{
	background:#3FA9A1;
	color:#ffffff;
	border:#3FA9A1 1px solid;
}

.price_box_4 a{
	background:#7D6A9F;
	color:#ffffff;
	border:#7D6A9F 1px solid;
}

.price_box_5 a{
	background:#e0ae00;
	color:#ffffff;
	border:#e0ae00 1px solid;
}

.step_search_cal{
	width:66%;
}

.theme_style_top{
	margin:15px 0 0 0;
}

.event_simplified{
	width:68%;
}

.event_simplified h1{
	text-align:center;
	text-transform:capitalize;
	font-size:18px;
	font-weight:bold;
	padding:12px 0 0 20px;
}

/* added by abhaya on 19.04.14 */

.compare_section{
	background:#5c531c;
	margin-bottom:7px;
	width:280px;
}

.box_planner_cointain_butt{
	margin-right: 8px;
	padding: 0 27px;
}

.new_item{
	height:350px;
}

.box_planner_cointain .planner_cont_nw{
	height:118px;
	width:280px;
}

.compare_pic_left{
	margin:4px 88px 3px 10px;
}

.last_pic{
	margin:4px 10px 3px 0;
}

.last_pic img{
	margin:2px 0 0 0;
}

/*----------------*/

.compare_pic_left img{
	float:left;
}

.compare_pic_left p{
	color: #FFFFFF;
    float: left;
    font-size: 15px;
    padding: 0 0 0 5px;
}

.vereg {
    float: left !important;
    width: 36% !important;
}
.vereg select {
    height: 32px !important;
    margin: 0 0 10px !important;
    padding: 6px;
    width: 93% !important;
}
.venue-button input[type="submit"] {
    line-height:normal !important;
}

/*------ Added on 26-12-14 ------*/

.rsidebar_nw{
	width: 865px !important;
}

.new_rightside{
	padding: 10px 0 !important;
}

.new_rightside #rightsidebar_cointainer_head{
	padding: 0 10px !important;
}

.new_rightside .pricing_search_area{
	padding: 20px 10px !important;
}

.new_rightside .pricing_search_area .plan_box{
	width:23.8% !important;
}

/*------ Added on 23-01-15 ------*/

.wrap_reg{
	background:#ffffff !important;
}

.wrap_reg #left_form {
    padding: 12px 0;
}

.wrap_reg #left_form input[type="text"]{
	float:left;
	border: 1px solid #ccc;
    border-radius: 0;
    color: #9999b2;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 34px !important;
    margin: 10px;
    padding: 0 0 0 10px;
    width: 325px !important;
}

.wrap_reg .register-venue{
	float:left;
	margin: 10px 2px;
    padding: 8px 20px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width:100%; /*whatever width you want*/;
}


/*------ Added on 28-01-15 ------*/

.table_head{
	font-size: 14px;
    font-weight: 600;
}

.user_cal_sec {
	width: 100% ! important; 
	margin-left: 15px ! important;"
}

.create_directry_sec{
	padding: 30px 0px 0px 72px ! important;
}

.create_directry_sec table{
	width:auto !important;
}

.create_select{
	width: 362px ! important;
}

.create_txtarea{
	width: 361px ! important; 
	margin-bottom: 10px;
}

.user_form_section input[type="file"]{
	border: 1px solid #ccc;
    padding: 5px;
    width: 76.8%;
}

.cal_control{
	float: left; 
	width: 305px ! important; 
	margin-left: -15px;
}

.view_reg_form .clear{
	clear:none !important;
}

.view_reg_form .pricing-content ul li .clear{
	clear:both !important;
}

.create_directry_sec .venue_type select{
	width:362px !important;
}