/* ============ANIMATION EDITS============== */

.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#printLogoWrapper {
	display: none;
}

/* ============BANNER============== */

#bannerSlidesWrapper {
	height: 500px;
}
#bannerSlidesWrapper #bannerSlides {
	height: 500px;
	z-index: 1;
	display: none;
}
#bannerSlides .slide {
	height: 500px;
}

.slick-dots {
    position: absolute;
    bottom: .5em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	  font-size: 30px;
	  height: 1em;
	  z-index: 2;
}
.slick-dots li
{
    position: relative;

    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0;
    padding: 0;
    
    cursor: pointer;
	
}
.slick-dots li button
{
    font-size: 30px;
    line-height: 1em;
    display: block;
	
    width: 1em;
    height: 1em;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

		font-weight: bold;
		 font-size: 30px;
    line-height: 1em;

    position: absolute;
    top: 0;
    left: 0;

    width: 1em;
    height: 1em;

    content: '•';
    text-align: center;

    opacity: 1;
    color: #ffffff;
  text-shadow: 0 0 .25em rgba(0, 0, 0, 0.9);
	
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #FFF000;
}

#bannerSlides .content {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	background: rgb(0,0,0);
	background: transparent\3;
	background: rgba(0,0,0,.3);
	border-radius: .3em;
}
#bannerSlides .contentDetails {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 370px;
	padding: 9.5em 1.5em 0 1.5em;
	box-sizing: border-box;
}
#bannerSlides .contentDetails h1 {
	font-family: 'myriad-pro', 'PT Sans', sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .98em;
	margin: 0 0 0.32em 0;
	letter-spacing: -.022em;
	text-transform: uppercase;
	text-shadow: 0 .1em .3em rgba(0, 0, 0, 0.9);
}
#bannerSlides .contentDetails p {
	font-family: 'myriad-pro', 'PT Sans', sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1em;
	line-height: 1.5085em;
	margin: 0 0 1.2em .15em;
	text-shadow: 0 .1em .5em rgba(0, 0, 0, 1);
}
#bannerSlides .contentDetails p br {
	display: none;
}
#bannerSlides .terry-slots {
	padding: 9em 1em 0 1em;
	text-align: center;
}
#bannerSlides .terry-slots h1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/img/home-terry-slots-heading.png?v2");
	background-attachment: scroll;
	background-size: cover;
	width: 280px;
	height: 115px;
	padding: 0;
	margin: 0 auto;
}
#bannerSlides .terry-slots p {
	font-family: 'myriad-pro', 'PT Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#bannerSlides .terry-slots a.button {
	margin: 0 auto;
}

#bannerSlides .slots .certSlotsLogo {
    float: right;
    margin: 0px 0px 0.8em .5em;
}
#bannerSlides .slots img {
	width: 120px;
	max-width: 263px;
}
#bannerSlides .amenities .dreamPoolOpens {
	font-family: "open-sans-condensed", sans-serif;
	margin: 0 0 .7em 0;
	background: #3DB8FA;
	border-radius: .12em;
	padding: .3em .5em;
	display: inline-block;
	-moz-box-shadow: 0 .1em 1em rgba(000,000,000,0.5);
	-webkit-box-shadow: 0 .1em 1em rgba(000,000,000,0.5);
	box-shadow: 0 .1em 1em rgba(000,000,000,0.5);
}
#bannerSlides .amenities .dreamPoolOpens h2 {
  font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1em;
	color: #ffffff;
	margin: 0;
}
#bannerSlides .button {
	margin-left: .2em;
}

/* ============VIDEO POPUP============== */

#terryVideoPlay {
	cursor: pointer;
	margin: 20px 0 0 140px;
	padding: 0;
	width: 12em;
	color: #ffffff;
	font-family: "myriad-pro", sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1em;
	text-decoration: none;
}
#terryVideoPlay span.videoPlay {
	background-repeat: no-repeat;
	background-position: left -208px;
	background-image: url("../img/sprites.png?v4");
	background-attachment: scroll;
	display: inline-block;
	height: 25px;
	width: 20px;
	vertical-align: top;
	margin-left: .5em;
}
.ribbonHeadingWrapper {
	position: relative;
}
.ribbonHeading {
	position: relative;
	z-index: 2;
}
/* ============EVENTS ROTATOR============== */
#eventSlidesWrapper {
	width: 100%;
	position: relative;
	background: #01476d;
}
#eventSlidesWrapper #eventSlideContainer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
#prev, #next {
	font-size: 2em;
	line-height: 235px;
	color: #5888a7;
	position: absolute;
	top: 0;
	width: 1em;
	cursor: pointer;
	display: none;
}
#prev {
	background-position: -885px -270px;
	left: .3em;
	text-align: right;
}
#next {
	background-position: -1005px -270px;
	right: .3em;
	text-align: left;
}
#prev:hover, #next:hover {
	color: #69aac8;
}

