/* CSS for Yacht Listing Page */
.yacht-search{width:100%;}

.ys-col-lg-4{margin-right: 5px;margin-top: 10px;}
.project-meta p {margin-bottom: 0.6842em;}
.project-meta{border: 1px solid silver;padding:3px;text-align:center;}
.sectionHeadSpecs {
	background: #cccccc;
	font-weight: 500;
	font-size: 120%;
	color: #ff0000;
	padding: 4px;
	text-align:center;
	margin-top: 10px;
	margin-bottom:10px;

}

.specsLabel {
	float: left;
	color: #cc6633;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    width: 190px;
} 

.specsData {
	color: #777777;
    font-weight: normal;
}

.yachtNameHead {
	background: #f7f7f7;
	font-size:110%;
	font-weight:500;
} 

.yachtNameHeadBrochure {
	background: silver;
	font-size:130%;
	font-weight:600;
	color: #cc6633;
} 

.brochurePrice {

text-align:center;
font-size: 110%;
font-weight: 500;
padding: 10px;
}

.brochurePrice span {
	color: #ff0000;
}
.project-category {
	font-weight:300;
} 

.project-category span{
	font-weight:600;
} 

.imgSearchWidth {
	width:260px !important;border:1px;
}
.yacht-price{
	font-weight:300;
	background: #f7f7f7;
} 

.yacht-price span{
  font-weight: 600;
}
 /* CSS for Yacht Single Page */
.yacth-single div h4{
    margin-top: 0.9091em;
    margin-bottom: 0.4545em;
    text-decoration: underline;
}
.ys-alert-box {
    display: block;
    margin: 10px 0;
    padding: 10px 40px;
    background: #cce6f7;
    position: relative;
}
.ys-alert-box p {
    margin: 0;
}
.ys-gallery-img{
    float: left;
    margin-right: 8px;
	margin-top:5px;
	border-radius: 6px;
    border: 0px solid black;
	width:230px;
}
.ys-second-gallery{
    clear: both;
}
div h4.yatch-ameni  {margin-top: 0.9091em;
    margin-bottom: 0.4545em;
    text-decoration: underline;}
.ys_search_button {width: 33%;float: left;}	
.ys_clear_button {width: 30%;float: left;}
@media screen and (min-width: 59.6875em) {
  #post-items {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0.25em;
  -webkit-column-gap: 0.25em;
  column-gap: 0.25em;
}
  }
  @media screen and (min-width: 320px) and (max-width: 720px )
  {
   .ys-col-lg-4{
    margin: 10px auto;
    display: block !important;
   }
      .ys-gallery-img {
          float: inherit;
          margin: 10px auto;
      }
  }
