.bar .logo { max-height: 3.857143em; }

.container { line-height: 36px; }

section.space--lg, footer.space--lg { padding-top: 8.85714286em; }

#map { width: 100%; height: 100%; display: block; }

.feature:not(.boxed) { margin-bottom: 0px; }			
a.section-link { color: #666; font-weight: normal; }
a.section-link:hover { color: #000; }

section.testimonial { padding-top: 3.428571em; padding-bottom: 3.428571em; }
section.testimonial p { line-height: 20px; margin-bottom: 20px; }
section.testimonial p.testimonial-name { font-weight: 600; }

section.local-attraction { padding-top: 3.428571em; padding-bottom: 3.428571em; }
section.local-attraction p { line-height: 20px; margin-bottom: 20px; margin-bottom: 0; }
section.local-attraction h5 { margin-bottom: 6px; }

.feature p { line-height: 25px; }

.bar-1 .menu-horizontal>li>.dropdown__trigger, .bar-1 .menu-horizontal>li>a {  opacity: 1 !important; }
.bar-1 .menu-horizontal>li>.dropdown__trigger, .bar-1 .menu-horizontal>li>a:hover {  border-bottom: 1px solid #fff !important; }

p { opacity: 1!important; }

.lead { color: #545252!important; }

@media all and (min-width: 750px) {
	.cover.cover-features .awards { position: absolute; right: 0; bottom: -110px; }
	.cover.cover-features .awards img { vertical-align: top !important; }
}

.cover.cover-features .lead { color: #fff!important; }

.cover.cover-features.imagebg .background-image-holder:before {
	opacity: 0.7;
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
    top: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}

[data-scrim-bottom]:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
    bottom: 0;
    left: 0;
    z-index: 1;
    backface-visibility: hidden;
}

@media (min-height: 600px) and (min-width: 767px)	{
	.height-50 { height: 34vh; }
}

@media screen and (max-width: 990px) {
	section.space--lg, footer.space--lg { padding-top: 4.85714286em; }
	.bar .logo.logo-light { display: none; }
	.bar .logo.logo-dark { display: block; }
}

@media (min-width: 990px) {
	.bar__module:not(:only-child) .menu-horizontal { top: 10px;	}
	.bar .logo.logo-light { display: block; }
	.bar .logo.logo-dark { display: none; }
}

@media (max-width: 770px) {
	.bar .logo { margin-bottom: 10px; }
}
@media (max-width: 767px) {
	.feature p {
		margin: 0 0 30PX 0;
		line-height: 26px;
	}			
}