#eventSlideContainer #eventSlides {
	position: relative;
	width: 100%;
	padding: 1em 0 .8em 0;
	margin: 0 auto;
}
#eventSlides .eSlide {
	width: 100%;
	z-index: 1;
  background: transparent;
	position: relative;
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#eventSlides .eSlide img {
	width: 92%;
	max-width: 300px;
}
#eventSlides .eSlide .caption {
	display: none;
}
#eventSlides .eSlideGroup a:last-child {
	margin: 0;
}

/* ============MAIN CONTENT============== */
#contentWrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
#mainContent {
	margin: 2em auto 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 2;
}
#mainContent .column-3 {
	display: block;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	margin: 0 auto 2em auto;
	background: rgb(0,138,255);
	background: transparent\9;
	background: rgba(255,255,255,.24);
	padding: .55em;
	overflow: auto;
}
#mainContent .hideWhenMobile {
	display: none;
}
#mainContent .boxFrame {
	border: 1px solid rgba(0, 0, 0, 0.24);
	padding: 10px 16px 0 16px;
	min-height: 300px;
}

.boxFrame h1 {
	color: #FFFFFF;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
}
.boxFrame ul {
	list-style: none outside none;
	margin: 0 0 5px;
	padding: 0;
}
#comingEvents {
	text-align: center;
}
#comingEvents li {
	padding: 0;
	margin: 0;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	width: 248px;
}
#comingEvents li a {
	line-height: 33px;
	text-decoration: none;
	color: #ffffff;
}
#comingEvents a:hover {
	text-decoration: underline;
}
#comingEvents span.date {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF32C;
}
#comingEvents .viewMore {
	color: #FFF32C;
	font-style: italic;
	line-height: 17px;
	font-size: 14px;
	text-decoration: none;
}
#makeReservation li {
	position: relative;
	text-align: left;
	margin: 0 0 .7em 0;
}
#makeReservation li:last-of-type {
	margin: 0;
}
#makeReservation .boxFrame h1 {
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
}
#makeReservation li.memberPricing {
	text-align: center;
	padding: .08em 0 0 0;
  margin: 0;
}
#makeReservation li.memberPricing a {
	font-family: "open-sans-condensed", Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: .81em;
	border: 1px solid #75acc9;
	padding: .16em 1em;
	background: #468fb6;
	box-sizing: border-box;
}
#makeReservation li.memberPricing a:hover {
	border: 1px solid #75acc9;
	background: #75acc9;
}
#mainContent #connect {
	margin-right: 0;
}
#connect .boxFrame h1 {
	margin-bottom: 16px;
}
#connect ul {
	padding: 0 10px;
}
#connect li {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	clear: left;
}
#connect li .button {
	padding: .4em .4em;
	font-size: 1.67em;
	font-weight: bold;
	display: block;
	margin: 0 0 1em 0;
	line-height: 2.7em;
	text-align: center;
}
#connect li a:hover i.fa {
	background-color: #555555;
}
#connect li i.fa {
	display: block;
	float: left;
	color: #ffffff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 1.7em;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	height: 2em;
	width: 2em;
	padding: 0;
	margin: .1em .5em .8em 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#connect li i.fa-facebook {
		background-color: #0D6CAA;
}
#connect li .fa-twitter {
		background-color: #14B2C8;
}
#connect li i.fa-youtube {
		background-color: #D62222;
}
#connect li span.describe {
	display: block;
	padding: 5px 0 0 0;
	float: left;
	width: 174px;
}
#connect a.buttonEmail {
	background: #4b5157; /* Old browsers */
	background: -moz-linear-gradient(top, #4b5157 0%, #21262d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b5157), color-stop(100%, #21262d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4b5157 0%, #21262d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4b5157 0%, #21262d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4b5157 0%, #21262d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4b5157 0%, #21262d 100%); /* W3C */
	border-bottom: 1px solid #04080B;
	border-top: 1px solid #7C8186;
	color: #FFF089;
	display: block;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
#connect a.buttonEmail:hover {
	color: #FFFFFF;
}



