@font-face {
	font-family: "MyriadPro";
	src: url("/layout/fonts/MyriadPro-Regular.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "MyriadPro";
	src: url("/layout/fonts/MyriadPro-Italic.otf") format("opentype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: "MyriadPro";
	src: url("/layout/fonts/MyriadPro-Bold.otf") format("opentype");
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "MyriadPro";
	src: url("/layout/fonts/MyriadPro-SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}
div.newsletterFeedbackYes, div.newsletterFeedbackNo{
	text-align: center;
}
div.newsletterFeedbackYes h5, div.newsletterFeedbackNo h5{
  color: #333;
	font-size: 18px;
	font-weight: 700;
}
div.newsletterFeedbackYes h4, div.newsletterFeedbackNo h4{
	color: #2898d4;
	font-size: 30px;
	margin-top: 35px;
}
.carousel-inner .header-alt > div > div {
  width: 236px;
  height: 78px;
  margin: 0 auto;
}
.carousel-inner .header-alt > div > div a.btn-primary{
  margin-top: 30px;
}
.media-carousel-large-wrapper .carousel-inner>.item.active, .media-carousel-large-wrapper .carousel-inner>.item.next.left, .media-carousel-large-wrapper .carousel-inner>.item.prev.right{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.media-carousel-large .item .carousel-caption{
	position: relative;
  bottom: auto;
  padding-bottom: 0px;
}
.main-nav #navbar .navbar-nav .lake-subnav>ul>li>a:focus, .main-nav #navbar .navbar-nav .lake-subnav>ul>li>a:hover, .main-nav #navbar .navbar-nav .lake-subnav>a:hover{
	color: #333 !important;
	text-shadow: none;
	background: none !important;
}
#topNav-1 ul.dropdown-menu.active{
  display: block !important;
  border: 2px solid #2898d4;
}
#topNav-1 ul.dropdown-menu.active:after {
  content: " ";
  display: block;
  /* width: 20px; */
  /* height: 30px; */
  background: white;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #2898d4 transparent transparent transparent;
  background: transparent;
}
.media-carousel-large .item .wrapper{
  width: calc(100% - 30vw) !important;
  margin: 0 auto;
}
.media-carousel-large .item .carousel-caption{
  background: none;
}

.srp .srp-specials .form form .searchButtonWrapper .searchButton{
  display: none;
}

.lake-directions-teaser{
  font-size: 22px;
}

.resultsItem .media-item a{
  max-height: 100%;
}

.listing-modal-wrapper .listing-modal .modal-body{
  padding: 40px;
}
div#dip-media-carousel:hover div.carousel-tip {
    display: block !important;
}

div.carousel-tip{
  position: absolute;
  top: -25px;
  right: 0px;
  background: black;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
.modal-ear{
  height: 170px;
  padding-bottom: 0px;
}
.modal-ear a .title{
  position: relative;
  top: 0;
  font-size: 13px;
  color: black;
  transform: translate(0);
  padding: 5px;
}
.modal-ear a:after{
  content: "\f0d9";
  color: rgba(0,0,0,0.75);
  background: transparent;
  font-size: 100px;
  line-height: 140px;
}
.modal-ear.modal-right a:after{
  content: "\f0da";
}
.modal-ear a:active:after, .modal-ear a:hover:after{
  background: transparent;
}

.promotion-item .promotion-body .image-link img{
  margin: 0 auto;
}

.media-carousel-large-wrapper .carousel-inner>.item>img{
  top: 0px;
  transform: none;
  max-height: calc(100% - 150px);
}
.media-carousel-large-wrapper .media-carousel-large .item>.wrapper{
  transform: none;
	top: 0px;
	padding-bottom: 40%;
}
.media-carousel-large-wrapper .media-carousel-large .item .carousel-caption h3{
  font-size: 21px;
}
.media-carousel-large-wrapper .media-carousel-large .item>.wrapper+.carousel-caption h3{
  display: none;
}
a .at-icon-wrapper{
  background: rgba(3,151,214,0.7) !important;
}
a .at-icon-wrapper:hover svg{
	fill: #355a89;
}
a.at-svc-facebook{
  border-top-right-radius: 10px;
}
a.at-svc-compact{
  border-bottom-right-radius: 10px;
}
.atss .at-share-btn{
  background: transparent !important;
  width: 4pc !important;
}
.atss .at-share-btn span .at-icon, .atss a span .at-icon{
  width: 3pc !important;
  height: 3pc !important;
}
#at4-scc{
  opacity: 1 !important;
  visibility: visible !important;
  width: 4pc;
}
#at4-scc div{
  opacity: 0 !important;
}
#at4-scc:after{
  content: "\f100";
  font-family: fontawesome;
  width: 4pc;
  height: 3pc;
  font-size: 40px;
  display: block;
  color: rgba(3,151,214,1);
  text-align: right;
}
#at4-soc div{
  display: none !important;
}
#at4-soc:after{
  content: "\f101";
  font-family: fontawesome;
  width: 2pc;
  height: 3pc;
  font-size: 40px;
  display: block;
  color: rgba(3,151,214,1);
  text-align: right;
}
.lake-hexagon .hexagon img{
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-backdrop{
  background: #000;
  opacity: .75 !important;
}
.listing-modal-wrapper .listing-modal .modal-header{
  background: #f1a95c;
}
.modal-ear a img{
  height: 135px !important;
  margin: 0 auto !important;
}
#logo{
  top: 5px;
}
.navbar-default .navbar-nav>li>a,.main-nav #navbar .navbar-nav .lake-subnav>a, .main-nav #navbar .navbar-nav .lake-subnav>ul>li>a{
  font-family: "MyriadPro";
  font-weight: 400;

}
.lake-page .main-nav #navbar .navbar-nav>li>a{
  color: #ccc;
  border: none !important;
}
.lake-page .main-nav #navbar .navbar-nav>li>a:hover{
  color: #333;
  background: none;
  }
