@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #8a9294;
	/*margin-top:113px;*/
}
h1 {
	font-size: 120px;
	line-height: 138px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 72px;
	line-height: 72px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-size: 36px;
	line-height: 42px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #4e5b61;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 36px;
	line-height: 42px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #bfd576;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #8a9294;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #4e9b5b;
	border: none;
	outline: none;
}
a img {
	border: none;
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header, footer, article {
	display: block;
}

/*-----------------------------------------------------------------*/

.clr {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#page_containar {
	width: 100%;
	margin: 0 auto;
}
.wrap {
	width: 945px;
	margin: 0 auto;
}
/*==========================================================================Home_Page_Start=========================================================*/

/*==========================================================================Header_part_Start=======================================================*/
#header_part {
	background-color: #c4df9b;
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
	padding: 27px 0px 27px 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
}
#header {
	width: 945px;
	float: left;
}
#header #logo {
	width: 461px;
	float: left;
	font-size: 0px;
	background: url(../images/logo.png) no-repeat 0 0;
	width: 461px;
	height: 59px;
}
#header #main_menu {
	float: right;
	width: 416px;
	margin-top: 10px;
}
#main_menu #nav {
	float: left;/*width: 300px;*/
}
#main_menu #nav li {
	font-size: 22px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px 30px 0px 0px;
	float: left;
	text-transform: capitalize;
	font-weight: 300;
}

#main_menu #nav li.current {
	color: #ffff1e !important;
}
#main_menu #nav li a.current {
	color: #ffff1e;
}
#main_menu #nav li a {
	color: #4e9b5b;
}
#main_menu #nav li a:hover {
	color: #ffff1e;
}
/*==========================================================================Header_part_End=======================================================*/

/*==========================================================================Body_Container__Start====================================================*/
#body_container {
	width: 100%;
	margin: 0 auto;
	margin-top: 113px;
}

/*==========================================================================Banner_part_START=======================================================*/
#banner_part {
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
}
#banner_part .banner_image {
	width: 100%;
	margin: 0 auto; /*position:relative;*/
	height: 751px;
}
#banner_part .banner_image img {
	width: 100%;
	height: 751px;
}

/*.wrapper{ width:945px; height:751px; margin:0 auto;}*/
.banner_heading h2 {
	text-align: center
}
.banner_heading h1 {
	text-align: center;
	line-height: 125px !important;
}
/*#banner_caption{ width:945px; margin:0 auto; height:285px;}*/
.banner_heading .h1_bg {
	background: url(../images/h1_bg.png) no-repeat 0 0;
	width: 634px;
	height: 125px;
}
.banner_heading {
	width: 632px;
	position: absolute;
	top: -514px;
	left: 156px;
}
.text_caption {
	width: 945px;
	margin: 0 auto;
	position: relative;
}
/*==========================================================================Banner_part_End=======================================================*/

/*==========================================================================About_us_part_START=====================================================*/
#about_us_part {
	background-color: #F5FFD6;
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
	padding: 113px 0px 0px 0px;
}
#about_us_part #article {
	width: 945px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
}
#article .text_section {
	float: left;
	width: 604px;
	padding: 0px 19px 0px 0px;
}
#about_us_part #article h3 {
	padding: 0px 0px 16px 0px;
}
#about_us_part #article p {
	padding: 0px 0px 25px 0px;
	text-align: justify;
}
#article .article_image {
	float: right;
	margin: 80px 0px 0px 0px;
}
/*==========================================================================About_us_part_End=======================================================*/

/*==========================================================================premium Start======================================================*/

#premium {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
	padding: 113px 0px 20px 0px;
}

.premium_left {
	width: 322px;
	float: left;
	margin: 66px 0px 0px 0px;
}

.p_text_section {
	float: right;
	width: 604px;
	padding: 0px 0px 0px 19px;
	text-align: justify;
}

#premium h3 {
	padding: 0px 0px 16px 0px;
}
#premium p {
	padding: 0px 0px 25px 0px;
	text-align: justify;
}
#premium .premium_image {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 322px;
}

#premium .premium_image img {
	height: auto;
	width: 100%;
}

/* -------------------------------premium drop down--------------------------------------------- */

.price_table {
	float: left;
	width: 100%;
	margin: 24px 0px 0px 0px;
}

/*----------------------drop_down Start-------------------------------------------------*/

