/* Yatco API Styles */
#wrapper.yatcoSearchPage {
	padding:0;
}
.yatcoHeaderImage {
	width:100%;
	height:350px;
	background-size:cover;
	background-position:center center;
}
.yatcoHeaderImage.vesselDetails {height:500px;}
.yatcoHeaderImage h1 {
  display: block;
  float: left;
  margin-top: 120px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 1);
	font-size:40px;
}
.yatcoHeaderImage h2 {
  display: block;
  float: left;
  width: 100%;
	margin-top:0px;
	padding:0 10%;
  text-align: center;
  color: #fff;
	text-shadow: 1px 0px 2px rgba(0, 0, 0, 1);
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#searchbox {
  background-color: #e2e2e2;
  padding: 30px 50px;
	width:100%;
	max-width:1000px;
	margin: -40px auto 0;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#searchbox * {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.home #searchbox {margin-top:0;margin-bottom:20px;}
.yatcoFormLeft {
	width:80%;
	display:inline-block;
	padding:10px;
}
.yatcoFormRight {
	width:20%;
	float:right;
	padding:10px;
}
.yatcoFormItem {
  display: inline-block;
  margin: 10px 15px;
  vertical-align: top;
	width:28%;
}
.yatcoFormItem input {
	width:99%;
	float:left;
	display:table-cell;
	height:30px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:0px solid #fff;
}
.yatcoFormItem select {width:100%;}
.yatcoFormItem.split input {width:100%;height:31px;}
.yatcoFormItem .searchItemContainer {
	text-transform:uppercase;
	width:100%;
	float:left;
	display: table;
border-collapse: separate;
}
.yatcoFormItem .formDecoration {
	padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 1%;
  white-space: nowrap;
  vertical-align: middle;
	float;left;
	display:table-cell;
}
.yatcoFormItem.split span.dash {
	width:1%;
	padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
	float;left;
	display:table-cell;
}
#contentcontainer #searchbox input[type=text] {
	clear: none;
  padding: 5px;
  margin: 0 0 0px 0;
  width: 100%;
  background: #FFF;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left:0px solid #fff;
}
#yatcoResultsContainer {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  padding: 20px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#yatcoResultsContainer *, #yatcoVesselContainer * {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pageNavigation {width:100%;margin:5px 0;overflow:hidden;float:left;text-align:center;}

.pagePrevNext {
	width:100%;
	float:left;
	padding:0 2%;
}
a.yatcoPrevPage {
  float: left;
  padding:7px 10px;
  font-size: 18px;
}
a.yatcoNextPage {
  float: right;
  padding:7px 10px;
  font-size: 18px;
}

.yatcoResults h4.pageInfoValue {
	width:45%;
	float:left;
}
.yatcoResults h5.pageInfoValue {
	width:45%;
	float:right;
	text-align:right;
}
.resultsVessel {
	width:32.79%;
	float:left;
	text-align:center;
	padding:1%;
	vertical-align:top;
	height:330px;
}
.resultsVessel a {
	display:block;
	border: 1px solid #ececec;
}
.resultsVessel a:hover {text-decoration:none;}
.resultsVessel .resultsImage {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: center center;
}
.resultsInfo {
	padding:15px 0 20px;
	color:#1a5d93;
	font-size:14px;
}
.resultsInfo h5 {
	margin:0;
	padding:0;
	color:#1a5d93;
	text-transform:uppercase;
}
.resultsInfo hr {
	width:20%;
	height:0px;
	border-color:#e8de38;
	border-top:2px solid #e8de38;
	margin:0 auto;
}

.backtoresults {cursor:pointer;}
#yatcoVesselContainer {
  width: 100%;
  margin: 0 auto;
  max-width: 950px;
  padding: 30px 15px;
	margin-bottom:30px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#yatcoVesselContainer h1 {
	margin: 10px 0 0;
}
p.price {
  font-size: 24px;
  margin: 0 0 20px;
}

.vesselInfoLeft, .vesselInfoRight {
	float:left;
	display:inline-block;
	vertical-align:top;
}
.vesselInfoLeft {width:70%;float:left;}
.vesselInfoRight {width:30%;padding:0 20px;float:right;}

.interestForm {
	background:#f2f2f2;
	border-top: 4px solid #09b6ea;
	padding:10px;
}