.homepage .main-nav #navbar .navbar-nav>li>a{
	color: #333;
}
.homepage .main-nav #navbar .navbar-nav>li>a:hover{
	color: #0397d6;
}
.main-nav #navbar .navbar-nav>li.active>a{
  color: #f1a95c;
  background: white;
  font-weight: 600;
  text-shadow: 1px 1px 1px grey;
}
div.form form .searchButtonWrapper button[type=submit], div.form form .searchButtonWrapper button[type=submit]:hover, div.form form .searchButtonWrapper button[type=submit]:focus, div.form form .searchButtonWrapper button[type=submit]:active{
	background: #0397d6;
}
.searchButton{
	background: #0397d6;
}
.main-nav #navbar .navbar-nav .lake-subnav>a{
  /*font-weight: 600;*/
}
.main-nav #navbar .navbar-nav .lake-subnav>a, .main-nav #navbar .navbar-nav .lake-subnav>ul>li>a{
  color: white !important;
  text-shadow: 2px 2px 2px #333;
	font-size: 22px;
}
.main-nav #navbar .navbar-nav .lake-subnav>ul>li>a.active:before{
  content: "● "
}
.main-nav #navbar .navbar-nav>li#topNav-5>a, .main-nav #navbar .navbar-nav>li#topNav-6>a{
	font-size: 18px;
	font-weight: normal;
}
.compare-container{
  width: 80%;
  float: right;
}
.compare-container .listing-modal{
  z-index: 5;
}
.compare-container .modal-lg{
  width: 100%;
  padding: 15px;
}
.compare-container .modal-content{
  border: none !important;
  box-shadow: none !important;
}

.compare-container .modal-header{
  display: none;
}

.main-nav #navbar .navbar-nav>li#topNav-7>a{
  background: #0397d6;
  padding: 5px 15px 5px 5px;
}
.mytrip-container{
  display: flex;
  /*align-items: center;*/
}
.mytrip-container img{
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.mytrip-container div{
  line-height: 20px;
  padding-top: 10px;
  text-align: right;
}
.mytrip-container span{
  line-height: 20px;
  background: black;
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 10px;
  text-align: center;
  margin-left: 5px;
}
.mytrip-container label{
  display: block;
	cursor: pointer;
}
.mytrip-container label:first-child{
  font-size: 18px;
}
.mytrip-container label:last-child{
  font-weight: 400;
}
.main-nav #navbar .navbar-nav>li#topNav-7>a:before{
  display: none;
}
.signup-modal{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	outline: none;
}
.signup-modal .modal-header{
	padding: 0px;
	min-height: 0px;
	border: none;
}
.signup-modal button.close{
	position: absolute;
	z-index: 55;
	right: -48px !important;
	background: transparent;
	border: 10px solid #555;
	box-shadow: none;
	top: -2px !important;
	width: 45px;
	height: 45px;
	padding-bottom: 5px;
}
.signup-modal form label{
	color: #f1a95c;
	font-size: 20px;
}
.signup-modal form input{
	width: 100%;
  padding: 8px;
  margin: 10px 0;
}
.signup-modal .modal-content{
	overflow: visible;
}
.signup-modal .modal-body{
	overflow: hidden;
}
.signup-modal .modal-body div{
	margin: 20px 0
}
.signup-modal .modal-body div:last-child{
	border-left: 1px solid;
}
.signup-modal form{
	text-align: center;
}
.signup-modal .modal-dialog{
	max-width: 600px;
	width: 100%;
}

