/* BS 2.3.2 Hold Overs */
/* .hidden {
	display: none;
	visibility: hidden;
  }
  .visible-phone {
	display: none !important;
  }
  .visible-tablet {
	display: none !important;
  }
  .hidden-desktop {
	display: none !important;
  } */
  /*.visible-desktop {
	display: inherit !important;
  }*/
/* media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
	  display: inherit !important;
	}
	.visible-desktop {
	  display: none !important ;
	}
	.visible-tablet {
	  display: inherit !important;
	}
	.hidden-tablet {
	  display: none !important;
	}
  }
  @media (max-width: 767px) {
	.hidden-desktop {
	  display: inherit !important;
	}
	.visible-desktop {
	  display: none !important;
	}
	.visible-phone {
	  display: inherit !important;
	}
	.hidden-phone {
	  display: none !important;
	}
  }
  .visible-print {
	display: none !important;
  }
  @media print {
	.visible-print {
	  display: inherit !important;
	}
	.hidden-print {
	  display: none !important;
	}
  } */
/* END BS 2.3.2 Hold Overs */

.red {
	border: 3px dashed red;
}
/* Preloader */
#preloader {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:99;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
/* /Preloader */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
	-webkit-font-smoothing: subpixel-antialiased;
}
html, body {
	line-height: 1.5em;
	/* background-color: #272727; */
	background-color: #fbfaf7;
}
* {
    outline: none !important;
}
/* normalize overrides */
dl,
menu,
ol,
ul {
    margin: 10px 0 !important;
}
/* /normalize overrides */
i {
	padding-right: 10px;
}
a:focus {
	outline:none;
}
a, a:hover {
	text-decoration: none !important;
}
strong {
	margin: 10px 0;
}
p {
	line-height: 1.7em;
	font-size: 0.8em;
	font-weight: normal;
	font-family: 'Open Sans', arial, sans-serif;
}
p + p {
	margin-top: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4em;
	/* font-family: 'PT Sans Caption'; */
	font-family: 'Lato', sans-serif;
	/* font-family: 'Montserrat', sans-serif; */
	font-weight: 700;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em !important;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.headline {
	display: block;
	padding: 30px 0 20px 0;
	color: #777777 !important;
}
.txt-larger {
	font-size: larger;
}
.txt-smaller {
	font-size: smaller;
}
.margin-none {
	margin: 0;
}
.padding-none {
	padding: 0;
}
.right-justified {
	text-align: right;
}
/* form {
	margin: 0;
}
form textarea {
	width: 280px;
}
form p span {
	display: inline-block;
	margin-bottom: 5px;
} */
.pic-standard {
	margin: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.pic-standard-full {
	margin: 10px 0;
	padding: 3px;
	width: 100%;
    height: auto;
	/* border: 1px solid #ccc; */
	background: #fff;
	border-radius: 7px;
}
.container {
	position: relative;
	margin: 0 auto;
}
h3.btn-header-link {
	margin-bottom: 10px !important;
	font-size: 1.3em;
}
.btn {
	text-shadow: none;
}
.box .btn-link {
	margin: 0 !important;
	text-align: left !important;
}
.btn:hover {
	text-decoration: none;
}
.btn-group .btn {
	padding: 20px 16px;
	font-size: 18px;
	font-family: 'PT Sans Caption';
	font-style: normal;
	font-weight: 400;
}
.btn-group-vertical .btn {
	margin: 0 !important;
}
.logo-alt {
	padding: 3px 0px;
	font-size: 1.2em;
	font-weight: 500;
	text-shadow: none;
}
/* Navigation
-------------------------------------------------- */
nav {
	opacity: 0.95;
	filter: alpha(opacity=75);
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	border-bottom: 6px solid rgba(0,0,0, 0.1);
	z-index: 101 !important;
	-webkit-backface-visibility: hidden;
}
#nav-container {
	position: fixed;
	width: 100%;
}
.nav-inner {
	position: relative;
	padding: 4px 20px;
	border-top: 1px solid #8fd3f0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(222, 221, 219, 1.10));
}
.nav-inner .container {
position: relative;
}
.nav-inner a.btn.btn-link {
	color: black;
}
.nav-inner a.btn.btn-link:hover {
	color: rgb(0, 134, 60) !important;
}

/* nav-utility */
#nav-utility {
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #111111;
}
.resTab {
	flex: 1;
	margin: 4px;
	border-radius: 6px;
	background: rgb(247,151,30);
	background: linear-gradient(90deg, rgba(247,151,30,1) 0%, rgba(255,210,0,1) 100%);
	cursor: pointer;
}
.resTab:hover {
	background: rgb(241,133,17);
	background: linear-gradient(90deg, rgba(241,133,17,1) 0%, rgba(245,175,25,1) 100%);
}
.resTab p {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: white;
}
.resTab p a {
	display: inline-block;
	margin: 0;
	padding: 10px 20px;
	font-size: 1.2em;
	font-weight: 900;
	color: white;
}
/* .resTab p a:hover {
	text-decoration: underline !important;
} */

