.confirm-availability {
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 27px;
    display: inline-block;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control:focus {
    border-color: #000;
    outline: 0px none;
    box-shadow: none;
}

.booking-block input, .adventure-book input {
    background: #FFF;
    border: none;
    color: #222;
    font-weight: bold;
}

.booking-block .input-group-addon, .adventure-book .input-group-addon {
    color: #f4d40c;
    background: #222;
    border: none;
    padding: 0px 6px;
    cursor: pointer;
    font-size: 12px;
}

.booking-block .glyphicon {
    top: 0px;
}

.booking-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.booking-block label {
    font-family: 'Conv_AvenirLTStd-Book_0';
    font-size: 18px;
    font-weight: lighter;
}

.tourmaster-form-field input:read-only {
  background-color: #f1f1f1 !important;
}

#bookingForm .tourmaster-tour-booking-date {
  margin: 0;
}
#bookingForm .tourmaster-select-wrap, .rezdy-ts-form .tourmaster-select-wrap {
  position: relative;
}
#bookingForm .tourmaster-select-wrap:after, .rezdy-ts-form .tourmaster-select-wrap:after {
  content: "\f0dd";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -13px;
  line-height: 22px;
  pointer-events: none;
  color: #ac9155;
}
#bookingForm .tourmaster-datepicker-wrap:after, #bookingForm .tourmaster-select-wrap:after, .rezdy-ts-form .tourmaster-select-wrap:after {
  right: 15px;
  margin-top: -6px;
  font-size: 1.5em;
}
.rezdy-ts-form .tourmaster-select-wrap:after {
  margin-top: -16px;
  margin-right: 15px;
}

#bookingForm .checkbox {
  padding: 5px 0;
}

.availability-quantity {
    font-family: 'Conv_AvenirLTStd-Book_0';
    font-size: 15px;
}

.booking-block .input-group {
    max-width: 90px;
}

.adventure-book .input-group {
    width: 100px;
}

.booking-block .input-group .form-control, .adventure-book .input-group .form-control {
    text-align: center;
}


.tourmaster-form-field input[type="number"] {
  font-size: 13px;
  height: 48px;
  padding: 12px 17px;
  width: 100%;
  border: 0px;
  outline: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  color: #545454;
  background: #ffffff;
  border-color: #e6e6e6;
}

#bookingForm .gdlr-core-toggle-box-item {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.session-picker td.session-cell {
    height: 65px;
}


.session-fade {
    color: #999;
    font-family: 'Conv_AvenirLTStd-Book_0';
    font-size: 20px;
    vertical-align: middle !important;
}

.session-day {
    text-align: center;
}

.session-fade span {
    height: 65px;
}

.row .block-passengers .form-control {
    height: 30px;
}

.row .block-passengers .input-group-addon {
    color: #FFF;
    background-color: #40AE49;
    border: 1px solid #40AE49;
    cursor: pointer;
    padding: 2px 8px;
}

.table.responsive-table tr.table-header {
    color: #fff;
}


/** End Date Picker Styles **/

.form-control:focus {
    border-color: #000;
    outline: 0px none;
    box-shadow: none;
}

.booking-block input, .adventure-book input {
    background: transparent;
    color: #222;
    font-weight: bold;
}

.booking-block .input-group-addon, .adventure-book .input-group-addon {
    color: #414141;
    background: url(../img/quantity-border.png) center no-repeat;
    background-repeat:no-repeat;
    border: none;
    padding: 0px 6px;
    border-radius:0;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Shadows Into Light', cursive;
}

.booking-block .glyphicon {
    top: 0px;
}