.trip-tool{
	/*width: 350px;*/
	width: 200px;
	position: absolute;
	right: 70px;
	right: 5px !important;
	display: none;
	z-index: 55;
}
.trip-tool.not-logged{
	width: 350px;
}
.trip-tool a{
	display: block;
	margin-bottom: 10px;
}
.pricing-table-wrapper table{
	margin: 0 auto;
}
.pricing-table-wrapper tr.headers{
	white-space: nowrap;
}
.pricing-table-wrapper tr.headers i{
	position: relative;
}
.pricing-table-wrapper tr.headers td{
	vertical-align: bottom;
	text-align: center;
	padding-top: 30px;
}
.pricing-table-wrapper tr.headers i .tooltiptext{
	display: none;
}
.pricing-table-wrapper tr.headers i:hover .tooltiptext{
	position: absolute;
  bottom: 130%;
  display: block;
  transform: translate(-50%);
  min-width: 200px;
  background: rgba(0,0,0,0.6);
  text-align: center;
  color: white;
  padding: 3px;
  border-radius: 5px;
}
#topNav-7:hover .trip-tool{
	display: block;
}
.trip-tool .wrapper{
	margin-top: 15px;
	padding: 15px;
	background: white;
	border-radius: 3px;
	border: 2px solid #0397D2;
	box-shadow: 0px 0px 10px;
}
.trip-tool-header label{
	font-style: italic;
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  text-shadow: 1px 1px #ccc;

}
.trip-tool label{
	color: #0397D2;
	line-height: 25px;
  font-family: sans-serif;
}
.trip-tool-item{
	margin-bottom: 15px;
  background: #0397D2;
  padding: 10px;
  display: flex;
  align-items: center;
	box-shadow: 2px 2px 2px #aaa;
}
.trip-tool-item label{
	color: white;
	text-align: center;
	font-size: 21px;
	font-weight: 100;
	vertical-align: middle;
	font-style: italic;
}
.trip-tool:before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    right: 60px;
    border-bottom: 15px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#trip-tabs .results-control-bar{
	width: 75%;
}
#trip-tabs #tab_2 .results-control-bar, #trip-tabs #tab_2 .compare-container, #trip-tabs #tab_2 .compare-container .listing-modal>.modal-lg{
	width: 100%;
}

