/********/
/* HOME */
/********/
/*SoundCloud*/
.block_a8a357c9e0114957b508b5508a20fbe3 {display:none;}
/*Home Page Text*/
.block_fbea893a5243486abbd60b5d443e02a5 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
    letter-spacing: .07em;
    line-height: 1.5;
}
.block_fbea893a5243486abbd60b5d443e02a5 .imgEffect .imgEffect-overlay .imgEffect-content p {
    font-size: 30px;
}
.blockWrap_fbea893a5243486abbd60b5d443e02a5 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle,
.blockWrap_fbea893a5243486abbd60b5d443e02a5 .imgEffect .imgEffect-overlay .imgEffect-content p {
    max-width: 1104px;
    margin: auto;
    }
#page_cdaee0dddcc24af7b28ae04fcdbb10b0 .footerContainer {
    position: absolute;
    bottom: 0;
}
#page_cdaee0dddcc24af7b28ae04fcdbb10b0  .flex-direction-nav {
    display: none;
}
/************/
/* SITEWIDE */
/************/
/* Navigation Hover State */
.navContainer .navContent ul li a:hover {
  font-weight: bold;
  color: black; }

.navContainer .navContent ul li .selected {
  font-weight: bold; }

/*Navigation*/
.page_cdaee0dddcc24af7b28ae04fcdbb10b0 .headerAndNavContainer.fixedNav {
  margin-top: 2%; }

/*Hero Image Gallery*/
.fullBleed .primaryAndSecondaryContainer .blockContent {
  padding-left: 0;
  padding-right: 0; }

/* Black Overlay */
.page_cdaee0dddcc24af7b28ae04fcdbb10b0 .siteWrapper {
  background-color: rgba(0, 0, 0, 0.3) !important; }

/* Hero title */
.block_d8e96859d86e48678a7d3bb01bce0820 .contentTitle {
  padding-bottom: .3em; }

/*Padding*/
.primaryAndSecondaryContainer {
  padding-bottom: 0px; }

/*********/
/* Boats */
/*********/
/* grid gallery width */
.block_eb72d690d8f641609aee438b4333f88f,
.block_ecbb32790816461792f3df58d40e1e38 {
  padding: 0 !important;
  width: 100%;
  max-width: 100% !important; }

.block_eb72d690d8f641609aee438b4333f88f .imgGridItem .contentImg,
.block_ecbb32790816461792f3df58d40e1e38 .imgGridItem .contentImg {
  width: 100%; }

/* custom caption */
.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem,
.block_ecbb32790816461792f3df58d40e1e38.imgMgn0 .imgGridItem {
  position: relative;
  overflow: hidden; }

.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem .customCaption,
.block_ecbb32790816461792f3df58d40e1e38.imgMgn0 .imgGridItem .customCaption {
  opacity: 0;
  color: black;
  display: block;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: -40%;
  padding-top: 40%;
  background: rgba(241, 223, 106, 0.8);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease; }

.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem .customCaption:hover,
.block_ecbb32790816461792f3df58d40e1e38.imgMgn0 .imgGridItem .customCaption:hover {
  opacity: 1.0; }

/*Break homepage grid gallery to one row mobile*/
@media only screen and (max-width: 480px) {
.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem,
  .block_ecbb32790816461792f3df58d40e1e38.cols3.imgMgn0 .imgGridItem {
    width: 100%; } }
/*****************/
/* CUSTOMER SERVICE */
/*****************/
.items_c1ffd2c740544dd8bda001ca5a1996b8 .contentTitle {
  text-decoration: underline;
  padding-bottom: 1%; }

/**********************/
/* grid gallery width */
/**********************/
/*All Grid Image Galleries ONLY*/
.imageGallery {
  padding: 0 !important;
  width: 100%;
  max-width: 100% !important; }

.imageGallery .imgGridItem .contentImg {
  width: 100%; }

/* ZOOM IN TRANSITION on TOP LEVEL BOATS PAGE GALLERY*/
.block_eb72d690d8f641609aee438b4333f88f .imgGridItem img,
.block_ecbb32790816461792f3df58d40e1e38 .imgGridItem img {
  -webkit-transition: all 1s ease;
          transition: all 1s ease; }
.block_eb72d690d8f641609aee438b4333f88f .imgGridItem:hover img,
.block_ecbb32790816461792f3df58d40e1e38 .imgGridItem:hover img {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25); }

/* SQUARE IMAGE GALLERIES, ON INTERIOR BOAT PAGES */
.squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem {
  position: relative;
  
  /* yellow background */
  /* plus sign */ }
  .squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem .contentImg:before,
  .squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem .contentImg:after {
    opacity: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
  }
  .squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem .contentImg:before {
    background: rgba(241, 223, 106, 0.8); }
  .squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem .contentImg:after {
    content: "+";
    position: absolute;
    display: block;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 30px; }
  .squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem:hover .contentImg:before,
  .squareImages:not(.block_ecbb32790816461792f3df58d40e1e38) .imgGridItem:hover .contentImg:after {
    opacity: 1; }
  

/**************/
/* Classified */
/**************/
/*3 Buttons*/
.items_bb291684a1924a0aa06287ff6673fe84 .item p:last-child {
  margin-top: 30px;
  margin-bottom: 20px; }

.items_bb291684a1924a0aa06287ff6673fe84 .item p a {
  background: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: white;
  /*font-size: 16px;*/
  padding: 20px 20px;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  margin-top: 5%; }

/**********/
/* GUIDES */
/**********/
.items_b5995ed481d7479f9cfc4b84aeb3cc91 .contentTitle {
    text-decoration: underline;
    padding-bottom: 1%; 
}
@media only screen and (max-width: 767px) {
/*home page gallery font sizes*/
    .block_fbea893a5243486abbd60b5d443e02a5 .imgHover .imgHover--overlay .imgHover--content .contentTitle {
        font-size: 32px;
    }
    .block_fbea893a5243486abbd60b5d443e02a5  .imgHover--content .contentTitle + p {
        font-size: 22px;
    }
}

/***********************/
/* Build Your Own Page */
/***********************/
.block_eb72d690d8f641609aee438b4333f88f .imgGridItem > img {
    filter: grayscale(100%) opacity(50%);
}

.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem > img + .customCaption {
    background: rgba(50,50,50,0.8);
}

.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem > img + .customCaption > h2 { color: #f7f7f7; }
.block_eb72d690d8f641609aee438b4333f88f.imgMgn0 .imgGridItem > img + .customCaption > h2:after {
    color: #eaeaea;
    content: 'In the mold...';
    display: block;
}

p > a[href*="build-my-yellowfin"] {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background-color: #333;
    width: auto;
}

p > a[href*="build-my-yellowfin"]:hover {
    background-color: #63a389;
    text-decoration: none !important;
}

/* marker styles */
.block_bbcd63eeb5864007aeaf0e83b950ff41,
.block_d948305676ef46dfb6135e444d795b44 { background-color: #ffffff; }