/* Normalize CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline;
  zoom: 1px; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle;
  margin: 0; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

audio:not([controls]), [hidden] {
  display: none; }

body, figure, form {
  margin: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

#map_canvas * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#map_canvas img {
  max-width: none; }

/*
@font-face {
  font-family: 'FONTNAME';
  src: url("../fonts/FILENAME.eot");
  src: url("../fonts/FILENAME.eot#iefix") format('embedded-opentype'), 
  		url("../fonts/FILENAME.woff") format('woff'), 
  		url("../fonts/FILENAME.ttf") format('truetype'), 
  		url("../fonts/FILENAME.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* COLOURS */
.green {
  color: #85be00; }

.blue {
  color: #1c538c; }

.orange {
  color: #ff8106; }

.brown {
  color: #c0aea0; }

.grey {
  color: #646767; }

.red {
  color: #e91e22; }

/* USAGE 
.button {@include border-radius(5px);}
*/
.trunc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* BASE CSS */
body {
  background: #fff;
  color: #111111;
  font-family: 'Open Sans', 'Lucida Grande', 'Lucida Sans Unicode', tahoma, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #ea1d22; }

/*h1 {font-weight: 300;}
h2, h3 {font-weight: normal;}*/
button, input, select, textarea {
  font-size: 14px;
  margin-bottom: 10px; }

input[type="checkbox"], input[type="radio"], input[type="submit"], input[type="button"] {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #ea1d22;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  a:visited {
    color: #ea1d22; }
  a:hover, a:focus {
    color: #951D1F; }

/* GENERAL CLASSES */
.container {
  margin: 0 auto;
  width: 100%;
  clear: both;
  padding: 0 40px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.last {
  margin-right: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.imgLeft {
  float: left;
  margin: 0 15px 15px 0; }

.imgRight {
  float: right;
  margin: 0 0 15px 15px; }

.imgCenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.hidden {
  display: none; }

.replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nowrap {
  white-space: nowrap; }

.flex-video {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn-blue {
  display: inline-block;
  padding: 12px 15px;
  background: #2aa0de;
  border: none;
  color: #fff;
  font-weight: bold; }
  .btn-blue:visited {
    color: #fff; }
  .btn-blue:hover, .btn-blue:focus {
    color: #fff; }

.btn-red {
  display: inline-block;
  padding: 12px 15px;
  background: #ea1d22;
  border: none;
  color: #fff;
  font-weight: bold; }
  .btn-red:visited {
    color: #fff; }
  .btn-red:hover, .btn-red:focus {
    color: #fff; }

.btn-grey {
  display: inline-block;
  padding: 12px 15px;
  background: #9B9B99;
  border: none;
  color: #fff;
  font-weight: bold; }
  .btn-grey:visited {
    color: #fff; }
  .btn-grey:hover, .btn-grey:focus {
    color: #fff; }

.category-btns .btn-red, .category-btns .btn-grey {
  margin: 0 2px 6px 0; }

.button {
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.3s ease;
  -o-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  background-repeat: repeat-x;
  background-position: 0; }
  .button:visited {
    color: #fff; }
  .button.green {
    background-color: #85be00;
    background-image: -moz-linear-gradient(top, #b3d21d 0%, #85be00 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3d21d), color-stop(100%, #85be00));
    background-image: -webkit-linear-gradient(top, #b3d21d 0%, #85be00 100%);
    background-image: -o-linear-gradient(top, #b3d21d 0%, #85be00 100%);
    background-image: -ms-linear-gradient(top, #b3d21d 0%, #85be00 100%);
    background-image: linear-gradient(to bottom, #b3d21d 0%, #85be00 100%); }
  .button:hover, .button:focus {
    background-position: 0 -15px; }

/* LAYOUT */
#main_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left; }

.mainstreet {
  padding-bottom: 40px; }

.col-80, .col-75, .col-66, .col-60, .col-50, .col-40, .col-33, .col-25, .col-20 {
  float: left;
  padding: 0 5px; }
  .col-80 div[class*="col-"]:last-child, .col-75 div[class*="col-"]:last-child, .col-66 div[class*="col-"]:last-child, .col-60 div[class*="col-"]:last-child, .col-50 div[class*="col-"]:last-child, .col-40 div[class*="col-"]:last-child, .col-33 div[class*="col-"]:last-child, .col-25 div[class*="col-"]:last-child, .col-20 div[class*="col-"]:last-child {
    padding-right: 0; }
  .col-80 div[class*="col-"]:first-child, .col-75 div[class*="col-"]:first-child, .col-66 div[class*="col-"]:first-child, .col-60 div[class*="col-"]:first-child, .col-50 div[class*="col-"]:first-child, .col-40 div[class*="col-"]:first-child, .col-33 div[class*="col-"]:first-child, .col-25 div[class*="col-"]:first-child, .col-20 div[class*="col-"]:first-child {
    padding-left: 0; }

.col-80 {
  width: 80%; }

.col-75 {
  width: 75%; }

.col-66 {
  width: 66.66%; }

.col-60 {
  width: 60%; }

.col-50 {
  width: 50%; }

.col-40 {
  width: 40%; }

.col-33 {
  width: 33.33%; }

.col-25 {
  width: 25%; }

.col-20 {
  width: 20%; }

/* **********************************
		Site Header
********************************** */
.site-header {
  position: relative;
  padding: 10px 0;
  border-bottom: 2px solid #3b3b3b; }

.site-logo {
  display: block;
  margin: 0 auto;
  width: 228px;
  height: 67px;
  background: url("/images/yachtandboat_logo.png") center no-repeat; }

.header-sublinks {
  position: absolute;
  top: 0;
  left: 15px; }
  .header-sublinks ul {
    line-height: 1; }
  .header-sublinks li {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin-right: 15px; }
  .header-sublinks a {
    color: #111111; }
    .header-sublinks a:visited {
      color: #111111; }
    .header-sublinks a:hover, .header-sublinks a:focus {
      color: #ea1d22; }

.header-social {
  position: absolute;
  top: 0;
  right: 15px; }
  .header-social .sitesearch {
    float: right;
    margin: -2px 0 0 5px; }

.icn-face-sm, .icn-linked-sm, .icn-twit-sm, .icn-pin-sm, .icn-rss-sm, .icn-gp-sm {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/images/social_icons_sprite-2.png") 0 0 no-repeat; }

.icn-face-sm {
  background-position: 0 top; }
  .icn-face-sm:hover, .icn-face-sm:focus {
    background-position: 0 bottom; }

.icn-linked-sm {
  background-position: -17px top; }
  .icn-linked-sm:hover, .icn-linked-sm:focus {
    background-position: -17px bottom; }

.icn-twit-sm {
  background-position: -34px top; }
  .icn-twit-sm:hover, .icn-twit-sm:focus {
    background-position: -34px bottom; }

.icn-pin-sm {
  background-position: -50px top; }
  .icn-pin-sm:hover, .icn-pin-sm:focus {
    background-position: -50px bottom; }

.icn-rss-sm {
  background-position: -67px top; }
  .icn-rss-sm:hover, .icn-rss-sm:focus {
    background-position: -67px bottom; }

.icn-gp-sm {
  background-position: -84px top; }
  .icn-gp-sm:hover, .icn-gp-sm:focus {
    background-position: -84px bottom; }

.sitesearch {
  position: relative; }
  .sitesearch input {
    width: 160px;
    margin: 0;
    border: 1px solid #9b9b99;
    border-radius: 3px;
    padding: 3px 30px 3px 10px;
    height: auto;
    font-size: 11px; }
  .sitesearch .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    border: none;
    background: url("/images/search_icon_sprite.png") center top no-repeat; }
    .sitesearch .search-submit:hover, .sitesearch .search-submit:focus {
      background-position: center bottom; }

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 40; }

.nav-menu {
  height: auto;
  background: #000;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .nav-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 13px; }
    .nav-menu li.has-flyout a {
      /*padding-right: 15px;*/ }
      .nav-menu li.has-flyout a:hover + .flyout {
        display: block !important; }
    .nav-menu li.has-flyout .flyout:hover {
      display: block !important; }
    .nav-menu li.active a {
      background: #ea1d22; }
  .nav-menu a {
    position: relative;
    display: block;
    color: #fff;
    padding: 2px 28px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase; }
    .nav-menu a:hover, .nav-menu a:focus {
      text-decoration: underline; }
  .nav-menu .flyout {
    top: 24px;
    background: #ea1d22; }
    .nav-menu .flyout li {
      display: block;
      margin: 0;
      text-align: left; }
      .nav-menu .flyout li a {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .nav-menu .flyout li a:hover, .nav-menu .flyout li a:focus {
          background: #fff;
          color: #ea1d22; }

/* **********************************
		Site Footer
********************************** */
.site-footer {
  background: #000;
  padding: 15px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }
  .site-footer a {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
    .site-footer a:hover, .site-footer a:focus {
      color: #ea1d22; }
  .site-footer p, .site-footer div, .site-footer li {
    font-size: 11px; }

.foot-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px; }

.icn-face, .icn-linked, .icn-twit, .icn-pin, .icn-rss, .icn-gp {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: url("/images/footer_social_icons_sprite-2.png") 0 0 no-repeat; }

.icn-face {
  background-position: 0 top; }
  .icn-face:hover, .icn-face:focus {
    background-position: 0 bottom; }

.icn-linked {
  background-position: -25px top; }
  .icn-linked:hover, .icn-linked:focus {
    background-position: -25px bottom; }

.icn-twit {
  background-position: -50px top; }
  .icn-twit:hover, .icn-twit:focus {
    background-position: -50px bottom; }

.icn-pin {
  background-position: -75px top; }
  .icn-pin:hover, .icn-pin:focus {
    background-position: -75px bottom; }

.icn-rss {
  background-position: -100px top; }
  .icn-rss:hover, .icn-rss:focus {
    background-position: -100px bottom; }

.icn-gp {
  background-position: -125px top; }
  .icn-gp:hover, .icn-gp:focus {
    background-position: -125px bottom; }

.footer-social {
  text-align: right;
  padding-top: 26px; }
  .footer-social .icn-face, .footer-social .icn-linked, .footer-social .icn-twit, .footer-social .icn-pin, .footer-social .icn-rss, .footer-social .icn-gp {
    margin-left: 10px; }

.footer-terms {
  padding-top: 22px; }
  .footer-terms p {
    margin-bottom: 0; }

.footer-sponsor {
  text-align: center; }
  .footer-sponsor img {
    display: block;
    margin: 5px auto; }

/* **********************************
		Home
********************************** */
.maincontent {
  padding-top: 50px; }

.main-carousel-outter {
  position: relative;
  border-bottom: 2px solid #3b3b3b; }

.main-carousel {
  width: 100%;
  height: 230px;
  overflow: hidden; }

.slider {
  width: 100%;
  height: 100%; }

.slide {
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }

.slide-content {
  max-width: 1130px;
  margin: 0 auto;
  padding: 45px 100px 20px 15px;
  overflow: hidden;
  text-align: right; }

.slide-title {
  color: #fff;
  font-size: 44px;
  line-height: 1.1;
  font-style: italic;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }

.slide-caption {
  margin-top: 15px;
  float: right;
  width: 410px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 1px black; }

.dotnav {
  margin: 10px auto 20px;
  text-align: center; }
  .dotnav .indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background-color: #8b8d8d;
    border-radius: 5px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .dotnav .indicator.selected {
      background-color: #ea1d22; }

/* **********************************
		Home Search Widget
********************************** */
.search-widg-out {
  margin-bottom: 35px; }

.search-widg-header {
  text-align: center; }

.search-widg-tabs {
  margin: 8px auto 10px;
  max-width: 600px;
  overflow: hidden; }
  .search-widg-tabs .search-tab {
    float: left;
    width: 32%;
    margin: 0 0.5%;
    padding-top: 6px;
    border-top: 5px solid #9b9b99;
    color: #9b9b99;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer; }
    .search-widg-tabs .search-tab.active {
      border-top-color: #ea1d22;
      color: #111111; }

.search-widg {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid #3B3B3B;
  padding: 20px;
  padding-bottom: 5px;
  display: none; }
  .search-widg.active {
    display: block; }
  .search-widg label {
    font-weight: bold;
    line-height: 32px;
    font-size: 14px; }
  .search-widg .form-row {
    *zoom: 1; }
  .search-widg .form-row:before, .search-widg .form-row:after {
    content: "";
    display: table; }
  .search-widg .form-row:after {
    clear: both; }
  .search-widg > .form-row {
    margin-bottom: 5px; }
  .search-widg .price-lhs {
    float: left;
    width: 55px; }
  .search-widg .price-rhs {
    margin-left: 55px; }
  .search-widg .length-lhs {
    float: left;
    width: 210px; }
    .search-widg .length-lhs label {
      display: inline-block;
      margin-right: 10px; }
  .search-widg .length-rhs {
    margin-left: 210px; }
    .search-widg .length-rhs label {
      display: inline-block;
      margin-right: 10px; }

.search-widg-submit {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 15px;
  background: #ea1d22;
  border: none;
  color: #fff;
  font-weight: bold; }

#searchtype-findbusiness label {
  line-height: 1;
  margin-bottom: 5px; }

/* **********************************
		Boat Type Slider
********************************** */
.boattype-slider {
  width: 100%;
  height: 105px;
  margin-top: -11px; }
  .boattype-slider .slider {
    width: 100%;
    height: 100%; }
  .boattype-slider .boat-type {
    float: left;
    width: 131px;
    height: 100%;
    background-position: center 5px;
    background-repeat: no-repeat;
    color: #111111; }
    .boattype-slider .boat-type p {
      position: relative;
      border-top: 1px solid #8b8d8d;
      top: 84px;
      margin: 0 5px;
      text-align: center; }

.boattype-prev, .boattype-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.boattype-prev {
  left: 0px;
  background-image: url("/images/icn-arrow_left.png"); }

.boattype-next {
  right: 0px;
  background-image: url("/images/icn-arrow_right.png"); }

/* **********************************
		Content Pages
********************************** */
.page-banner {
  height: 305px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover; }

.ad-banner {
  padding: 10px;
  background: url("/images/mrec_background.png") 0 0 repeat;
  overflow: hidden;
  text-align: center; }
  .ad-banner img, .ad-banner iframe, .ad-banner > div {
    display: block;
    margin: 0 auto; }

.adwrap img, .adwrap iframe, .adwrap > div {
  display: block;
  margin: 0 auto; }

.home-calloutbox {
  background: #e7e6e4;
  margin: 25px 0 50px 0; }

.home-intro {
  padding: 20px 50px; }
  .home-intro h1 {
    text-align: center; }

.news-section-header {
  border-bottom: 1px solid #3B3B3B;
  color: #000;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 800;
  text-transform: uppercase; }
  .news-section-header > span {
    background: #fff;
    padding-right: 5px; }

.popularbrand-wrap {
  text-align: center;
  margin: 0 auto; }

.popularbrand {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat; }
  .popularbrand > span {
    display: block;
    width: 125px;
    height: 51px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .popularbrand:hover > span, .popularbrand:focus > span {
    opacity: 0; }

.news-section {
  margin-bottom: 50px; }

.news-candy, .listing-candy {
  position: relative;
  max-width: 347px;
  max-width: 357px;
  margin: 0 auto; }
  .news-candy a, .listing-candy a {
    color: #111111; }
  .news-candy:hover .img-wrap .price, .news-candy:focus .img-wrap .price, .listing-candy:hover .img-wrap .price, .listing-candy:focus .img-wrap .price {
    background-position: right bottom; }
  .news-candy:hover a, .news-candy:focus a, .listing-candy:hover a, .listing-candy:focus a {
    color: #ea1d22; }
  .news-candy:hover .location, .news-candy:focus .location, .listing-candy:hover .location, .listing-candy:focus .location {
    color: #111111; }
  .news-candy .img-wrap, .listing-candy .img-wrap {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 62%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .news-candy .img-wrap img, .listing-candy .img-wrap img {
      display: block;
      margin: 0 auto;
      /*width: 100%;*/ }
    .news-candy .img-wrap.contain, .listing-candy .img-wrap.contain {
      background-size: contain; }
  .news-candy .content-wrap, .listing-candy .content-wrap {
    padding: 15px;
    padding-bottom: 50px; }
    .news-candy .content-wrap h3, .listing-candy .content-wrap h3 {
      margin: 0 0 10px 0;
      font-size: 14px;
      line-height: 1.3;
      color: #111111; }
    .news-candy .content-wrap p, .listing-candy .content-wrap p {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 1.3;
      color: #585858; }
  .news-candy .read-more, .listing-candy .read-more {
    margin-left: -15px; }
  .news-candy .limit-90, .listing-candy .limit-90 {
    max-height: 90px;
    overflow: hidden; }

.news-candy .img-wrap {
  padding-bottom: 42%; }

.feat-list {
  margin: 10px 0;
  padding: 0;
  list-style-type: none; }
  .feat-list li {
    padding: 0 0 0 35px;
    font-size: 12px;
    line-height: 32px; }
    .feat-list li.licence {
      background: url("/images/license.png") no-repeat scroll -3px 0 transparent; }
    .feat-list li.training {
      background: url("/images/training.png") no-repeat scroll 0 0 transparent; }
    .feat-list li.hours {
      background: url("/images/hours.png") no-repeat scroll -2px 0 transparent; }

.tag-status {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -26px;
  padding: 5px 10px;
  background: #941d1f;
  color: #fff;
  font-size: 12px;
  font-weight: bold; }

.news-candy .price, .listing-candy .price, .listing-premium .price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 45px 10px 15px;
  background: rgba(0, 0, 0, 0.5) url("/images/listing_more_button.png") right 0 no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.listing-candy.sold .img-wrap {
  opacity: 0.5; }

.listing-premium {
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px;
  background: #595959;
  color: #fff; }
  .listing-premium a, .listing-premium a:hover, .listing-premium a:focus {
    color: #fff; }
  .listing-premium .tag-status {
    left: auto;
    margin-left: auto;
    right: 0;
    background-color: #ea1d22; }
  .listing-premium .listing-featimg {
    position: absolute;
    height: auto;
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .listing-premium .listing-info {
    min-height: 230px;
    position: relative;
    float: right;
    width: 50%;
    margin: 0;
    padding: 20px 5% 75px; }
  .listing-premium .listing-title {
    font-size: 16px;
    margin-bottom: 10px; }
  .listing-premium .location {
    margin-bottom: 15px; }
  .listing-premium .listing-copy {
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 15px; }
  .listing-premium p {
    font-size: 12px;
    line-height: 1.3; }

.listing-specwrap {
  position: absolute;
  bottom: 20px;
  left: 10%;
  right: 10%;
  overflow: hidden; }
  .listing-specwrap .listing-specs {
    float: left;
    margin: 0; }
    .listing-specwrap .listing-specs:last-child {
      margin-right: 0; }

.listing-specs {
  border: none;
  background: transparent; }
  .listing-specs.specs-1 {
    margin-right: 5%;
    width: 35%; }
    .listing-specs.specs-1 th {
      width: 55px; }
    .listing-specs.specs-1 td {
      max-width: 89px; }
  .listing-specs.specs-2 {
    width: 55%; }
    .listing-specs.specs-2 th {
      width: 100px; }
    .listing-specs.specs-2 td {
      max-width: 100px; }
  .listing-specs tr {
    background: transparent; }
    .listing-specs tr:nth-child(even) {
      background: transparent; }
    .listing-specs tr th, .listing-specs tr td {
      color: #fff;
      padding: 0;
      font-size: 12px;
      text-align: left; }
    .listing-specs tr td .trunc {
      font-size: 12px; }

.read-more {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-left: 25px;
  background: url("/images/read_more_button_sprite.png") 0 0 no-repeat;
  font-size: 12px; }
  .read-more:hover, .read-more:focus {
    background-position: 0 bottom; }

.location {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-left: 15px;
  background: url("/images/listing_location_pin.png") 0 center no-repeat;
  font-size: 12px; }

.loadmore-wrap {
  text-align: center;
  border-top: 1px solid #ebebeb; }

.loadmore {
  position: relative;
  display: inline-block;
  margin-top: -1px;
  padding: 7px 30px 7px 15px;
  background: #3b3b3b;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .loadmore:visited {
    color: #fff; }
  .loadmore:hover, .loadmore:focus {
    color: #fff;
    background-color: #ea1d22; }
  .loadmore:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    width: 7px;
    height: 10px;
    background: url("/images/arrow-right-white.png") center no-repeat; }

.video {
  position: relative;
  cursor: pointer; }

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px auto auto -28px;
  width: 57px;
  height: 38px;
  background: url("/images/play_button.png") center no-repeat; }

.breadcrumb {
  margin: 5px 0 10px 0;
  padding-left: 25px;
  line-height: 16px;
  font-size: 12px;
  background: url("/images/icn-back.gif") 0 0 no-repeat; }
  .breadcrumb a {
    color: #111111; }
    .breadcrumb a:visted {
      color: #111111; }
    .breadcrumb a:hover, .breadcrumb a:focus {
      color: #111111; }

.listing-header {
  position: relative;
  background: #cfcecc;
  margin-bottom: 15px; }
  .listing-header {
    *zoom: 1; }
  .listing-header:before, .listing-header:after {
    content: "";
    display: table; }
  .listing-header:after {
    clear: both; }

.listing-headerinfo {
  float: left;
  width: 38%;
  /*position: relative;
  min-height: 480px;*/
  padding: 30px;
  color: #3d4248; }
  .listing-headerinfo a {
    color: #3d4248; }
  .listing-headerinfo p {
    font-size: 13px;
    margin-bottom: 25px; }
    .listing-headerinfo p:last-child {
      margin-bottom: 0; }
    .listing-headerinfo p strong {
      font-size: 16px;
      font-weight: 800; }
  .listing-headerinfo .price, .listing-headerinfo .name, .listing-headerinfo .sellertype {
    font-weight: bold; }
  .listing-headerinfo .price {
    font-size: 30px;
    margin-bottom: 20px; }
  .listing-headerinfo .name {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2; }
  .listing-headerinfo .sellertype {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800; }
  .listing-headerinfo .tel {
    display: inline-block;
    padding: 12px 15px;
    margin-bottom: 25px;
    background: #2aa0de;
    font-weight: bold;
    color: #fff; }
  .listing-headerinfo .location {
    margin-bottom: 30px; }
  .listing-headerinfo .listing-social {
    font-weight: bold; }
  .listing-headerinfo .listing-date {
    font-weight: bold;
    margin-bottom: 35px;
    font-size: 13px; }
    .listing-headerinfo .listing-date + .listing-social {
      margin-bottom: 35px; }
  .listing-headerinfo .listing-extra {
    position: absolute;
    left: 30px;
    bottom: 30px; }
  .listing-headerinfo .logo {
    max-width: 246px; }
  .listing-headerinfo .sold {
    font-size: 32px;
    font-weight: bold;
    padding: 20px;
    background-color: #ea1d22;
    color: #ffffff;
    margin: -30px -30px 15px;
    padding: 15px 15px 15px 30px; }

.listing-social > span {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 21px; }

.icn-shareface, .icn-sharetwit, .icn-shareemail, .icn-shareprint {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  background: url("/images/sprite-listingshare.png") 0 0 no-repeat; }

.icn-shareface {
  background-position: 0 0; }
  .icn-shareface:hover, .icn-shareface:focus {
    background-position: 0 -20px; }

.icn-sharetwit {
  background-position: -20px 0; }
  .icn-sharetwit:hover, .icn-sharetwit:focus {
    background-position: -20px -20px; }

.icn-shareemail {
  background-position: -40px 0; }
  .icn-shareemail:hover, .icn-shareemail:focus {
    background-position: -40px -20px; }

.icn-shareprint {
  background-position: -60px 0; }
  .icn-shareprint:hover, .icn-shareprint:focus {
    background-position: -60px -20px; }

.listing-gallery {
  float: right;
  width: 62%; }
  .listing-gallery .flex-video {
    margin-bottom: 0; }

.listing-slider {
  width: 100%;
  height: 375px;
  overflow: hidden; }
  .listing-slider:hover .gallery-prompt, .listing-slider:focus .gallery-prompt {
    opacity: 1; }
  .listing-slider .slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .listing-slider .slide.contain {
      background-size: contain; }
  .listing-slider .gallery-prompt {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -89px;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bold;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.listing-thumbslider {
  position: relative;
  width: 100%;
  height: 88px;
  margin-top: 8px;
  padding: 0 10px; }
  .listing-thumbslider .thumb {
    width: 160px;
    height: 88px;
    margin: 0 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .listing-thumbslider .thumb.contain {
      background-size: contain; }
  .listing-thumbslider .prev, .listing-thumbslider .next {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 40px;
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat; }
  .listing-thumbslider .prev {
    left: 0;
    background-image: url("/images/icn-arrow_left.png"); }
  .listing-thumbslider .next {
    right: 0;
    background-image: url("/images/icn-arrow_right.png"); }

.listing-contact {
  padding: 15px 25px;
  margin-bottom: 30px;
  border: 1px solid #111111; }
  .listing-contact .form-row {
    overflow: hidden; }
  .listing-contact p, .listing-contact label, .listing-contact input, .listing-contact div {
    font-size: 12px; }
  .listing-contact h3 {
    color: #111111;
    font-size: 14px; }
  .listing-contact p {
    line-height: 1.3;
    margin-bottom: 0; }
  .listing-contact .columns.three {
    border-right: 1px solid #b4b4b4; }
  .listing-contact label {
    float: left;
    width: 55px;
    line-height: 28px; }
  .listing-contact .field {
    margin-left: 55px; }
  .listing-contact input[type="text"], .listing-contact input[type="email"], .listing-contact input[type="number"], .listing-contact input[type="tel"] {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px;
    margin-bottom: 10px; }
    .listing-contact input[type="text"].post, .listing-contact input[type="email"].post, .listing-contact input[type="number"].post, .listing-contact input[type="tel"].post {
      width: 50px; }
  .listing-contact .postcode {
    float: right;
    width: 110px; }
    .listing-contact .postcode label {
      width: 60px; }
    .listing-contact .postcode input[type="text"], .listing-contact .postcode input[type="number"] {
      width: 50px;
      margin-bottom: 0; }
  .listing-contact .tel {
    float: left; }
    .listing-contact .tel input[type="text"], .listing-contact .tel input[type="tel"] {
      width: 110px;
      margin-bottom: 0; }
  .listing-contact .message label {
    width: 65px; }
  .listing-contact .message .field {
    margin-left: 65px; }
    .listing-contact .message .field textarea {
      height: 60px;
      resize: vertical; }
  .listing-contact .btn-blue {
    position: absolute;
    bottom: -15px;
    right: -10px;
    font-size: 14px; }

.listing-info {
  margin: 0 305px 0 0; }

.listing-tabs {
  overflow: hidden; }

.listing-tab {
  float: left;
  width: 175px;
  padding-bottom: 6px;
  margin-right: 5px;
  border-bottom: 5px solid #9B9B99;
  color: #9B9B99;
  font-weight: 800;
  text-align: center;
  cursor: pointer; }
  .listing-tab.active {
    border-bottom-color: #EA1D22;
    color: #111; }

.maincontent .listing-content {
  font-size: 14px;
  line-height: 1.5; }

.listing-content {
  display: none;
  padding: 40px;
  font-size: 14px;
  line-height: 1.5; }
  .listing-content {
    *zoom: 1; }
  .listing-content:before, .listing-content:after {
    content: "";
    display: table; }
  .listing-content:after {
    clear: both; }
  .listing-content.active {
    display: block; }
  .listing-content .tel {
    display: inline-block;
    padding: 12px 15px;
    margin-bottom: 15px;
    background: #2aa0de;
    font-weight: bold;
    color: #fff; }
  .listing-content div, .listing-content p {
    font-size: 14px;
    line-height: 1.5; }
  .listing-content table {
    width: auto !important;
    max-width: 100%; }

.article-footer {
  margin-top: 25px;
  border-top: 1px solid #cecece;
  padding-top: 10px; }
  .article-footer .listing-social {
    font-weight: bold;
    color: #9fa0a4; }
    .article-footer .listing-social .icn-shareface {
      background-position: 0 -40px; }
      .article-footer .listing-social .icn-shareface:hover, .article-footer .listing-social .icn-shareface:focus {
        background-position: 0 0; }
    .article-footer .listing-social .icn-sharetwit {
      background-position: -20px -40px; }
      .article-footer .listing-social .icn-sharetwit:hover, .article-footer .listing-social .icn-sharetwit:focus {
        background-position: -20px 0; }
    .article-footer .listing-social .icn-shareemail {
      background-position: -40px -40px; }
      .article-footer .listing-social .icn-shareemail:hover, .article-footer .listing-social .icn-shareemail:focus {
        background-position: -40px 0; }
    .article-footer .listing-social .icn-shareprint {
      background-position: -60px -40px; }
      .article-footer .listing-social .icn-shareprint:hover, .article-footer .listing-social .icn-shareprint:focus {
        background-position: -60px 0; }

.boat-specs tbody tr th, .boat-specs tbody tr td {
  padding: 10px 5px; }

.rhs-related {
  float: right;
  width: 305px; }
  .rhs-related .loadmore-wrap {
    margin-bottom: 25px; }

.related-header {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #3B3B3B; }
  .related-header > span {
    background: #FFF;
    padding-right: 5px; }

.related-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  color: #111111; }
  .related-item:visited {
    color: #111111; }
  .related-item:hover, .related-item:focus {
    color: #ea1d22; }
  .related-item p {
    height: 28px;
    overflow: hidden;
    font-style: normal;
    font-size: 11px;
    margin-bottom: 7px;
    font-weight: bold; }
  .related-item .price {
    color: #3b3b3b;
    font-weight: bold;
    font-size: 15px; }
  .related-item .readmore {
    margin-top: 11px;
    color: #3b3b3b;
    font-size: 11px; }

.related-img {
  position: relative;
  float: left;
  width: 120px;
  height: 50px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .related-img:before {
    content: " ";
    display: block;
    width: 26px;
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/images/icn-related.gif") center no-repeat; }
  .related-img.boatbrand {
    height: 40px;
    width: 100px;
    background-size: contain; }
    .related-img.boatbrand:before {
      display: none; }

/* **********************************
		Search Results
********************************** */
.gmap-wrap {
  position: relative;
  height: 260px;
  border-bottom: 2px solid #3B3B3B; }
  .gmap-wrap img, .gmap-wrap iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%; }

.map-pin {
  position: absolute;
  height: 42px;
  min-width: 26px;
  background: url("/images/icn-pin.png") center 0 no-repeat; }
  .map-pin .tally {
    min-width: 22px;
    padding: 2px 3px;
    margin-top: 4px;
    background: #fff;
    border: 2px solid #ce2c13;
    border-radius: 11px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold; }

.map-zoom {
  position: absolute;
  left: 0;
  bottom: 0; }

.mapIconLabel {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ce2c13;
  border-radius: 11px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  min-width: 22px;
  padding: 2px 3px;
  text-align: center; }

#map_zoom_in, #map_zoom_out {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #ea1d22;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: arial, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #map_zoom_in:hover, #map_zoom_in:focus, #map_zoom_out:hover, #map_zoom_out:focus {
    background: #fff;
    color: #ea1d22; }

/* Search Refine */
.search-refine {
  float: left;
  width: 170px; }
  .search-refine h1 {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111111; }

.refine-category {
  /*margin-bottom: 20px;*/ }

.refine-cattitle {
  padding: 0 0 2px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #979797;
  background: url("/images/sprite-openclose.gif") 0 0 no-repeat;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .refine-cattitle.active {
    background-position: 0 -17px; }

.refine-fields {
  margin-bottom: 20px;
  font-size: 11px; }
  .refine-fields.active {
    display: block; }
  .refine-fields a {
    display: block;
    overflow: hidden;
    padding: 4px 0;
    font-size: 11px;
    line-height: 1;
    color: #595959; }
    .refine-fields a.active {
      color: #ea1d22; }
    .refine-fields a:hover, .refine-fields a:focus {
      color: #ea1d22; }
    .refine-fields a .num {
      float: right; }
  .refine-fields .viewall {
    margin-top: 3px;
    font-weight: bold;
    color: #111111; }

.refine-range {
  margin-bottom: 5px; }
  .refine-range {
    *zoom: 1; }
  .refine-range:before, .refine-range:after {
    content: "";
    display: table; }
  .refine-range:after {
    clear: both; }
  .refine-range select {
    float: left;
    width: 82px;
    padding: 5px;
    height: 25px;
    border-color: #989898;
    font-size: 11px; }
    .refine-range select:last-of-type {
      float: right; }
  .refine-range .btn-red {
    font-size: 12px;
    padding: 7px 15px;
    clear: both;
    margin-bottom: 5px; }

/* Search Results */
.search-results {
  margin-left: 190px; }

.search-showing {
  padding: 0 0 5px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
  background: url("/images/search_icon_sprite.png") 0 -21px no-repeat;
  font-size: 13px;
  line-height: 16px; }
  .search-showing .num {
    font-size: 16px;
    font-weight: bold; }
  .search-showing .searchterm {
    font-weight: bold; }

.search-header {
  margin-bottom: 10px;
  text-align: right; }
  .search-header .pagination, .search-header .search-filtering {
    display: inline-block; }

.search-footer {
  margin: 20px 0;
  border-top: 1px solid #ebebeb;
  padding-top: 5px; }

.pagination {
  text-align: right;
  font-weight: bold;
  font-size: 13px; }
  .pagination a {
    display: inline-block;
    padding: 2px;
    color: #a0a1a5; }
    .pagination a:first-child {
      margin-right: 5px; }
    .pagination a:last-child {
      margin-left: 5px; }
    .pagination a:hover, .pagination a:focus {
      color: #111111; }
    .pagination a.active {
      color: #ea1d22; }

.search-filtering {
  font-size: 10px;
  margin-right: 45px; }
  .search-filtering > span, .search-filtering > span + .dk_container {
    display: inline-block; }
  .search-filtering.sorting .dk_container {
    min-width: 145px; }
  .search-filtering.numresults .dk_container {
    min-width: 85px; }

.searchresults-inner {
  padding: 0 12px; }
  .searchresults-inner {
    *zoom: 1; }
  .searchresults-inner:before, .searchresults-inner:after {
    content: "";
    display: table; }
  .searchresults-inner:after {
    clear: both; }

.search-result {
  padding: 0 3px;
  overflow: hidden; }
  .search-result.third {
    float: left;
    width: 33.33%; }
  .search-result.twothird {
    float: left;
    width: 66.66%; }
  .search-result.half {
    float: left;
    width: 50%; }
  .search-result .row {
    margin: 0 -3px; }
  .search-result .listing-candy .content-wrap a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

/* *************************
	Reveal Gallery
************************* */
#reveal-gallery {
  width: 950px;
  margin-left: -475px;
  padding: 20px; }
  #reveal-gallery .top-ad {
    margin-bottom: 20px; }
  #reveal-gallery .close-reveal-modal {
    display: block;
    height: 30px;
    line-height: 28px;
    width: 30px;
    top: -9px;
    right: -9px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 26px;
    text-shadow: none;
    text-align: center; }
  #reveal-gallery .prodgal-carousel-outter {
    /*max-width: 728px;
    max-width: 850px;*/
    margin: 0 auto 20px; }

.reveal-slider {
  /*width: 100%;
  height: 590px;*/
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto 10px; }
  .reveal-slider:hover .gallery-prompt, .reveal-slider:focus .gallery-prompt {
    opacity: 1; }
  .reveal-slider .slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .reveal-slider .slide.contain {
      background-size: contain; }

.reveal-thumbslider {
  position: relative;
  width: 100%;
  max-width: 661px;
  height: 88px;
  margin: 0 auto; }
  .reveal-thumbslider .thumb {
    width: 160px;
    height: 88px;
    margin: 0 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .reveal-thumbslider .thumb.contain {
      background-size: contain; }
  .reveal-thumbslider .prev, .reveal-thumbslider .next {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 40px;
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat; }
  .reveal-thumbslider .prev {
    left: 3px;
    background-image: url("/images/icn-arrow_left.png"); }
  .reveal-thumbslider .next {
    right: 0;
    background-image: url("/images/icn-arrow_right.png"); }

.gallery-iframe {
  border: none;
  width: 100%;
  min-height: 730px; }

.widensearch {
  font-size: 12px;
  line-height: 1.4;
  color: #ea1d22; }

.sponsor-banner {
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .sponsor-banner .row, .sponsor-banner .columns {
    height: 100%; }
  .sponsor-banner .banner-outter {
    height: 100%;
    width: 100%;
    display: table; }
  .sponsor-banner .banner-inner {
    display: table-cell;
    vertical-align: bottom;
    text-align: center; }
  .sponsor-banner * {
    color: #fff; }
  .sponsor-banner h1, .sponsor-banner h2 {
    margin: 10px 0; }
  .sponsor-banner h2 + p {
    margin-top: 25px; }
  .sponsor-banner h1 {
    font-size: 56px; }
  .sponsor-banner h2 {
    font-size: 40px; }
  .sponsor-banner p {
    font-size: 28px; }
  .sponsor-banner .video-wrap {
    max-width: 550px;
    margin: 0 auto 25px; }
    .sponsor-banner .video-wrap .flex-video {
      margin: 0 auto; }

.gallery-thumbslider {
  height: 175px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .gallery-thumbslider .slide {
    width: 289px;
    height: 100%; }
  .gallery-thumbslider .gal-img {
    width: 285px;
    height: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .gallery-thumbslider .slider-next, .gallery-thumbslider .slider-prev {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px; }
    .gallery-thumbslider .slider-next:before, .gallery-thumbslider .slider-prev:before {
      content: "";
      display: block;
      width: 10px;
      height: 15px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -7px auto auto -5px; }
  .gallery-thumbslider .slider-next {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
    .gallery-thumbslider .slider-next:before {
      background-image: url("/images/arrow-right-blk.png"); }
  .gallery-thumbslider .slider-prev {
    left: 0;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    .gallery-thumbslider .slider-prev:before {
      background-image: url("/images/arrow-left-blk.png"); }

/* Dropkick custom select boxes */
.dk_container {
  text-align: left; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }

.dk_toggle {
  width: 100% !important;
  padding-right: 20px;
  background: url("/images/sprite-openclose.gif") right 0 no-repeat;
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  font-weight: bold;
  color: #111111; }

/* Applied when the dropdown is focused */
/*.dk_focus {
  	.dk_toggle {
		border-color: red;
	}
	.dk_toggle {
	    box-shadow: 0 0 5px red;
	    -moz-box-shadow: 0 0 5px red;
	    -webkit-box-shadow: 0 0 5px red;
	}
}*/
.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
    background-position: right -17px; }

.dk_options {
  background: #fff;
  border: 1px solid #3B3B3B;
  text-align: left; }
  .dk_options li {
    font-size: 12px; }
  .dk_options a {
    padding: 2px 5px;
    border-bottom: 1px solid #EBEBEB;
    color: #111111; }
  .dk_options li:last-child a {
    border-bottom: none; }

.dk_options li:hover, .dk_option_current {
  background-color: #EBEBEB; }

.dk_options_inner {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333;
  max-height: 250px; }

.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px; }

/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  /*float: left;*/
  position: relative; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }

.dk_open .dk_options {
  display: block; }

.dk_open .dk_label {
  color: inherit; }

.dk_options {
  display: none;
  margin-top: 1px;
  position: absolute;
  right: 0;
  width: 100%; }

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block; }

.dk_options_inner {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto; }

.dk_touch .dk_options {
  overflow: hidden; }

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible; }

/*.dk_fouc select {
	position: relative;
	top: -99999em;
	visibility: hidden;
}*/
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }

.dk_mobile select {
  display: block !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/***** End Critical to the continued enjoyment of working dropdowns ******/
/* OffCanvas mobile */
.mobile-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 40px;
  display: none;
  background: url("/images/icn-menu.png") center no-repeat;
  cursor: pointer; }

body.off-canvas {
  padding: 0;
  margin: 0; }
body.hide-extras {
  overflow: hidden; }

#main:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

#mob-right-nav, #main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

.site-header {
  -webkit-transition: 0.4s all ease-in;
  -moz-transition: 0.4s all ease-in;
  -o-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in; }

#main {
  float: right;
  margin-right: 0; }

#mob-right-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  z-index: 2;
  right: -260px;
  overflow: auto; }

.mob-sidebar {
  padding: 2px 0;
  border-left: 1px solid #3B3B3B; }
  .mob-sidebar li {
    margin-bottom: 2px; }
    .mob-sidebar li a {
      position: relative;
      padding: 5px 25px;
      color: #fff;
      background-color: #951D1F;
      text-decoration: none; }
      .mob-sidebar li a:hover, .mob-sidebar li a:focus {
        text-decoration: none;
        background-color: #ea1d22; }
    .mob-sidebar li.has-flyout > a {
      pointer-events: none; }
      .mob-sidebar li.has-flyout > a:before {
        content: "";
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -8px;
        width: 15px;
        height: 15px;
        background-image: url("/images/sprite-openclose.gif");
        background-position: 0 bottom;
        background-repeat: no-repeat; }
    .mob-sidebar li.has-flyout.canclick > a {
      pointer-events: auto; }
  .mob-sidebar li, .mob-sidebar li a {
    font-size: 14px;
    display: block; }
  .mob-sidebar .flyout {
    display: none;
    background: transparent;
    margin: 2px 0 0 0;
    padding: 0;
    position: static;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .mob-sidebar .flyout a {
      background-color: #951D1F;
      color: #fff;
      padding-left: 45px; }
      .mob-sidebar .flyout a:hover, .mob-sidebar .flyout a:focus {
        background-color: #ea1d22;
        color: #fff; }
  .mob-sidebar .sitesearch {
    padding: 0 25px; }
    .mob-sidebar .sitesearch input[type="text"] {
      width: 100%; }
    .mob-sidebar .sitesearch .search-submit {
      right: 20px; }
  .mob-sidebar .mob-login {
    margin: 20px 0;
    font-size: 12px;
    text-align: center; }
    .mob-sidebar .mob-login a {
      font-size: 12px; }
    .mob-sidebar .mob-login a {
      display: inline-block; }

.mobilemenu-social {
  text-align: center;
  margin-top: 20px; }
  .mobilemenu-social .icn-face, .mobilemenu-social .icn-linked, .mobilemenu-social .icn-twit, .mobilemenu-social .icn-pin, .mobilemenu-social .icn-rss, .mobilemenu-social .icn-gp {
    margin: 0 5px; }

.active-right #mob-right-nav {
  right: 0; }
.active-right #main {
  margin-right: 260px; }

/* bValidator Form Messages */
.bvalidator_invalid {
  background-color: #FFFFAE; }

.bvalidator_errmsg {
  display: none;
  padding: 1px 10px 1px 5px;
  background-color: #333;
  border: 1px solid #999;
  -moz-box-shadow: 0 0 6px #ddd;
  -webkit-box-shadow: 0 0 6px #ddd;
  box-shadow: 0 0 6px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  white-space: nowrap;
  color: #FFF; }
  .bvalidator_errmsg div {
    font-size: 11px; }
  .bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ea1d22;
    font-size: 12px;
    line-height: 1;
    cursor: pointer; }
  .bvalidator_errmsg em {
    position: absolute;
    bottom: -8px;
    left: 8px;
    display: block;
    height: 0;
    width: 0;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0; }

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* iPhone Retina Images */
/* PRINT */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=yab2015.css.map */
