body, html {
	margin: 0; padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.Hide {
	display: none;
}
table td {
	vertical-align: top;
}
.wrapper {
	width: 100%;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content {
	margin: 0 auto;
	padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px;
    text-align: left;
}
#wrapper {
	width: 100%;
	float: left;
}
.green-button {
	display: inline-block;
	background-color: #286f2c;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: none;
}
input[type=submit].green-button,
input[type=reset].green-button {
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
}
input[type=reset].green-button {
	margin: 0px 10px;
}
.green-button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #191919;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
input[type=submit].green-button:hover,
input[type=reset].green-button:hover {
	background-color: #191919;
}
.green-button:hover:before, 
.green-button:focus:before, 
.green-button:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.TextGreen {
	color: #286f2c;
	background-color: #fafafa;
}
.TextRed {
	color: red;
	background-color: #fafafa;
}

#top-wrapper {
	padding-left: 30px;
    padding-right: 30px;
    background-color: #ffffff;
    font-size: 15px;
    color: #747474;
    min-height: 43px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 3px solid #78945c;;
}
#top .contact-info {
    line-height: 44px;
    font-size: 15px;
    color: #747474;
    display: inline-block;
    float: left;
}
#top .contact-info a {
    color: #747474;
    text-decoration: none;
}
#top .contact-alignright a.btnLink {
	cursor: pointer;
    background-color: #286f2c;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 35px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 44px;
    line-height: 44px;
    display: inline-block;
}
#top .contact-alignright a.btnLink:before {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #191919;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#top .contact-alignright a.btnLink:hover {
	color: #ffffff;
}
#top .contact-alignright a.btnLink:hover:before {
	-webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#top .contact-alignright a#accountLink {
	font-size: 14px;
    line-height: 15px;
    text-transform: none;
    text-align: center;
    float: left;
    margin-right: 5px;
}
#top .contact-alignright a#accountLink small {
	display: block;
    margin-top: 5px;
}
#top .contact-alignright .acctBtn {
	display: inline-block;
	float: left;
	margin-right: 5px;
	position: relative;
}
#top .contact-alignright .acctBtn:hover #loginFormPopup {
	display: block;
}

#top .contact-info a:hover {
	color: #286f2c;
}
#top .contact-alignright {
	display: inline-block;
	float: right;
	font-size: 15px;
	text-transform: uppercase;
}
#top-wrapper #booknow {
	display: inline-block;
	float: right;
	width: 225px;
	text-align: center;
	padding: 12px 0px;
}
#top-wrapper #phone {
	float: right;
	display: inline-block;
}
#top-wrapper #phone span {
	line-height: 44px;
	margin-right: 15px;
	margin-left: 15px;
	display: inline-block;
	position: relative;
}
#top-wrapper #phone span:before {
	position: absolute;
	content: "\f095";
	font-family: FontAwesome;
	background-color: #246327;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	margin-left: -40px;
}
#booking-widget-wrapper {
	display: none;
    background: rgb(229, 229, 229);
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    z-index: 200;
}
#booking-widget-wrapper .reservationForm {
    width: 100%;
    padding: 30px 0;
    float: left;
}
#booking-widget-wrapper .reservationForm .col-3 {
    width: 31%;
    float: left;
    padding: 0px 1%;
}
#booking-widget-wrapper .reservationForm input[type=text] {
	border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#booking-widget-wrapper .green-button {
	width: 100%;
	text-align: center;
	height: 34px;
	font-size: 14px;
}

#head-wrapper {
	background-color: rgba(238,238,238,1);
	padding-left: 30px;
    padding-right: 30px;
    height: 106px;
    color: #141414;
    border-bottom: 1px solid #e5e5e5;
}
#head-wrapper #logo {
	margin: 18px 0px;
	display: inline-block;
	float: left;
}

.fusion-mobile-nav-holder {
	display: none;
}
.fusion-main-menu {
    float: right;
    position: relative;
    z-index: 10;
}
.fusion-main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fusion-main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
.fusion-main-menu a {
    display: block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    height: 106px;
    line-height: 106px;
    text-decoration: none;
}
.fusion-main-menu > ul > li {
    padding-right: 20px;
}
.fusion-main-menu > ul > li.fusion-last-menu-item {
	padding-right: 0;
}
.fusion-main-menu li:hover > a {
	color: #78945c;
    border-color: #78945c;
}

