@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');
body {
	margin:0px;
	font-family: 'Roboto', sans-serif;
	color:#000000;
	font-size:16px;
	line-height:1.5;
	background: #2a2a2a;
	letter-spacing:.02em;
	font-weight:300;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:1px solid transparent;
}

a:active, a:focus {
	outline: 1px solid #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
.e3pagetemplate {
	color:#000000;
	font-size:16px;
}
.e3pagetemplate a {
	color: #004b2c;
}
h1, h2, h3, h4, h5, h6 {
	color: #2A2A2A;
	font-family: 'Roboto', sans-serif;
	margin:0;
}
h3{
	font-size:20px;
	font-weight:300;
	line-height:1.3;
}
.banner h3{
	font-size: 23px;
	display: block;
	color:#2a2a2a;
}

a.e3-button {
	background: #004B2C;
	border: 1px solid #004B2C;
	border-radius: 0;
	color: #fff;
	display:  flex;
	padding: 5px 25px;
	text-transform: uppercase;
	transition: .5s all;
	justify-content:  center;
	width:  auto;
	align-items: center;
}
.page-content a.e3-button {
	display: inline-block;
}
a.e3-button img{
margin:0 10px 0 0;
}
a.e3-button:hover {
	background: #00341F;
	color: #fff;
	/* transition: .5s all; */
	border: 1px solid #00341F;
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header, .DesignMode header {
    position: relative;
}
.fa > span {
	display:none;
}
header {
    background: #fff none repeat scroll 0 0;
    border-bottom: none;
    float: left;
    height: 75px;
    transition: top 0.3s ease 0s;
    width: 100%;
    z-index: 200;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
    position: fixed;
}
header .mobile-nav-btn {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    width: 10%;
	position: relative;
    z-index: 5;
}
header #menu-button {
    color: #000;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #004B2C none repeat scroll 0 0;
    color: #fff;
    box-shadow: 2px 1px 5px rgba(0,0,0,0.33);
}
.mobile-nav-btn {
    float: left;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border-radius: 0;
    font-weight: normal;
    border:none;
    font-size: 14px;
	text-transform: uppercase;
}
#main-menu > li > a {
    background:none;
    color: #fff;
    text-shadow: none;
}
#main-menu a.current {
	background: transparent;
	color: #fff;
}
#main-menu ul a.current {
	background: #00301C;
	color: #fff;
}
#main-menu ul a {
	background: #00301C none repeat scroll 0 0;
	color: #fff;
	/* font-size: 14px; */
}
#main-menu > li > ul > li a {
    color: #fff;
	background: #00301C none repeat scroll 0 0;
}
#main-menu > li > ul > li > ul > li a {
    color: #fff;
	background: #00301C none repeat scroll 0 0;
}
#main-menu .sub-arrow {
    background: #00301C none repeat scroll 0 0;
    color: #fff !important;
    border-radius: 0;
    width: 42px;
}
header .MyProfile_Member {
    background: transparent;
    border: medium none;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 10%;
}
.MyProfile_Svg {
	color: #000;
	float: right !important;
	margin: 15px 0 0 10px !important;
	width: 30px !important;
	height: 30px !important;
}
.MyProfile_Svg svg {
	fill: #2a2a2a;
}
header .MyProfile_Member .click_transparent {
	width: 100%;
}
header .MyProfile_Member .MyProfile_Name {
    display: none;
}
header .MyProfile_Member .arrow-down {
    display: none;
}
header .MyProfile_Member .fullView {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 75px;
    width: 190px;
}
header .MyProfile_Member .MyProfile_FullMain {
    border: medium none;
    padding: 0;
    width: 100%;
}
header .MyProfile_Member .fullView a {
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
header .MyProfile_Member .fullView a:hover {
    color: #dfdfdf;
    background: #567E57 
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #fff;
}
header .logo {
    float: left;
    height: 60px;
    left: 50%;
    margin: 8px auto 0;
    /* overflow: hidden; */
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 70%;
    display:block;
}
header .logo img {
    max-height: 97%;
    max-width: 100%;
}
a {}

.header-book-now {
    float: right;
    display:none;
}
.banner {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
    margin: 75px 0 0;
    overflow: hidden;
}
.page-content {
	float: left;
	width: 100%;
	margin: 0;
}
.page-content .container {
    padding: 0;
}
footer {
	float:left;
	width: 100%;
	background: #2A2A2A;
	position: relative;
	font-size: 14px;
}
.footer-top {
	clear: both;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
	color: #fff;
	padding: 0;
	/* font-size: 18px; */
	text-align: center;
}
.fwrap2 .fa, .fwrap4 .fa {
	color: #fff;
	font-size: 20px;
	text-decoration:none;
	letter-spacing: 1px;
}
.footer-bot {
	float: left;
	width: 100%;
	padding: 10px 0;
	line-height: 2;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.footer-bot h3 {
	color: #fff;
}
.footer-bot a {
	color: #fff;
	text-decoration: none;
}
.ft-copyright {
	float: left;
	width: 100%;
}
.poweredby {
	float: left;
	clear: both;
	width: 100%;
}
.fwrap1 {margin: 0;}

.fwrap3 {/* margin: 0 0 20px; */}
.fwrap4 {
    width: 50%;
    float: left;
}

.fwrap5 {
    width:  50%;
    float: left;
}
.fwrap6 a:first-child {
    margin: 0 0 0 15px;
}
footer .fa {
    margin: 9px 6px 0 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
	a.e3-button {
    font-size: 18px;
}
	header {
		height: auto;
		transition: 0.3s ease;
		background: #fff;
	}
	header.fixed {
		position: fixed;
		height: 85px;
	}
	.EditMode header.fixed {
		position: relative;
	}
	header.fixed .MyProfile_Member {
		margin: 0;
	}
	header.fixed .MyProfile_Member .MyProfile_Name {
		font-size: 16px;
	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	/*my profile */
	header .MyProfile_Member {
	    float: right;
	    height: auto;
	    margin: 15px 0 22px;
	    position: relative;
	    width: auto;
	    height: 37px;
	    z-index: 5;
	}
	header .MyProfile_Member .MyProfile_SignedOut {
	border-radius: 7px;
	display:  flex;
	padding: 10px 10px 15px;
	text-transform: uppercase;
	transition: .5s all;
	justify-content:  center;
	align-items: center;
	}
	header .MyProfile_SignedIn {
		height: auto;
		padding: 4px 20px 8px;
	}
	header .MyProfile_Member .MyProfile_SignedIn .MyProfile_Svg {
		display: none;
	}
	header .MyProfile_Member .MyProfile_SignedOut .MyProfile_Svg {
		display: none;
	}
	header .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
		text-transform:  uppercase;
		font-weight: bold;
		margin: 0px;
	}
	.MyProfile_Svg {
		/* color: #fff; */
		float: left !important;
		margin: 5px 10px 0 0!important;
		width: 20px !important;
		display: none;
		height: 20px !important;
	}
	.MyProfile_Svg svg {
		/* fill: #beae5b; */
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #2a2a2a;
		display: inline-block;
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		text-shadow: none;
		width: auto;
		margin: 4px 0 0;
		font-weight: normal;
	}
	header .MyProfile_Member .arrow-down {
		/* border-top-color: #fff; */
		display: inline-block;
		margin: 12px 5px  0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0,0,0,0.9) none repeat scroll 0 0;
		left:auto;
		right: 0;
		top: 38px;
	}
	header.fixed .MyProfile_Member .fullView {
		top: 44px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #D4D4D4;
	}
	header .MyProfile_Member .fullView a div {
	}
	header .logo {
    	/* height: 69px; */
    	margin: 8px auto;
    	width: auto;
 }
	header .logo img {
		transform: scale(1);
		transition: 0.3s ease;
	}
	header.fixed .logo {
		height: 73px;
		margin: 0px auto 0;
		/* width: 315px; */
		min-height: auto;
	}
	header.fixed .logo img {
		/* transform: scale(0.8); */
		margin: 17px 0 0;
	}

	.page-content {
	}
	.page-content > .container {
	}
	footer {
	}
	.footer-top {
		padding: 0;
	}
	.ft-copyright {
		width: 50%;
		text-align: left;
	}

.fwrap3 {
    margin: 0;
}
.fwrap4 {
text-align:right;
padding:0 10px;
}

.fwrap5 {
   text-align: left;
   padding:0 10px;

}
.fwrap7 {
    display:  inline-block;
}
	.poweredby {
	float: none;
	clear: none;
	text-align: right;
	display: inline-block;
	width: auto;
	}

}
@media (min-width: 1025px) {
	header.fixed .header-social {
    margin: 9px 0 0;
	}
	header {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.76) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2000000', endColorstr='#00000000',GradientType=0 );

	height: 165px;box-shadow: none;
	}
	header > .container {
		width: 100%;
		height: 100%;
		padding: 30px 10px;

	}
	header .logo {
		margin: 0;
		box-sizing: border-box;
		padding: 0 11px;
		text-align: center;
		float:  left;
		z-index: 1;
		position:  relative;
		left: 50%;
		height: 100%;
		clear:  both;
		transform: translateX(-50%);
	}
	header .logo img {
		float: left;
		margin: 10px 0 0 0;
	}
	header.fixed .logo {
		background-position: center -59px;
		z-index: 1;
	}
	header .mobile-nav-btn {
		display:none;
	}
	#divMainMenu {
		position: relative;
		float: left;
		margin: 0;
		position:  absolute;
		position: absolute;
		/* width: 100px; */
		left:  50%;
		/* top: 0; */
		transform: translateX(-50%);
		z-index: 10;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;

		padding: 0;
		/* position: absolute; */
		text-align: center;
		width: auto;
		margin: 0 auto;
		/* margin: 0; */
	}
	header.fixed nav {
		margin: 0 auto;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		white-space: nowrap;
		width: auto;
		margin: 0 auto;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
		font-size: 17px;
		text-transform: uppercase;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent;
		color: #fff;
		padding: 10px 10px 15px;
		margin-bottom: 0;
		border-bottom:4px solid transparent;
		font-size: 18px;
		text-transform: uppercase;
	}
	header.fixed #main-menu > li > a {
		padding: 14px 15px 14px;
	}
	#main-menu a.hover {
	}
	#main-menu > li > a.current {
		border-bottom: 4px solid #567E57;
		color:#fff;
	}
	#main-menu > li > a:hover {
		border-bottom: 4px solid #567E57;
		color:#fff;
	}
	#main-menu ul {
		background: transparent;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: auto !important;
		padding: 0;
	}
	#main-menu ul a.current {
		color: #dfdfdf;
		background: rgba(0,0,0,.9);
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		color: #dfdfdf;
		background: #567E57;
	}
	#main-menu ul ul > li {
		color: #dfdfdf;
	}
	#main-menu > li > ul > li a {
		background: rgba(0,0,0,.9) none repeat scroll 0 0;
		color: #dfdfdf;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: rgba(0,0,0,.9) none repeat scroll 0 0;
		color: #dfdfdf;
		text-align: left;
	}
	#main-menu ul ul > li a {
		color: #dfdfdf;
	}
	#main-menu > li > ul > li > ul {
		left: 0 !important;
		right: auto !important;
	}
	#main-menu > li > ul > li > ul > li > ul > li a {
		background: rgba(0,0,0,.9) none repeat scroll 0 0;
		color: #dfdfdf;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: rgba(0,0,0,.9) none repeat scroll 0 0;
		color: #dfdfdf;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	.description-text1 .container {
		/* height: 100%; */
		font-size: 32px;
		max-width: 760px;
		padding: 0;
		/* font-weight: 300; */
	}
