.homeGallery img {height: 600px; width: auto!important;}
.subBlurbTwo {margin: 20px 0px;font-size: 20px; text-align: center; font-weight: bold;}
#indexTextContainer {background: #fff; color:#222; font-weight: 100; font-size: 16px; line-height: 32px; padding: 30px; margin: 10px; }
.homeList {list-style: none; padding: 0px; margin:30px 0px;}
.footerMap {background:#fff; padding: 20px;}
.footerMapInner {max-width: 1080px; margin: auto}
.homeList span {font-size: 24px; text-align: center; display: block; margin-bottom:20px; font-weight: 100;}
.homeList > li {background: #fff; padding: 20px; margin:20px 10px; font-size: 14px; font-weight: 100; line-height: 28px;}
.homeList img {display:block; width: 100%; margin-bottom: 20px;}
.title {font-size: 42px; line-height: 52px; text-align:center;text-transform: uppercase; margin:0px auto 10px; font-weight:100;padding: 10px; color:#fff; background: #335F49;}
.homeTitle {font-size: 42px; line-height: 52px; text-align:center;text-transform: uppercase; margin:30px auto 10px; font-weight:100;padding: 10px; color:#335F49;}
.lineHeight {line-height: 32px;}
.contentPad {padding-top:20px;}
.blurbContainer {position: absolute; top:200px; left:50px; right: 50px;}
.blurb {text-align:center;text-shadow: 2px 2px 2px rgba(0,0,0,0.82); font-family: 'Yellowtail', cursive;transform: rotate(352.817deg); font-size: 72px; color: #fff; }
.subBlurb  {text-align:center;text-shadow: 2px 2px 2px rgba(0,0,0,0.82); font-size:24px; color: #fff;}
.buttonPrimary { -webkit-appearance: none;-moz-appearance: none;cursor:pointer;background:#ECA806; color:#fff; font-size: 16px; font-weight: normal; display: block; padding: 7px; border-radius: 3px; text-align: center; margin-top: 20px; }
.buttonPrimary:hover {text-decoration: none; background: #ffba00; color:#fff;}
#homeBookButton {max-width: 200px; margin: 30px auto 0px;}
.amenitiesList {list-style: none; padding: 30px 0px 80px 0px; margin: 0px; text-align: center;}
.amenitiesList li {padding: 0px 25px; line-height: 24px;}
.amenitiesList b {font-size: 18px; font-weight: bold; display: block; margin-bottom:10px;}
.amenitiesList img {width: 50px; margin: 50px auto 10px; opacity: .3;}
.footer {color:#fff; background: #0c4428;  text-align: center; padding: 20px; font-size: 12px;}
.social {color:#fff; text-align: center; padding: 0px 10px 20px; margin-top:0px;}
.social a {border:3px solid white; color:#4681BC; background: #FFF; font-size: 24px; border-radius: 55px; height: 40px; width: 40px; text-align: center; line-height: 43px; display: inline-block; margin: 10px 10px 10px;}
.social > a:hover {background: transparent; color:#fff;}
.slick-prev::before, .slick-next::before {
  font-family: FontAwesome!important;
	z-index: 1045!important;
	font-size: 32px!important;
}
.slick-prev::before {
  /* fa-arrow-circle-left */
	content: "\f0a8"!important;
	height:43!important;
}
.slick-next::before {
  /* fa-arrow-circle-right */
	content: "\f0a9"!important;
	height:43!important;
}
.slick-prev {
	position: absolute;
	left: 0px!important;
	z-index: 945!important;
	font-size: 32px!important;
	height:43!important;
	width:auto!important;

}
.slick-next {
	position: absolute;
	right: 0px!important;
	font-size: 32px!important;
	height: 43!important;
	width: auto!important;
}

.slick-dots li button:before {
  font-family: FontAwesome!important;
	 content: "\f111"!important;
	font-size: 10px!important;
}
a {font-weight: normal}
* {transition: all ease .2s;font-family:'Montserrat', sans-serif;}
body {background: #216950; background-image: url("../images/bg_repeat.jpg"); background-repeat: repeat; margin: 0px; padding: 0px; font-size: 18px; position: relative}
.logo {text-align:center; text-transform: uppercase; font-size: 52px; line-height: 52px; padding: 90px 15px 10px; color:#fff; font-family:'PT Sans', sans-serif;}
.logo span {display: block; font-size: 18px; letter-spacing: 2px;}
.logoNew {position: absolute; left:20px; top:0px;}
.logoNew img {max-width: 120px;}
.bookNow {display: block; border:1px solid #fff; padding: 5px; font-size: 16px; height: 30px; line-height: 30px;font-family:'Montserrat', sans-serif; text-align: center; color:#fff; width:calc(100% - 65px);}
.bookNow:hover {text-decoration: none; background:#fff; color:#000; }
.container {max-width: 1280px; margin: 0px auto; font-weight: 300;}
.newContentContainer {background-color: rgba(255,255,255,.9); padding: 20px; margin: auto; font-size: 18px; line-height: 32px;}
.newContentContainer > div {max-width: 1024px; margin: auto;}

.header {position: absolute; padding:7px 0px 0px 0px; position: fixed!important; left:0px; right: 0px; top:0px; z-index: 1042}
.innerHeader {margin:0px auto; position: relative; text-align: center;}
.mobileMenu {
    list-style-type:none;
    margin:0px;
    padding:0px;
	text-align: center;
}
/*Create a horizontal list with spacing*/
.mobileMenu li {
    display:inline-block;
}

/*Style for menu links*/
.mobileMenu > li > a {
    display:block;
	text-transform: uppercase;
    height: 40px;
	font-weight: normal;
	font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
	padding: 0px 10px;
	letter-spacing: 1px;

}
/*Hover state for top level links*/
.mobileMenu li:hover a {
    background: #fff;
	color: #000;
	text-decoration: none;
}
/*Style for dropdown links*/
.mobileMenu li:hover ul a {
  background: #06A7A5;
    height: 50px;
    line-height: 50px;
}
/*Hover state for dropdown links*/
.mobileMenu li:hover ul a:hover {
    color: #fff;
	background: #286FC8;
}

/*Hide dropdown links until they are needed*/
.mobileMenu li ul {
    display: none;
	list-style-type:none;
    margin-top:10px;
    padding:0;
}
/*Make dropdown links vertical*/
.mobileMenu li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.mobileMenu li ul li a {
   width: 100%;
	display: block;
    padding: 10px;
	height: auto;
}
/*Display the dropdown on hover*/
.mobileMenu li a:hover + .hidden, .hidden:hover {
    display: block;
	z-index: 9999;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #FFF;
	background: rgba(0,0,0,.5);
	text-align: center;
    padding: 24px 0px 0px 12px;
    display: none;
	width: 50px;
	line-height: 25px;
	box-sizing: border-box;
	float: right;
	margin:0px 0px 0px 0px;
	position: absolute;
	top: 10px;
	right: 13px;
	z-index: 9999;
	height: 50px;
}
/*Hide checkbox*/
.header input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.header input[type=checkbox]:checked ~ #menu{
    display: block;
}

.show-menu span {background:#FFF;display:block;height:3px;position:relative;transition:background .2s ease-out;width:25px;}
.show-menu span:before,
.show-menu span:after{background:#FFF;content:'';display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%;}
.show-menu span:before {top: 9px;}
.show-menu span:after {top: -9px;}

.header input[type=checkbox]:checked ~ .show-menu span {background: transparent;}
.header input[type=checkbox]:checked ~ .show-menu span:before {transform: rotate(-45deg);top:0px;}
.header input[type=checkbox]:checked ~ .show-menu span:after {transform: rotate(45deg);top:0px;}

.welcomeText {
	padding:0px 20px 50px 20px; max-width: 1024px; margin:auto; text-transform: none; font-style: normal;
}
.subTitle {font-size: 28px; color:#222; margin:50px 0px 20px; text-align: center;}

.bgContainers {
	background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 20px;
}
#bgOne {
	background-image: url("../images/eagle/homepic1.jpg");
}
#bgTwo {
	background-image: url("../images/eagle/homepic2.jpg");
}
.bgContainers > div {background: white; color: #000; padding: 20px; }

.headerScroll .logoNew img {width: 50px; margin-top:-10px;}
.headerScroll .show-menu {margin-top: -20px!important;}
.headerScroll   .mobileMenu  {top:40px;}
.logoNew {margin:0px 40px 0px 0px; vertical-align: top;}

@media screen and (min-width:768px){
	.headerScroll .logoNew img {width: 50px; margin-top:10px;}
	.newContentContainer {margin: 40px auto; max-width: 1000px; min-height: 700px; padding: 50px;}
	.newContentContainer a {font-size: 18px;}
	.blurbContainer {padding: 0px 100px;}
	.blurb {font-size: 134px;}
	.subBlurb {font-size: 42px; top:350px;}
	#homeBookButton {top:430px;}
	.homeGallery img {height: auto; width:100%!important; }
	.homeList {margin:80px auto; width: 1090px;}
	.homeList li {position:relative; display: inline-block; width: 300px; height:280px; vertical-align:top}
	.homeList a {position: absolute; bottom:20px; left:20px; right: 20px;}
	.logoNew {margin:-20px 40px 0px 0px; vertical-align: top;}
.logo {font-size: 52px; font-weight: 100; margin-bottom:20px;}
.title {padding:10px;margin:10px auto 30px;}
.bookNow {display: inline-block; width: 170px; float: right;}
.bgContainers {max-width: 1024px; margin: 150px auto; padding: 100px 250px; box-sizing: border-box; }
.bgContainers > div {padding: 60px; box-sizing: border-box;}
.mobileMenu {display: inline-block;}
.mobileMenu > li > a {padding: 0px 20px;}
.mobileMenu li ul {position: absolute; width: 200px; top:70px;}
.welcomeText {margin:200px auto 0px; max-width: 900px;}
.amenitiesList {padding-bottom:100px;}
.amenitiesList > li {display: inline-block; max-width:300px;}
.header {text-align: center; padding: 40px 0px 0px; height: 90px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.40+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
}
.headerScroll {background:rgba(0,0,0,.9); height: 40px;}

@media screen and (min-width:1200px) {
	#indexTextContainer {
		max-width: 1100px;
		margin: 120px auto 0px;
		padding: 10px 50px 50px;
	}
	.headerScroll {padding: 20px 0px 10px;}
	.innerHeader {padding: 0px 30px;}
	.logoNew {float:left;}
	#menu {float: right;}

}

@media screen and (max-width:767px){

	#gridResponsive > section {width: 100%;}
	.left {float: left;}
    /*Make dropdown links appear inline*/
    .mobileMenu {
		height: 90vh;
		padding-bottom: 200px;
		overflow-y: auto;
        position: absolute;
		top:75px;
		bottom:0px;
		width: 100%!important;
		background: #0a0a0a;
		left:0px;
		right:0px;
        display: none;
		z-index: 9998;
    }
    /*Create vertical spacing*/
    .mobileMenu li {
       border-bottom: 1px solid #ccc;
    }
    /*Make all menu links full width*/
    .mobileMenu li {
		width: 100%;

    }
	   /*Display 'show menu' link*/
    .show-menu {
        display:block;

    }
	#homeSections section {
		padding: 10px 10px 10px 20px !important;
		width: 100% !important;
		border-top: 1px solid #ccc;
	}
		#mobileWidth section {
		padding: 10px 10px 10px 20px !important;
		width: 100% !important;
		text-align: center;
	}
	.mobileMenu li a {
	background:#222222; font-size: 22px; font-weight: normal; color:#fff; padding: 15px 0px;
	}
}
#currency_convert {
    width: 170px !important;
}
@media(max-width: 767px) {
    .contactContainer {
        padding: 0 !important;
    }
}
.contactContainer #contactFormContainer section.contactForm form#contactForm input,
.contactContainer #contactFormContainer section.contactForm form#contactForm textarea {
    box-sizing: border-box;
}
@media(max-width: 767px) {
    .contactContainer #contactFormContainer,
    .contactContainer #contactFormContainer section.contactForm
    .contactContainer #contactFormContainer section.contactData,
    .contactContainer #contactFormContainer section.contactForm {
        width: auto !important;
    }
}