.booking-block {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.booking-block label {
   font-family: 'Shadows Into Light', cursive;
    font-size: 25px;
    font-weight: lighter;
}

.availability-quantity {
    font-family: 'Conv_AvenirLTStd-Book_0';
    font-size: 15px;
}

.booking-block .input-group {
    max-width: 90px;
}

.adventure-book .input-group {
    width: 100px;
}

.booking-block .input-group .form-control, .adventure-book .input-group .form-control {
    text-align: center;
        font-family: 'conv_bebasneue light';
}


.tourmaster-booking-tab-content {
    position: relative;
}

.form-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.form-spinner.centered {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -25px;
}

.form-spinner>div {
    background-color: #082d4a;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.form-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.form-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.form-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.form-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.cal-wrap {
    position: relative;
    margin: 0 auto;
    min-height: 50px;
}

.breadcrumb {
    background-color: transparent !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.availability-participants {
	margin-bottom: 8px;
}

.badge {
	background-size:cover;
  color:#000;
	padding: 5px 9px;
	font-size: 15px;
	font-weight: normal;
}

.inventory-visible-based {
	margin-top: 20px;
}

.session-date-nav a {
	color: #414141;
	font-family: 'Shadows Into Light', cursive;
	    font-size: 16px;

}
.session-date-nav .pick-date{
	margin-right:20px;
}

.session-date-nav a:hover {
	color: #d47164;
}

.session-date-nav .current-date {
	color: #082d4a;
}

.current-date {
  color:#082d4a;
}

th.current-date {
	background: #082d4a;
	color:#fff;
}
.session-picker{

}
.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

table thead {
	    background: rgba(255,255,255,0.5);
}


.tourmaster-payment-step-container .tourmaster-payment-step-item .tourmaster-payment-step-item-icon {
    background: #082d4a;
}

.session-cell:hover {
	text-decoration: none;
	cursor: pointer;
	background: url('assets/img/menu-back-hover.png') no-repeat scrollcenter bottom transparent;
}

.session-fade:hover {
	background: none;
	cursor: auto;
}

.live-book-now {
	width: 100%;

	    font-family: 'Conv_AvenirLTStd-Book_0';
	font-size: 15px;
	text-transform: uppercase;
}

.live-price, .session-seats-available {
	    color: #082d4a;
	    font-size:25px;
}

.session-seats-available {
	font-size: 13px;
	color: #555;
}


.page-id-6220 .traveltour-page-wrapper {
	position: relative;
}
.page-id-6220 .tourmaster-payment-step-wrap {
	position: absolute;
	width: 100%;
	top: -96px;
}

@media (max-width: 1200px) {
  .page-id-6220 .tourmaster-payment-step-wrap {
    top: -66px;
  }
}
@media (max-width: 1000px) {
  .checkout-table thead tr th:nth-child(1) {
    width: 56%;
  }
  .checkout-table thead tr th:nth-child(3) {
    width: 12%;
  }
  .checkout-table thead tr th:nth-child(4) {
    width: 17%;
  }
}

@media (max-width: 781px) {
  .page-id-6220 .tourmaster-payment-step-wrap {
    top: -132px;
  }
  .page-id-6220 .tourmaster-payment-step-wrap .tourmaster-payment-step-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .checkout-table .quantities dt {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-id-6220 .tourmaster-payment-step-wrap .tourmaster-payment-step-item {
    width: 100%;
  }
  .page-id-6220 .tourmaster-payment-step-wrap {
    display: none;
  }
  .page-id-6220 .traveltour-page-title-wrap .traveltour-page-title-content {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  .checkout-table thead {
    display: none;
  }

  .checkout-table td {
    display: block;
    text-align: right;
    clear: both;
  }

  .checkout-table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }

  .checkout-table .product-name {
    text-align: right;
  }

  .checkout-table .itemrow td:nth-child(2) {
    display: none;
  }

  .checkout-table tr.total td:first-child, .checkout-table tr.due-now td:first-child {
    display: none;
  }


  .checkout-table dl {
    overflow: hidden;
    padding: 0;
    margin: 0
  }
  .checkout-table dt {
    float: left;
    width: 90%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
  }
  .checkout-table dd {
    float: left;
    width: 10%;
    /* adjust the width; make sure the total of both is 100% */
    padding: 0;
    margin: 0
  }


  .checkout-table .quantities br:last-of-type {
    display: none;
  }

}


.page-id-6220 .traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title-content {
	padding-bottom: 132px;
}
.page-id-6220 .traveltour-page-title-wrap.traveltour-style-custom .traveltour-page-title-content {
	padding-top: 78px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.traveltour-body .table .next-week, .traveltour-body .table prev-week, .session-date-nav .current-date {
	color: #fff;
}
.session-picker tr th, .checkout-table tr th {
  background-color: #082d4a;
}

.live-price {
	font-family: 'Shadows Into Light', cursive;
	font-size: 21px;
	font-weight:bolder;
}

.days-2, .days-5, .days-3 {
	display: none;
}

.table > tbody > tr > .padding-l-none {
	padding-left: 0;
}

.session-cell:hover, .session-cell:focus {
	color: #082d4a;
	background: rgba(172,145,85,0.85);
}

.itemrow td:nth-child(2) {
	text-align: right;
}

@media (max-width: 991px) {
	.session-day-5, .session-day-6 {
		display: none;
	}
	.days-7, .days-2, .days-3 {
		display: none;
	}
	.days-5 {
		display: block;
	}
}

@media (max-width: 630px) {
	.session-day-3, .session-day-4 {
		display: none;
	}
	.days-7, .days-5, .days-2 {
		display: none;
	}
	.days-3 {
		display: block;
	}
}

@media (max-width: 400px) {
	.session-day-2 {
		display: none;
	}
	.days-7, .days-5, .days-3 {
		display: none;
	}
	.days-2 {
		display: block;
	}
}

.form-actions {
	border-top: 1px solid #ddd;
	padding: 10px 10px 10px 0;
}

.item-price {
	float: right;
}

.tar {
	text-align: right;
}

.extra-image img {
	max-width: 30px;
	height: auto;
}

.table > tbody > tr.extras > td, .table > tbody > tr.due-now > td {
	border: none;
}

.extra-section{
	background:#f5f5f5;
}
.extra-thumbnails{
	float:left;
	height:90px;
	width:115px;
	border-radius:3px;
	margin-bottom:10px;
	overflow: hidden;
}
.extra-thumbnail{
	float:left;
	height:90px;
}
.extra-title{
	margin-top:0;
	margin-bottom:5px;
}
.extra-description{
	margin-bottom:5px;
}
.extra-increment{
	text-align:center;
	display:inline;
}
.extra-price{
	text-align:right;
	margin-top:10px;
}
.popover {
	font-size:13px;
}
.btn-extra{
	color:#818181;
	font-size:11px;
	background:#ebebeb;
	border:1px solid #ccc;
	margin-top:5px;
}

.btn-extra:hover, .btn-extra:focus, .btn-extra:active{
	color:#fff;
	background:#333;
	border:1px solid #252525;
}

.collapseHandle {
	display: block;
}

hr.dotted {
	background: none;
	color: #fff;
	border: 1px dotted #fff;
	border-style: none none dotted;
	width: 100%;
	margin: 20px auto 20px auto;
	height: 0px;
}

.pick-date {
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}

.next-week, .prev-week a {
	margin-left: 5px;
	margin-right: 5px;
}

.fa-usd {
	color: #000;
}

.adventure-book .form-group .input-group input, .booking-block .input-group input {
	height: 30px;
	text-align: center;
}

.carousel {
	margin-top: -15px;
}

.confirm-availability {
	margin-bottom: 15px;
	display: block;
  cursor: pointer;
}

.adventure-book .input-group {
	float: right;
}

.adventure-book .form-group .input-group {
	float: none;
}

.alert {
  padding: 10px;
}

.price-calc {
  display: none;
}
.price-calc .tourmaster-head {
  display: none;
}

.tourmaster-booking-tab-content {
  padding: 40px 34px 40px
}
.tourmaster-booking-tab-content .alert {
  margin: 10px 0;
}
.tourmaster-booking-tab-content .alert ul {
  margin-bottom: 0;
}

.alert:not(.alert-warning), .well {
	background: none;
	border: 1px solid #40ae49;
	font-weight: bold;
	color: #40ae49;
}

.alert-warning {
  background: none;
	border: 1px solid #d47164;
	color: #d47164;
	font-weight: bold;
}

.well {
	font-weight: normal;
}

.availability-quantity {
	margin-bottom: 5px;
}

.modal {
	z-index: 10001;
}

.modal-body {
	color: #000;
}

.list-unstyled.menu-adventure-description p {
	display: inline;
}

.menu-adventure-description li {
	padding-bottom: 8px;
	padding-top: 8px;
}

.menu-adventure-description .fa-li {
	top: inherit;
}

.next-week {
	cursor: pointer;
}

.nbrb-participant-title .fa {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}


#bookingForm > .row, #bookingForm .cc-row {
  margin-left: -15px;
  margin-right: -15px;
}
#bookingForm > .row:after, #bookingForm .cc-row:after {
  content: "";
  display: table;
  clear: both;
}
#bookingForm .row > .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

 #bookingForm .cc-row .cc-label, #bookingForm .cc-row .cc-month, #bookingForm .cc-row .cc-year {
   width: 100%;
   float: left;
   padding-left: 15px;
   padding-right: 15px;
 }

#bookingForm .cc-row .cc-month {
  width: 70%;
  padding-right: 5px;
}
#bookingForm .cc-row .cc-year {
  width: 30%;
  padding-left: 5px;
}

.review-cc-fields {
  margin-bottom: 25px;
}


@media (max-width: 991px) {
  #bookingForm .row > .col-md-6 {
    width: 100%;
  }
}

.nbrb-contain-textured {
  padding-top: 25px;
}

.gdlr-core-toggle-box-item-tab .fa-angle-down {
  transform: rotate(0deg);
  margin-top: -5px;
}
.gdlr-core-toggle-box-item-tab.gdlr-core-active .fa-angle-down {
  transform: rotate(180deg);
  margin-top: -5px;
}

.rezdy-ts-form {
  margin-left: -10px; margin-right: -10px;
}
.rezdy-ts-form .tourmaster-form-field {
  float: left; width: 50%; padding-left: 10px; padding-right: 10px;
}

.rezdy-ts-submit {
  margin-top: 15px;
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .rezdy-ts-form .tourmaster-form-field {
    width: 100%;
  }
  .rezdy-ts-form .tourmaster-form-field:first-child {
    margin-bottom: 15px;
  }
}