header.fixed div#divMainMenu {
    margin: 30px 0 0 0px;
}
.banner .camera_caption {
    position:  absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 100%; */
    color:  #fff;
    z-index: 8;
    left: 50%;
    background: none;
    /* z-index: 1; */
    text-align:center;
}

.banner .camera_caption > div{
    max-width: 800px;

}
.banner-text {
    font-size: 50px;
}
.banner {
    margin: 0;
}
.MyProfile_Svg svg {
    fill: #fff;
}

header .MyProfile_Member .MyProfile_Name {
    color: #fff;
}
.header-book-now {
    display: block;
    margin: 7px 20px 0 0;
}

	header .MyProfile_Member {
		margin: 0;
		background: none;
		/* position:  absolute; */
		right: 0;
	}
	.ft-logo,  .ft-social {
		padding: 0;
	}
	.ft-addy, .ft-contact {
		padding: 0 15px;
		text-align: left;
	}
	.footer-top .container {
    /* display: flex; */
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    max-width: 1170px;
}
.fwrap1 {
    flex-grow: 1;
    align-items: center;
    display: inline-block;
}
.fwrap2 {
    flex-grow: 2;
    /* float: left; */
    margin: 0px 0 0 20px;
    /* flex-grow: 1; */
    display: inline-block;
}

