@font-face {
    font-family: 'giltutligregular';
    src: url('../fonts/giltust-light-webfont.eot');
    src: url('../fonts/giltust-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/giltust-light-webfont.woff2') format('woff2'),
         url('../fonts/giltust-light-webfont.woff') format('woff'),
         url('../fonts/giltust-light-webfont.ttf') format('truetype'),
         url('../fonts/giltust-light-webfont.svg#giltutligregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'giltutmedregular';
    src: url('../fonts/giltust-medium-webfont.eot');
    src: url('../fonts/giltust-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/giltust-medium-webfont.woff2') format('woff2'),
         url('../fonts/giltust-medium-webfont.woff') format('woff'),
         url('../fonts/giltust-medium-webfont.ttf') format('truetype'),
         url('../fonts/giltust-medium-webfont.svg#giltutmedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
  color: #021127;
  font-family: 'giltutligregular' !important;
      background: ;
}
.col-xs-2.last {
    width: 15%;
    padding-right: 0px !important;
}
.clearfix {
    clear: both;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: none;
  display: inline-block;
}
.topwrapper .col-xs-1, .topwrapper .col-xs-2, .topwrapper .col-xs-3, .topwrapper .col-xs-4, .topwrapper .col-xs-5, .topwrapper .col-xs-6, .topwrapper .col-xs-7, .topwrapper .col-xs-8, .topwrapper .col-xs-9, .topwrapper .col-xs-10, .topwrapper .col-xs-11, .topwrapper .col-xs-12 {
float: left;
}
.no-trip-results {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  color: #999;
}
.trip-spots-container.desktop {
    padding: 13px 0px 0px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}
.trip-calendar-container .control-label {
  font-weight: bold;
  display: block;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    border-radius: 0px 0px 2px 0px;
    margin-bottom: -1px;
        opacity: .7;
}

.trip-list {
  margin-top: 5px;
}

.trip-header-font {
  color: #b80b0f;
  font-size: 48px;
  font-weight: bold;
  margin: 30px 15px;
}
span.split {
    color: #D0D0D0;
    padding: 0px 1px;
    font-weight: normal;
}
.trip-container {
}

.trip-container-middle {
 
}

.trip-container a {
  cursor: pointer;
}

.trip-boat-picture {
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
  width: 120px;
}
.row-group-wrapper {
    padding: 0px 0px;
    background-color: white;
    margin: 10px 0px;
        border-radius: 2px;
    overflow: hidden;
}
.trip-description {
  width: 100%;
}

.trips-day-divider {
    background-color: #021127;
    display: inline-block;
    line-height: 1;
    margin: 5px 0px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: .5px;
    padding: 10px 5px;
    border-radius: 2px;
}

.trip-spots-container {
  padding-top: 0px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 120px;
}
.trip-spots-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
}
.trip-details {
  font-size: 18px;
  display: block;
      width: 77%;
  float: left;
}
.trip-book-btn {
  width: 100%;

}
.trip-title-font {
  font-size: 27px;
  font-family: 'Neuton';
  font-weight: bold;
  color: #b80b0f;
  width: 100%;
}
.legacy-table th {
  text-align: center;
  padding: 5px;
}
.legacy-table button.trip-book-btn {
  vertical-align: middle;
  margin: 10px 0px;
}
.legacy-table td {
  padding: 0px 10px;
  text-align: center;
}
.legacy-table td.legacy-day-divider {
  text-align: center;
  background-color: grey;
  padding: 5px 0;
  color: white;
}

.dark-row {
  background-color: #E1E1E1;
}

a.read-more, a.read-less {
  cursor: pointer;
  color: blue;
}

span.more-text {
  display: none;
} 

span.more-text.show {
  display: inline !important
}

.load-more-button {
    width: 100%;
    display: block;
    margin: 5px auto 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    background: #2199F8;
    color: #ffffff;
    border: 0px;
    border-radius: 2px;
}


/* enable absolute positioning */
.inner-addon { 
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 12px;
  pointer-events: none;
}

/* align icon */
.left-addon { left:  0px;}
.right-addon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  34px; }
.right-addon input { padding-right: 34px; }


