/**handles:style**/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 43px;
	border-bottom: 1px solid #333;
	width: 100%;
  background-color: #09357a;
  border-top: 4px solid #041d45;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 22px;
	height: 39px;
	line-height: 39px;
	border-right: solid 1px #041d45;
	background-color: #09357A;
	color: #fff;
	overflow: hidden;
	position: relative;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.tab_last { border-right: 1px solid #333; }

/*ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}
*/
ul.tabs li.active {
	background-color: #fff;
  color: #09357a;
	display: block;
}

ul.tabs li.active:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #041d45;
    font-size: 24px;
    vertical-align: middle;
    line-height: 0;
    display: block;
    width: 13px;
    margin: 0 auto;
}

.tab_container {
	border: solid 1px #e7e7e7;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
  margin-bottom: 30px;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 800px) {
	.tabs {
		display: none;
	}
  .tab_container {
    background: none;
    margin-bottom: 20px;
  }
	.tab_drawer_heading {
		background-color: none;
		color: #fff;
		border-bottom: solid 1px #bfbfbf;
		margin: 0;
		padding: 5px 0px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
    color: #4c4c4c;
    font-size: 20px;
    position: relative;
	}

  .tab_drawer_heading:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;

  }
  .tab_content {
    padding: 0px;
    padding-top: 10px;
  }
	.tab_drawer_heading.d_active:after {
    content: "\f068";
  }
  .tab_content h3 {
    color: #142e54;
  }
}

.quick_search_home #homepage_boat_ff ul.fcform1 li ul li label.searchourboats_title_class,.quick_search_home #homepage_boat_ff ul.fcform1 li ul li label.searchourbrokers_class_name{
color: #AE1232;
}
#quic_ksearc_hid_agent{  margin-top: 5px;
   margin-bottom: 5px;
background: #1F1E38 !important;
   color: #fff;
   width: 100%;
   margin: 0;
   padding: 13px 15px !important;
   font-family: "Montserrat";
   font-weight: 500 !important;
   letter-spacing: 3px !important;
   font-size: 15.5px !important;
}
#panorama {
    width: 100%;
    height: 60vh;
    }

    .slick-slide img {
    display: block;
    height: auto;
    width: 100%;
    }

    .thumbnail360Photos div { 
    padding: 7px
    }
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#addressesList,#addressesList .slick-list, #addressesList .slick-track {
  max-height: 160px;
}


/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#markerLayer img {
  border: 2px solid white !important;
  /*width: 15% !important;
  height: 15% !important;*/
  border-radius: 50px;
}

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100000;
    background-image : url('/wp-content/plugins/boat-api/img/3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0; 
    right : 0;
    top : 0;
}

