/*CUSTOM BS CLASSES*/

.no-fixed {
  position:inherit !important;
}

@media (max-width: 576px)  /*small*/
{
   input {
     font-size: 16px !important;
   }
}

@media (min-width: 576px)  /*small*/
{
   .no-fixed-sm {
     position:inherit !important;
   }
}
@media (min-width: 768px)  /*small*/
{
  .no-fixed-sm, .no-fixed-md {
    position:inherit !important;
  }
}
@media (min-width: 992px)  /*medium*/
{
  .no-fixed-sm, .no-fixed-md, .no-fixed-lg {
    position:inherit !important;
  }
}
@media (min-width: 1200px) /*large*/
{
  .no-fixed-sm, .no-fixed-md, .no-fixed-lg, .no-fixed-xl {
    position:inherit !important;
  }
}


html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 225px;
}

.modal-open {

}

@media (min-width: 576px)  /*small up*/
{
  body {
    margin-bottom: 135px !important;
  }
}

footer {
  /* box-shadow: 0px -1px 0px 0px #CCC; */
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 490px; */
  /* Set the fixed height of the footer here */
  line-height: 40px;
  /* Vertically center the text there */
  /* background-color: #f5f5f5; */
}


a {
  cursor: pointer;
}
a.active {
  border-bottom: #003580 1px solid;
}

a>p {
    margin:0px;
}

.btn-group-lg>.btn, .btn-lg {
  border-radius: 1px;
}

h1, h2, h3, h4, h5, h6 {
  /*font-weight: normal;*/
  text-transform: none;
}


.btn-primary {
  color: white;
  background-color: #0898ff;
  border-color: #0898ff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:none;
  font-weight: normal;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #007cd4 !important;
  border-color: #007cd4 !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active{
  background-color: #ddd;
  border-color: #ddd;
  box-shadow:none;
}

.btn-danger {
  background-color:#e51c23;
}

.text-danger {
  color:#e51c23;
}

.border-primary {
  border: #0898ff 1px solid !important;
}

.text-warning {
  color:#fec503;
}

.text-success {
  color:#3FBF3F;
}


.bg-primary {
  background-color: #003580 !important;
}

.bg-warning, .label-warning {
  background-color: #fed136;
  border-radius: 0;
}

.bg-success, .btn-success {
  background-color: #4caf50;
  color:#FFF;
}

.text-info {
    color:#0898ff;
}

.panel {
  border-radius: 0px;
  border:none;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #003580;
  border-color: #003580;
  border-radius: 0px;
}

.navbar-nav>li>.dropdown {
  padding: 15px 15px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: none;
}

.nav .dropdown a, .navbar-custom .nav .dropdown-menu li a, .navbar-custom .nav .dropdown-menu li a:hover {
  /* color:#003580; */
  cursor: pointer;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
  color: #FFF;
}

.nav .dropdown-menu {
  background: #FFF;
}

.nav a {
color: #FFF;
}

.navbar .nav a:hover, .navbar .nav a:focus, .navbar .nav a:active, .navbar .nav a.active {
color: #e6f0ff;
}

.nav .dropdown-menu a {
color: #333;
}

.nav .dropdown-menu a:hover, .nav .dropdown-menu a:focus, .nav .dropdown-menu a:active, .nav .dropdown-menu a.active {
color: #003580;
}

/* tabs */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color:#003580;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color:#333;
}

.has-error .input-group-addon {
  color:#cc3333 !important;
}

.table.borderless>thead>tr>th,.table.borderless>tbody>tr>td,.table.borderless>tfoot>tr>td{
  border:none;
}

.modal{
}

.modal-body {
max-height: calc(100vh - 200px);
overflow-y: auto;
}


.page-wrapper {
  min-height: calc(100vh - 90px);
}

header{
  background-position: center 75%;
}

@media (min-width: 768px) {
  header .intro-text  {
    padding-top: 20px;
    padding-bottom: 200px;
  }

  header .intro-text .intro-heading {
    font-size: 80px;
  }
}

header .intro-text  {
  padding-top: 50px;
  padding-bottom: 200px;
}

.aux-page header .intro-text {
  padding-top:180px;
  padding-bottom:100px;
}


#search-box {
  padding:0;
  color:#003580;
  border-top: #eeeeee 1px solid;
  border-bottom: #eeeeee 1px solid;

}

#search-box .underlined, #search-box .select2-selection, #search-box .dropdown .btn{
  font-size:12px;
  border: none;
  box-shadow: none;
  border-bottom: #003580 1px dotted;
  border-radius: 0px;
  color:#003580;
  min-width: 40px;
  text-align: left;
}

#search-box .underlined.is-invalid , #search-box .is-invalid .select2-selection {
  border-bottom: #dc3545 1px dotted;
}

#search-box .select2 {
  margin-top: 6px;
  color:#003580;
  width:100% !important;
}

#search-box .select2-selection__rendered, .select2-results__option {
  color:#003580;
  font-size: 12px;
}

.select2-selection__clear, .select2-selection__arrow {
  display: none;
}

#search-box .input-group-addon.has-error {
  color:#cc3333;
}

#search-box .input-group-addon {
  background: none;
color:#003580;
  border: none;
box-shadow: none;
border-radius: 0px;
}

#search-box .form {
  padding: 0px 0;
}

#search-box .form table{
  margin-bottom: 0px;

}
#search-box .form table td{
  border:none;
  vertical-align: middle;
  padding: 16px 8px;
}

#search-box .form table td.border-right {
  border-right: #eeeeee 1px solid;
  padding-right: 16px;
}

#search-box .form table td.border-right + td {
  padding-left: 16px;
}