/* fixing responses */

.trip-calendar-container.ng-scope {
   padding-top: 0px;
}

.container, .trip-calendar-container.ng-scope {
  max-width: 1170px;
  width: 100% !important;
}

.trip-middle-section {
  width: 82%;
  float: left;
}

img.trip-boat-picture {
    width: 17%;
    float: left;
}

button.btn.btn-primary.trip-book-btn {
  font-weight: bold;
  width: 100%;
  background: -moz-linear-gradient(top, #5ccd00 0%, #4aa400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ccd00), color-stop(100%,#4aa400));
  background: -webkit-linear-gradient(top, #5ccd00 0%,#4aa400 100%);
  background: -o-linear-gradient(top, #5ccd00 0%,#4aa400 100%) !important;
  background: -ms-linear-gradient(top, #5ccd00 0%,#4aa400 100%) !important;
  background: linear-gradient(to bottom, #5ccd00 0%,#4aa400 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ccd00', endColorstr='#4aa400',GradientType=0 );
  border: #234C01;
}

.trip-spots-container {
  width: 20%;
  margin-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  float: right;
}

.trip-detail-label {
    padding-right: 20px;
}

.trip-detail-label b {
color: #021127;
    font-family: 'giltutmedregular' !important;
    font-size: 20px;
}
p.trip-description strong {
    color: #34A1EA;
}
  .trip-spots-container div {
text-align: center !important;
    padding-left: 0px;
    width: 100%;
    font-weight: bold;
    color: #373F4E;
    font-size: 13px;
    text-transform: uppercase;
}
span.moible-openspots {
    font-weight: normal;
    color: #5F5F5F;
    font-style: italic;
}
.trip-spots-container.mobile {
    padding: 2px 0px 0px;
    border: 1px solid gainsboro;
    margin-top: 1px;
}
span.mobile-slash {
    color: #A9A9A9;
    font-weight: normal;
    padding: 0px 2px;
    font-style: italic;
}
span.max {
    color: #0a0a0a;
    font-style: italic;
    font-size: 20px;
    letter-spacing: .3px;
}
.desktop {
      display: inline-block;
}
.mobile {
  display: none;
}
.trip-description.desktop {
    padding-bottom: 0px;
    width: 78%;
    float: left;
}
.trip-spots-container .desktop .number {
    font-size: 28px;
    display: block;
    color: #0a0a0a;
}
.trip-spots-container .desktop .spots {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #5F5F5F;
    text-transform: none;
}
.trip-spots-container .desktop {
    margin-bottom: 10px;
    margin-top: -10px;
}
.trip-note b {
    color: #D20C11;
}
.trip-note {
font-weight: bold;
    font-size: 18px;
    color: #D20C11;
    float: left;
    line-height: 1.2;
}
.trip-note span.trip-detail-label b {
  float: left;
      margin-right: 5px;
}
p.trip-description.mobile {
    padding: 0px;
    margin: 0px 0px 5px;
}
h4.trip-title-font {
    margin: 5px 0px;
}


@media screen and (max-width:1200px) { 
.chosen-container {
    min-width: 170px;
    max-width: 180px;
}
}

@media screen and (max-width:900px) {
  img.trip-boat-picture {
    width: 100%;
    display: none;
  }
.trip-middle-section {
    width: 100%;
    padding-left: 10px;

  }
}

@media screen and (max-width:776px) {
  .trip-details {
        width: 60%;
  }
  .trip-spots-container {
        width: 30%;
}
.desktop {
  display: none;
}
.mobile {
  display: block;
}
  button.btn.btn-default.ng-binding {
    font-size: 12px;
    padding: 0px 5px;
    background-color: white;
    border: 0px;
  }

  .trip-spots-container div {
    padding: 7px 0px;
        font-size: 19px;
  }

  .trip-spots-container .trip-spots-text {
    float: left;
    padding-left: 0px;
    margin-top: -40px;
    width: 65% !important;
    line-height: 40px;
    font-size: 44px;
  }

  .trip-calendar-container.ng-scope div.col-xs-4,
      .trip-calendar-container.ng-scope div.col-xs-3,
      .trip-calendar-container.ng-scope div.col-xs-2 {
    width: 100% !important;
    padding: 2px 5px;
    color: #6B6B6B;
  }

  .container {
     padding: 0px !important;
  }
  .trip-calendar-container.ng-scope {
    left: 0px !important;
  } 
  .trip-calendar-container.ng-scope div.col-xs-4,
      .trip-calendar-container.ng-scope div.col-xs-3 {
    width: 100% !important;
  }
  .chosen-container.chosen-container-single {
    min-width: inherit;
    max-width: inherit;
    width: 100% !important;
  }
.trip-note {
    width: 80%;
}
.trip-note .trip-detail-label b {
    color: #b80b0f;
}
.topwrapper {
    padding: 0px 10px;
}
.legacy-table td {
  padding: 0px 5px;
}
}

@media screen and (max-width:600px) {
  .col-xs-2 {
    display: none;
  } 
  .trip-middle-section {
    width: 100%;
        padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px
  }
    .trip-spots-container div {
    padding: 7px 0px;
        font-size: 14px;
  }

}  

@media (max-width:500px) {
  .trip-spots-container div {
    padding: 0px 0px;
  }

  .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .trip-note {
    clear: left;
    font-size: 15px;
    float: none;
  }

  .row-group-wrapper { 
    margin: 0px 0px 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #B5B5B5;
  }

  .trip-detail-label b {
    font-size: 16px;
  }

  .trips-day-divider {
    font-size: 13px;
    font-family: inherit;
    padding: 6px 5px;
    margin-top: -1px;
  }

  h4.trip-title-font {
    letter-spacing: 0;
    margin: 0px 0px 2px !important;
  }
  
  .trip-title-font {
    letter-spacing: .5px;
    font-size: 18px;
  }

  .trip-note {
    float: none;
    clear: left;
    width: 100%;
  }

  .trip-detail-label b {
    font-size: 16px;
  }

  .trip-description {
    margin-bottom: 0px !important;
    font-size: 14px;
  }

  .trip-spots-container {
    float: right;
    width: 45%;
    margin: 0px;
    padding: 0px;
    margin-top: 3px !important;
  }

  .trip-spots-container .trip-spots-text {
    width: 55px !important;
    margin-left: -60px;
    text-align: center !important;
  }

  .trip-details {
    font-size: 13px;
    width: 52%;
    line-height: 1.2;
  }

  .trip-middle-section {
    width: 100%;
  }

  .trip-container {
    margin-bottom: 0px;
  }

  button.btn.btn-danger.trip-book-btn.ng-scope, button.btn.btn-primary.trip-book-btn, button.btn.btn-warning.trip-book-btn.ng-scope {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    height: 30px;
    line-height: 1;
    margin: 2px auto -1px;
  }

  .calendar.first.right, .calendar.second.left {
    float: none;
    margin: 0px auto;
  }

/*
  .daterangepicker.dropdown-menu.opensright.show-calendar {
    width: 100%!important;
  }

  .daterangepicker.opensright .ranges,
      .daterangepicker.opensright .calendar,
      .daterangepicker.openscenter .ranges, 
      .daterangepicker.openscenter .calendar {
    float: none !important;
    margin: 0px auto !important;
    width: 100%;
  }

  .range_inputs .btn {
    margin-top: 10px;
    padding: 11px;
    width: 20%;
  }

  .daterangepicker_end_input {
    margin-right: 5px;
  }

  */
}


@media screen and (max-width:300px) {
  .trip-title-font {
        font-size: 18px;
  }
button.btn.btn-danger.trip-book-btn.ng-scope, button.btn.btn-primary.trip-book-btn, button.btn.btn-warning.trip-book-btn.ng-scope {
    font-size: 13px;
    padding: 10px 5px;
}
}