.fusion-main-menu .sub-menu {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    background-color: #f2efef;
    width: 300px;
    border-top: 3px solid #78945c;
    font-weight: 400;
}
.fusion-main-menu .sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
}
.fusion-main-menu .sub-menu li a {
    border-bottom: 1px solid #dcdadb;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
}
.fusion-main-menu .sub-menu a {
    border: 0;
    padding: 7px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}
.fusion-main-menu .sub-menu li:hover a {
	background-color: #f8f8f8;
}
.fusion-main-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}

#page-title {
    background-color: #ffffff;
    padding: 0 10px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
#page-title h1 {
	font-size: 31px;
    color: #493100;
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}

.sidebar {
	width: 385px;
	float: right;
	padding-bottom: 15px;
}
#loginFormPopup {
	display: none;
	background-color: #FFF;
	padding: 10px;
	position: absolute;
	left: 0;	
	z-index: 100;
	width: 305px;
}
.login-form {
	border: 1px solid #493100;
    color: #493100;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 12px;
}
.ContentMiddle .login-form {
	border: none;
}
#loginFormPopup .login-form {
	margin: 0px;
}
.login-form .fields {
	padding: 10px;
}
.login-form h2 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}
.login-form .fields input,
#MainContent input[type=text],
#MainContent input[type=password],
#MainContent select,
#MainContent textarea {
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    border: none;
    background-color: #eeeeee;
    color: #493100;
    margin-bottom: 15px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.login-form button {
	width: 100%;
	display: block;
	border: none;
	cursor: pointer;
	padding: 10px 0px;
	font-size: 1.5em;
}
#MainContent .ContentMiddle .login-form button {
	width: 65%;
	float: left;
}
.login-form p {
	margin: 0px;
	padding: 0px 15px 15px;
	font-weight: bold;
}
.login-form a {
	color: #493100;
	text-decoration: none;
	text-transform: uppercase;
}
.login-form a:hover {
	color: #96a96f;
}
.sidebar .side-banner {
	margin-top: 15px;
	text-align: center;
}
.sidebar .side-banner img {
	width: 100%;
	height: auto;
}
 

#MainContent {
	width: 780px;
	float: left;
	margin-top: 25px;
	margin-bottom: 40px;
}
#MainContent img {
	max-width: 100%;
	height: auto;
}
#MainContent a {
	color: #246327;
	font-weight: bold;
	text-decoration: none;
}
#MainContent a:hover {
	color: #111111;
}
#MainContent a.green-button {
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	padding: 10px 15px;
}
#MainContent a.green-button:hover {
	color: #ffffff;
}
#MainContent h2 {
	font-size: 20px;
    font-weight: 600;
    color: #286f2c;
    margin: 15px 0 10px 0;
    width: 100%;
    float: left;
}
#MainContent .line-title {
	border-bottom: 1px solid #452b00;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	margin-top: 15px;
	width: 100%;
	float: left;
}
#MainContent .line-title .required-label {
	color: #246327;
	left: 0;
	margin-left: 270px;
	position: absolute;
}
#MainContent .line {
	width: 100%;
	float: left;
}
#MainContent .line p {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0;
}
#MainContent label, #MainContent .fieldLabel  {
	width: 35%;
	float: left;
	font-weight: bold;
	min-height: 42px;
}
#MainContent label.full {
	width: 100%;
}
#MainContent .fieldLabel {
	min-height: 0;
}
#MainContent #reservationUpdate .fieldLabel {
	text-align: center;
}
#MainContent .fieldLabel img {
	height: 150px;
	width: auto;
}
#MainContent .label {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
#MainContent .line-block {
	width: 65%;
	float: left;
}
#MainContent input[type=text],
#MainContent input[type=password],
#MainContent select,
#MainContent textarea {
	width: 65%;
	font-size: 16px;
	font-weight: bold;
}
#MainContent .line-block input[type=text],
#MainContent .line-block input[type=password],
#MainContent .line-block select {
	width: 100%;
}
#MainContent select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: url(img/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#MainContent .error,
#MainContent input.error,
#MainContent select.error,
#MainContent .label.error {
	background-color: red;
	color: #ffffff;
}
#MainContent div.error {
	padding: 5px 10px;
	margin-bottom: 15px;
}
#MainContent div.error:empty {
	padding: 0;
	margin: 0;
}
#MainContent #errors p,
#MainContent p.error {
	background-color: red;
	color: #ffffff;
	padding: 10px;
	margin: 15px 0px;
}
#MainContent .LAMMPortal_Text_Instructions {
	display: block;
	margin-top: -15px;
	margin-bottom: 15px;
	color: #246327;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
