﻿body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #323232;
	font-weight: 400 !important;
}
a {
	color: #323232;
	font-weight: bold;
}
a:hover {
	color: #9fae56;
	font-weight: bold;
	transition: color 0.5s ease-out 0s;
}
p {
	padding: 0 0 20px 0px !important;
}
img {
	max-width: 100%;
	border-style: none;
	border: 0px;
	height: auto;
}
#map img {
	max-width: none;
	border-style: none;
	border: 0px;
	height: auto;
}
/*header, iframe, nav, ul, ol, section, address, article 
    {
    clear: both;
     width: 100%; 
     float:left; 
     }
     */
     
     
     
     
.clearfix {
	clear: both;
}
.body_leftCal button {
	height: auto;
	width: 270px;
	text-align: center;
	padding: 15px 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 13px;
	border: solid 1px #84b734;
	background: #92c83c;
	background: -webkit-gradient(linear, left top, left bottom, from(#92c83c), to(#84b734));
	background: -moz-linear-gradient(top, #92c83c, #84b734);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c83c', endColorstr='#84b734');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 1px 1px 0px #d9e5ed;
}
.body_leftCal button:hover {
	background: #64a5d3;
	border: solid 1px #4b8fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#78b6e2), to(#64a5d3));
	background: -moz-linear-gradient(top, #78b6e2, #64a5d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b6e2', endColorstr='#64a5d3');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
}
input[type="submit"], input[type="button"], input[type="reset"], button, input[type="submit"].active:hover, input[type="button"].active:hover, input[type="reset"].active:hover, button.active:hover {
	height: auto;
	width: 270px;
	text-align: center;
	padding: 15px 0px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 13px;
	border: solid 1px #4b7da0;
	background: #3e6a87;
	background: -webkit-gradient(linear, left top, left bottom, from(#4c7895), to(#3e6a87));
	background: -moz-linear-gradient(top, #4c7895, #3e6a87);
 /*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c7895', endColorstr='#3e6a87');*/
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7E9E53', endColorstr='#546A38');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 1px 1px 0px #d9e5ed;
}
.button1 {
	width: 170px;
	padding: 5px 0px;
	font-size: 15px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, button.active, input[type="submit"].active, input[type="button"].active, input[type="reset"].active, button.active {
	background: #64a5d3;
	border: solid 1px #4b8fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#78b6e2), to(#64a5d3));
	background: -moz-linear-gradient(top, #78b6e2, #64a5d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b6e2', endColorstr='#64a5d3');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
	cursor: pointer;
}
input[type="text"], input[type="password"], textarea, select {
	font-family: Arial;
	text-align: left;
}
h1 {
	font: 26px 'merriweatherregular';
	color: #5b723c;
	text-align: left;
	line-height: 32px;
	padding-bottom: 10px !important;
}
h2 {
	font: 22px 'merriweatherregular';
	color: #5b723c;
	text-align: left;
	line-height: 18px;
	padding-bottom: 10px !important;
}
h3 {
	color: #5b723c;
	text-align: left;
	line-height: 18px;
	font-size: 17px;
	padding-bottom: 10px !important;
	font-weight: bold;
	line-height: 22px;
}
h4 {
	color: #2b2b2b;
	text-align: left;
	line-height: 18px;
	font-size: 15px;
	padding-bottom: 5px !important;
	font-weight: 600;
	text-transform: lowercase !important;
}
.h1_button {
	width: 102%;
	float: left;
}
.h1_text {
	width: 67%;
	float: left;
}
.h1_button_text {
	width: 33%;
	float: right;
}
h3 a {
	color: #5b723c;
}
h3 a:hover {
	color: #323232;
}
#wrapper {
	width: 100%;
	height: auto;
	float: left;
}
.slider_nav {
	width: 1135px;
	height: auto;
	margin: 0px auto;
	position: relative;
}
.slider_area {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.header_wrapper {
	width: 100%;
	height: auto;
	position: absolute;
	top: 20px;
	left: 0px;
}
.header_container {
	width: 1135px;
	height: auto;
	margin: 0px auto;
	position: relative;
}
.main_nav_container {
	width: 1135px;
	height: auto;
	float: left;
}
.main_nav_container.fixed {
	position: fixed;
	top: 0;
	background: #fff;
	height: 80px;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0 0 5px #000;
	z-index: 99999;
}
.main_nav_container.fixed nav {
	position: absolute;
	top: 0px;
}
.main_nav_container.fixed nav ul.navigation li:hover ul {
	top: 64px;
}
.main_nav_container.fixed nav ul.navigation li a {
	border-radius: 0px !important;
}
.main_nav_container.fixed nav ul.navigation li a:hover {
	border-radius: 0px !important;
}
.main_nav_container.fixed .logo_area {
	height: auto;
	left: 522px;
	top: 0;
	width: 80px;
}
.main_nav_container.fixed nav ul.navigation {
	margin-top: 13px;
}
.emptyNav
{
    width:159px;    
}
.search_area {
	width: 198px;
	height: auto;
	padding: 8px 5px 5px 10px;
	float: right;
	background-color: #e9e9e9;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	box-shadow: inset 2px 2px 2px #fff;
}
.search_area input {
	width: 180px;
	background: none;
	border: 0px;
	height: auto;
	float: left;
}
.search_area_icon {
	width: 18px;
	background: none;
	border: 0px;
	height: auto;
	float: right;
}
nav ul.navigation {
	width: 1135px !important;
	height: auto;
	margin-top: 12px;
	float: left;
	background: url(../images/navigation_bg.png) repeat;
	
	border-radius: 4px;
}
nav ul.navigation li {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #323232;
}
nav ul.navigation li:last-child {
	padding: 0px 0px 0 0px;
}
nav ul.navigation li a {
	padding: 18px 21px;
	float: left;
	color: #323232;
}
nav ul.navigation li a:hover, nav ul.navigation li.active a, nav ul.navigation li:hover a {
	background-color: #a1bcd0;
	transition: background 0.5s ease-out 0s;
}
nav ul.navigation li:last-child a:hover, nav ul.navigation li:last-child.active a, nav ul.navigation li:last-child:hover a {
	border-radius: 0px 0px 0px 0px;
}
nav ul.navigation li:first-child a:hover, nav ul.navigation li:first-child.active a {
	border-radius: 4px 0px 0px 4px;
}
nav ul.navigation li ul {
	display: none;
	padding: 0px;
	margin: 0px;
}
nav ul.navigation li:hover ul {
	top: 97px;
	
	width: 222px;
	height: auto;
	position: absolute;
	display: block;
	background: url(../images/dropdown_bg.png) repeat;
	z-index: 99999;
	padding: 20px;
	border-radius: 0px 0px 4px 4px;
}
.bgnone li a{ background:none !important;}
.bgnone li a:hover{ background: url(../images/dropdown_bg.png) repeat !important;}

.ie8 nav ul.navigation li:hover ul {
	top: 107px;
}
.ie8 .search_area {
	width: 210px;
}
.ie9 .search_area {
	width: 210px;
}
.ie9 .socila_area {
	margin-top: 50px;
}
.ie8 nav ul.navigation li a {
	padding: 18px 21px 18px 20px;
}
nav ul.navigation li:hover ul li.username {
	background: url(../images/icon_user_name.jpg) left 6px no-repeat;
	padding: 0px 0 10px 25px;
	border-bottom: solid #789eb9 1px;
	width: 195px;
	text-align: left !important;
}
nav ul.navigation li:hover ul li.password {
	background: url(../images/password.jpg) left 15px no-repeat;
	padding: 10px 0 10px 25px;
	width: 195px;
	text-align: left !important;
}
nav ul.navigation li:hover ul li input {
	width: 180px;
	padding: 5px;
	float: right;
	background: none;
	border: 0px;
	text-transform: uppercase;
	color: #ffffff;
}
.logo_area {
	width: 157px;
	height: auto;
	position: absolute;
	top: 2px;
	left: 490px;
}
.body_container {
	width: 1135px;
	height: auto;
	padding-top: 20px;
	margin: 0px auto;
}
.body_top_button_area {
	width: 1135px;
	height: auto;
	padding: 25px 0 0 0px;
	float: left;
}
.body_area {
	width: 1135px;
	height: auto;
	padding: 30px 0 35px 0px;
	float: left;
}

.Table_text th
{
	color:#ffffff;}
.subpage_body_area {
	width: 1135px;
	height: auto;
	padding: 30px 0 20px 0px;
	float: left;
}
.body_leftCal {
	width: 269px;
	height: auto;
	padding: 0px 0 0px 0px;
	float: left;
}
.leftbox_mamber {
	width: 249px;
	height: auto;
	padding: 20px 10px;
	float: left;
	background: #d5dfb2;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebf2d0), to(#d5dfb2));
	background: -moz-linear-gradient(top, #ebf2d0, #d5dfb2);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf2d0', endColorstr='#d5dfb2');
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
	margin-bottom: 20px;
}
.leftbox_mamber:hover {
	background: #5b723c;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a05f), to(#5b723c));
	background: -moz-linear-gradient(top, #84a05f, #5b723c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a05f', endColorstr='#5b723c');
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
	margin-bottom: 20px;
}
.leftbox_abouts {
	width: 249px;
	height: auto;
	padding: 20px 10px;
	float: left;
	background: #72a226;
	background: -webkit-gradient(linear, left top, left bottom, from(#98cf40), to(#72a226));
	background: -moz-linear-gradient(top, #98cf40, #72a226);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#98cf40', endColorstr='#72a226');
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
	margin-bottom: 20px;
}
.leftbox_abouts:hover {
	background: #5b723c;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a05f), to(#5b723c));
	background: -moz-linear-gradient(top, #84a05f, #5b723c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a05f', endColorstr='#5b723c');
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
	margin-bottom: 20px;
}
.leftbox_joinus {
	width: 249px;
	height: auto;
	padding: 20px 10px;
	float: left;
	background: #5f9fcc;
	background: -webkit-gradient(linear, left top, left bottom, from(#7bb8e4), to(#5f9fcc));
	background: -moz-linear-gradient(top, #7bb8e4, #5f9fcc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7bb8e4', endColorstr='#5f9fcc');
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
	margin-bottom: 20px;
}
.leftbox_joinus:hover {
	background: #5b723c;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a05f), to(#5b723c));
	background: -moz-linear-gradient(top, #84a05f, #5b723c);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a05f', endColorstr='#5b723c');
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
	margin-bottom: 20px;
}
.leftbox {
	width: 269px;
	height: auto;
	padding: 0px 0 20px 0px;
	float: left;
	position: relative;
}
.left_image_area {
	width: 124px;
	height: 114px;
	padding: 0px 0 0px 0px;
	float: left;
	position: relative;
}
.leftbox_text {
	width: 122px;
	height: auto;
	font-size: 18px;
	color: #323232;
	font-weight: bold;
	transition: color 0.5s ease-out 0s;
	text-shadow: 0 1px 0px #f2f2f2;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	float: left;
	padding-top: 40px;
}
.leftbox_text a:hover {
	color: #ffffff;
	text-shadow: 0 1px 0px #494747;
}
.body_centerCal {
	width: 558px;
	height: auto;
	padding: 0px 0 0px 20px;
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
.body_centerCal p {
	padding: 0px 0 30px 0px;
}
.body_rightCal {
	width: 270px;
	height: auto;
	padding: 0px 0 0px 0px;
	float: right;
}
.body_rightbox {
	width: 268px;
	height: auto;
	padding: 0px;
	float: left;
	border: solid #e6e6e6 1px;
	border-radius: 4px;
}
.green_area {
	width: 228px;
	height: auto;
	padding: 6px 0 6px 40px;
	float: left;
	border-radius: 4px 4px 0 0px;
	text-transform: uppercase;
	background: #5b723c url(../images/news_icon.jpg) 15px 14px no-repeat;
}
.black_area {
	width: 228px;
	height: auto;
	padding: 6px 0 6px 40px;
	float: left;
	border-radius: 0px;
	text-transform: uppercase;
	background: #292929 url(../images/tourism_icon.jpg) 15px 14px no-repeat;
}
.blue_area {
	width: 228px;
	height: auto;
	padding: 6px 0 6px 40px;
	float: left;
	border-radius: 0px 0px 4px 4pxpx;
	text-transform: uppercase;
	background: #a1bcd0 url(../images/twit.jpg) 15px 14px no-repeat;
}
.right_drop_area {
	padding: 8px 15px;
	float: left;
	background: #fff;
	border: solid #e6e6e6 1px;
	font-size: 13px;
	line-height: 20px
}
.dark {
	padding: 10px 15px;
	float: left;
	background: #fafafa;
	font-size: 13px;
	line-height: 20px
}
.body_rightbox1 {
	width: 268px;
	height: auto;
	padding: 25px 0 0 0px;
	float: left;
}
.body_rightbox_input {
	width: 248px;
	height: auto;
	padding: 10px;
	float: left;
	border: solid #e2e2e2 1px;
	border-radius: 4px;
	background-color: #f0eef0;
	margin: 5px 0px 15px 0px;
	text-align: center !important;
	color: #000000 !important;
	font-size: 14px;
}
.body_rightbox1 button[type="button"] {
	height: auto;
	width: 270px;
	text-align: center;
	padding: 6px 0px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 0px;
	border: solid 1px #5d743d;
	margin-bottom: 0px;
	background: #546a38;
	background: -webkit-gradient(linear, left top, left bottom, from(#7e9e53), to(#546a38));
	background: -moz-linear-gradient(top, #7e9e53, #546a38);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9e53', endColorstr='#546a38');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 1px 1px 0px #d9e5ed;
}
.body_rightbox1 button[type="button"]:hover {
	background: #D5DFB2;
	border: solid 1px #c7d1a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#EBF2D0), to(#D5DFB2));
	background: -moz-linear-gradient(top, #EBF2D0, #D5DFB2);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF2D0', endColorstr='#D5DFB2');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
}
.gry_container {
	width: 100%;
	height: auto;
	float: left;
	background: #f5f5f5;
	border-top: solid 1px #dfdfdf;
	padding: 15px 0px;
}
.div_middle_area {
	width: 1135px;
	height: auto;
	margin: 0px auto;
}
.div_middle_area img {
	border-radius: 4px;
}
.white_box_area {
	width: 505px;
	height: auto;
	float: left;
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 20px 22px;
	border-radius: 4px;
	margin-right: 20px;
}
.bottom_slide_image_area {
	width: 149px;
	height: 152px;
	float: left;
	padding: 0px 9px;
}
.bottom_slid_text {
	padding: 10px 9px 0 9px;
	width: 149px;
	height: auto;
	float: left;
	font-size: 13px;
	color: #000;
	text-align: center;
	min-height: 16px;
}
.news_container {
	width: 505px;
	height: auto;
	float: left;
	padding: 10px 0px 10px 0px;
	border-bottom: solid 1px #e9e9e9;
	margin-bottom: 0px;
}
.news_image_area {
	width: 63px;
	height: auto;
	float: left;
}
.news_text_area {
	width: 425px;
	height: auto;
	float: right;
	font-size: 13px;
	line-height: 18px;
}
.green_container {
	width: 100%;
	height: auto;
	float: left;
	background: #5b723c;
	border-top: solid 1px #d6d6d6;
	padding: 25px 0px;
}
.green_container ul {
	padding: 0px;
	margin: 0px;
}
.green_container ul li {
	padding: 0px 5px 0 0px;
	margin: 0px;
	display: inline;
}
.green_container ul li:last-child {
	padding: 0px 0px 0 0px;
}
.green_container ul li h2 a {
	color: #ffffff;
	font-size: 18px;
	clear: none;
	width: 165px;
	float: left;
	padding-top: 35px;
}
.green_container ul li h2 a:hover {
	color: #9fae56;
}
footer {
	width: 100%;
	float: left;
	padding: 25px 0px 0 0px;
	background: #1b1b1b url(../images/footer_bg.jpg) left top repeat-x;
}
.footer_left_Call {
	width: 840px;
	float: left;
	padding: 0px;
}
.footer_left_Call ul {
	padding: 0px;
	margin: 0px 0 25px 0px;
	color: #ffffff;
}
.footer_left_Call ul li {
	padding: 0px 12px;
	margin: 0px;
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
}
.footer_left_Call ul li a {
	color: #ffffff;
	font-weight: normal;
}
.footer_left_Call ul li a:hover {
	color: #95cc3e;
	font-weight: normal;
}
.footer_left_Call ul li:last-child {
	padding-right: 0px;
}
.footer_left_Call ul li:first-child {
	padding-left: 0px;
}
.footer_address_area {
	width: 720px;
	height: auto;
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-bottom: 36px;
}
.footer_right {
	width: 230px;
	height: auto;
	float: right;
}
.footer_right button {
	width: 230px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
}
.socila_area {
	width: 160px;
	height: auto;
	padding-top: 115px;
	float: right;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}
.ie8 .socila_area {
	width: 165px;
	height: auto;
	padding-top: 50px;
	float: right;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}
.socila_area ul {
	padding: 0px;
	margin: 0px;
}
.socila_area ul li {
	padding: 0px 0px 0 0px;
	margin: 0px;
	list-style: none;
	display: inline;
}
.socila_area ul li:first-child {
	padding-right: 15px;
	vertical-align: top;
}
.telephone {
	width: 110px;
	height: auto;
	float: left;
	background: url(../images/phone_icon.jpg) no-repeat;
	padding-left: 25px;
}
.fax {
	width: 100px;
	height: auto;
	float: left;
	background: url(../images/msg_icon.jpg) no-repeat;
	padding-left: 25px;
}
.email_area {
	width: 180px;
	height: auto;
	float: left;
	background: url(../images/msg_icon.jpg) no-repeat;
	padding-left: 25px;
}
.email_area a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
}
.email_area a:hover {
	color: #9fae56;
}
.adr {
	height: auto;
	float: left;
	background: none;
	padding: 0px 0px 20px 0px;
	width: 100%;
}
.guests_leftbox_mamber {
	width: 239px;
	height: auto;
	padding: 15px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 6px 0 20px 0px;
}
.guests_leftbox_mamber ul li {
	list-style: disc;
	padding: 10px 0 6px 0px;
	margin-left: 15px;
	font-size: 16px;
}
.guests_leftbox_mamber button {
	width: 238px;
	margin: 15px 0 0 0px;
	font-size: 15px;
	padding: 8px 0px;
}
.body_centerCal button, .body_full button {
	width: 238px;
	margin: 15px 0 0 0px;
	font-size: 15px;
	padding: 10px 0px;
	border: solid 1px #84b734;
	background: #92c83c;
	background: -webkit-gradient(linear, left top, left bottom, from(#92c83c), to(#84b734));
	background: -moz-linear-gradient(top, #92c83c, #84b734);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c83c', endColorstr='#84b734');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 1px 1px 0px #d9e5ed;
}
.body_centerCal button:hover, .body_full button:hover {
	background: #64a5d3;
	border: solid 1px #4b8fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#78b6e2), to(#64a5d3));
	background: -moz-linear-gradient(top, #78b6e2, #64a5d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b6e2', endColorstr='#64a5d3');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
}
.grrrn_button {
	width: 238px;
	margin: 0px 0 0 0px;
	font-size: 15px;
	padding: 10px 0px;
	border: solid 1px #84b734 !important;
	background: #92c83c !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#92c83c), to(#84b734)) !important;
	background: -moz-linear-gradient(top, #92c83c, #84b734) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c83c', endColorstr='#84b734') !important;
	margin-top: 15px;
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282 !important;
	box-shadow: inset 1px 1px 0px #d9e5ed !important;
}
.grrrn_button:hover {
	background : #64a5d3 !important;
	border: solid 1px #4b8fbf !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#78b6e2), to(#64a5d3)) !important;
	background: -moz-linear-gradient(top, #78b6e2, #64a5d3) !important;
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b6e2', endColorstr='#64a5d3' !important);
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff !important;
}
.body_leftfull button {
	border: solid 1px #84b734;
	background: #92c83c;
	background: -webkit-gradient(linear, left top, left bottom, from(#92c83c), to(#84b734));
	background: -moz-linear-gradient(top, #92c83c, #84b734);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c83c', endColorstr='#84b734');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 1px 1px 0px #d9e5ed;
}
.body_leftfull button:hover {
	background: #64a5d3;
	border: solid 1px #4b8fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#78b6e2), to(#64a5d3));
	background: -moz-linear-gradient(top, #78b6e2, #64a5d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b6e2', endColorstr='#64a5d3');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
}
.right_loginbox {
	width: 249px;
	height: auto;
	padding: 20px 10px;
	float: left;
	background: #72A226;
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
}
.right_loginbox h3 {
	color: #ffffff;
}
.right_loginbox input {
	width: 228px;
	height: auto;
	padding: 10px;
	float: left;
	border: solid #7F9DB9 1px;
	border-radius: 4px;
	background-color: #f0eef0;
	margin: 5px 0px 15px 0px;
	text-align: center !important;
	color: #000000 !important;
	font-size: 14px;
}
.right_loginbox button {
	padding: 6px 0px;
	font-size: 15px;
	width: 249px;
	margin: 0px;
	border: solid 1px #708d4a;
	background: #546a38;
	background: -webkit-gradient(linear, left top, left bottom, from(#7e9e53), to(#546a38));
	background: -moz-linear-gradient(top, #7e9e53, #546a38);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7e9e53', endColorstr='#546a38');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 0px 0px 0px #d9e5ed;
}
.right_loginbox button[type="button"]:hover {
	background: #D5DFB2;
	border: solid 1px #c7d1a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#EBF2D0), to(#D5DFB2));
	background: -moz-linear-gradient(top, #EBF2D0, #D5DFB2);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBF2D0', endColorstr='#D5DFB2');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
}
.body_full {
	width: 825px;
	height: auto;
	padding: 0px 0 0px 0px;
	float: right;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
.leftbox_team_mamber {
	width: 269px;
	height:520px;
	min-height: 520px;
	padding: 12px 0 10px 0px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin: 6px 0 20px 0px;
	line-height: 20px;
	overflow:auto;
	overflow-x:hidden;
}
.leftbox_team_mamber ul li {
	padding: 10px 8px;
	margin: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
}
.leftbox_team_mamber ul li.color {
	padding: 10px 8px;
	margin: 0px;
	background: #d1e3f1;
}
.leftbox_team_mamber h2 {
	margin-left: 12px;
}
.ourteam_map_area {
	width: 825px;
	height: auto;
	float: left;
	padding: 35px 0 0 0px;
}
.hoteldetail_container {
	width: 825px;
	height: auto;
	float: left;
	padding: 35px 0 25px 0px;
}
.hoteldetail_image {
	width: 149px;
	height: 152px;
	float: left;
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 5px;
	border-radius: 4px;
}
.hoteldetail_image1 {
	width: 180px;
	height: 152px;
	float: left;
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 5px;
	border-radius: 4px;
}
.hoteldetail_text_area {
	width: 566px;
	height: auto;
	float: left;
	padding-left: 25px;  word-wrap: break-word;
}
.body_leftfull {
	width: 825px;
	height: auto;
	padding: 0px 0 25px 0px;
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
.body_leftfull button {
	font-size: 15px;
	margin: 15px 0 0;
	padding: 10px 0;
	width: 238px;
}
.body_full_container {
	width: 1135px;
	height: auto;
	padding: 20px 0 40px 0px;
	float: left;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
.friends_box_container {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	float: left;
	font-size: 12px;
	height: auto;
	line-height: 20px;
	margin-right: 6px;
	min-height: 250px;
	padding: 6px;
	width: 264px;
}
.friends_box_image {
	width: 260px;
	height: 115px;
	float: left;
	background: #ffffff;
	border: solid 1px #cccccc;
	padding: 1px;
	margin-bottom: 15px;
	text-align: center;
}
.friends_box_container p {
	padding-bottom: 10px !important;
}
.contact_twitter_area {
	background: url(../images/icon_twitter.jpg) left top no-repeat;
	float: left;
	padding: 4px 0px 15px 45px;
	margin: 0px;
	width: 150px;
}
.right_map_area {
	width: 249px;
	height: auto;
	padding: 10px;
	float: left;
	background: #ffffff;
	border-radius: 4px;
	border: solid 1px #ccc;
}
.form_container {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
}
.form_area {
	width: 280px;
	height: auto;
	float: left;
	margin-right: 40px;
}
.form_area1 {
	width: 100%;
	height: auto;
	float: left;
}
fieldset {
	border: 0 none;
	margin: 0px;
	outline: medium none;
	padding: 0;
	width: 100%;
	float: left;
}
.inputlable {
	clear: both;
	display: block;
	margin-bottom: 7px;
	position: relative;
	width: 260px;
}
.inputbox {
	clear: both;
	float: left;
	margin-bottom: 32px;
	padding: 8px;
	width: 260px;
	background: #ffffff;
	border: solid 1px #d9d9d9;
}
.textareabox {
	clear: both;
	float: left;
	margin-bottom: 32px;
	padding: 8px;
	width: 580px;
	background: #ffffff;
	border: solid 1px #d9d9d9;
}
fieldset button {
	margin: 0px !important;
	padding: 6px 30px;
	width: 110px !important;
}
fieldset span {
	color: Red;
}
.right_calander {
	width: 239px;
	height: auto;
	padding: 20px 15px;
	float: left;
	background: #72A226;
	border-radius: 4px;
	box-shadow: 1px 1px 0px #c2c2c2;
}
.year_area_top {
	width: 229px;
	height: auto;
	padding: 5px;
	float: left;
	background: #4c6a23;
}
.year_arrow_area_left {
	width: 8px;
	height: auto;
	padding: 2px 0 0 10px;
	float: left;
}
.year_arrow_area_right {
	width: 8px;
	height: auto;
	float: right;
	padding: 2px 10px 0 0px;
}
.year_area {
	width: 182px;
	height: auto;
	float: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}
.day_right_area {
	width: 219px;
	height: auto;
	padding: 8px 10px 5px 10px;
	float: left;
	background: #eaf1cf;
	margin-top: 10px;
}
.day_right_area ul {
	padding: 0px;
	margin: 0px;
}
.day_right_area ul li {
	padding-right: 19px;
	margin: 0px;
	display: inline;
}
.day_right_area ul li:last-child {
	padding-right: 0px;
}
.date_inner_area {
	width: 225px;
	height: auto;
	padding: 7px 7px;
	float: left;
	background: #eaf1cf;
	margin-top: 10px;
}
.date_right_area_main {
	width: 225px;
	height: auto;
	padding: 0px;
	float: left;
	background: #f7f9ec;
	font-size: 13px;
	text-align: center;
}
.right_bottom {
	border-right: solid #ebf2d3 1px;
	border-bottom: solid #ebf2d3 1px;
	width: 21px;
	padding: 5px;
	float: left;
}
.right_bottom_white {
	border-right: solid #ebf2d3 1px;
	border-bottom: solid #ebf2d3 1px;
	width: 21px;
	padding: 5px;
	float: left;
	background: #ffffff;
}
.events_button_area {
	width: 100%;
	float: left;
	padding: 0px;
}
.events_button_area button {
	border: solid 1px #275c80;
	background: #2e5a78;
	background: -webkit-gradient(linear, left top, left bottom, from(#4384af), to(#2e5a78));
	background: -moz-linear-gradient(top, #4384af, #2e5a78);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4384af', endColorstr='#2e5a78');
	transition: color 0.3s ease-out 0s;
	border-radius: 4px;
	letter-spacing: 1px;
	text-shadow: 0 1px 0px #828282;
	box-shadow: inset 1px 1px 0px #d9e5ed;
	width: auto !important;
	padding: 8px 15px;
	font-size: 12px;
}
.events_button_area button:hover {
	background: #64a5d3;
	border: solid 1px #4b8fbf;
	background: -webkit-gradient(linear, left top, left bottom, from(#78b6e2), to(#64a5d3));
	background: -moz-linear-gradient(top, #78b6e2, #64a5d3);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b6e2', endColorstr='#64a5d3');
	border-radius: 4px;
	color: #000;
	text-shadow: 0 1px 0px #fff;
}
.ie1 .events_button_area button {
	padding: 8px 18px 8px 19px;
	font-size: 13px;
}
.ie1 .events_button_area button:hover {
	padding: 8px 18px 8px 19px;
	font-size: 13px;
}
.ie9 .events_button_area button {
	padding: 8px 18px 8px 19px;
	font-size: 13px;
}
.ie9 .events_button_area button:hover {
	padding: 8px 18px 8px 19px;
	font-size: 13px;
}
.ie8 .events_button_area button {
	padding: 8px 18px 8px 19px;
	font-size: 13px;
}
.ie8 .events_button_area button:hover {
	padding: 8px 18px 8px 19px;
	font-size: 13px;
}
.calander_area {
	width: 823px;
	float: left;
	height: auto;
	border: solid #d0daaa 1px;
	margin-top: 20px;
}
.calander_top_area {
	width: 813px;
	float: left;
	height: auto;
	background-color: #4c6a23;
	padding: 5px;
}
.week_area {
	width: 115px;
	float: left;
	height: auto;
	text-align: center;
	color: #ffffff;
}
.calander_light_area {
	width: 823px;
	float: left;
	height: auto;
	border-top: solid #b1c172 1px;
	background-color: #eaf1cf;
	padding: 0px;
}
.week_day {
	width: 101px;
	float: left;
	height: auto;
	text-align: right;
	color: #1f201c;
	border-right: solid #b1c172 1px;
	font-size: 12px;
	padding-right: 15px;
}
.week_day1 {
	width: 101px;
	float: left;
	height: auto;
	text-align: right;
	color: #1f201c;
	border-right: solid #b1c172 0px;
	padding-right: 15px;
}
.calander_white_area {
	width: 823px;
	float: left;
	height: auto;
	border-top: solid #b1c172 1px;
	background-color: #ffffff;
	padding: 0px;
}
.week_day_white {
	width: 106px;
	float: left;
	height: 60px;
	text-align: left;
	color: #1f201c;
	border-right: solid #b1c172 1px;
	font-size: 12px;
	padding: 5px;
	background-color: #ffffff;
}
.week_day_white1 {
	width: 106px;
	float: left;
	height: 60px;
	text-align: left;
	color: #1f201c;
	border-right: solid #b1c172 0px;
	padding: 5px;
	background-color: #ffffff;
}
.tooltip {
	outline: medium none;
	position: relative;
	text-decoration: none;
}
.tooltip .pop {
	display: none;
	left: 0px;
	position: absolute;
	top: -110px;
	z-index: 9999;
	width: 263px;
	height: 121px;
	padding: 5px 10px 10px 10px;
	background: url(../images/account_popup_bg.png) left top no-repeat;
	color: #5c5c5c;
	line-height: 18px;
}
.tooltip:hover .pop {
	display: block;
}
.tooltip:hover .pop span {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.tooltip:hover .pop p {
	padding-bottom: 15px !important;
}
ul.Objectives li {
	padding: 0 0 10px 0px;
	margin: 0px 0 0 15px;
	list-style: disc;
}
.body_full {
	width: 844px;
	height: auto;
	float: right;
	padding-top: 25px;
}
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width: 168px !important;
	float: left;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px;
	position: relative;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav a {
	width: 14px;
	height: 22px;
	margin: -11px 0 0 0;
	display: block;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}
.flex-direction-nav .flex-next {
	background-position: right top;
	right: -16px;
}
.flex-direction-nav .flex-prev {
	left: -16px;
	background-position: left top;
}
.flexslider:hover .flex-next {
	opacity: 1;
	right: -16px;
}
.flexslider:hover .flex-prev {
	opacity: 1;
	left: -16px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
#tweetTop {
	height: 200px;
	text-align: left;
	width: 100%;
}
.latestTweet {
	float: left;
	width: 100%;
	color: #000;
	height: 200px;
	line-height: 23px;
	font-size: 14px;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 244px;
height:235px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
float:left;	
padding: 0px 25px 15px 0px ;
}

.gry_container h2 a:link {
	color: #5B723C;
}
.gry_container h2 a:hover {
	color: #323232;
}

 .hidden-md-up {display:none;}
.hidden-sm-down {display:block;}

.togglemenu {  display: none;}


@media only screen and (max-width:1135px) 
{
.body_container {
    width: 1000px;
}
.body_area
{
    width:1000px;    
}
.header_container
{
    width:1000px;    
}
.main_nav_container{
    width:1000px;
}
nav ul.navigation{
    width:1000px;
}
nav ul.navigation li a
{
    padding:18px 16px;    
}    
.logo_area
{
    left:460px;    
}    
.search_area input
{
    width:165px;    
}
#Mainslider .slides
{
    min-height:285px !important;    
    height:auto;
}    
.body_centerCal
{
    width:430px;    
}    
.div_middle_area
{
    width:1000px;    
}    
.white_box_area
{
    padding:20px 15px;
    width:465px;
    margin-right:5px;    
    min-height:216px;
}    
.news_text_area {
    float: left;
    padding-left: 20px;
    width: 390px;
}    
.flexslider .slides > li
{
    width:145px !important;    
    padding:0px 5px;
    overflow:hidden;
}    
.bottom_slide_image_area
{
    padding:0px;    
}    
.flex-viewport
{
    width:461px;
    margin:0px auto;
    float:none;    
}
.green_container ul li
{
    width:145px;
    float:left;
    width:135px;    
}
.green_container ul li:first-child
{
    width:155px;    
}
.footer_left_Call
{
    width:760px;    
}
.footer_right
{
    width:200px;    
}
.slider_nav
{
    width:1000px;    
}
input[type="submit"], input[type="button"], input[type="reset"], button, input.active[type="submit"]:hover, input.active[type="button"]:hover, input.active[type="reset"]:hover, button.active:hover
{
    width:237px;    
}
.body_leftfull
{
    width:720px;    
}
.body_top_button_area
{
    width:1000px;    
}
.body_full_container
{
    width:1000px;    
}
.body_container .body_area.innerbody_area
{
    width:720px !important;    
}
.hoteldetail_container
{
    width:720px;    
}
.hoteldetail_text_area
{
    width:530px;    
}
.subpage_body_area
{
    width:1000px;    
}
.calander_area
{
    width:710px;    
}
.calander_top_area
{
    width:700px;    
}
.week_area
{
    width:100px;    
}
.calander_light_area
{
    width:710px;    
}
.week_day
{
    width:83px;    
}
.calander_white_area
{
    width:710px;    
}
.week_day_white
{
    width:88px;    
}
.body_full
{
    width:712px;    
}
.ourteam_map_area
{
    width:710px;    
}
.hoteldetail_container
{
    width:710px;    
}
.hoteldetail_text_area
{
    width:475px;    
}

.news_text_area {width:100% !important}
.news_container {width:100% !important}
nav ul.navigation li {font-size:15px;}
.header_wrapper {top:11px;}
.logo_area {left: 0; margin: 0 auto;  right: 0;  text-align: center;   top: 40px; width: 128px;}
.main_nav_container.fixed .logo_area { height: auto; left: 0;right: 0; top: 0; width: 80px;}
.main_nav_container {top:57px;}
nav ul.navigation { width: 100% !important;} 
.main_nav_container { margin-top: 26px;}
.main_nav_container.fixed { margin-top: 0;}
.hoteldetail_text_area {width:71% !important}
.toprightlogin {top:2px !important}
.footer_left_Call {
    padding-left: 5px;
    width: 98%;
}
}


@media only screen and (max-width:1100px) 
{.green_container ul li h2 a {padding-top: 10px;}
    
    }


@media only screen and (max-width:1000px) 
{
    
.body_container {
    width: 760px;
}
.body_area
{
    width:760px;    
}
.header_container
{
    width:760px;    
}
.main_nav_container{
    width:760px;
}
nav ul.navigation{
    width:760px;
}
nav ul.navigation li a
{
    padding:18px 8px;    
    font-size:13px;
}

.emptyNav
{
    width:165px;    
}    
 
.search_area input
{
    width:165px;    
}
#Mainslider .slides
{
    min-height:285px !important;    
    height:auto;
}    
.body_leftCal
{
    width:36%;    
}
.left_image_area
{
    width:100px;    
}
.leftbox_joinus, .leftbox_mamber, .leftbox_abouts
{
    width:225px;        
}
.leftbox_mamber
{
    margin:0px 10px 20px 10px;    
}
.body_centerCal
{
    padding:0 20px 0 0px;    
}
.div_middle_area
{
    width:760px;    
}    
.white_box_area
{
    margin:10px 0;
    padding: 20px 30px;
    width:700px;
}    
.news_text_area {
    float: left;
    padding-left: 20px;
    width: 570px;
}    
.flexslider .slides > li {
    display: none;
    float: left;
    width: 168px !important;
}   
.bottom_slide_image_area {
    padding: 0 9px;
    width: 149px;
}   
.flex-viewport
{
    width:710px;
    margin:0px auto;
    float:none;    
}
.news_container
{
    width:700px;    
}
.green_container ul li
{
    width:145px;
    float:left;
    width:95px;    
}
.green_container ul li:first-child
{
    width:155px;    
}
.green_container ul li h2 a
{
    padding-top:20px;    
}
.footer_left_Call ul li
{
    padding:0px 6px;    
}
.footer_left_Call
{
    width:640px;    
}
.footer_right
{
    width:160px;    
}
.socila_area
{
    padding-top:0px;
    margin-top:-34px;    
}
h2
{
    font:20px/26px 'merriweatherregular'    
}
.slider_nav
{
    width:760px;    
}
input[type="submit"], input[type="button"], input[type="reset"], button, input.active[type="submit"]:hover, input.active[type="button"]:hover, input.active[type="reset"]:hover, button.active:hover
{
    width:179px;    
    font-size:14px;
    margin-right:10px;
}
.body_leftfull
{
    width:100%;    
}
.body_container .subpage_body_area .body_leftfull, .body_container .subpage_body_area .body_leftfull .hoteldetail_container, .body_container .subpage_body_area .body_leftfull .form_container
{
    width:760px;    
}



.body_top_button_area
{
    width:760px;    
}
.body_full_container
{
    width:760px;    
}
.body_container .body_area.innerbody_area
{
    width:100% !important;     padding:0px 20px;
}
.hoteldetail_container
{
    width:720px;    
}
.hoteldetail_text_area
{
    width:530px;    
}
.subpage_body_area
{
    width:760px;    
}
.calander_area
{
    width:710px;    
}
.calander_top_area
{
    width:700px;    
}
.week_area
{
    width:100px;    
}
.calander_light_area
{
    width:710px;    
}
.week_day
{
    width:83px;    
}
.calander_white_area
{
    width:710px;    
}
.week_day_white
{
    width:88px;    
}
.body_full
{
    width:59%;    
}
.ourteam_map_area
{
    width:390px;    
}
.hoteldetail_container
{
    width: 100% !important;
}    

.hoteldetail_text_area
{
    width:309px;    
    padding-left:10px;
}
.eventCal .body_leftfull
{
    width:760px;    
}
.eventCal .body_rightCal
{
    float:left;    
}
.eventCal .hoteldetail_container
{
    width:760px;    
}
.eventCal .right_calander
{
    margin-top:0px !important;    
}
.h1_text {
    width: 62%;
}
.h1_button_text {
    width: 37%;
}
.h1_button_text .button
{
    width:130px !important;    
}
.guests_leftbox_mamber
{
    width:730px;    
}

.green_container ul li h2{margin-top: 0px !important;}

.green_container ul li h2 a {padding-top: 14px;}

}
.msgtable  img { max-width:none;}



@media only screen and (max-width:767px) 
{
    .main_nav_container, .hidden-sm-down {display:none;}
    .body_container, .div_middle_area, .header_container, .footer_address_area {width:100%;}
    .subpage_body_area, .ourteam_map_area, .body_leftCal, .RD2 .text, .leftbox_team_mamber ul div.RD2.leftbox_team_mamber ul div.RD2,  .leftbox_team_mamber ul div.RD2  {width:100% !important;}
    .body_full { padding: 25px 15px 0;  width: 95%;}
    .green_container ul li:first-child {display:block; width:99%;}
    .footer_left_Call { padding: 0 20px;   width: 93%;}
    .hidden-md-up {display:block} 
    .leftbox_team_mamber, .body_area, #friends_box_container  {width:99% !important;}
    .hoteldetail_text_area { width: 50% !important;}
    .hoteldetail_image1 {width:33%}
    .body_full_container { padding-left: 20px;    width: 95%;}
    .body_container .body_area.innerbody_area{ width:92% !important;     padding:0px 20px;}
    .hoteldetail_text_area { width: 67% !important;}
    .hoteldetail_text_area {margin-top: 20px;  width: 67% !important;}
.togglemenu { display: block;}
.hidden-sm-downm {display:none;}
 .wrapper-flush button,  .wrapper-flush button.active:hover { background:transparent !important; border:1px solid #000 !important; height:auto; width:auto;  box-shadow: none; }

 .toprightlogin {z-index:1 !important;}
.loginpanel {
    background: rgba(5, 5, 5, 0.35) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    height: 50%;
    left: 0;
    overflow: scroll;
    padding: 35px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.booknowpopapclick {position: fixed;  right:10px;  text-align: center; top: 10px; z-index: 1;}
.toprightlogin {position:initial !important;}
.boonnowpopappopapclose {
    color: #ffffff;
    cursor: pointer;
    font-size: 29px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.logo.mobiletoggle {
    left: 0px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 10%;
    z-index: 1;  right: 0;
}


.header_wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
    top: 0;
    width: 100%;
    z-index: 99; position:fixed; height:50px

}
.wrapper.wrapper-flush {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.green_container .div_middle_area li {margin: 4px;}
.hoteldetail_text_area {padding-left:0px;}
#friends_box_container {width:100% !important;   min-height: auto !important;  height: auto !important;}
.teammembers {padding-left:10px; padding-right:10px;}
 body {  overflow-x: hidden;} 
.teammembers .leftbox_team_mamber {width:93% !important; margin-top:15px;}
.teammembers .ourteam_map_area {width:98% !important}
.hoteldetail_text_area { margin-top: 20px;  width: 93% !important;   word-wrap: break-word;}
.body_full_container.boardroom { width: 90%;} 
.boardroom_container {display:inline-block; width:97% !important;}
.body_area.ourfriends { padding: 30px 0 15px 5px !important;}

.hoteldetail_container {
    width: 98% !important;
}
.toprightlogin ul li input {float:left !important}
footer {  margin-bottom: 0 !important;}
}



@media only screen and (max-width:480px) 
{
.week_area {width: 64px;}
.week_day {width: 49.5px;}
.week_day_white {width: 54.5px;}
.week_day1 {width: 42px;}
.leftbox_mamber {margin: 0px 10px 17px 2px;}
.green_container .div_middle_area li {margin: 3px;}
.body_container {width: 100%;}

 .body_area {padding: 30px 0 35px 15px;}   

 }
 
@media only screen and (max-width:479px) 
{
.header_container #userinfo{width:100% !important}
.hoteldetail_image1 { width: auto !important; height:auto!important;}
.toprightlogin ul li.password, .toprightlogin ul li.username {width:200px !important; margin-bottom:20px;}
 body {  overflow-x: hidden;} 
.logo.mobiletoggle {   top: 5px;  width: 17%;}
.week_area { width: 48px;}
.week_day1 {width: 32px;}
.week_day {  width: 34px;}
.week_day_white1, .week_day_white {  width: 39px;}
.week_day_white { height: 90px;}
.week_day_white{ font-size: 10px;}
.toprightlogin ul li.password, .toprightlogin ul li.username {width: 65% !important;}
.body_centerCal {padding: 0 12px 0 0px;}
.leftbox_joinus, .leftbox_mamber, .leftbox_abouts { display: inline-block; float: none;    width: auto;}
.body_top_button_area {float:none; display:inline-block; text-align:center;}
.guest_membership{padding-left:0px;}
.guest_membership .body_centerCal {padding-left:15px; padding-right:15px;}
.guest_membership .body_centerCal { width: 91%;}
.guest_membership  .body_full {float: left;padding: 25px 15px;width: 91%;}
.adr{text-align:center;padding: 0px 0px 10px 0px;}
.footer_left_Call > ul{text-align:center;margin: 0px 0 15px 0px;}
.green_container ul {display: inline-block;padding: 0 0px;text-align: center;width: 100%;}
.green_container ul li h2  {text-align:center;}
.green_container ul li h2 a {float: none;padding-top: 14px;}
.green_container {display: inline-block;float: none;padding: 25px 0;}
.body_container.eventCal { width: 90%;}
.email_area{margin-left: 22%;}
.text-left{text-align:left !important;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0 5px;}
.green_container ul li { display: inline-block;   float: none; padding: 0;}
}