@media (min-width: 700px) {
#bannerSlidesWrapper {
	height: 618px;
}
#bannerSlidesWrapper #bannerSlides {
	height: 618px;
}
#bannerSlides .slide {
	height: 618px;
}
.slick-dots {
  position: relative;
	text-align: right;
	width:620px;
	bottom: 1.8em;
  margin: 0 auto;
}
.slick-dots li button
{
    font-size: 36px;
	}
.slick-dots li button:before
{
		 font-size: 36px;
}
	#bannerSlides .content {
		background: none;
	}
#bannerSlides .contentDetails {
	max-width: 670px;
	padding: 12em 1.5em 0 1.5em;
}
#bannerSlides .contentDetails h1 {
	font-size: 3.3881em;
	line-height: 0.93em;
	margin-bottom: 0.24em;
}
#bannerSlides .contentDetails p {
	font-size: 1.25em;
	line-height: 1.5085em;
	margin: 0 0 1.2em .15em;
}
#bannerSlides .contentDetails p br {
	display: block;
}

#bannerSlides .terry-slots {
	margin: 0;
	padding: 0;
	max-width: 420px;
	position: absolute;
	right: .5em;
	top: 12.5em;
	text-align: center;
}
#bannerSlides .terry-slots h1 {
	width: 320px;
	height: 131px;
	padding: 0;
	margin: 0 auto;
}
#bannerSlides .terry-slots p {
	font-size: 1em;
}

#bannerSlides .slots .certSlotsLogo {
   float: none;
	position: absolute;
	top: 15.3em;
	left: 460px;
}
#bannerSlides .slots img {
	width: 180px;
	max-width: 263px;
}
#bannerSlides .amenities .dreamPoolOpens h2 {
  font-size: 1.2em;
}



	/* ============MAIN CONTENT============== */

#mainContent {
	max-width: 640px;
	margin-top: 1em;
}
#mainContent .column-3 {
	margin: 0 10px 1em 10px;
	width: 300px;
	float: left;
}

}


@media (min-width: 750px) {
/* ============EVENT SLIDES============== */
#eventSlidesWrapper {
	max-height: 270px;
  overflow: hidden;
}
#eventSlidesWrapper #eventSlideContainer {
	max-width: 748px;
	margin: 0 auto;
}

#eventSlideContainer #eventSlides {
	max-width: 640px;
	margin: 0 0 0 64px;
	padding: 1.1em 0;
}
#eventSlides .eSlide img {
	width: 100%;
}
}

@media (min-width: 800px) {
	#bannerSlides .terry-slots {
	right: 2em;
}
}


@media (min-width: 1140px) {

/********************************************
		Banner
********************************************/
#bannerSlidesWrapper {
	height: 618px;
}
#bannerSlidesWrapper #bannerSlides {
	height: 618px;
}
#bannerSlides .slide {
	height: 618px;
}
.slick-dots {
    position: relative;
	text-align: right;
	width:940px;
	 bottom: 2.1em;
    margin: 0 auto;
}
#bannerSlides .content {
	display: block;
	max-width: 1035px;
	margin: 0 auto;
	position: relative;
	background: none;
}
#bannerSlides .contentDetails {
	top: 0;
	margin: 0 0 0 60px;
	padding: 0;
	max-width: 100%;
}
#bannerSlides .contentDetails a.headingLink {
	text-decoration: none;
	color: #ffffff;
}
#bannerSlides .button {
	margin-left: .2em;
}
#bannerSlides .casino {
	margin-top: 220px;
}
#bannerSlides .dining {
	margin: 450px 0 0 410px;
	padding: 0;
	width: 1035px;
}

