#sealisting .z-default-subpage-left-panel {
  width: 290px;
  max-width: 290px;
  min-width: 290px;
  padding-right: 0;
}
#sealisting  .z-default-subpage-right-panel {
  border: none;
}
#sealisting .z-default-subpage-subcontent {
  padding: 0 0 30px 30px;
}
.searchresults-container{
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
#sealisting .panel, #sealisting .searchresult {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);*/
  border-color: #00175d;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
#sealisting .searchresult{
  display: block;
  /*float: left;*/
  padding: 0 20px 20px 20px;
  width: 50%;
}
#sealisting .searchresult:nth-child(2n + 1){
  clear: left;
}
.searchresult-image-container{
  margin-bottom: 10px;
}
#sealisting .panel-default, #sealisting .searchresult {
  border-color: #ddd;
}
#sealisting .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  font-weight: bold;
}
#sealisting .list-group {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-wrap: break-word;
}
#sealisting .list-group .item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  font-size: 15px;
  line-height: normal;
  color: #555;
}
#sealisting .panel-heading+.list-group .item:first-child {
  border-top-width: 0;
}
#sealisting .text-muted {
  color: #777;
}
#sealisting a.spbtn, #sealisting button.spbtn {
  width: 100%;
  margin-bottom: 5px;
}
#sealisting .panel .list-group .item a.spbtn {
  float: right;
  font-size: 23px;
  width: 38px;
  height: 34px;
  line-height: 34px;
  padding: 0;
}
#sealisting .panel-footer {
  background-color: #f5f5f5;
  background: #FFF;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.panel-footer .spbtn{
  display: block;
  width: 100%;
}
#sealisting .panel.panel-default .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#sealisting .item.active, #sealisting .item.active:hover, #sealisting .item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00175d;
  border-color: #00175d;
}
#sealisting a.item:hover, #sealisting a.item:focus, #sealisting button.item:hover, #sealisting button.item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
#sealisting .panel-body {
  padding: 15px;
}
#sealisting .searchresult .panel-body {
  padding: 15px 5px 10px 5px;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
#sealisting .form-group {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: normal;
  color: #555;
}
#sealisting label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
#sealisting .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#sealisting .tophead h1.p-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
#sealisting .z-default-subpage-subpage {
  padding-top: 0;
}
#sealisting .searchresult-image {
  position: relative;
}
#sealisting .searchresult-image a.zoom-btn {
  background-color: #fff;
  bottom: 8px;
  border: none;
  border-radius: 40px;
  float: right;
  height: 40px;
  line-height: 40px;
  padding: 7px;
  padding: 0;
  position: absolute;
  text-align: center;
  right: 8px;
  width: 40px;
  z-index: 100;
}
#sealisting .searchresult-image a.zoom-btn:hover {
  color: #00175d;
}
#sealisting .searchresult-image a {
  background-color: #fff;
  border: 1px solid #ddd;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  line-height: 1.42857;
  width: 100%;
  max-width: 100%;
  padding: 4px;
  padding: 0;
  height: auto;
}
#sealisting .searchresult-image a img {
  width: 100%;
}