.trip-modal{
	width: calc(100% - 100px);
	height: calc(100% - 100px);
	top: 85px;
	left: 50px;
	position: absolute;
}
.trip-modal .modal-dialog, .trip-modal .modal-content{
	width: 100%;
	height: 100%;
	margin: 0;
}
.trip-modal .modal-content{
	background: #0397D2;
	display: flex;
	flex-direction: column;
}
#trip-tabs .compare-container{
	width: 75%;
}
#trip-tabs .modal-content{
	background: none;
}
.trip-modal .modal-content .modal-body{
	height: calc(100% - 70px);
	padding: 5px 15px;
	background: white;
}
.trip-modal .modal-content .modal-header{
	padding: 10px;
	border-bottom: 0px;
}
.trip-modal .modal-content .modal-header h2{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	color: white;
}
.trip-modal .modal-content .modal-header img{
	width: 50px;
}
.trip-modal .modal-content .modal-body ul.ui-tabs-nav{
	position: absolute;
  top: -55px;
  left: 250px;
	border-bottom: none;
}
.trip-modal .modal-content .modal-body .ui-tabs-nav>li>a{
	color: white !important;
	outline: none !important;
	border: none;
}
.trip-modal .modal-content .modal-body .ui-tabs-nav>li.ui-state-active>a{
	border: none;
	background: white !important;
	color: #0397D2 !important;
	border-bottom: 0px;
}
.trip-modal .houseboat-detail .modal-content .modal-body .ui-tabs-nav>li>a{
	color: #0397D2 !important;
	outline: none !important;
	border: none;
}
.trip-modal .houseboat-detail .modal-content .modal-body .ui-tabs-nav>li.ui-state-active>a{
	border: none;
	background: #0397D2 !important;
	color: white !important;
	border-bottom: 0px;
}
.listing-modal.contact-landing .modal-title{
	visibility: hidden;
}
.listing-modal.contact-landing .modal-header{
	border-bottom: 0px;
	padding: 0px;
	height: 0px;
}
.listing-modal.contact-landing .modal-body > p{
	display: none;
}
.thanks-div h1 {
    color: #0397D2;
    font-weight: 900;
    font-size: 60px;
    font-family: sans-serif;
		text-align: center;
}
.thanks-div p{
	text-align: center;
	margin-top: 40px;
}
.reservationInputs{
	margin-top: 30px;
}
#tab_3 .col-md-4 > div {
	margin-bottom: 30px;
}
.trip-modal .houseboat-detail .listing-modal>.modal-lg{
	width: 100%;
}
.trip-modal .houseboat-detail .modal-content .modal-body ul.ui-tabs-nav{
	position: relative;
  top: 0px;
  left: 0px;
}
.listing-modal-wrapper .houseboat-detail .main-content .titles-and-content{
	margin-bottom: 0px;
}
.trip-modal .houseboat-detail button.close{
	border: none;
  color: black;
  width: 40px;
  height: 40px;
}
.trip-modal #trip-tabs, .trip-modal #trip-tabs .tab-content{
	height: 100%;
}
.trip-modal #trip-tabs .tab-content{
	overflow-y: auto;
}
.trip-modal #trip-tabs .tab-content #tab_1{
	margin-top: 50px;
	height: calc(100% - 55px);
}
.trip-modal #trip-tabs .tab-content.panel-group{
	overflow-y: hidden;
}
.trip-modal #trip-tabs #tab_4, .trip-modal #trip-tabs #tab_4 .tab-content{
	overflow-y: hidden;
}
.reservation-helpful .reservation-content-body a{
	margin-bottom: 15px;
	display: block;
}
.trip-modal .modal-content .modal-body .panel{
	box-shadow: none;
}