.interestForm h4 {
	text-transform:uppercase;
	font-size:18px;
	margin:0;
	color:#2d6a9d;
	font-weight:300;
}
.interestForm p {font-size:14px;}
.interestForm input[type='Submit'] {background-color: #d9534f!important;border-color: #d43f3a;}
.interestForm .contactLabel {font-size:12px;font-weight:bold;}
.interestForm .phoneNumber {
  font-size: 21px;
  font-weight: bold;
  color: #2d6a9d;
	text-align:center;
	width:100%;
	padding: 10px 0;
}

.vesselPhotoGallery {
	height:350px;
	margin-bottom:30px;
}
.expandableSection {
	position:relative;
	overflow:hidden;
	width:100%;
}
.expandableSection.expanded {height:auto;padding-bottom:65px;}
.sectionExpander:before {
	content:'View More';
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	height: 65px;
	line-height:70px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(55%,rgba(255,255,255,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.expandableSection.expanded .sectionExpander:before {content:'View Less';}

.dkBlueBar {border-top: 4px solid #2d6a9d;}


.infoBlockHeadline {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #686868;
  font-size: 12px;
}
a.vesselPhoto {
	display:inline-block;
	width:23%;
	vertical-align:top;
	height:100px;
	overflow:hidden;
	margin:5px 1%;
}
a.vesselPhoto img {
	width:100%;
	height:auto;
}

.vesselSectionContainer {
	margin:25px 0 40px;
	float:left;
}
.tableLauncher {
	margin-top:50px;
	width:100%;
	overflow:hidden;
}
.tableLauncher a {
  display: inline-block;
  padding: 5px 0px;
  width: 16.2%;
  text-align: center;
  color: #fff;
  background-color: #5fa3d0;
}
.tableLauncher a:hover {cursor:pointer;text-decoration:none;color:#e2e2e2;}
.tableLauncher a.open {background-color: #3b82b2;}


.tableSplit {
	width:100%;
	float:left;
	margin:10px 0;
	display:none;
}
.tableSplit.tabOpen {display:block;}
.tableSplit li {
	list-style:none;
	width:48%;
	margin:5px 1%;
	float:left;
	padding: 0px 5px 10px;
	border-bottom:1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.vesselContactLauncher {
	display:none;
	width:100%;
	text-align:center;
	padding:20px 0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	background-color: #09b6ea;
	text-transform:uppercase;
}
.vesselContactLauncher:hover {color:#fff;text-decoration:none;}

.searchVesselButton {
  width: 100%;
  vertical-align: middle;
  padding: 15px 0;
  margin-top: 30px;
  background-color: #1a5d93;
  border: none;
  color: #fff;
}

#searchBoxExpander {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
	width:100%;
}
#searchBoxExpander:hover {text-decoration:none;}

#searchBoxExpander span.dropdown {float:right;display:none;}
.home #searchbox {max-width:100%;}
.home #searchbox form {display:block;}

.page-template-page-yatco-vessel .sumome-share-client-wrapper {display:none !important;}
@media screen and (max-width: 900px) {
	.yatcoFormLeft, .yatcoFormRight {width:100%;}
}
@media screen and (max-width: 700px) {
	.yatcoHeaderImage {height:300px;}
	#searchbox {padding:0 0 20px;width:94%;}
	.yatcoHeaderImage h1{margin-top:75px;font-size:35px;}
	.yatcoHeaderImage h2{font-size:25px;}
	.yatcoFormItem {
		width:100%;
		margin:10px 0;
		overflow:hidden;}
	.yatcoHeaderImage.vesselDetails {height:300px;}
	.resultsVessel {width:100%;}
	.vesselInfoLeft, .vesselInfoRight {width:100%;}
	.vesselInfoRight {padding:0;margin-bottom:30px;}
	.vesselContactLauncher {display:block;}
	.interestForm {display:none;}
	.interestForm.tabOpen {display:block;}
	.interestForm h4 {display:none;}
	.tableLauncher a {width:48.5%;margin:5px 0;}
	.home #searchbox form {display:none;}
	#searchBoxExpander {padding: 20px 10px 0;cursor:pointer;}
	#searchBoxExpander span.dropdown {display:inline-block;}
}