.searchresult h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 12px 0 15px 0;
  color: #08253e;
}
.searchresult table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
.searchresult table tr td {
  border-top: 1px solid #9c9898;
  border-top: 1px solid #CCC;
  margin: 0;
  padding: 6px 0;
}
.searchresult table tr:first-child td {
  border-top: 0px solid #9c9898;
}
.searchresult table span.label-success {
  background-color: #000;
  color: #fff;
  padding: .2em .6em .3em;
  border-radius: .25em;
}
.searchresult .price {
  text-align: right;
  text-align: left;
  font-size: 24px;
  margin: 10px 0;
}
.searchresult hr {
  margin: 10px 0 15px 0;
}
.searchresult .spbtn {
  width: 100%;
  margin-bottom: 5px;
  background-color: #08253e;
  color: #fff !important;
}
.searchresult span.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.searchresult span.ribboninn {
  background-color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: -125px;
  width: 300px;
  color: #fff;
}
.singleboatcon {
  display: table-row;
}
.singleboatcon .leftpanel {
  display: table-cell;
  width: 100%;
  padding: 0 40px 40px 0;
  direction: ltr;
  vertical-align: top;
}
.singleboatcon .rightpanel {
  display: table-cell;
  width: 285px;
  min-width: 285px;
}
.singleboatcon .spbtn {
  width: 100%;
  padding: 10px 16px;
  font-size: 18px;
}
.singleboatcon .menulinks {
  border-left: 5px solid #00175d;
  margin: 15px 0;
  font-size: 15px;
}
.singleboatcon .menulinks a {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 0 0 -1px -1px;
  border-left: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
}
.singleboatcon .menulinks a i.fas {
  margin: 0 5px 0 0;
}
.singleboatcon .menulinks a:hover {
  background-color: #eee;
} 
.boatalert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 16px;
}
.singleboatcon .menulinks.detail {
  padding-left: 10px;
}
.singleboatcon .menulinks.detail strong {
  padding: 0 5px 0 0;
}
.singleboatcon .menulinks.detail p {
  padding: 3px 0;
}
.priemail {
  background-color: #eee;
  padding: 10px;
  margin: 20px 0 30px 0;
}
.priemail a {
  color: #fff;
  background-color: #333333;
  margin: 0 0 0 10px;
  width: 36px;
  text-align: center;
  font-size: 17px;
  height: 36px;
  line-height: 36px;
}   
.priemail a:hover {
  background-color: #00175d;
}
.tabbtns a {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 22px;
  color: #061b45;
  background-color: #c6d1ed;
  padding: 20px;
  cursor: pointer;
}
.tabbtns a.active, .tabbtns a:hover {
  color: #fff;
  background-color: #038ac7;
}
.tabconmain {
  display: inline-block;
  width: 100%;
  margin: 35px 0 0 0;
  text-align: center;
}
.boattabs a {
  width: auto;
  font-size: 18px;
  padding: 12px 25px;
  background-color: #dcd7d7;
  margin: 0 15px -1px 0;
}
.boattabs a.active, .boattabs a:hover {
  background-color: #00175d;
}
.boattabs .tabconmain {
  text-align: left;
  margin: 20px 0 0 0;
  font-size: 16px;
}

.z-default-subpage-left-panel {
  min-width: 350px;
  max-width: 350px; 
  padding-right: 30px;
  background-color: transparent;
}
.z-default-subpage-left-panel-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.z-default-subpage-left-panel-menu a:link, .z-default-subpage-left-panel-menu a:visited {
  width: 100%;
  color: #2a2a2a;
  font-size: 19px;
  padding: 22px 30px;
  margin: 0 0 1px 0;
  border: none;
}
.z-default-subpage-left-panel-menu a:hover, .z-default-subpage-left-panel-menu li.active a {
  color: #fff;
  background-color: #00175d;
}


@media screen and (max-width: 1362px) {
  .reqserform table.table-list tr.siteOptionFormField7223 span.zRadioGroupOptionSpan {width: 49%;}
}
@media screen and (max-width: 992px) {  
  #sealisting .z-default-subpage-subcontent {padding: 10px 30px 30px 30px;}
  #sealisting .searchresult .panel-body {padding: 15px 0;}
  .singleboatcon, .singleboatcon .leftpanel, .singleboatcon .rightpanel {display: inline-block;width: 100%;}
  .singleboatcon .leftpanel {padding: 0 0 40px 0;}
  .singleboatcon .rightpanel {max-width: 285px;}
  .boattabs a {margin: 0 15px 0 0;}
}
@media screen and (max-width: 767px) {
  .reqserform table.table-list tr, .finaform table.table-list tr {padding: 0 0 15px 0;width: 100% !important;}
  .reqserform table.table-list tr.siteOptionFormField7223 span.zRadioGroupOptionSpan {width: 100%;}
  #sealisting .searchresult{width: 100%;}
}
@media screen and (max-width: 479px) {
  .btypebox .head {min-height: auto;}
  .tabconmain {margin: 20px 0 0 0;}
  .boattabs a {margin: 0 0 5px 0;width: 100%;}
}