.bs-wizard {
	max-width: 1200px;
	margin: 20px auto;
}
div.form.price-form form{
	margin: 0 !important;
}
div.form.price-form form.affix{
	position: relative !important;
	top: 0px !important;
	width: 100% !important;
}
div.form.price-form{
	width: 100% !important;
	margin-top: 0px;
}
div.form form .form-group>.btn-group>button{
	max-width: 100%;
	overflow: hidden;
}
div.form.price-form form .form-group{
	width: 20% !important;
	float: left;
  position: relative;
  padding: 10px;
}
div.table-top-wrapper{
	width: 100%;
	clear: both;
	height: 20px;
	overflow-x: auto;
}
div.table-top-wrapper .dummy-content{
	height: 20px;
}
div.pricing-table-wrapper{
	padding-top: 10px;
	overflow-x: auto;
	display: block;
	position: relative;
	width: 100%;
	/* max-width: 100%; */
	margin-bottom: 100px;
}
div.form.price-form form .searchButtonWrapper button:last-child{
	margin-right: 20px !important;
}
div.form.price-form form .form-group .multiselect-container.many-items{
	width: 600%;
}
div.form.price-form form .form-group .multiselect-container{
	width: 200%;
}
i.fa-star:before{
	color: #0397d6;
	font-size: 25px;
}
.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.prev{
	display: block;
}
.blueimp-gallery>.next i{
	margin-top: -10px;
	margin-left: 8px;
}
.blueimp-gallery>.prev i{
	margin-top: -10px;
	margin-left: -8px;
}
#tab_2 .no-boats, #tab_3 .reservation-holding, #tab_4 .tripsupport-holding{
	text-align: center;
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
}
#tab_2 .no-boats img, #tab_3 .reservation-holding img, #tab_4 .tripsupport-holding img{
	margin: 0 auto;
}
div.form.price-form form .form-group>label{
	text-align: left;
	width: 100%;
}
div.form.price-form form .form-group > select, div.form.price-form form .form-group > input{
	width: 100%;
	height: 34px;
  border-radius: 5px;
  border: solid 1px #ccc;
}
div.signup-modal div.login-form a{
	cursor: pointer;
}
/*Form Wizard*/
.bs-wizard {
	border-bottom: solid 1px #e0e0e0;
	padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #3f823f;
    font-size: 16px;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
		margin-top: 25px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #3f823f;
    top: 12px;
    left: 50%;
    margin-top: -15px;
    transform: translateX(-50%);
    border-radius: 50%;
		text-align: center;
    line-height: 50px;
		color: #777;
		font-size: 30px;
}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot, .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot{
		color: white;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
		background: #c1c1c3;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #3f823f;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #c1c1c3;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}
/*END Form Wizard*/

.col-8{
	width: 12.5%;
	float: left;
}
.trip-home-content .trip-note-header, .trip-home-content .trip-profile-header{
	padding: 10px 5px;
}
.trip-home-content > div{
	padding: 10px 50px;
}
.trip-home-content button{
	background: none;
	border: none;
	color: #476bd8;
}
.trip-home-content button.has-border{
	border: 1px solid #ccc;
}
.trip-home-content button i{
	font-size: 25px;
}
.trip-home-content .trip-note-searchbox{
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.trip-home-content .trip-note-item{
	display: flex;
	padding: 5px;
	padding-top: 10px;
	padding-right: 15px;
	border-bottom: 1px solid #ccc;
	background: white;
	cursor: pointer;
}
.trip-home-content .trip-note-item.ui-sortable-helper{
	border: 2px solid #0397d2;
	border-bottom: 2px solid #0397d2;
}
.trip-home-content .trip-note-item p.trip-note-text{
	width: 100%;
	border: none;
}
.trip-home-content .trip-note-item input[type="checkbox"]{
	width: 20px;
}

.trip-home-content .trip-profile-content table{
	width: 100%;
}
.trip-home-content .trip-profile-content table tr td{
	padding: 10px 5px;
}
.trip-home-content .trip-profile-content table td input{
	width: 100%;
	border: none;
}

.tab-content .reservation-content-body{
	font-size: 15px;
	font-family: sans-serif;
	font-weight: 200;
	background: #eee;
	padding: 15px 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border: 1px solid #ccc;
}
.tab-content .reservation-content-header label{
	margin-bottom: 0px;
	background: #ddd;
	padding: 8px 12px 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
.tab-content .reservation-content-body table{
	display: block;
	padding: 10px;
  background: white;
}
.tab-content .reservation-content-body table tr{
	height: 25px;
	border-bottom: 1px solid #ccc;
}
.tab-content .reservation-content-body table thead{
	font-size: 14px;
  color: #777;
}
.tab-content .reservation-content-body table tr td:first-child, .tab-content .reservation-content-body table tr td:last-child{
	width: 30%;
}
.tab-content .reservation-content-body table tr td{
	width: 8.75%;
	padding: 3px;
}
#invoice_items tr.dragHighlight td:nth-child(4) input, #invoice_items tr.dragHighlight td:nth-child(5) input, #invoice_items tr.dragHighlight td:last-child input{
	background: #ccc;
}
.tab-content .reservation-content-body table tr td input{
	width: 100%;
	border: 1px solid #999;
}
.tab-content .reservation-content-body .row{
	margin: 10px 0px;
}
.tab-content .reservation-content-body .row div{
	padding: 3px 5px;
}
.tab-content .reservation-content-body .row div input{
	width: 100%;
}
.tab-content .reservation-content-body .row div input.width-auto{
	width: auto;
}
.tab-content .reservation-content-body .row .reservation-price-body .price-heading{
	float: left;
	width: 30%;
}
.tab-content .reservation-content-body .row .reservation-price-body .price-item{
	float: left;
	width: 10%;
}
.tab-content .trip-postTrip-content{
	padding: 50px;
	display: flex;
	align-items: center;
	height: 100%;
}
.tab-content .trip-postTrip-content img{
	margin-right: 50px;
	max-width: 35%;
}
.tab-content .trip-postTrip-content .trip-postTrip-text{
	font-size: 50px;
  color: #aaa;
  font-family: sans-serif;
}
#trip-tabs #tab_accordion > div > div > div{
	margin-bottom: 15px;
}
.trip-modal .resultsSet .resultsItem:nth-child(8n+2){
	clear:both;
}
.trip-modal .resultsSet .resultsItem{
	width: calc(25% - 20px);
  margin: 10px;
}
.trip-modal{
	outline: none;
}
.trip-modal *:focus{
	outline: none !important;
}
.trip-modal .modal-content .modal-body #trip-support-tabs ul.ui-tabs-nav{
	position: relative;
	left: 0px;
	top: 0px;
	display: flex;
	justify-content: center;
	margin-top: -15px;
}
.trip-modal .modal-content .modal-body #trip-support-tabs .ui-tabs-nav>li>a{
	color: #0397D2 !important;
	text-decoration: underline;
	font-size: 20px;
	padding: 3px 20px;
}