.fwrap3 {
    /* float: left; */
    margin: 0px 0 0 20px;
    flex-grow: 1;
    display: inline-block;
}
.fwrap4 {
    display:  inline-block;
    margin: 0px 0 0 20px;
    float: none;
    padding: 0;
    width: auto;
}
.fwrap5 {
    width:  auto;
    display: inline-block;
    float: none;
    margin: 0px 0 0 20px;
    padding: 0;
}

.fwrap6 {
    display:  inline-block;
    margin: 0px 0 0 20px;
}


.f-address-wrap {
    width: 100%;
}

.f-address-wrap > div:first-child {
    display: block;
    margin: 0px 8px 0 0;
}

.footer-top {
    text-align: left;
}

.f-address-wrap > div {
    float: left;
    width: auto;
}.ft-copyright {
    width:  auto;
    display:  inline-block;
    float:  none;
}

.poweredby {
    float:  none;
    clear:  none;
    width:  auto;
    display: inline-block;
}
}
@media (min-width: 1200px) {

}
.EditMode .banner {
    margin: 97px 0 0 0;
    z-index: 1;
    overflow: visible;
}
.banner > img {
    width: 200%;
    transform: translateX(-25%);
}
@media (min-width: 768px) {

.banner > img {
    width: 150%;
    transform: translateX(-15%);
}
}
@media (min-width: 1025px) {

.banner > img {
    width: 100%;
    transform: translateX(0%);
}
}