.price_table_sec {
	width: 897px;
	margin: 0px auto 0px auto;
	border: 1px solid #c4df9b;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 24px 24px;
	display: block;
	clear: both;
}
.drop_down {
	position: relative;
	float: left;
	margin: 0px 0px 18px 0px;
	width: 127px;
	height: 21px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #c4df9b;
	padding: 7px 19px;
	background-color: #fff;
}

.drop_down p {
	font: 400 20px/21px 'Roboto Condensed', sans-serif;
	color: #8a9294;
	padding: 0px 0px 0px 0px !important;
	float: left;
}
.d_header {
	width: 100%;
	float: left;
}

.guests_dropdown {
	background: #fff;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
	width: 100%;
	float: left;
}

.dropdown_title {
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
	cursor: pointer;
	line-height: 19px;
	padding: 0px 0px 0px 0px;
	width: auto;
}
.dropdown_arrow {
	width: 10px;
	height: 6px;
	float: right;
	margin: 8px 0px 0px 0px;
	background: url(../images/drop_down_arrow.png) no-repeat;
	cursor: pointer;
}
.guests_option {
	width: 126px;
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	position: absolute;
	top: 15px;
	left: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*border: 1px solid #c4df9b;*/
	-webkit-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 1px 6px 0px rgba(50, 50, 50, 0.7);
	z-index: 999;
}
.guests_option ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	list-style: none;
}
.guests_option ul li {
	font: 400 20px/21px 'Roboto Condensed', sans-serif;
	color: #8a9294;
	padding: 0px 0px 2px 0px;
	cursor: pointer;
	text-indent: 10px;
	border-bottom: 1px solid #c4df9b;
	width: 100%;
	float: left;
}

.guests_option ul li:last-child {
	border-bottom: none;
}
.last_li {
	border-bottom: none;
}

.guests_option ul li span {
	font-size: 20px;
	font-weight: 400;
	color: #8a9294;
	float: left;
}
.guests_option ul li strong {
	font-size: 24px;
	font-weight: 700;
	color: #8a9294;
	float: right;
}

.guests_option ul li:hover {
	background-color: #E9E9E9;
}

/*----------------------------------------------------------------------------*/

.d_btn_sec {
	width: 139px;
	float: right;
	margin-bottom: 24px;
}

.g_btn_sec {
	width: 233px;
	float: left;
	margin: 0px 0px 24px 343px;
}
.g_btn_center.g_btn_center1 {
	width: 53px;
	text-align: center;
}
.g_btn_center.g_btn_center1, .grey_btn_center {
	padding: 0px 12px !important;
}

.g_btn_sec.g_btn_sec1, .grey_btn_sec {
	float: left;
	width: 108px;
	margin: 0px 10px 0px 0px;;
}

.d_btn_left, .g_btn_left, .grey_btn_left {
	width: 15px;
	height: 45px;
	float: left;
	font-size: 0px;
}

.d_btn_left {
	background: url(../images/d_btn_left.png) no-repeat 0 0;
}

.g_btn_left {
	background: url(../images/green_btn_left.png) no-repeat 0 0;
}

.grey_btn_left {
	background: url(../images/grey_btn_left.png) no-repeat 0 0;
}

.d_btn_center, .g_btn_center, .grey_btn_center {
	width: auto;
	height: 45px;
	float: left;
	font: 700 18px/41px 'Roboto Condensed', sans-serif;
	color: #fff;
	border: none;
	outline: none;
	display: block;
	padding: 0px 20px;
}

.d_btn_center {
	background: url(../images/d_btn_centert.png) repeat-x 0 0;
}

.g_btn_center {
	background: url(../images/green_btn_centert.png) repeat-x 0 0;
}

.grey_btn_center {
	background: url(../images/grey_btn_centert.png) repeat-x 0 0;
}

.d_btn_right, .g_btn_right, .grey_btn_right {
	width: 15px;
	height: 45px;
	float: left;
	font-size: 0px;
}

.d_btn_right {
	background: url(../images/d_btn_right.png) no-repeat 0 0;
}

.g_btn_right {
	background: url(../images/green_btn_right.png) no-repeat 0 0;
}
.grey_btn_right {
	background: url(../images/grey_btn_right.png) no-repeat 0 0;
}
/*-----------------------------------------------------------------------------*/

.pop_upWindow {
	width: 860px;
	padding: 45px 45px 45px 40px;
	float: left;
	background-color: #fff;
}

.pop_uptop_row {
	width: 100%;
	float: left;
	margin: 0px 0px 45px 0px;
}

.pop_upLogo {
	float: left;
	width: 461px;
	height: 59px;
}