.trip-modal .modal-content .modal-body #trip-support-tabs .ui-tabs-nav>li.ui-state-active>a{
	background: #0397D2 !important;
	color: white !important;
  border-radius: 5px;
	text-decoration: none;
}

.trip-profile-editor.active i:first-child, .trip-note-editor.active i:first-child{
	display: none;
}
.trip-profile-editor.nonActive i:last-child, .trip-note-editor.nonActive i:last-child{
	display: none;
}
.trip-support-reservation{
	display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.trip-support-reservation p:first-child{
	font-size: 40px;
	font-weight: 800;
}
.trip-support-reservation p:last-child{
	font-style: italic;
	font-size: 27px;
	font-weight: 100;
}
#trip-tabs .tab-content .bottomPagination{
	margin-left: 0px;
	width: 100%;
	display: none;
}

#trip-support-tabs .trip-support-content{
	display: flex;
	align-items: center;
	font-size: 30px;
	text-align: center;
	color: #999;
}
#trip-support-tabs .trip-support-content img{
	padding: 50px;
}
.trip-modal button.close{
	background: transparent;
  box-shadow: none;
  width: 50px;
  height: 50px;
  border: 10px solid white;
	color: white;
}
#trip-tabs >ul >li >a{
	font-size: 20px;
}

.reservation-price-body label{
	font-weight: 400;
	display: block;
}
.reservation-price-body .price-item input, .reservation-price-body .price-heading label:nth-child(2){
	margin-top: 10px;
	margin-bottom: 30px;
}
.reservation-content-header button{
	background: none;
	border: none;
	margin-bottom: -3px;
	color: green;
}
.homepage .more-content-down{
	display: none;
}
.contact-modal-wrapper.newsletter h4.modal-title{
		text-align: center;
    color: #0397d6;
    font-weight: bold;
}
#hbNewsletterFormID fieldset .formItem label{
	min-width: 120px;
}
#hbNewsletterFormID fieldset .formItem input{
	/*width: 200px;*/
}

.tab_Basics .thumbnailGalleryThumb{
	width: 100%; 
	max-width: 430px; 
	margin-right:30px;
	float: left;
}
.listing-modal .tab_Basics .thumbnailGalleryThumb{
	max-width: 330px;
}
.tab_Basics .thumbnailGalleryThumb img{
	width: 100%;
}

.Houseboat_3_0_DIP.lake-page #dip-media-carousel{
	display: none;
}

.Houseboat_3_0_DIP.lake-page .dip-content .photo{
	width: 100%;
	clear: both;
	text-align: center;
	margin: 15px 0px;
}

.at4-share .at4-share-count-anchor{
	padding-bottom: 16px !important;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
	padding: 0px !important;
}
@media (min-width: 992px){
	#tabs .tab-pane>#tab_collapse_1{
		display: flex !important;
	}
}
@media (min-width: 768px){
  .panel-collapse dl dt {
    width: 100px !important;
  }
  .panel-collapse dl dd {
    margin-left: 110px !important;
  }
	
}
@media (max-width: 1500px){
	.trip-modal .resultsSet .resultsItem:nth-child(8n+2){
		clear:none;
	}
	.trip-modal .resultsSet .resultsItem:nth-child(3n+2){
		clear:both;
	}
	.trip-modal .resultsSet .resultsItem{
		width: calc(33% - 20px);
	  margin: 10px;
	}
}
@media (max-width: 992px) {
	.reservation-price-body .price-item input, .reservation-price-body .price-heading label:nth-child(2){
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.reservation-price-body .price-heading, .reservation-price-body .price-item {
		width: 100% !important;
		display: block;
	}
}
@media (max-width: 768px){
	.tab_Basics .thumbnailGalleryThumb{
		float: none;
		display: block;
	}
	.main-nav #navbar .navbar-nav .dropdown-menu{
		top: 0 !important;
	}
	.homepage #header-carousel .header-alt>div{
		top: 75%;
	}
	.homepage .header-alt > div > a, .homepage a.carousel-control, .homepage .carousel-caption{
		display: none !important;
	}
}