input[type="date"]:before {
   content: attr(placeholder);
   color: #aaa;
 }
 input[type="date"]:focus:before,
 input[type="date"]:valid:before {
   content: "";
 }

@media screen and (min-width: 992px) {
  #search-box .search-btn{
    /*height: 60px;
    padding: 0px !important;*/
    margin-right: -15px;
    margin-left: 15px;
    padding-top: 0px !important;
  }

}

#search-box .search-btn .btn {
  height:66px;
border-radius: 0px;
padding:22px 12px;
}

#search-box [class*=col-] {
  /*padding-left:10px;
  padding-right:10px;*/
  /*padding-top:10px;*/
}

#search-box input {
  background:#FFFFFF;
}

@media (min-width: 992px) {
    .col-md-border:not(:last-child) {
        border-right: 1px solid #d7d7d7;
    }
    .col-md-border + .col-md-border {
        border-left: 1px solid #d7d7d7;
        margin-left: -1px;
    }
}

.datepicker {
  z-index:1030;
}

.search-result {
  border:#eeeeee 1px solid;
  margin-bottom: 20px;
}

.search-result > div > .row{
  display: table;
  width:100%;
  margin: 0;
}

.search-result > div {
  padding:0;
}

.search-result .text-content {
  padding-top:15px;
  padding-bottom:15px;
}

.search-result ul {
    -moz-column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    column-count: 3;
    column-gap: 15px;
    padding: 0px;
}

.search-result li {
  list-style: none;;
}

#search .price-box {
  background-color: #003580;
  height: 100%;
  color: #FFFFFF;
  float: none;
  display: table-cell;
  vertical-align: middle;
  right: -1px;
}

#search .price-box .h3 {
  font-size:18px;
  line-height: 40px;
}

#search .price-box .price {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  padding: 0px;
}

#search .price-box .price .label {
  font-size:18px;
  line-height: 30px;
}

.search-result .book-btn {
  position: absolute;
  bottom: 0;
  left:0;
  border-radius: 0px;
}







#search header {
  background-image: url("https://maps.googleapis.com/maps/api/staticmap?center=New+York,NY&zoom=10&scale=2&size=1600x300&maptype=roadmap&maptype=terrain&style=feature:all|element:labels.text.fill|saturation:0|color:0x111111|lightness:60&style=feature:all|element:labels.text.stroke|visibility:on|color:0xffffff|lightness:16&style=feature:all|element:labels.icon|visibility:off&style=feature:administrative|element:geometry.fill|color:0xfefefe|lightness:20&style=feature:administrative|element:geometry.stroke|color:0xfefefe|lightness:17|weight:1.2&style=feature:landscape|element:geometry|color:0xf5f5f5|lightness:20&style=feature:poi|element:geometry|color:0xf5f5f5|lightness:21&style=feature:poi.park|element:geometry|color:0xdedede|lightness:21&style=feature:road.highway|element:geometry.fill|color:0xffffff|lightness:17&style=feature:road.highway|element:geometry.stroke|color:0xffffff|lightness:29|weight:0.2&style=feature:road.arterial|element:geometry|color:0xffffff|lightness:18&style=feature:road.local|element:geometry|color:0xffffff|lightness:16&style=feature:transit|element:geometry|color:0xf2f2f2|lightness:19&style=feature:water|element:geometry|color:0xe9e9e9|lightness:17&key=AIzaSyD0OGdtziBayteLvzwRvWxR_DqVjJ-i7W4");
}

#search header::after {
  opacity:0.2;
}

#search header .h1 {
  padding-top: 200px;
  padding-bottom: 100px;
}

#product header {
  background-image:url('http://emrvdirect.com/service/files/rvdocuments/16103_1450793922.jpg');

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), url('http://emrvdirect.com/service/files/rvdocuments/16103_1450793922.jpg') no-repeat;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://emrvdirect.com/service/files/rvdocuments/16103_1450793922.jpg') no-repeat;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://emrvdirect.com/service/files/rvdocuments/16103_1450793922.jpg') no-repeat;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://emrvdirect.com/service/files/rvdocuments/16103_1450793922.jpg') no-repeat;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://emrvdirect.com/service/files/rvdocuments/16103_1450793922.jpg') no-repeat;

  background-position: center;
  background-size: cover;
}

#product header .h1 {
  padding-top: 250px;
  padding-bottom: 50px;
}

#product .review:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size:40px;
  left: 10px;
  margin-top:-20px;
  content: "\f10d";
  opacity: 0.1;
}

#product .review {
  margin-bottom: 40px;
}

#product .review .title {
  font-size:14px;
  font-weight: bold;
}

#product .review .review-text {
  font-size:12px;
}

#product .review .person {
  font-size:12px;
}

#product .option-content {
background-color:#FFFFFF;
}

#product .option-content .title {
  font-size:20px;
  /*font-weight: bold;*/
}

#product .price-box {
  background-color: #003580;
  height: 100%;
  color: #FFFFFF;
  float: none;
  display: table-cell;
  vertical-align: middle;
  right: -1px;
}

#product .price-box .h3 {
  font-size:18px;
  line-height: 40px;
}

#product .price-box .price {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
}

#product .price-box .price .label {
  font-size:18px;
  line-height: 30px;
}
/*margin-top:-26px;*/





#payment .final-selection {
  box-shadow: rgba(0,0,0,0.1) 0px 0px 10px 3px;
  font-size:13px;
}

#payment .final-selection .table td,#payment .final-selection .table th{
  padding:3px 8px;
}

#payment .title {
  padding:5px;
  font-size: 16px;
}









.twitter-typeahead {
    display: inline-flex !important;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.42857143;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    color:#cccccc !important;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    /*width: 200px;*/
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 11px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}