#MainContent button {
	display: block;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 16px;
	margin-bottom: 30px;
	float: right;
}
#AdminContent {
	margin-top: 25px;
}
#MainContent form {
	margin-bottom: 25px;
	width: 100%;
	float: left;
}
#MainContent ul.adminList {
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px 0;
	width: 100%;
	float: left;
}
#MainContent ul.adminList li {
	padding: 10px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
#MainContent ul.adminList li:nth-child(odd) {
	background-color: #f8f8f8;
}
#MainContent ul.adminList a {
	margin-right: 10px;
	display: inline-block;
}
#MainContent .specialRoom {
	width: 48%;
	float: left;
	margin: 15px 1%;
}
#MainContent .roomThumb {
	margin-bottom: 15px;
	text-align: center;
}
#MainContent .roomThumb img.roomThumbImg {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#MyAdminMenu h2, #MyAccountMenu h2 {
	color: #493100;
	font-size: 26px;
	font-weight: normal;
	margin: 25px 0 10px 0;
	padding: 0 10px;
}
#MyAdminMenu ul, #MyAccountMenu ul {
	background-color: #fafafa;
	border: 1px solid rgba(147,147,147,0.3);
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#MyAdminMenu ul li, #MyAccountMenu ul li {
	border-bottom: 1px solid #939393;
}
#MyAdminMenu ul li:last-child, #MyAccountMenu ul li:last-child {
	border-bottom: none;
}
#MyAdminMenu ul li a, #MyAccountMenu ul li a {
	padding: 10px;
	display: block;
	color: #493100;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
#MyAdminMenu ul li a:hover, #MyAccountMenu ul li a:hover {
	background-color: #f2efef;
	color: #286f2c;
}
#MyAdminMenu ul ul, #MyAccountMenu ul ul {
	border: none;
	border-top: 1px solid #939393;
	margin: 0;
}
#MyAdminMenu ul li ul a, #MyAccountMenu ul li ul a {
	padding: 10px 30px;
}
#MyAdminMenu ul li a.parent, #MyAccountMenu ul li a.parent {
	color: #286f2c;
}