.pop_uptop_btn_sec {
	float: right;
	width: 239px;
	margin: 10px 0px 0px 0px;
	display: block;
}

.pop_up_contain {
	width: 100%;
	float: left;
}

.pop_up_contain_list {
	float: left;
	margin: 14px 0px 0px 0px;
}

.pop_up_contain_list li {
	font: 400 20px/30px 'Roboto Condensed', sans-serif;
	color: #000;
	display: block;
	float: left;
	clear: both;
}

.pop_up_contain_list li p {
	padding: 30px 0px 0px 0px;
	color: #000 !important;
	font-size: 20px !important;
}

/*--------------------------------------------------------------*/

.orange_bar {
	width: 100%;
	float: left;
	height: 83px;
	background-color: #ed8826;
}

.p_text {
	font: 400 24px/83px 'Roboto Condensed', sans-serif;
	color: #fff;
	float: left;
	margin: 0px 8px 0px 0px;
	font-style: italic;
}

.b_call_icon {
	float: left;
	width: 50px;
	height: 50px;
	background: url(../images/simple-phone.png) no-repeat 0 0;
	margin: 18px 10px 0px 0px;
	font-size: 0px;
}

.or_ph {
	font: 700 36px/83px 'Roboto Condensed', sans-serif;
	color: #fff;
	margin: 0px 0px 0px 0px;
	float: left;
}

/*---------------------------drop down end-------------------------------------------*/

.price_text {
	float: left;
	margin: 0px 0px 18px 0px;
	width: 165px;
	height: 37px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.price_text_box {
	width: 145px;
	height: 37px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #c4df9b;
	background-color: #fff;
	font: 400 20px 'Roboto Condensed', sans-serif;
	color: #8a9294;
	outline: 0px;
	padding: 0px 0px 0px 20px;
}

/*-------------------------------------------------------------------------*/
.price_main_row {
	width: 100%;
	float: left;
}

.left_P_sec {
	float: left;
	width: 250px;
}
.right_P_sec_part {
	float: right;
	width: 550px;
}
.right_P_sec {
	float: left;
	width: 550px;
	border-bottom: 1px solid #c4df9b;
	margin-bottom: 15px;
}

.p_list1 {
	float: left;
	margin: 0px 0px 30px 0px;
}

.p_list1 p {
	font: 700 20px/21px 'Roboto Condensed', sans-serif;
	color: #8a9294;
	padding: 0px 0px 0px 0px !important;
	text-align: left;
}

.p_list2 {
	float: left;
	clear: both;
	margin: 6px 0px 35px 0px;
}

.p_list2 p {
	font: 400 20px/21px 'Roboto Condensed', sans-serif !important;;
	color: #8a9294;
	float: left;
	padding: 0px 2px 0px 0px !important;
	text-align: left !important;;
}

.p_list2 span {
	font: 400 20px/21px 'Roboto Condensed', sans-serif;
	color: #ff722c;
	float: left;
	text-indent: 1px;
}

.p_list3 {
	float: left;
	clear: both;
	margin: 62px 0px 0px 0px;
}

.p_list3 p {
	font: 700 20px/22px 'Roboto Condensed', sans-serif !important;
	color: #8a9294;
	float: left;
	padding: 0px 2px 0px 0px !important;
	text-align: left !important;;
}

.p_list3 i {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 56px;
	color: #4e9b5b;
	font-style: italic;
	float: left;
	text-indent: 1px;
	white-space: nowrap;
}

.right_p1 {
	float: left;
	width: 166px;
}

.right_p2 {
	float: right;
	width: 170px;
}
.right_p_row_1 {
	float: right;
	width: 100%;
}
.right_p_row_1 .p1 {
	font: 700 24px/22px 'Roboto Condensed', sans-serif !important;
	color: #4e5b61;
	padding: 0px 0px 38px 0px !important;
	text-align: right !important;
	float: right;
}

.right_p_row_1 span {
	font: 700 24px/22px 'Roboto Condensed', sans-serif !important;
	color: #4e5b61;
	padding: 0px 0px 38px 0px !important;
	text-align: right !important;
	float: right;
}

.bottom_row {
	float: left;
	width: 100%;
}
.bottom_row_left {
	float: left;
	width: 315px;
}
.bottom_row_left p {
	font: 700 24px/22px 'Roboto Condensed', sans-serif !important;
	color: #b02617;
	padding: 0px 0px 0px 0px !important;
	text-align: left !important;
}

.bottom_row_left span {
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	line-height: 21px;
	font-style: italic;
	color: #8a9294;
	padding: 0px 0px 0px 0px !important;
	text-align: left !important;
	clear: both;
}

.bottom_row_right {
	float: right;
	/*width: 90px;*/
	width: auto;
}
.g_total_row {
	width: 100%;
	float: right;
}

.g_total_row p {
	font: 700 24px/22px 'Roboto Condensed', sans-serif !important;
	color: #b02617;
	padding: 0px 0px 0px 0px !important;
	text-align: right !important;
	float: right;
}

.g_total_row span {
	font: 700 24px/22px 'Roboto Condensed', sans-serif !important;
	color: #b02617;
	padding: 0px 0px 0px 0px !important;
	text-align: right !important;
	float: right;
}
.r_zero1, .r_zero2, .r_zero3 {
	float: right
}
.d_btn_sec2 {
	float: right !important;
	margin: 10px 0px 0px 0px;
}
/*==========================================================================premium End======================================================*/

/*==========================================================================Gallery_part_START=====================================================*/
#gallery_part {
	background-color: #f4f8e6;
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
	padding: 113px 0px 113px 0px;
}
#g_slider {
	float: left;
	overflow: hidden;
	position: relative;
	width: 814px;
	height: 323px;
	left: 62px;
}
#slider_part {
	width: 945px;
	float: left;
	position: relative;
}
#gallery_slider {
	/*float: left;*/
	position: absolute;
	width: 9999px;
	height: 323px;
	/*margin: 0px 0px 0px 62px;*/
	left: 0px;
}
#gallery_slider li {
	float: left;
	padding-right: 4px;
	display: inline;
}
#slider_part .nav_prev {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 39px;
	height: 45px;
	background: url(../images/nav_prev.png) no-repeat 0 0;
	cursor: pointer;
	font-size: 0px;
}
#slider_part .nav_next {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 39px;
	height: 45px;
	background: url(../images/nav_next.png) no-repeat 0 0;
	cursor: pointer;
	font-size: 0px;
}
#gallery_part h3 {
	padding: 0px 0px 65px 0px;
}
/*==========================================================================Gallery_part_End=======================================================*/