/*Boat List*/
ul.product-list{padding:0 !important; margin:0; list-style:none; 
    display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.product-list li{margin:0 0 25px 2% !important; padding:0; background:#fff; width:32%;  border: 1px solid #c7c7c7;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    list-style: none;

    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
ul.product-list li:nth-child(3n+1) { margin-left:0 !important; }

ul.product-list li.hidden-listing {
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
ul.product-list li.no-transition{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

ul.product-list-big{padding:0; margin:0; list-style:none; margin-left:-20px; float:left; }
ul.product-list-big li{float:left; margin:0 0 25px 18px; padding:0; background:none; width:48.97%;}

.product{}
.product .custom_label_div, .product .sold {}

.product .thumb {width: 100%; text-align: center; /*border: 5px solid #fff; 
  -webkit-box-shadow: 0 3px 7px -3px #000;
  -moz-box-shadow: 0 3px 7px -3px #000;
  box-shadow: 0 3px 7px -3px #000;*/
}
.product .thumb img{display:block; width: 100%; }
.product .meta{ padding:10px; }
.product .meta .boattitle { font-weight: 700; font-size:18px; }
.product .meta .boattitle2 { font-weight: 400; font-size: 15px; }
.product .meta .boatprice { color:#b20839; font-weight: 700; font-size: 18px;}

.product .meta .price{padding-top:8px;}
.product .meta .price dd{color:#b20839; font-weight: bold;}
.product dl{padding:0; margin:0; float:left; width:100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.product dt{padding:0; margin:0; float:left; width:26.08%;}
.product dd{padding:0; margin:0; float: right; width:66%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.product dd.options { text-align: center; width:100%; padding: 10px 0 0 0; margin: 10px 0 0 0; border-top: 1px solid #c3c3c3;}
.product dd.options span {margin-left: 12px;}
.product dd.options span:first-child {margin-left: 0; }
.product .meta .button { line-height: normal; margin-top: 5px; background-color: #09357a;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border: none;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 4px 12px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    line-height: 18px;
}

.product .meta .button:hover {
  background: #4c4c4c;
  color: #fff;
}

ul.product-list.list-view{margin-left:0; width:100%;}
ul.product-list.list-view li{margin:0 0 25px 0; width:100%; border: 0; }
ul.product-list.list-view .product{float:left; width:100%;}

ul.product-list.list-view .product .thumb{float:left; width:55%;}
ul.product-list.list-view .product .thumb img{border-radius:0px; }
ul.product-list.list-view .product .meta{margin-left:55%; padding:0 15px 15px 15px;}
ul.product-list.list-view .product .meta .clear{display:none;}
ul.product-list.list-view .product dt{width:35%;}
ul.product-list.list-view .product dd{ width:60%;}
ul.product-list.list-view .product dd.options { width: 100%; }


#memberprofilesection3 .product .thumb a img { visibility: hidden; }
#memberprofilesection3 .product .thumb a { background-size: cover !important; height: 286px; display: block; background-position: center !important; }


/*Product details*/
.product-detail-header{padding-bottom:20px;}
.product-detail-header h1.title{text-align:center; color:#4c4c4c; font-size:40px; font-weight:normal; line-height:42px;}

.product-detail-header h1.title:after {
  margin: 0 auto;
  margin-top: 5px;
  background-position: center;  
}

h3.t-center { color: #1C3558; text-align: center;text-transform: capitalize; }
.disclaimer_div { color: #444; margin-top: 10px; }

ul.listing-meta{padding:0 0 0 30px; margin:0; list-style:none; text-align:center;}
ul.listing-meta li{display:inline-block; font-size:18px; padding:2px 35px 2px 25px; margin:0; color: #444; font-weight: 500;}
ul.listing-meta li.ft{background:url(https://knot10.com/wp-content/plugins/boat-api/images/ft-icon.png) 0 center no-repeat;}
ul.listing-meta li.cat{background:url(https://knot10.com/wp-content/plugins/boat-api/images/category-icon.png) 0 center no-repeat;}
ul.listing-meta li.loc{background:url(https://knot10.com/wp-content/plugins/boat-api/images/lacation-icon.png) 0 center no-repeat; padding-left:18px;}

.leftprice { width: 100%; text-align: center; padding-bottom: 10px; display: none; }
.product-detail .left-cell{float:left; width:74%;}
.product-detail .right-cell{float:right; width:24%;}

.product-detail .right-cell .section h3{border-bottom:solid 1px #173661; padding-bottom:10px; font-size: 20px; font-weight: normal; color: #1C3558;}
.product-detail .right-cell .section ul{padding:0; margin:0; list-style:none;}
.product-detail .right-cell .section ul li{padding:2px 0; margin:0; background:none;}
.product-detail .right-cell .section ul li a{color:#727272;}
.product-detail .right-cell .section ul li a:hover{color:#000000;}
.product-detail .right-cell .section.price{padding:0; border:none; background:none;}
.product-detail .right-cell .section.price h3{border-bottom:none; padding:0; margin-bottom:10px; background: #1c3558; color: #fff;}
.product-detail .right-cell .section.price .left{color:#b20839; font-size:24px; line-height:34px;}
.product-detail .right-cell .section.price .right{width:64px;}
.product-detail .right-cell .section.price .full{color:#b20839; font-size:20px; line-height:34px; text-align:center; }
.product-detail .right-cell .section .broker .thumb{float:left; border-radius:100%; margin:0 10px 10px 0;}
.product-detail .right-cell .section .broker .meta{font-size:16px; line-height:20px;}
.product-detail .right-cell .section .broker .meta strong{font-size:15px;}

.product-detail .right-cell .section .broker .brokerphoto { margin-bottom: 20px; }
.product-detail .right-cell .section .broker .brokerphoto img { width: 100%; }
.product-detail .right-cell .section .broker .brokermeta { text-align: center; margin-bottom: 10px; line-height: 27px; padding-top: 10px;}
.product-detail .right-cell .section .broker .brokermeta a { font-weight: bold; margin-top: 6px; display: inline-block;}
.product-detail .right-cell .section .broker .brokermeta h4 { color: #16134a; font-size:18px; margin: 1px 0; }
.product-detail .right-cell .section .broker .brokermeta .brokertotal { margin-top: 2px; font-weight: 700; }
.product-detail .right-cell .section .broker .brokermeta .locationaddress { margin: 2px 0 5px 0; }
#pricechange { font-weight: 700; }

.editingoption {padding: 10px 0 0 0; text-align: center; }
.editingoption span {margin-left: 12px;}

/* Presented by box 2nd slide*/
.sliderbox{padding:10px 20px 10px 20px;}
.sliderbox.no_padding{padding: 0;}
.fld_part1{font-weight:bold; color:#fff; background-color:#b20839; padding: 5px 10px;}
.fld_title1{font-size: 22px;}
.fld_title2{font-size: 16px;}
.fld_part2{padding: 5px 10px 0 10px;}
.fld_part3{padding: 0px 10px 10px 10px;}

.playsliderdiv{margin-top: 1px; float:right;}
.product-detail .right-cell .section ul.fclist{ list-style-type:none; padding:0; margin: 0; }
.product-detail .right-cell .section ul.fclist li{ padding-left: 15px; margin: 3px 0; background:url(https://knot10.com/wp-content/plugins/boat-api/images/bullate3.png) no-repeat left 11px; }

/*Sidebar featured*/
.featured-slider-wrap { width:100%; clear:both; position:relative; }
.featured-slider-wrap span.prevControl, .featured-slider-wrap span.nextControl{width:10px; height:16px; display:block; text-indent:-99999px; position:absolute; bottom:8px; z-index: 99; cursor: pointer; }
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .featured-slider-wrap span.prevControl, .featured-slider-wrap span.nextControl{bottom:3px;} 
}
.featured-slider-wrap span.prevControl{background:url(https://knot10.com/wp-content/plugins/boat-api/images/prev.png) 0 bottom no-repeat; left:0;  }
.featured-slider-wrap span.nextControl{background:url(https://knot10.com/wp-content/plugins/boat-api/images/next.png) 0 bottom no-repeat; right:0; }
.featured-slider-wrap span.prevControl:hover, .featured-slider-wrap span.nextControl:hover{background-position:0 top;}

.featured-slider-wrap .pager{width:100%; text-align:center;  }
.featured-slider-wrap .pager span{width:11px; height:11px; background:url(https://knot10.com/wp-content/plugins/boat-api/images/circle-empty.png) 0 0 no-repeat; display:inline-block; text-decoration:none; margin:0 4px; text-indent:-99999px; cursor: pointer; }
.featured-slider-wrap .pager span.cycle-pager-active{background:url(https://knot10.com/wp-content/plugins/boat-api/images/circle-full.png) 0 0 no-repeat;}

ul.featured-slider {padding:0; margin:0; list-style:none; position:relative; width:100% !important; }
ul.featured-slider li{ width:100% !important; display:none; text-align:center;}
ul.featured-slider li:first-child{display:block;}
ul.featured-slider li .thumb{ margin:0 auto;}
ul.featured-slider li .thumb img{ width: 100%; }
ul.featured-slider li .con h4{ font-weight:normal !important; padding:10px 0 5px 0; font-size:16px;}
ul.featured-slider li .con .price{display:block; color:#16134a; font-size:18px; font-weight:bold;}
ul.featured-slider li .con .soldtext { color: #ff0a00; font-weight: bold; font-size: 12px; }
ul.featured-slider li .con .custom_label_txt { color: #09357a; font-weight: bold; font-size: 12px; }

/*Product Banner*/
#gallery { width:100%; margin:0 auto; position:relative; clear:both; }
.product-slider-gallery { }

.product-slider-wrap { width:100%; margin:0 auto; position:relative; clear:both; }
.product-slider-wrap a.prev, .product-slider-wrap a.next{z-index:4; width:40px; height:40px; display:block; text-indent:-99999px; position:absolute; top:45%;
  -webkit-transition:none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition:none;
    transition: none;
}
.product-slider-wrap a.prev{background: url('https://knot10.com/wp-content/plugins/boat-api/images/prev-round.png') no-repeat 0 -40px; left:1%;}
.product-slider-wrap a.prev:hover { background: url('https://knot10.com/wp-content/plugins/boat-api/images/prev-round.png') no-repeat 0 0; }

.product-slider-wrap a.next{background: url('https://knot10.com/wp-content/plugins/boat-api/images/next-round.png') no-repeat 0 -40px; right:1%;}
.product-slider-wrap a.next:hover { background: url('https://knot10.com/wp-content/plugins/boat-api/images/next-round.png') no-repeat 0 0; }

.product-slider-wrap .pager{ margin: 10px 0; z-index:3; width:100%; text-align:center;}
.product-slider-wrap .pager a{width:14px; height:14px; background:url(https://knot10.com/wp-content/plugins/boat-api/images/circle-empty2.png) 0 0 no-repeat; display:inline-block; text-decoration:none; margin:0 5px; text-indent:-9999px; }
.product-slider-wrap .pager a.selected{background:url(https://knot10.com/wp-content/plugins/boat-api/images/circle-full2.png) 0 0 no-repeat;}

.product-slider-wrap span.productsliderprev, 
.product-slider-wrap span.productslidernext{
  z-index:99; width:40px; height:40px; display:block; text-indent:-99999px; position:absolute; top:45%;
  -webkit-transition:none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition:none;
    transition: none;
}
.product-slider-wrap span.productsliderprev{background: url('https://knot10.com/wp-content/plugins/boat-api/images/prev-round.png') no-repeat 0 -40px; left:1%;}
.product-slider-wrap span.productsliderprev:hover { background: url('https://knot10.com/wp-content/plugins/boat-api/images/prev-round.png') no-repeat 0 0; }

.product-slider-wrap span.productslidernext{background: url('https://knot10.com/wp-content/plugins/boat-api/images/next-round.png') no-repeat 0 -40px; right:1%;}
.product-slider-wrap span.productslidernext:hover { background: url('https://knot10.com/wp-content/plugins/boat-api/images/next-round.png') no-repeat 0 0; }

ul.product-slider {padding:0; margin:0; list-style:none; display: block; }
ul.product-slider li{position:relative; padding:0; margin:0 !important; background:none; display: block; float: left; width: 100%; }
ul.product-slider li img{ width:100%; height:auto; border-radius:3px; }
.product-slider-wrap .sold { z-index: 100; }
.product-slider-wrap .custom_label_div { z-index: 100; }

.product-slider-thumb-wrap { width:100%; margin:0 auto; margin-top: 10px; padding: 5px; background-color: #09357a; position:relative; }
.product-slider-thumb-wrap ul { padding:0; margin:0; list-style:none; display: block; width: calc(100% - 100px); font-size: 0; }
.product-slider-thumb-wrap ul > li{ position:relative; padding:0; margin:0 2px; background:none; display: inline-block; width: 55px; line-height: 0; }
.product-slider-thumb-wrap ul > li img{ width:100%; height:auto; }

/*360photo*/
.boat360photos {width:100%; overflow:hidden;}
.boat360photos .panorama {
    width: 100%;
    height: 60vh;
  display: none;
}

.boat360photos .panorama:first-child {
    display: block;
}

.imagetab{margin-bottom: 20px;}
.imagetab ul {margin: 0; padding: 0; list-style:none; font-size: 0;}
.imagetab ul li { display: inline-block; padding: 0; margin: 0 5px 0 0; font-size: 15px; vertical-align: top; border:1px solid #b9b8b8; }
.imagetab ul li a{display: block; font-weight: bold; padding: 5px 10px;}
.imagetab ul li a.active{ background-color: #b30839; color:#fff;}

.thumbnail360Photos .slickthumb {display: none;}
.thumbnail360Photos .slickthumb:first-child {display: block;}
.thumbnail360Photos.slick-initialized .slickthumb {display: block;}

.thumbnail360Photos div {
  padding: 7px;
  background: #f1f1f1
}
.thumbnail360Photos div img{
  width: 100%;
  height: auto;
  cursor: pointer
}
/*end*/


.lefticoncol {float:left; width: 40%; }
.righticoncol {float:right;  width: 58%;}
.social{ padding:10px 0 15px 0;}
.social ul{padding:0 0; margin:0; list-style:none; float: right; }
.social.lefticoncol ul {float: left;}

.social ul li{ float: left; display: block; background: none; width: auto; padding: 0 0 0 5px ;}
.social ul li:first-child {padding: 0; }
.social ul li.title { display: block; line-height: 28px; color: #16134a;}

.social ul li a img {
    border-radius: 14px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.social ul li a img:hover { -webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.1); /*Mozilla scale version*/
    -o-transform:scale(1.1); /*Opera scale version*/
    border-radius: 14px;
    box-shadow:0px 0px 6px #012d6b; /*CSS3 shadow: 30px blurred shadow all around image*/
    -webkit-box-shadow:0px 0px 6px #012d6b; /*Safari shadow version*/
    -moz-box-shadow:0px 0px 6px #012d6b; /*Mozilla shadow version*/
    opacity: 1;
}

/*Product Tab*/

.tab { overflow: hidden; background-color: #09357a; border-top: 4px solid #041d45; border-left: solid 1px #e7e7e7; }
.tab button { background-color: #09357a; color: #fff; text-transform: uppercase; margin-bottom: 0px; float: left; border: none; outline: none; cursor: pointer; transition: 0.3s; font-size: 13px; padding: 0 22px; line-height: 39px; display: inline-block; border-right: solid 1px #041d45; font-weight: 700;  }
.tab button:hover { /*background-color: #fff; color: #09357a;*/ }
.tab button.active { background-color: #fff; color: #09357a; }
.tab button.active:before { content: "\f0d7"; font-family: FontAwesome; color: #041d45; font-size: 24px; vertical-align: middle; line-height: 0; display: block; width: 13px; margin: 0 auto; }
.tabcontent { display: none; padding: 20px; background: #fff; border: solid 1px #e7e7e7; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s; }

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
}







.product-description-wrap{clear:both; margin-bottom:30px; }
ul.product-description-nav{padding:0; margin:0; list-style:none; font-size: 0; background-color:#09357a; border-top: 4px solid #041d45; border-left: solid 1px #e7e7e7; }
ul.product-description-nav li{display:inline-block; padding:0; margin:0; background:none;}
ul.product-description-nav li a{ background-color: #09357a; font-size:13px; padding:0 22px; line-height:39px; display:inline-block; text-transform:uppercase; color:#fff; border-right: solid 1px #041d45; font-weight: 700; }
ul.product-description-nav li a.active{color:#09357a; background-color:#fff; z-index:9;}
ul.product-description-nav li a.active:before { content: "\f0d7"; font-family: FontAwesome; color: #041d45; font-size: 24px; vertical-align: middle; line-height: 0; display: block; width: 13px; margin: 0 auto; }

.product-description{padding:20px; background:#fff; border:solid 1px #e7e7e7; }
.description-tab{display:none;}
.description-tab:first-child{display:block;}
.description-tab h3.title{display:none;}
.description-tab h2 { margin-bottom: 5px; }
.description-tab h3.resourcesubhead{ color: #16134a;}
.description-tab .resourcesubtitle { display: block; margin: 0 0 1% 0; padding: 0.5% 2.5%;
    font-size:18px; text-transform: uppercase;
  background: #bbbbbb; /* Old browsers */
  background: -moz-linear-gradient(left, #bbbbbb 0%, #f5f5f5 80%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bbbbbb), color-stop(80%,#f5f5f5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #bbbbbb 0%,#f5f5f5 80%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #bbbbbb 0%,#f5f5f5 80%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #bbbbbb 0%,#f5f5f5 80%); /* IE10+ */
  background: linear-gradient(to right, #bbbbbb 0%,#f5f5f5 80%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */ /* IE6-9 */
}


/*Breadcrumbs*/
ul.breadcrumbs{padding:0 0 0px 0; margin:0; list-style:none; width:100%; clear:both; float:left; font-size: 16px; color:#06a6e0; overflow:hidden;}
ul.breadcrumbs li{ background: none; list-style:none; position:relative; float:left; font-size: 16px; margin:0 18px 0 0 !important; line-height:20px !important; padding: 0; text-transform: capitalize; }
ul.breadcrumbs li span { display:none; }
ul.breadcrumbs li:first-child a
{
    padding:3px 6px 3px 12px;
    color: #fff;
}

ul.breadcrumbs li > a
{
    position:relative;
    display:block;
    padding:3px 8px;
    background:#eaeaea;
    background:rgba(0,0,0,.08);
    color: #1C3558;
    text-decoration:none;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    white-space:nowrap;
    
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

ul.breadcrumbs {
  padding-left: 0px !important;
}

ul.breadcrumbs li > a:hover { color: #fff; 
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

ul.breadcrumbs li > a::before
{
    position:absolute;
    top:50%;
    left:-14px;
    margin-top:-13px;
    border-width:13px 0 13px 14px;
    border-style:solid;
    border-color:rgba(0,0,0,.08) rgba(0,0,0,.08) rgba(0,0,0,.08) rgba(255,255,255,0);
    content:""
}
ul.breadcrumbs li > a::after
{
    position:absolute;
    top:50%;
    right:-14px;
    margin-top:-13px;
    border-top:13px solid rgba(255,255,255,0);
    border-bottom:13px solid rgba(255,255,255,0);
    border-left:14px solid rgba(0,0,0,.08);
    content:""
}
ul.breadcrumbs li:first-child > a, ul.breadcrumbs li:hover > a
{
    background: #09357a;
}
ul.breadcrumbs li:first-child > a::after, ul.breadcrumbs li:hover > a::after
{
    border-left-color:#09357a;
}
ul.breadcrumbs li:hover>a::before
{
    border-color:#09357a #09357a #09357a rgba(255,255,255,0)
}


/*Member Profile - new*/
.memberprofile-section-bg{ position: relative; background-position: center top; background-repeat: no-repeat; background-size:cover; min-height:645px; }

.memberprofile-section1{ width: 100%; margin: 0; padding: 10px 0; background-color: #fff; }
.memberprofile_container{ margin: 0 auto; max-width: 700px; text-align:center; }
.memberprofile-section1 h2 { color: #b20839; font-size: 36px; font-weight: bold; }
.memberprofile-section1 h4 { color: #b20839; font-size: 18px; font-weight: bold; text-transform:  uppercase; }
.memberprofile-section1 .memberprofile_readmore { margin: 20px 0 0 0; }
.memberprofile-section1 .memberprofile_readmore a {  background-color: #b20839; color: #fff; padding: 5px 10px; }
.memberprofile-section1 ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #b20839; }
.memberprofile-section1 ul li { display: inline-block; margin: 0 15px; }

.memberprofile-section2 { width: 100%; background-color: #fff; margin: 0; padding: 20px 20px; }
.memberprofile-section2 .container { padding: 0; }
.memberprofile-section2 .memberprofile-section2-left { float: left; width: 70%; }
.memberprofile-section2 .memberprofile-section2-right { float: right; width: 25%; }

.memberprofile-section2 .memberprofile-section2-right ul { margin: 0; padding: 0; list-style: none;}
.memberprofile-section2 .memberprofile-section2-right ul li { margin:0; padding:10px; list-style:none; display:block; width:100%; border-top:1px solid #888888;}
.memberprofile-section2 .memberprofile-section2-right ul li:nth-child(1) { padding-top: 0; border-top: 0; }
.memberprofile-section2 .memberprofile-section2-right ul li a { color: #142e54; }
.memberprofile-section2 .memberprofile-section2-right ul li a:hover { color: #b20839; }

.memberprofile-section2 .memberprofile-section2-right ul li a.mobilephone { font-weight: bold; }
.memberprofile-section2 .memberprofile-section2-right ul li a.mobilephone:before{ content:"\f10b"; font-family:FontAwesome; margin-right:8px; padding: 5px; font-size:30px; width: 30px; height: 30px;  line-height: 30px; color:#b20839; font-weight:normal; vertical-align:middle; text-align: center; display: inline-block; border: 1px solid #888888; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; }

.memberprofile-section2 .memberprofile-section2-right ul li a.officephone { font-weight: bold; }
.memberprofile-section2 .memberprofile-section2-right ul li a.officephone:before{ content:"\f095"; font-family:FontAwesome; margin-right:8px; padding: 5px; font-size:26px; width: 42px; height: 42px; line-height: 42px; color:#b20839; font-weight:normal; vertical-align:middle; text-align: center; display: inline-block; border: 1px solid #888888; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; }

.memberprofile-section2 .memberprofile-section2-right ul li a.agtcellphone:before{ content:"\f10b"; font-family:FontAwesome; margin-right:8px; padding: 5px; font-size:26px; width: 42px; height: 42px;  line-height: 42px; color:#b20839; font-weight:normal; vertical-align:middle;  text-align: center; display: inline-block; border: 1px solid #888888; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; }

.memberprofile-section2 .memberprofile-section2-right ul li a.profilemail:before{ content:"\f003"; font-family:FontAwesome; margin-right:8px; padding: 5px; font-size:26px; width: 42px; height: 42px; line-height: 42px;  color:#b20839; font-weight:normal; vertical-align:middle; text-align: center; display: inline-block; border: 1px solid #888888; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; }

.memberprofile-section2 .memberprofile-section2-right ul li a.contactbroker { width: 100%; display: block; color: #fff; background-color: #b20839; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.memberprofile-section2 .memberprofile-section2-right ul li a.contactbroker:before{ content:"\f0e0"; font-family:FontAwesome; margin-right:8px;  font-size:20px; color:#fff; font-weight:normal; line-height: 0; }



.memberprofile-section2 .memberprofile-section2-right ul li a.profilback { width: 100%; display: block; color: #fff; background-color: #142e54; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.memberprofile-section2 .memberprofile-section2-right ul li a.profilback:before{ content:"\f053"; font-family:FontAwesome; margin-right:8px; margin-top: -5px; display: inline-block; font-size:20px; color:#fff; font-weight:normal; line-height: 0; vertical-align: middle; }

.brokerviewlisting a { font-size: 22px; font-style: italic; font-weight: bold; text-transform: uppercase; }

.memberprofile-section3 { width: 100%; background-color: #e4f3fe; margin: 0; padding: 20px; }
.memberprofile-section3 .container { padding: 0; }

.memberprofile-sectionbottom { background-color: #fff; height: 60px; }
.memberprofile-sectionbottom.bottomcolor2 {background-color: #e4f3fe;}

.header-bottom-inner { display: none; }

/*Footer CSS
-----------------------------------------------------------------------------------------------------------*/
.disclaimer_div { font-size: 14px; width: 100%; line-height: normal; }
.disclaimer_div .yw { font-size: 11px; color: #E9E9E9; }

/*--Footer--*/
.fcfooter{ position:fixed; left:0; right:0; bottom:0; background:#FFFFFF; text-align:center; height:90px; padding:25px 0; z-index:9999;}
ul.fcfootermenu{ margin:0; padding:0; list-style:none; line-height:1.2; }
ul.fcfootermenu li{ margin:0; padding:0; list-style:none; display:inline-block;}
ul.fcfootermenu-left{ margin:0; padding:0; list-style:none;}
ul.fcfootermenu-left li{ margin:0; padding:0; list-style:none; display:inline-block;}
ul.fcfootermenu-right{ margin:0; padding:0; list-style:none;}
ul.fcfootermenu-right li{ margin:0; padding:0; list-style:none; display:inline-block;}
ul.fcfootermenu li li a{ text-transform:uppercase; display:block; overflow:visible; font-size:18px; color:#142e54; margin:0 10px;}
ul.fcfootermenu li li a:hover{ opacity:.7;}
ul.fcfootermenu-left li a{max-width:100px;}
ul.fcfootermenu-right li a{max-width:88px;}
.fcfooterlogo{ position:relative; width:280px; position:relative; height:60px;}
.fcfooterlogo img{ width:100%;height:auto; position:absolute; bottom:0; left:0; margin-left:10px; z-index:1;}
ul.fcfootermenu li.fcfooterlogo-mobile{ display:none;}
.fcblank{ height:70px;}




/* Map */
.map-container{position: relative; padding-bottom: 56.25%; padding-top: 2px; height: 0; overflow: hidden;}
.map-container iframe,
.map-container object,
.map-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

#map, #map * {
  -webkit-box-sizing:content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#map {
    border-radius: 3px 3px 3px 3px;
    height: 380px;
    overflow: hidden;
    width: 100%;
}
#map img
{
    border-radius: none;
    max-width: none;
    vertical-align: inherit;

}

.infoBox {
    border-radius: 52px;
    background: #ffffff;
    border: 4px solid #ffffff;

    -webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
    -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
    box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );

    -webkit-backface-visibility: hidden;
}

.infoBox:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.infoBox.opened {
    border-radius: 3px;
}

.listing-map-label {
    position: relative;
    text-align: center;
}

.infoBox .listing-map-label .listing-address {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}

.listing-map-label .state {
    text-transform: uppercase;
}

.listing-price {
    color: #b30839;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
}

.gm-style .infoBox .listing-map-label .listing-price {
    display: block;
    font-size:18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.infoBox .map-label-content {
    display: none;
    padding: 0 6px;
}

.infoBox.opened .map-label-content {
    display: block;
}

.infoBox .listing-thumbnail {
    border-radius: 140px;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
}

#filtersection .infoBox .listing-thumbnail { height: auto; ling-height: 50px; }

.infoBox.opened .listing-thumbnail {
    display: none;
}

.infoBox .listing-thumbnail-big {
    display: none;
}

.infoBox.opened .listing-thumbnail-big {
    border-radius: 3px 3px 0 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

.cluster {
    background-color: #b30839;
    border: 4px solid #ffffff;
    border-radius: 80px;

    -webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
    -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );
    box-shadow: 0 2px 7px rgba( 0, 0, 0, .45 );

    -webkit-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
    -moz-text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
    text-shadow: 0 1px 0 rgba( 0, 0, 0, .15 );
}
.cluster:empty {
   display: none;
}

.mapholderfull { width: 100%; margin: 0 auto; margin-top: 20px; }
.mapholder { width: 60%; margin: 0 auto; margin-top: 20px; }


.header-bottom-bg { background: #E3E6EE; margin-bottom: 10px; }
.header-bottom-inner { display: flex; justify-content: center; align-items: center; width: 100%; padding: 0 0px;}
.vp,.res,.sch { width: 33%; padding: 0 10px;}

#boatsecrhfilter { background: #FFF; padding: 10px;}
#boatsecrhfilter ul { list-style: none; padding: 0px !important; margin-bottom: 10px; font-size: 16px; line-height: 20px !important;}
#boatsecrhfilter ul li { list-style-type: none; padding-left: 0px; line-height: 22px; }
#boatsecrhfilter input[type="text"] { height: 30px; line-height: 30px; padding: 0 10px; margin-bottom: 20px; width: 100%;}
#boatsecrhfilter h3.ad-search { display: none; }
#boatsecrhfilter h4 { color: #142e54; font-size: 18px;  clear: both; font-weight: normal; margin-bottom: 10px;}
#boatsecrhfilter h6 { font-size: 14px; color: #080808; margin-bottom: 7px; font-weight: 600; text-transform: capitalize; padding-bottom: 0; }
#boatsecrhfilter p { margin-bottom: 10px; }
#boatsecrhfilter .filtersearchlist { float: left; color: #AE1232; font-weight: 500; font-size: 14px; line-height: 20px; }
#boatsecrhfilter .filtersearchlist:hover { color: #1F1E38; }
#boatsecrhfilter .filter-no { float: right; font-size: 14px; }
#boatsecrhfilter label { font-weight: 600; font-size: 14px; color: #636363; margin-bottom: 0px; display: inline-block; margin-right: 8px;}
#boatsecrhfilter label[for=used],#boatsecrhfilter label[for=condition_all] { vertical-align: middle; margin-right: 10px; display: inline-block;}
#boatsecrhfilter .boatsearchbutton { background: #09357a; color: #FFFFFF; border: 0; font-size: 15px; font-weight: 500; margin: 0; padding: 5px 17px; text-align: center;
    display: inline-block; cursor: pointer; transition: background 300ms ease; }
#boatsecrhfilter .boatsearchbutton:hover { background: #4c4c4c; color: #fff; }
#boatsecrhfilter .button-group .input-right a  { font-size: 16px; color: #0e71b6; }
#boatsecrhfilter .button-group .input-right .fa { color: #bd0000; margin-right: 5px; }

#boatsecrhfilter .button-group  { margin-top: 15px; margin-bottom: 15px; overflow: auto;}
#boatsecrhfilter::after,#boatsecrhfilter ul li::after {
  content: "";
  clear: both;
  display: table;
}

a.more_term { color: #09357a !important; font-weight: 600;  margin-top: 10px; font-size: 14px;  margin-bottom: 10px; cursor: pointer;}

.t_close { color: #bd0000 !important; cursor: pointer; font-weight: 900; font-size: 14px; margin-left: 7px; }

.search-container-in .input-left { float: left; width: 48%; }
.search-container-in .input-right { float: right; width: 48%; text-align: right;}

.page-template-default.aux-full-width #inner-body { overflow-x: inherit !important; }
.search_boats .col-sm-4 { width: 25%; float: left; position: sticky; position: -webkit-sticky; top: 94px;} 
#market_info { position: sticky; position: -webkit-sticky; top: 96px; }
.search_boats .col-sm-8 { width: 75%; float: right; padding-left: 30px;}

.header-bottom-inner {
  position: relative;
  padding: 10px 0;
}

.header-bottom-inner .sch ul {
    background: #ffffff;
    border-radius: 3px;
    list-style-type: none;
    opacity: 0;
    width: 200px;
    padding: 10px 0 !important;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: -9999em;
    -webkit-box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
    -moz-box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
    box-shadow: 0 2px 7px rgba( 0, 0, 0, .4 );
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition-property: -webkit-transform, opacity, top;
    -moz-transition-property: -moz-transform, opacity, top;
    -ms-transition-property: -ms-transform, opacity, top;
    -o-transition-property: -o-transform, opacity, top;
    transition-property: transform, opacity, top;
    -webkit-transition-duration: .3s, .3s, 0s;
    -moz-transition-duration: .3s, .3s, 0s;
    -ms-transition-duration: .3s, .3s, 0s;
    -o-transition-duration: .3s, .3s, 0s;
    transition-duration: .3s, .3s, 0s;
    -webkit-transition-delay: 0s, 0s, .3s;
    -moz-transition-delay: 0s, 0s, .3s;
    -ms-transition-delay: 0s, 0s, .3s;
    -o-transition-delay: 0s, 0s, .3s;
    transition-delay: 0s, 0s, .3s;
}

.header-bottom-inner .sch ul li {
  list-style: none !important;
}
.header-bottom-inner .sch ul li a {
  text-transform: none;
  font-size: 15px;
  text-align: left;
  padding: 0 10px;
  color: #F24D2C;
}

.header-bottom-inner .sch ul li:hover  {
  background: #F5F5F5;
}

.header-bottom-inner .sch ul li:hover a {
  color: #F24D2C;
}

.header-bottom-inner .sch ul li a .fa {
  margin-right: 5px;
}

.header-bottom-inner .sch:hover > ul {
    opacity: 1;
    top: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.header-bottom-inner .sch a.stools {
  background: url(https://knot10.com/wp-content/plugins/boat-api/images/seting-icon.png) 0 center no-repeat;
    padding-left: 26px;
    color: #4C4C4C;
    font-size: 14px;
    text-transform: uppercase;
}

.header-bottom-inner .sch a.stools span {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/select-background.png) right center no-repeat;
    padding-right: 30px;
    display: inline-block;
}

.header-bottom-inner .sch:hover:before {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/dropdown-arrow-hover.png) center bottom no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    bottom: 1px;
    left: 9%;
}

.header-bottom-inner .res .spinnersmall {
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    color: #4c4c4c;
    font-size: 14px;
}

.header-bottom-inner .res .sorttool {
    margin: 0 0 0 7px;
    border-left: 2px solid #4c4c4c;
    display: inline-block;
    padding-left: 8px;
    color: #4c4c4c;
    text-transform: capitalize;
    font-size: 14px;
}

.header-bottom-inner .res .sorttool a {
    padding-left: 5px;
    padding-right: 18px;
        color: #b30839;
}

.header-bottom-inner .res .sorttool a.desc {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/icon-desc.png) right 3px no-repeat;
        color: #b30839;
}

.header-bottom-inner .res .sorttool a.asc {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/icon-asc.png) right 3px no-repeat;
}

.header-bottom-inner .res .sorttool a {
    padding-left: 5px;
    padding-right: 18px;
    color: #b30839;
}

.header-bottom-inner .res .sorttool a {
    padding-left: 5px;
    padding-right: 18px;
    color: #b30839;
}

.header-bottom-inner .res .sorttool a.active {
    color: #5c9b09;
}

.vicon {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/icons.png) 0 0 no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
    text-indent: -99999px;
}
.header-bottom-inner .res {
  text-align: center;
}
.header-bottom-inner .vp {
  text-align: right;
}
.header-bottom-inner .vp a.grid {
    background-position: -32px -20px;
}
.header-bottom-inner .vp a {
    opacity: 0.3;
    filter: alpha(opacity=30);
    margin-left: 10px;
    font-size: 0px;
    line-height: 31px;
}

.header-bottom-inner .vp a.list {
    background-position: -64px -20px;
}

.header-bottom-inner .vp a.map {
    background-position: 0 -20px;
}

.header-bottom-inner .vp a.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.inventory_listings li .list_content {
  padding: 10px !important;
  background: #fff;
  min-height: 156px;
}

ul.inventory_listings li p {
  margin-bottom: 0px;
}

ul.inventory_listings li p.boat_location {
  padding-bottom: 5px !important;
}
.boat_search_data  ul.inventory_listings li a.details_btn,.load_more_btn a {
  background-color: #09357a;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border: none;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 4px 12px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    line-height: 18px;
}
.boat_search_data  ul.inventory_listings li a.details_btn:hover,.load_more_btn a:hover {
  background: #4c4c4c;
    color: #fff;
}


.boat_search_data ul.inventory_listings li p.boat_name {
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
}
.boat_search_data p.load_more_btn {
  text-align: center;
}

.boat_search_data  ul.inventory_listings {
  list-style: none;
  padding-left: 0;

}

.boat_search_data p.boat_name {
  color: #000;
  font-weight: bold;
}

.boat_search_data p.boat_price {
  font-weight: bold;
  color: #AE1232;
}

.product .meta {
  background: #fff;
}

.boat_search_data ul.inventory_listings.grid {
  margin: 0 -15px;
}

.boat_search_data ul.inventory_listings.grid li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px !important;
}


.inventory_listings,.inventory_listings .list_block {
  position: relative;
}

.inventory_listings.list .product .thumb img {
  height: 100%;
}


.boat_search_data ul.inventory_listings.grid li img {
  width: 100%;
}

.boat_search_data ul.inventory_listings.list li {
  margin-bottom: 30px;
  position: relative;
}

.boat_search_data ul.inventory_listings.list .product {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

.boat_search_data ul.inventory_listings.list .product .thumb {
  width: 55%;
}
.boat_search_data ul.inventory_listings.list .product .meta {
  width: 45%;
  padding-left: 15px;
}
ul.fclargebtns {
  list-style: none !important;
  padding-left: 0px !important;
} 
.boat_search_data ul.inventory_listings.list .product .meta .button,.fclargebtns a.btn   {
  background: #09357a;
  color: #FFFFFF;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 5px 17px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: background 300ms ease;
}

.fclargebtns a.btn {
  margin-bottom: 10px;
}

.fclargebtns a.btn:hover {
  background: #AE1232;
  color: #fff;
}

.boat_search_data ul.inventory_listings.list .product .meta .button:hover {
  background: #4c4c4c;
  color: #fff;
}

#boatsecrhfilter {
   position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#myModal .pop_content ul {
  list-style: none;
  padding-left: 0px;
}

#myModal .pop_content ul li {
  display: inline-block;
  width: 30%;
  margin: 0 0 0 2%;
  font-size: 13px;
  vertical-align: top;
}

#myModal .modal-content {
  position: relative;
}

#myModal  span.close {
  position: absolute;
  right: -7px;
  top: -10px;
  background: #AE1232;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 19px;
  color: #fff;
  font-size: 19px;
}

#myModal .pop_content ul li a {
  font-size: 13px;
  color: #b30839;
}
#myModal .pop_content ul li a:hover {
  color: #09357A;
}

#myModal .pop_content ul li .filtersearchlist {
  float: left;
}

#myModal .pop_content ul li .filter-no, #myModal .pop_content ul li .filter-remove {
  float: right;
}
.modal-content {
  width: 90%;
  max-width: 550px;
  padding: 13px;
}

#myModal  {
  padding-top: 200px;
}

.product-detail-header h1.title {
  color: #1C3558;
  font-weight: 700;
}

/*************** single Right *****************************/

.right-cell { text-align: center; color: #444; }
.right-cell a { color: #444; }
.right-cell .brokermeta  a { color: #b30839; }
.right-cell .brokermeta h4 { color: #444 !important; }

.tabcontent h3.title,.tab_content h3.title { display: none; }
.tabcontent h3,.tab_content h3 { text-transform: uppercase; font-weight: normal; margin-bottom: 10px;}

.specifications-row {
    padding: 20px 0;
    margin-bottom: 25px;
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}

.specifications-row .devider {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/devider.jpg) center 0 repeat-y;
}

.specifications-row .left-side {
    width: 45%;
    float: left;
}

.specifications-row .right-side {
    width: 45%;
    float: right;
}

.specifications-row dl {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.specifications-row dt {
    padding: 0;
    margin: 0;
    float: left;
    width: 37%;
    color: #000000;
}

.specifications-row dd {
    padding: 0;
    margin: 0;
    margin-left: 40%;
}

.saleprice .left {
  float: none;
}

.right-cell a.button {
  background: #AE1232;
  padding: 10px 20px;
  margin-top: 0px;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}
.right-cell a.button:hover {
  background: #4c4c4c;

}
.right-cell #play_btn {
  color: #B30839;
}

.right-cell #play_btn:hover {
  color: #d29135;
}

.right-cell .cb {
  margin-top: 20px;
  line-height: 27px;
}

.mb span {
    padding: 0 0 0 25px;
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/mobile-icon.png) 0 center no-repeat;
    display: inline-block;
}

.ph span {
    padding: 0 0 0 25px;
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/phone-icon.png) 0 center no-repeat;
    display: inline-block;
    color: #444 ;
    font-weight: bold;
}

.button.contact span {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/email-icon.png) 0 center no-repeat;
    padding-left: 30px;
    display: inline-block;
}

.sliderbox  {
  border: 1px solid #1d4b8a;
}

.clearfixmain:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#memberprofilesection3 .header-bottom-inner {
  display: none;
}

.brokerviewlisting a.fcscrollto {
  color: #b30839;
}

.brokerviewlisting a.fcscrollto:hover {
  color: #d29135;
}

a.contactbroker {
    width: 100%;
    display: block;
    color: #fff !important;
    background-color: #b20839;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.memberprofile-section1 ul {
  padding-left: 0px !important;
}

.memberprofile-section1 ul li {
    display: inline-block;
    margin: 0 15px !important;
}

.hentry .entry-main {
  margin-bottom: 0px;
}

ul.galleryviewoption,ul.product-gallery { padding: 0 !important; margin: 0; list-style: none; text-align: center; }
ul.galleryviewoption li { padding: 0; margin: 0 6px !important; background: none; display: inline-block; font-weight: 500; line-height: normal !important;}

ul.galleryviewoption li a.grid {
    background-position: -32px -20px;
}

ul.galleryviewoption li a.list {
    background-position: -64px -20px;
}

ul.galleryviewoption li a {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

ul.galleryviewoption a.icon {
  background: url(https://knot10.com/wp-content/plugins/boat-api/images/icons.png) 0 0 no-repeat;
  width: 16px;
  height: 20px;
  display: inline-block;
  text-indent: -99999px;
}

ul.galleryviewoption li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

ul.product-gallery li {
    padding: 10px;
    margin: 0;
    background: none;
    width: 15%;
    display: inline-block;
}

ul.product-gallery li img {
    border: solid 2px #d0d0d0;
    display: inline-block;
}

ul.product-gallery.list li {
    padding: 10px;
    margin: 0;
    background: none;
    width: 90%;
    display: inline-block;
}

ul.fcteam-members {
    padding: 0;
    list-style: none;
    padding-left: 0px !important;
    padding-top: 30px;
}

ul.fcteam-members li {
    padding: 20px 15px !important;
    list-style: none;
    background: #FFFFFF;
    text-align: center;
    float: left;
    width: 23%;
    margin: 0 9PX 16PX !important;
    flex-direction: column;
    background: #fff url(https://knot10.com/wp-content/plugins/boat-api/images/kn-image.png) no-repeat top;
    justify-content: flex-start !important;
}

ul.fcteam-members li img {
  border: 1px solid #b20839;
}

ul.fcteam-members li p {
  line-height: 25px;
}

ul.fcteam-members p.fcname {
    color: #142e54;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
}

ul.fcteam-members p.fcdesignation {
    color: #142e54;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fcwrapper h1 {
  color: #142e54;
}

.galleria-theme-classic .galleria-stage {
  left: 0 !important;
  right: 0 !important;
}

#homepage_boat_ff ul {
  padding-left: 0px !important;
  list-style: none;
  margin-left: 0px !important;
}
/*
#homepage_boat_ff ul.fcform1 li {
    margin: 0;
    padding: 0 0 0 4%;
    list-style: none;
    display: table-cell;
    width: 33.33%;
}*/

#homepage_boat_ff ul.fcform1 li span.half {
  width: 46%;
    display: inline-block;
}

#homepage_boat_ff ul.fcform1 li ul li {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  margin-right: 20px;
  font-weight: bold;
}

#homepage_boat_ff ul.fcform1 label {
  margin-bottom: 10px;
}

#homepage_boat_ff ul.fcform1 label.com_none {
  font-weight: normal;
}

#homepage_boat_ff ul.fcform1 input[type="text"],#homepage_boat_ff ul.fcform1 select {
  width: 100%;
  max-width: inherit;
  height: 56px;
}

#homepage_boat_ff  input[type="submit"] {
  background: #1F1E38 !important;
  color: #fff;
  margin-top: 41px;

}
h3.uppercase  {
  text-transform: uppercase;
}
ul.fclargebtns  li {
  margin-bottom: 10px;
}
ul.fclargebtns  li a:hover {
  color: #AE1232;
}

.salesstatus_sold {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.salesstatus_sold  span {
    position: absolute;
    display: block;
    width: 245px;
    padding: 7px 0;
    background-color: #b0041c;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
    left: -20px;
    top: 35px;
    transform: rotate(45deg);
}



.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right, .galleria-theme-classic .galleria-info-close, .galleria-theme-classic .galleria-info-link, .galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right {

  background-image: url(https://knot10.com/wp-content/plugins/boat-api/images/classic-map.png) !important;

}



/******************************** Custom Panorama  ***********************************************/



#addressesList .slick-list div {
  padding: 7px;
  background: #f1f1f1;
}

/*#homepage_boat_ff  ul.fcform1 input[type=text].small {
    width: calc(50% - 38px);
}

#homepage_boat_ff  ul.fcform1 input[type=text] {
    width: 100%;
    margin: 0;
    padding: 0 2px;
    background: #d3e4f9;
    height: 24px;
    border: 1px solid #c6c7ca;
    color: #4d4d4d;
    font-size: 15px;
    font-family: 'NeutraText-BookAlt';
}*/

ul.video {
  list-style: none !important;
  padding-left: 0 !important;
}

ul.video li h4 {
  margin-bottom: 10px;
  color: #142e54;
  font-weight: 400;

}

.product-slider-wrap .sold {
  z-index: 100;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}
.product-slider-wrap .sold div {
  position: absolute;
  display: block;
  width: 245px;
  padding: 7px 0;
  background-color: #b0041c;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  left: -20px;
  top: 35px;
  transform: rotate(45deg);
}

ul.fcteam-members { margin-left: 20px; }

 ul.fcteam-members li a.contactbroker { width: auto; padding: 10px 20px !important; display: inline-block; font-size: 16px; margin-top: 10px; line-height: normal;}
 ul.fcteam-members li a.agtcellphone { width: auto; padding: 0px !important; color: #142d4e !important; display: inline-block; font-size: 14px; font-weight: bold; margin-top: 5px; line-height: normal;}
  ul.fcteam-members li a.agtcellphone:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 8px;
    padding: 5px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    color: #b20839;
    font-weight: normal;
    vertical-align: middle;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border: 1px solid #888888;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

 ul.fcteam-members li a.contactbroker:before {
 content: "\f0e0";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    line-height: 0;
}



ul.fcteam-members li figure {
  line-height: normal;
  position: relative;
}

ul.fcteam-members li figure img {
  margin-bottom: 0px !important;
    
}

ul.fcteam-members li figure:after {
  content: "";
  background: rgb(54 76 103 / 71%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0; 
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}

ul.fcteam-members li figure:hover:after {
  opacity: 1;
}

ul.fcteam-members li figure span {
  line-height: normal;
  text-transform: uppercase;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left:0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 999;
  opacity: 0;
  transition: 0.3s ease;
}
ul.fcteam-members li figure:hover span {
  opacity: 1;
}




@media(max-width: 1070px){

  .memberprofile-section2 .memberprofile-section2-right {
    width: 33%;
  }
  .memberprofile-section2 .memberprofile-section2-left {
    width: 67%;
  }

ul.fcteam-members { margin-left: 0px; }
} 


@media(max-width: 991px) and (min-width: 768px) {

  .product-detail-header h1.title { font-size: 34px; }
  .header-bottom-inner { display: flex; }
  .header-bottom-inner .res .sorttool { border-left: none; }
  .header-bottom-inner .res .sorttool { margin: 0 -49px;}
  .boat_search_data ul.inventory_listings.grid li { width: 49%; }
  ul.fcteam-members li { width: 47%; margin: 0 10px 10px !important; }
  #homepage_boat_ff ul.fcform1 li ul li { margin-right: 14px; width: 31%; }
  #homepage_boat_ff ul.fcform1 li span.half { width: 40%; }
  #memberprofilesection3 .product .thumb a { height: 200px; }
  .single-agent ul.product-list li {
    margin-left: 4% !important;
    width: 48%;
  }
  ul.product-list li:nth-child(2n+1) {
      margin-left: 0 !important;
  }
}


@media(max-width: 865px) and (min-width: 768px) {
  
  .memberprofile-section2 .memberprofile-section2-right {
    width: 40%;
  }
  .memberprofile-section2 .memberprofile-section2-left {
    width: 60%;
  }

}


@media(max-width: 767px) {
  .product-detail .left-cell,.product-detail .right-cell { width: 100%; float: none;}
  .product-detail-header h1.title { font-size: 28px; line-height: 39px; } 
  .product-detail .left-cell ul { padding-left: 0px; }
  .sliderbox { margin-bottom: 30px; }
  .hentry .entry-main,.hentry .entry-content, .hentry .comment-body { margin-bottom: 0px !important; }
  .header-bottom-inner .res .sorttool { border-left: none; }
  .vp, .res, .sch { width: 100%;  float: none;}
  .search_boats .col-sm-4,.search_boats .col-sm-8 { width: 100%; }
  .search_boats .col-sm-8 { padding-left: 0px; }
  .boat_search_data ul.inventory_listings.grid li { width: 100%; }
  #boatsecrhfilter { margin-bottom: 20px; }
  .header-bottom-inner { text-align: center; }
  .sch { position: relative; }
  .header-bottom-inner { display: block; }
  .header-bottom-inner .sch ul { left: 0; right: 0; margin: 0 auto; }
  .header-bottom-inner .sch:hover:before { left: 50%; }
  .header-bottom-inner .res { margin: 10px 0; }
  .header-bottom-inner .vp { text-align: center; }
  .header-bottom-inner .res .sorttool { margin: 0; font-size: 11px;}
  .header-bottom-inner .vp { font-size: 12px; }
  .header-bottom-inner .sch a.stools { font-size: 12px; }
  .memberprofile-section2 .memberprofile-section2-left { float: none; width: 100%; }
  .memberprofile-section2 .memberprofile-section2-right { width: 100%; margin-top: 20px; float: none; }
  .brokerviewlisting { margin-bottom: 20px; }
  ul.product-list li { width: 100%; }
  ul.fcteam-members li { width: 100%; margin: 0 0PX 16PX 0 !important; }
 


  .specifications-row .left-side,.specifications-row .right-side {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .specifications-row .devider {
    background: none;
  }
  .tabcontent h3,.tab_content h3 { font-size: 24px; line-height: 34px;}

  h3.ad-search {
    background: #f6f6f6;
    border: solid 1px #d9d9d9;
    padding: 10px 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #b30839;
}

h3.ad-search span {
    background: url(https://knot10.com/wp-content/plugins/boat-api/images/menu2.png) right center no-repeat;
    display: block;
    color: #b30839;
}

#boatsecrhfilter {
  padding: 0px;
  background: none;
}
.ad-search-con {
  background: #fff;
  padding: 10px;
}
.boat_search_data ul.inventory_listings.list .product {
  flex-wrap: wrap;
}
.boat_search_data ul.inventory_listings.list .product .thumb {
  width: 100%;
}
.boat_search_data ul.inventory_listings.list .product .meta {
  width: 100%;
}

#homepage_boat_ff ul.fcform1 li ul li {
  width: 100%;
}
#homepage_boat_ff input[type="submit"] {
  margin-top: 0px;
}
#homepage_boat_ff ul.fcform1 li span.half {
  width: 44%;
}

#memberprofilesection3 .product .thumb a {
  background: none !important;
  height: auto;
}
#memberprofilesection3 .product .thumb a img{
  visibility: visible;
}
.search_boats .col-sm-4 {
  position: static;
}
ul.breadcrumbs li > a {
  font-size: 14px;
}

#market_info {
  margin-top: 30px;
  clear: both;
}

}


.boatlistingsearchtop {
	z-index: 99;
	position: relative;
}
.search_boats .vp {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search_boats label {
	font-size: 14px;
	margin-bottom: 0px;	
}
.search_boats .switch {
	margin-bottom: 0px;	
	margin-right: 5px;
}
.search_boats span {
	font-size: 14px;
}
.search_boats .slider.round {
	margin-right: 5px;
}

.switch {
	width: 50px;
    height: 26px;
}
.slider:before {
	height: 19px;
    width: 19px;	
}

@media(min-width: 992px) {
	.search_boats .sch { width: 20%;}
	.search_boats .res { width: 40%;}
	.search_boats .vp { width: 40%;}
}
@media(max-width: 991px) {
	.search_boats .sch { width: 100%; position: relative;}
	.search_boats .res { width: 100%;}
	.search_boats .vp { width: 100%;}
	.search_boats .header-bottom-inner { display: block; text-align: center;}
	.search_boats .vp { justify-content: center;}
	.header-bottom-inner .res .sorttool { margin: 0px;}
	.header-bottom-inner .sch:hover:before { margin: -6px auto; background-position: top center; left: 0; right: 0;}
	.header-bottom-inner .sch ul { left: 0; right: 0; margin: 0 auto; text-align: center;}
}

@media(max-width: 767px) {
	.search_boats .vp { display: block;}
	.search_boats label { margin-bottom: 10px;}
}