#bannerSlides .terry-slots {
	max-width: 542px;
	position: absolute;
	right: -2em;
	top: 10.5em;
	text-align: center;
}
#bannerSlides .terry-slots h1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/img/home-terry-slots-heading.png?v2");
	background-attachment: scroll;
	width: 542px;
	height: 222px;
	padding: 0;
	margin: 0;
}
#bannerSlides .terry-slots p {
	font-family: 'myriad-pro', 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1.2em 0;
}
	
	
#bannerSlides .slots {
	margin-top: 240px;
}
#bannerSlides .slots img {
		width: 263px;
}
#bannerSlides .slots .certSlotsLogo {
     height: 200px;
     left: 470px;
     margin: 0px 0px 0.8em 1em;
     top: 30px;
     width: 263px;
}
#bannerSlides .slots p {
	max-width: 460px;
}
#bannerSlides .dining .indentDining {
	margin-left: 1.5em;
}
#bannerSlides .amenities {
	margin-top: 220px;
}
#bannerSlides .amenities .dreamPoolOpens {
	position: absolute;
	right: 220px;
	bottom: 50px;
	margin: 0;
	border-radius: 100%;
	padding: 1.5em;
}
#bannerSlides .amenities .dreamPoolOpens h2 {
	font-size: 1.4375em;
}
#bannerSlides .golf {
	margin-top: 230px;
}
#bannerSlides .hotel {
	margin: 432px 0 0 56px;
	padding: 0;
	width: 1035px;
}
#bannerSlides .terry {
	margin: 250px 0 0 10px;
}
#bannerSlides .terry h1 {
	background-attachment: scroll;
	background-image: url("../img/sprites-home.png");
	background-position: -75px -80px;
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	width: 600px;
}
#bannerSlides .entertainment {
	margin-top: 235px;
}
#bannerSlides .grandHotel {
	margin: 245px 0 0 56px;
	padding: 0;
	width: 1035px;
}

/* ============VIDEO POPUP============== */

#terryVideoPlay {
	cursor: pointer;
	margin: 20px 0 0 140px;
	padding: 0;
	width: 12em;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1em;
	text-decoration: none;
}
#terryVideoPlay span.videoPlay {
	background-repeat: no-repeat;
	background-position: left -208px;
	background-image: url("../img/sprites.png?v4");
	background-attachment: scroll;
	display: inline-block;
	height: 25px;
	width: 20px;
	vertical-align: top;
	margin-left: .5em;
}

.ribbonHeadingWrapper {
	height: 0;
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
.ribbonHeading {
	position: absolute;
	top: -10px;
	left: 32px;
	z-index: 9;
}

/* ============EVENTS ROTATOR============== */
	
#eventSlidesWrapper {
	padding-top: 40px;
	background: #0e1011; /* Old browsers */
	background: -moz-linear-gradient(left, #0e1011 0%, #046498 25%, #016ea9 50%, #046498 75%, #0e1011 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0e1011), color-stop(25%, #046498), color-stop(50%, #016ea9), color-stop(75%, #046498), color-stop(100%, #0e1011)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0e1011 0%, #046498 25%, #016ea9 50%, #046498 75%, #0e1011 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0e1011 0%, #046498 25%, #016ea9 50%, #046498 75%, #0e1011 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0e1011 0%, #046498 25%, #016ea9 50%, #046498 75%, #0e1011 100%); /* IE10+ */
	background: linear-gradient(to right, #0e1011 0%, #046498 25%, #016ea9 50%, #046498 75%, #0e1011 100%); /* W3C */
	max-height: 253px;
}

#eventSlidesWrapper #eventSlideContainer {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 0 1.1em 0;
	
}
#eventSlideContainer #eventSlides {
	max-width: 960px;
	margin: 0 0 0 60px;
	padding: 0;
}
#eventSlides .eSlide {

}
#prev, #next {
	display: block;
}
#eventSlides .eSlide .caption {
	position: absolute;
	display: block;
	bottom: -200px;
	left: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,.8);
	height: auto;
	padding: 10px;
	width: 280px;
	-webkit-transition: bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#eventSlides .eSlide:hover .caption {
  bottom: 0;
}
.caption h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 1em;
	color: #FFF32C;
	margin: 0 0 .2em 0;
	padding: 0;
}
.caption h2 {
	font-weight: normal;
	font-size: 15px;
	line-height: 1em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
/* ============MAIN CONTENT============== */

#mainContent {
	max-width: 960px;
}
#mainContent .hideWhenMobile {
	display: block;
}
}

@media print {
#printLogoWrapper {
	display: block;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 362px;
}
#printLogoWrapper #printLogo {
	display: block;
	left: -725px;
	position: absolute;
	top: -100px;
}
#eventSlideContainer {
	height: auto !important;
}
.ribbonHeading {
	display: block;
	position: static;
	text-align: center;
	width: 100%;
	left: 0;
	top: 0;
}
#prev, #next {
	display: none !important;
}
#eventSlideContainer #eventSlides {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
}
#eventSlides .eSlideGroup {
	display: block !important;
	float: left !important;
	height: auto !important;
	margin: 0 !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}
.eSlide {
	display: block !important;
	float: left !important;
	height: auto !important;
	margin: 0 0 2em 0 !important;
	padding: 0 !important;
}
.eSlide .caption {
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
}
#contentWrapper #mainContent {
	border-top: 1px solid #999999;
	clear: both;
	padding-top: 1.5em;
}
}