/*-----------------------------------thank you page ----------------------------------------------*/

.page_table {
	width: 100%;
	height: 100%;
	float: left;
	min-height: 500px;
	display: table;
}

.v_align_m {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.thank_u {
	width: 100%;
	margin: 0 auto;
}

.thank_u span {
	font: 700 60px/50px 'Roboto Condensed', sans-serif;
	padding-bottom: 36px;
	color: #4e5b6;
	text-align: center;
	display: block;
}

.thank_u p {
	font: 400 24px/24px 'Roboto Condensed', sans-serif;
	color: #8a9294;
	text-align: center;
	clear: both;
}

/*==========================================================================Body_container_End=======================================================*/

/*==========================================================================Footer_part_START=====================================================*/
#footer_part {
	background-color: #1a2f12;
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
	padding: 113px 0px 270px 0px;
}
#footer_section_row {
	width: 945px;
	float: left;
}
.clom1 a {
	color: #fff;
}
.clom1 pre a:hover {
	color: #ffff1e;
}
.clom1 {
	width: 217px;
	float: left;
	padding: 0px 108px 31px 0px;
}
.clom1 h4 {
	padding: 0px 0px 0px 0px;
}
.clom1 .contact_us_caption {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 30px 0px 40px 0px;
	color: #bfd576;
}
.clom1 pre {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
.clom1 h5 a:hover {
	color: #ffff1e;
}
.clom2 h5 a:hover {
	color: #ffff1e;
}
.clom2 {
	width: 236px;
	float: left;
}
.clom2 a {
	color: #fff;
}
.clom2 pre a:hover {
	color: #ffff1e;
}
.clom2 .contact_us_caption {
	font-size: 24px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 71px 0px 40px 0px;
	color: #bfd576;
}
.clom2 pre {
	font-size: 18px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
/*==========================================================================Footer_part_End=======================================================*/



/*--------------------------------*/

@media print {
	.pop_uptop_btn_sec {
		display: none;
	}

}

/*--------------------------------*/

/* line 7, ../sass/lightbox.sass */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
	display: block;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
	border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
	padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
	left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
	outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	cursor: pointer;
	/* Trick IE into showing hover */
	display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
	left: 0;
	float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
	background: url(../images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
	right: 0;
	float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
	background: url(../images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
	padding: 0 4px;
	color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}