/* MODAL */
.resOverlay {
	display: none;
	position: fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0, 0.7);
	z-index: 200;
}
.resModal {
  position: relative;
	display: flex;
	flex-direction: column;
	width: 95%;
	max-width: 800px;
	height: 80%;
	max-height: 900px;
	border-radius: 6px;
	background-color: #fbfaf7;
	/* backdrop-filter: blur(10px); */
}
/* .resModal form {
  overflow-y: scroll;
  scroll-margin-top: 150px;
  scroll-margin-bottom: 150px;
} */
.resModalHeader {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
  align-items: center;
  width: 100%;
	min-height: 80px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: rgb(86,204,242);
  background: linear-gradient(90deg, rgba(86,204,242,1) 0%, rgba(255,210,0,1) 100%);
  z-index: 301;
}
.resModalHeader * {
	color: white;
}
.resModalBody {
  flex: 8;
	padding: 50px;
	overflow-y: scroll;
	/* -webkit-overflow-scrolling: touch; */
}
.resModalFooter {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
  padding: 0 20px;
  width: 100%;
	min-height: 60px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #efe8dd;
}
.resModalBody .inputGroup {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
}
.resModalBody input.btn-form {
  display: inline-block;
	margin-left: 15px;
	padding: 6px 10px;
	color: white;
	border-radius: 6px;
  background: gray;
  border: 0;
  outline: none;
}
@media (min-width: 380px) {
  .resModalBody input.btn-form {
    padding: 6px 20px;
  }
}
@media (min-width: 450px) {
  .resModalBody input.btn-form {
    padding: 6px 30px;
  }
}
.resModalBody input.btn-form:last-child {
  margin-left: 60px;
  background: rgb(0, 173, 78);
}
.resModalFooter a {
	display: inline-block;
	margin-left: 15px;
	padding: 6px 30px;
	color: white;
	border-radius: 6px;
	background: orange;
}
a#resModalCloseBtn1 {
	background: lightgrey;
}
.splitBox {
	display: flex;
	flex-direction: column;
}
@media (min-width: 650px) {
  .splitBox {
    flex-direction: row;
  }
}
.splitBox .child {
	flex: 1;
}
.splitBox .child:first-child {
	padding-right: 0px;
}
@media (min-width: 650px) {
  .splitBox .child:first-child {
    padding-right: 15px;
  }
}
.splitBox .child:last-child {
	padding-left: 0px;
}
@media (min-width: 650px) {
  .splitBox .child:last-child {
    padding-left: 15px;
  }
}
/* FORM STUFF */
select:invalid {
	opacity: .5;
}
label {
	margin-bottom: 6px;
	font-size: 1.1em;
	font-weight: bold;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[id=zip] {
	width: 100px;
}
input[id=phone] {
	width: 200px;
}
select[id=state] {
	width: 200px;
}
select[id=guesttotal] {
	width: 240px;
}

.logo {
position: absolute;
top: -8px;
left: 0px;
z-index: 2;
}
a#mobile-link {
padding: 6px 20px 6px 0 !important;
}
/* Sections
-------------------------------------------------- */
section#stage {
	margin-top: 50px;
	background: #999999;
	/*border-bottom: 45px solid #d6ebff;*/
	z-index: 100 !important;
}
section#sub-stage {
	margin-top: 50px;
	height: 325px;
	background: #999999;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	z-index: 100 !important;
}
#travel section#sub-stage {
	background-image: url("/img/content/stage-travelb.jpg");
}
#cruises section#sub-stage {
	background-image: url("/img/content/stage-cruisesb.jpg");
}
#bonus section#sub-stage {
	background-image: url("/img/content/stage-bonusb.jpg");
}
#utility section#sub-stage {
	background-image: url("/img/content/stage-utility.jpg");
}
section#content {
	padding: 0 0 40px 0;
	/* background: #ececec; */
	background: #fbfaf7;
	z-index: 100 !important;
}
/* Content
-------------------------------------------------- */
#content-heading {
	padding: 20px;
	text-align: center;
	background: #f5f1ea;
}
#box-container {
	padding-top: 30px;
}
.box {
	display: inline-block;
	vertical-align: top;
    /*margin-bottom: 20px;*/
	padding: 20px;
	/*min-height: 240px;*/
	text-align: left;
}
.box.shaded {
	background: #c6d2a4;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}
.box .btn {
	margin: 10px 0;
}
.list-txt p {
	font-size: 1em;
	font-weight: bold;
}
@media (max-width: 979px) {
	.list-txt p {
		font-size: .8em;
		font-weight: normal;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.box-full {
	width: 100%;
}
.box-half {
	width: 50%;
	border-left: 1px dotted #9a9a9a;
}
/*NESTED*/
.box.box-half > .box.box-half {
	border-left: none;
}
.box.box-third > .box.box-half {
	border-left: none;
}
@media (max-width: 1250px) {
	.box.box-third > .box.box-half {
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (max-width: 979px) {
	/*NESTED*/
	.box.box-half > .box.box-half {
		padding-left: 0;
	}
	.box.box-three-fourths > .box.box-half {
		padding-left: 0px;
	}
	.box.box-third > .box.box-half {
		padding-left: none;
	}
}
.box-third {
	width: 33%;
	/* border-left: 1px dotted #9a9a9a;
	border-top: 1px dotted #9a9a9a; */
	border-left: 1px dotted #0295da;
	border-top: 1px dotted #0295da;
	border-top-width: 50%;
}
#home .box-third {
	border-top: none;
}
.box-third:first-child, .box-third:nth-child(4), .box-third:nth-child(7), .box-third:nth-child(10) {
	border-left: none;
}
.box-third:nth-child(8) {
	border-left: 1px dotted #9a9a9a;
}
.box-third:first-child, .box-third:nth-child(2), .box-third:nth-child(3) {
	padding-top: 0;
	border-top: none;
}
@media (max-width: 767px) {
	.box-third:first-child, .box-third:nth-child(2), .box-third:nth-child(3) {
		padding-top: 20px;
		border-top: none;
	}
}
.box-third:nth-child(4), .box-third:nth-child(5), .box-third:nth-child(6) {
	padding-top: 20px;
}
.box-fourth, .box-modified-fourth {
	width: 25%;
	border-left: 1px dotted #9a9a9a;
}
.box-fourth:first-child, .box-modified-fourth:first-child {
	border-left: none;
}
.box-three-fourths {
	padding: 0;
	width: 75%;
}
.empty {
	border: none;
}
hr.row {
	height: 2px;
	border-top: 1px dotted #9a9a9a;
}
/* Footer
-------------------------------------------------- */
footer {
	margin-top: 0px;
	padding: 20px 10px 40px 10px;
	font-weight: normal;
	font-size: .85em;
	color: #666666;
	background: #1c1e20;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
footer .container {
	text-align: center;
}
/*footer p, .footer p {
	font-weight: normal;
	font-size: .8em;
}
footer p a, .footer p a {
	font-weight: normal;
	font-size: .8em;
}*/