.fusion-footer-copyright-area {
    background-color: #191919;
    border-color: #78945c;
    padding-top: 18px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.fusion-row {
    margin: 0 auto;
    zoom: 1;
    max-width: 1200px;
} 
.fusion-copyright-content {
    display: table;
    width: 100%;
}
.fusion-copyright-notice {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
}
.fusion-social-links-footer {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}
.fusion-copyright-notice a {
	color: #78945c;
	text-decoration: none;
}
.fusion-copyright-notice a:hover {
	color: #ffffff;
}
[class^="fusion-icon-"], [class*=" fusion-icon-"] {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fusion-social-links-footer .fusion-social-networks a {
	font-size: 16px;
	margin-right: 0;
    margin-left: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #46494a;
}

@media screen and (max-width: 1240px) {
	#head-wrapper {
		height: auto;
	}
	#head-wrapper #logo {
		width: 100%;
	}

}
@media screen and (max-width: 1200px) {
	.content {
		width: 96%;
		margin: 0px 2%;
	}
	.sidebar {
		width: 30%;
	}
	#MainContent {
		width: 65%;
	}
	#top-wrapper, #head-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 1024px) {
	#head-wrapper {
		height: auto;
	}
	#head-wrapper #logo {
		width: 100%;
	}
}
@media screen and (max-width: 975px) {
	#head-wrapper {
		background-color: #ffffff;
	}
	#head-wrapper #logo {
		text-align: center;
	}
	.fusion-main-menu {
		display: none;
	}
	.fusion-mobile-nav-holder {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
		clear: both;
		color: #333;
	}
	.fusion-mobile-selector {
		background-color: #f9f9f9;
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		color: #333333;
		width: 100%;
		position: relative;
		cursor: pointer;
		border: 1px solid #dadada;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fusion-mobile-selector span {
		margin-left: 12px;
		margin-right: 12px;
	}
	.fusion-selector-down {
		height: 33px;
		line-height: 33px;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		border-left: 1px solid #dadada;
		font-size: 24px;
		text-align: center;
	}
	.fusion-selector-down:before {
		color: #dadada;
		font-family: FontAwesome;
		content: "\f0c9";
	}
	.fusion-mobile-nav-holder ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		border-bottom: 1px solid transparent;
	}
	.fusion-mobile-nav-holder > ul {
		border-color: #dadada;	
	}	
	.fusion-mobile-nav-item {
		position: relative;
		font-size: 12px;
		line-height: normal;
		text-align: left;
	}
	.fusion-mobile-nav-item a {
		color: #333333;
		font-size: 12px;
		background-color: #f9f9f9;
		height: 35px;
		line-height: 35px;
		padding: 0px 12px;
		display: block;
		border-bottom: 1px solid #dadada;
		text-decoration: none;
	}
	.fusion-mobile-nav-item:last-child a {
		border-bottom: none;
	}
	.fusion-mobile-nav-item a:hover {
	    background-color: #f6f6f6;
	}
	.fusion-open-submenu {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
		display: block;
		position: absolute;
		right: 0;
		width: 50px;
		border: none;
		cursor: pointer;
		text-align: center;
	}
	.fusion-open-submenu:before {
		display: block;
		margin: 0;
		content: '\f107';
		font-family: FontAwesome;
	}
	.fusion-open-submenu:hover {
		color: #649335;
	}
	.fusion-mobile-nav-holder li.fusion-mobile-nav-item li a {
	    padding-left: 27px;
	}
	.fusion-mobile-nav-holder li.fusion-mobile-nav-item li a:before {
	    content: "-";
	    margin-left: -6px;
	    margin-right: 2px;
	}
}
@media screen and (max-width: 768px)  {
	.sidebar, #MainContent {
		width: 100%;
	}
	.sidebar .side-banner {
		width: 50%;
		float: left;
	}
	/* #head-wrapper {
		background-color: #ffffff;
	}
	#head-wrapper #logo {
		text-align: center;
	}
	.fusion-main-menu {
		display: none;
	}
	.fusion-mobile-nav-holder {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
		clear: both;
		color: #333;
	}
	.fusion-mobile-selector {
		background-color: #f9f9f9;
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		color: #333333;
		width: 100%;
		position: relative;
		cursor: pointer;
		border: 1px solid #dadada;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.fusion-mobile-selector span {
		margin-left: 12px;
		margin-right: 12px;
	}
	.fusion-selector-down {
		height: 33px;
		line-height: 33px;
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		border-left: 1px solid #dadada;
		font-size: 24px;
		text-align: center;
	}
	.fusion-selector-down:before {
		color: #dadada;
		font-family: FontAwesome;
		content: "\f0c9";
	}
	.fusion-mobile-nav-holder ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-left: 1px solid transparent;
		border-right: 1px solid transparent;
		border-bottom: 1px solid transparent;
	}
	.fusion-mobile-nav-holder > ul {
		border-color: #dadada;	
	}	
	.fusion-mobile-nav-item {
		position: relative;
		font-size: 12px;
		line-height: normal;
		text-align: left;
	}
	.fusion-mobile-nav-item a {
		color: #333333;
		font-size: 12px;
		background-color: #f9f9f9;
		height: 35px;
		line-height: 35px;
		padding: 0px 12px;
		display: block;
		border-bottom: 1px solid #dadada;
		text-decoration: none;
	}
	.fusion-mobile-nav-item:last-child a {
		border-bottom: none;
	}
	.fusion-mobile-nav-item a:hover {
	    background-color: #f6f6f6;
	}
	.fusion-open-submenu {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
		display: block;
		position: absolute;
		right: 0;
		width: 50px;
		border: none;
		cursor: pointer;
		text-align: center;
	}
	.fusion-open-submenu:before {
		display: block;
		margin: 0;
		content: '\f107';
		font-family: FontAwesome;
	}
	.fusion-open-submenu:hover {
		color: #649335;
	}
	.fusion-mobile-nav-holder li.fusion-mobile-nav-item li a {
	    padding-left: 27px;
	}
	.fusion-mobile-nav-holder li.fusion-mobile-nav-item li a:before {
	    content: "-";
	    margin-left: -6px;
	    margin-right: 2px;
	} */
}
@media screen and (max-width: 640px) {
	#MainContent label, #MainContent .fieldLabel {
		width: 100%;
		min-height: 0px;
	}	
	#MainContent input[type=text], #MainContent input[type=password], #MainContent select, #MainContent textarea, #MainContent .line-block {
		width: 100%;
	}
	.sidebar .side-banner {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#top-wrapper #booknow {
		width: 100%;
	}
	#top-wrapper #phone {
		width: 100%;
		text-align: center;
	}
	#top-wrapper #phone span:before {
		content: "";
	}
	
	#top .contact-info, 
	#top .contact-alignright {
		width: 100%;
		text-align: center;
		line-height: 30px;
	}	
}