@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0px;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #003333;
}

h3{
  color: #003333;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* ADDITIONAL */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
a img {
  border: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
input,
select {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+0,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
input[type=submit] {
  cursor: pointer;
}
label {
  padding: 10px;
}
label span,
label input,
label select {
  width: 100%;
  float: left;
  margin: 2px 0;
}
.field-group input:first-of-type {
  width: 50%;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  margin-right: 0;
}
.field-group select:first-of-type {
  width: 50%;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  margin-right: 0;
}
.field-group input:last-of-type {
  width: 50%;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  margin-left: 0;
}
.field-group select:last-of-type {
  width: 50%;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  margin-left: 0;
}
input:hover,
select:hover {
  border-color: #969696;
}
/* minimal indent (inspired by okcupid iphone interface)
*******************************************************************************/
div.indent {
  background-color: #e2e2e2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(top, #e2e2e2, #fafafa);
  background-image: -moz-linear-gradient(top, #e2e2e2, #fafafa);
  background-image: -ms-linear-gradient(top, #e2e2e2, #fafafa);
  background-image: -o-linear-gradient(top, #e2e2e2, #fafafa);
  background-image: linear-gradient(top, #e2e2e2, #fafafa);
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-top: 1px solid #dfdfdf;
  border-radius: 8px;
  margin: 50px auto 0;
  padding: 10px 0;
  width: 170px;
}
button,
.button {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(50%, #dddddd), color-stop(50%, #d2d2d2), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: -moz-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  background-image: linear-gradient(top, #f3f3f3 0%, #dddddd 50%, #d2d2d2 50%, #dfdfdf 100%);
  border-bottom: 1px solid #b4b4b4;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  box-shadow: inset 0 1px 0 0 white, 0 1px 0 0 #d5d5d5, 0 -1px 2px 1px #efefef;
  color: #666;
  margin: 0;
  padding: 15px 20px;
  float: left;
  text-align: center;
  text-decoration: none;
  width: 100%;
  text-shadow: 0 1px 1px #fff;
}
button:hover,
.button:hover {
  background-color: #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(50%, #d1d1d1), color-stop(50%, #c4c4c4), color-stop(100%, #b8b8b8));
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  background-image: -moz-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  background-image: -ms-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  background-image: linear-gradient(top, #e5e5e5 0%, #d1d1d1 50%, #c4c4c4 50%, #b8b8b8 100%);
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
  box-shadow: inset 0 1px 0 0 #f2f2f2, 0 1px 0 0 #c9c9c9, 0 -1px 2px 1px #e3e3e3;
  cursor: pointer;
}
button.minimal-indent:active {
  -webkit-box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
  box-shadow: inset 0 0 30px 0 #999999, 0 1px 0 0 white;
}
#formResult {
  text-align: center;
  float: left;
  width: 100%;
}
#content_for_layout {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
}

#content_for_layout_slide_show {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
    min-height: 500px;
}

#contact_us label {
  clear: both;
  float: left;
  padding: 10px;
}
#contact_us label textarea,
#contact_us label input,
#contact_us label select {
  width: 300px;
}
#contact_us #recaptcha {
  float: left;
  margin: 10px;
  clear: both;
}
#contact_us textarea select {
  float: left;
  clear: both;
}
#contact_us button {
  width: auto;
  clear: both;
}
#mob-menu:not( .mm-menu ) {
  display: none;
}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  text-align: center;
  line-height: 20px;
  height: 60px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  display: block!important;
  visibility: visible!important;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 20px 10px 20px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-menu > .mm-panel > .mm-listview.mm-first {
  margin-top: -20px;
}
.mm-menu > .mm-panel > .mm-listview.mm-last {
  padding-bottom: 20px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}
.mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview > li.mm-spacer {
  padding-top: 40px;
}
.mm-listview > li.mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview > li.mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-menu {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li .mm-prev:after,
.mm-menu .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  /*  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

div.paging.slick-slide.slick-active{
  display: none;
}
/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  padding-left: 40px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
	jQuery.mmenu navbar addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top: 1px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}
.mm-close {
  text-align: right;
}
.mm-close:after {
  content: 'x';
}
.mm-navbar-2 > *,
.mm-navbar-3 > *,
.mm-navbar-4 > *,
.mm-navbar-5 > *,
.mm-navbar-6 > * {
  display: block;
  float: left;
}
.mm-navbar-2 > * {
  width: 50%;
}
.mm-navbar-3 > * {
  width: 33.33%;
}
.mm-navbar-4 > * {
  width: 25%;
}
.mm-navbar-5 > * {
  width: 20%;
}
.mm-navbar-6 > * {
  width: 16.66%;
}
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-next:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  color: #009999;
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-next:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/* Additional Styles */
#menu_begin,
#menu_end {
  display: none!important;
}
html {
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 5vw;
  background-color: #009999;
}
h2 {
  /* font-size: 26px; */
  font-wieght: normal;
}
header,
section,
footer {
  margin: 0 auto;
  width: 1300px;
  background: #009999;
}
header {
  background: #009999;
  /* height: 130px; */
}
section {
  min-height: 500px;
}
footer {
  background: #009999;
  color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
footer #footer_logo_wrapper {
  clear: both;
  margin: 20px 0 0 0px;
  float: left;
  width: 100%;
  border-top: solid 1px #ccc;
  padding: 20px 0;
}
footer #footer_logo_wrapper h2 {
  font-size: 26px;
  font-weight: bold;
}
footer #footer_logo_wrapper h5 {
  margin: 5px 0 0 0;
  font-size: 18px;
}
.foot-block {
  width: auto;
  float: left;
  margin: 0px 20px 0px 0px;
}
.foot-block h1 {
  font-size: 6vw;
  min-font-size: 80px;
}
.foot-block p {
  font-size: 5vw;
}
#copyright {
  width: 100%;
  clear: both;
  text-align: center;
  float: left;
  padding: 10px 20px;
}
@media screen and (min-width: 350px) {
  body {
    font-size: 16px;
  }
  .foot-block h1 {
    font-size: 25px;
  }
  .foot-block p {
    font-size: 18px;
  }
  /* Header Footer and Sections*/
  header,
  section,
  footer {
    margin: 0 auto;
    width: 100%;
  }
}
#search-filter-area {
  float: left;
  width: 100%;
}

#used-boat-search-filter-area {
  float: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  h2 {
    /* font-size: 2.5vw; */
    font-wieght: normal;
  }
  #search-filter-area form {
    font-size: 2.5vw;
  }

  #used-boat-search-filter-area form {
    font-size: 2.5vw;
  }

  .foot-block h1 {
    font-size: 20px;
  }
  .foot-block p {
    font-size: 18px;
  }
  #copyright {
    font-size: 18px;
  }
  header {
    padding-bottom: 0;
  }
  /* Header Footer and Sections*/
  header,
  section,
  footer {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  body {
    font-size: 16px;
  }
  /* Header Footer and Sections*/
  header,
  section,
  footer {
    margin: 0 auto;
    width: 100%;
  }
  #search-filter-area form,
  #search-filter-area form select {
    font-size: 1.5vw;
  }

  #used-boat-search-filter-area form,
  #used-boat-search-filter-area form select {
    font-size: 1.5vw;
  }
}

#logo {
  background-size: 350px 150px;
  display: block;
  /*position: absolute;
  top: 70px;
  left: 0;*/
  background: url('../img/yachtfindersglobal-logo-06-01.png') no-repeat 0 10px;
  background-size: contain;
  /*right: 0;
  bottom: 0;*/
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}
#nav {
  /*  position: fixed;
  z-index:1000;
  left:0;
  right: 0;
  top: 0;*/
  display: none;
  /* height: 55px;*/
}
#nav > ul > li:hover a {
  border: 2px solid #fff;
  position: relative;
  z-index: 9999999;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
}
#nav > ul > li:hover a:only-child {
  border: 2px solid #fff;
  position: relative;
  z-index: 9999999;
  border-bottom: 2px solid #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
/* SELECTED STATE */
#nav .menu_70_selected a,
#nav .menu_85_selected a,
#nav .menu_100_selected a,
#nav .menu_115_selected a,
#nav .menu_130_selected a,
#nav .menu_145_selected a,
#nav .menu_160_selected a,
#nav .menu_175_selected a,
#nav .menu_190_selected a,
#nav .menu_205_selected a {
  border: 2px solid #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
#nav ul {
  display: none;
}
#nav ul li a {
  background: #009999;
}
#mob-nav-trigger {
  border: 2px solid #fff;
  height: 70px;
  line-height: 65px;
  padding: 0 10px;
  color: #009999;
  font-size: 30px;
  margin: 0;
  text-align: center;
  background: url('../img/menu-icon.svg') 10px center no-repeat;
  background-color: #fff;
  background-size: 40px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#mob-nav-trigger.top {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
#voom-content {
  word-wrap: break-word;
  width: 100%;
  background: #fff;
}
#voom-content > div {
  padding: 20px 20px 40px 20px;
}
#voom-content.submenu {
  width: 80%;
  max-width: 80%;
  float: left;
  min-height: 500px;
}
/* --------------------------------- SUB NAV STYLES -------------------------------*/
#voom-content.submenu {
  width: 100%;
  max-width: 100%;
  float: left;
}
.sub_nav {
  display: none!important;
  float: left;
  /*  border: 1px solid #fff;*/
  border-right: none;
  padding: 0;
  width: 20%;
  background: #009999;
  /* Color background or transparent */
  /*font-family: 'Titillium Web', sans-serif;*/
}
.sub_nav.stick {
  position: fixed;
  top: 72px;
  border: 1px solid #ccc;
  overflow-y: auto;
}
.sub_nav img {
  display: block;
  border: none;
}
.sub_nav ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  list-style: none;
}
.sub_nav ul li ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
  list-style: none;
}
.sub_nav ul li {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
/* Level 2 */
.sub_nav ul li.current_page > a {
  background: #2A7B34!important;
  color: #fff!important;
  position: relative;
}
.sub_nav ul li.current_page .after {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
}
.sub_nav ul li a {
  float: left;
  text-align: left;
  text-decoration: none;
  font-size: 20px;
  font-weight: Normal;
  width: 100%;
  display: block;
  padding: 10px 15px;
  margin: 0;
  /*  background:rgb(240, 240, 240) url('../img/1pxtrans05.png') bottom repeat-x;
  background:rgba(240, 240, 240, 0.5) url('../img/1pxtrans05.png') bottom repeat-x;*/
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sub_nav ul li:last-child a {
  /*  background:rgb(240, 240, 240) bottom repeat-x;
  background:rgba(240, 240, 240, 0.5) bottom repeat-x;*/
}
.sub_nav ul li a:hover,
.sub_nav ul li.selected a:hover {
  color: #000;
}
.sub_nav ul li:hover {
  /*border: 1px solid #fff;*/
}
.sub_nav ul li.selected {
  border: 1px solid #fff;
  border-right: none;
}
.sub_nav ul li.selected a {
  color: #000;
}
/* Level 3 */
.sub_nav ul li ul li {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.sub_nav ul li.selected ul li a {
  float: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: Normal;
  width: 100%;
  display: block;
  padding: 6px 10px 4px 15px;
  margin: 0;
  background: #009999;
  color: #fff;
  /* background:rgb(200, 200, 200) url('../img/1pxtrans05.png') bottom repeat-x;
  background:rgba(200, 200, 200, 0.5) url('../img/1pxtrans05.png') bottom repeat-x;*/
}
.sub_nav ul li ul li a:hover {
  /*background:rgba(200, 200, 200, 0.5) url('../img/1pxtrans05.png') bottom repeat;*/
  color: #000;
}
.sub_nav ul li ul li.selected a {
  font-weight: bold;
  color: #000;
  background: #fff;
}
/* Level 4 */
.sub_nav ul li ul li.selected ul li a {
  float: left;
  text-decoration: none;
  font-size: 12px;
  font-weight: Normal;
  width: 100%;
  display: block;
  padding: 3px 10px 4px 25px;
  margin: 0;
  background: #a0a0a0 url('../img/1pxtrans05.png') bottom repeat-x;
  background: rgba(160, 160, 160, 0.5) url('../img/1pxtrans05.png') bottom repeat-x;
  color: #000;
}
.sub_nav ul li ul li ul li {
  float: left;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.sub_nav ul li ul li ul li a:hover {
  background: rgba(160, 160, 160, 0.5) url('../img/1pxtrans05.png') bottom repeat;
}
.sub_nav ul li ul li ul li.selected a {
  font-weight: bold;
}

#headerLogos{
  display:none;

}

@media screen and (min-width: 1600px) {
  #nav > ul,
  #nav > ul > li,
  #nav > ul > li > a {
    height: 45px;
    line-height: 40px;
    padding: 0 4px;
    color: #fff;
    font-size: 20px;
  }
  #nav {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {

  #headerLogos{
    display:block;

  }
  .sub_nav {
    display: none!important;
  }
  #voom-content.submenu {
    width: 80%;
    max-width: 80%;
    float: left;
  }
  #nav {
    /*    position: absolute;
    right: 5px;
    margin: 25px 0;
    left:auto;*/
    float: right;
  }
  header {
    /*    height:110px;*/
    padding-bottom: 0;
  }
  #logo {
    /*    top: 0;*/
    display: block;
    background: url('../img/yachtfindersglobal-logo-06-01.png') no-repeat 0 0px;
    background-size: 360px;
    width: 100%;
    height: 80px;
    margin: 5px 5px 0 5px;
  }


  header {
    padding-top: 0;
    padding-bottom: 0;
    height: 135px;
  }
  #mob-nav-trigger {
    font-size: 20px;
    border: 2px solid #fff;
    background: none;
    color: #fff;
    margin-right: 30px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 10px;
  }
  #nav > ul,
  #nav > ul > li,
  #nav > ul > li > a {
    height: 45px;
    line-height: 40px;
    padding: 0 3px;
    color: #fff;
    font-size: 15px;
    border: 2px solid transparent;
  }
  #voom-content.submenu {
    width: 100%!important;
    max-width: 100%!important;
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .sub_nav {
    display: block!important;
  }
  #nav > ul,
  #nav > ul > li,
  #nav > ul > li > a {
    height: 45px;
    line-height: 40px;
    padding: 0 3px;
    color: #fff;
    font-size: 20px;
    border: 2px solid transparent;
  }
  #nav {
    margin: 0;
    height: auto;
  }
  #mob-nav-trigger {
    display: none;
  }
  #nav ul {
    display: block;
  }
  #voom-content.submenu {
    width: 80%!important;
    max-width: 80%!important;
    float: left;
  }
}
.team_text h1 {
  margin: 0;
}
#search-filter-area {
  background: url('../img/water_bg.png') center #009999;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 100px;
  padding: 20px 20px;
  color: #fff;
  /* display: flex; */
}
#search-filter-area form {
  display: table;
  width: 100%;
}
#search-filter-area h2 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color:#fff;
}
#search-filter-area label {
  display: block;
  width: 100%;
  padding: 0;
}
#search-filter-area input[type="submit"] {
  padding: 20px;
  margin-top: 20px;
  background: #003333;
  border: none;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 26px;
}
#search-filter-area label:first-of-type {
  padding-left: 0;
}
#search-filter-area label:last-of-type {
  padding-right: 0;
}

#used-boat-search-filter-area {
  background: url('../img/water_bg.png') center #009999;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 100px;
  padding: 20px 20px;
  color: #fff;
  border-top: 20px white solid;
  border-left: 20px white solid;
  border-right: 20px white solid;

  /* display: flex; */
}
#used-boat-search-filter-area form {
  display: table;
  width: 100%;
}
#used-boat-search-filter-area h2 {
  margin: 0 0 10px 0;
  font-weight: normal;
  color:#fff;
}
#used-boat-search-filter-area label {
  display: block;
  width: 100%;
  padding: 0;
}
#used-boat-search-filter-area input[type="submit"] {
  padding: 20px;
  margin-top: 20px;
  background: #003333;
  border: none;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 26px;
}
#used-boat-search-filter-arealabel:first-of-type {
  padding-left: 0;
}
#used-boat-search-filter-area label:last-of-type {
  padding-right: 0;
}

#used-boat-search-filter-area label:first-of-type {
  padding-left: 0;
}
#used-boat-search-filter-area label:last-of-type {
  padding-right: 0;
}
@media screen and (min-width: 800px) {
  #search-filter-area label {
    display: table-cell;
    width: auto;
    padding: 0 10px;
  }
  #search-filter-area input[type="submit"] {
    padding: 7px 20px;
    margin-top: 0;
    font-size: 100%;
  }

  #used-boat-search-filter-area label {
    display: table-cell;
    width: auto;
    padding: 0 10px;
  }
  #used-boat-search-filter-area input[type="submit"] {
    padding: 7px 20px;
    margin-top: 0;
    font-size: 100%;
  }
}
/* Slider */
.slick-slider {
  /*  border-left: 5px solid #fff;
  border-right: 5px solid #fff;*/
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  width: 427px;
  height: 310px;
  margin: 0 10px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  text-shadow: none;
}
.slick-prev {
  left: 20px;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 40px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  /*  box-shadow:none;*/
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-prev:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before {
  opacity: 0.5;
}
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 1;
  font-size: 30px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-next:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-next:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before {
  opacity: 0.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 80px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  height: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  width: 10%;
  z-index: 1000;
  /*background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); */
  /* FF3.6-15 */
  /*
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /*
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); */
  /* IE6-9 */
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
  position: absolute;
  left: 20px;
  top: 35%;
}
.slick-prev:before[dir="rtl"] {
  content: "\f105";
}
.slick-next {
  z-index: 1000;
  right: 0;
  height: 100%;
  width: 10%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  /*  */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /*
  background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); */
  /* FF3.6-15 */
  /*
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /*
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); */
  /* IE6-9 */
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
  position: absolute;
  right: 25px;
  top: 35%;
}
.slick-next:before[dir="rtl"] {
  content: "\f104";
}
/* Dots */
.slick-slider {
  /*margin-bottom: 30px;*/
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "FontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.5;
}
.box-wrapper {
  display: block;
  background: #fff;
  padding: 0px;
}
.box {
  width: calc(100% - 20px);
  padding: 10px;
  float: left;
  display: block;
  vertical-align: middle;
  position: relative;
  font-size: 6vw;
  line-height: 7vw;
  margin: 10px;
  background: #ededed;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
.box:hover {
  background: #e5e5e5;
}
.box div {
  /*pointer-events: none;*/
  width: 100%;
}
.box.quarter {
  /* width: calc(100% - 20px); */
}
.box.half {
  width: calc(100% - 20px);
}
.box table td {
  display: block;
}
#newsForm {
  width: 100%;
}
#newsForm input {
  pointer-events: auto;
  margin: 5px 0;
  float: right;
  clear: left;
  font-size: 70%;
  width: 100%;
}
.logo_table {
  display: table;
  height: 140px;
  float: left;
  width: 100%;
  padding: 5px;
}
.logo_table div {
  display: table-cell;
  text-align: center;
  padding: 20px;
  float: left;
  width: 50%;
}
#home_new_boat_title {
  margin: 0 0 0 60px;
}
.home_new_boat_wrapper {
  background: #fff;
  padding: 20px;
}
#home_new_boat_col_wrapper {
  text-align: center;
}
#home_new_boat_col_wrapper {
  display: table;
  border-spacing: 60px 10px;
}
.home_new_boat_col {
  display: table-cell;
  vertical-align: middle;
}
#newsletter_sign_up_btn {
  line-height: 1.2vw;
  padding: 5px 20px;
  background: #003333;
  border: none;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
#home_new_boat_title {
  margin: 0 0 0 60px;
  text-align: left;
}
#home_new_boat_title h3 {
  font-size: 7vw;
  font-weight: normal;
}
.box.quarter p {
  margin: 0;
}

.grey_box{
    font-size: 18px;
}
.grey_box p{

margin: 5px 0;
}
@media screen and (min-width: 400px) {
  .box.quarter {
    /* width: 100%!important; */
  }
  .box.half {
    width: 100%!important;
  }
  #home_new_boat_title {
    margin: 0;
    text-align: center;
  }
  .home_new_boat_col {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  #newsletter_sign_up_btn {
    line-height: normal;
    width: 100px;
    font-size: 16px;
    padding: 0;
  }
  .grey_box{
      height: auto;
      margin: 10px 20px 10px 0;
      background: #EBEBEB;
      /* display: table-cell; */
      padding: 10px 30px;
  }
  #grey_box_wrapper{
      float:left;
      margin: 10px 0;
      width: 100%;
  }

  #new_boat_wrapper{
      text-align: center;
  }

  .new_boat_brand{
      display: inline-block;
      padding: 10px;
  }

  .news_header_wrapper h2{
    margin: 0 0 10px 0;
  }
  .news_wrapper{
    display: block;
  }

  .home_page_news_listview{
    float:left;
    width:100%;
    /* clear:both; */
  }
}
@media screen and (min-width: 600px) {
  .box.quarter {
    /* width: 100%!important; */
  }
  .box.half {
    width: 100%!important;
  }
  .box {
    font-size: 3vw;
    line-height: 4vw;
    display: table-cell;
  }
  .box-wrapper {
    display: table;
    border-collapse: separate;
  }
  .home_new_boat_col {
    float: left;
    width: 50%;
    padding: 20px 0;
  }
  #home_new_boat_title {
    margin: 0;
    text-align: center;
  }
  #home_new_boat_title h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1000px) {
    #search_listing{
        padding: 0 20px;

    }

    #search_listing h2{
        margin: 0;
        color: #fff;
    }
  .home-carousel {
    display: block;
  }
  .box {
    float: none;
    font-size: 1.1vw;
    display: table-cell;
  }
  #see_newsletter {
    font-size: 0.9vw;
  }
  .box div {
    line-height: 1.7vw;
  }
  .box table td {
    display: table-cell;
    padding: 5px;
  }
  .home-carousel {
    display: none;
  }
  .box.quarter {
      height: 100%;
      float:left;
      /* margin-right: 25px; */
      width: 15%!important;
  }
  .box.half {
    width: 40%!important;
  }
  .logo_table div {
    float: none;
    width: auto;
  }
  .home_new_boat_col {
    width: calc(20%);
    float: none;
  }
  #home_new_boat_title h3 {
    font-size: 1.7vw;
  }
  #home_new_boat_title {
    margin: 0 0 0 60px;
    text-align: left;
  }

  #grey_box_wrapper{
      float:left;
      width: 100%;
      display: flex;
      contain: flex;
      justify-content: space-between;
  }

    .grey_box:nth-of-type(4) {-webkit-flex-grow: 1;flex-grow: 1;}
  .grey_box{
      /* float:left; */
      height: auto;
      /* margin: 10px 30px 10px 0; */
      background: #EBEBEB;
      /* display: table-cell; */
      padding: 10px 15px;
      /* flex-basis: 80%; */
      border-radius: 5px;
  }
  .grey_box:last-child{
      margin-right:0;
  }
}
@media screen and (min-width: 1366px) {
    h2 {
        font-size: 20px;
        font-weight: normal;
    }
    .foot-block h1 {
        font-size: 20px;
    }
    .foot-block p {
        font-size: 14px;
    }
    #copyright {
        font-size: 16px;
    }
    /* Header Footer and Sections*/
    header,
    section,
    footer {
        margin: 0 auto;
        width: 1300px;
        height: 135px;
        /* float: left; */
    }
    #search-filter-area form,
    #search-filter-area form select {
        font-size: 1vw;
    }

  #used-boat-search-filter-area form,
  #used-boat-search-filter-area form select {
    font-size: 1vw;
  }

    #new_boat_wrapper{
        width: 100%;
        float: left;
        /* padding: 0 0 10px 0; */
        display: flex;
    }

    .new_boat_brand{
        float:left;
        /* margin-right: 17px; */
        /* display: block; */
        /* padding: 5px; */
        flex: 1;
    }

}
.grey_box input{
    margin: 5px;
    height: 25px;
    width: 220px;
}
.yacht_listview .inner {
  position: relative;
  /* padding-bottom: 80%; */
  background: #fff;
  cursor: pointer;
  /**!border-left: 5px solid #fff;*/
  /*border-top: 10px solid #fff;*/
  /* border-bottom: 10px solid #fff; */
  /* border-right: 5px solid #fff; */
  /* margin-right:20px; */
}
.yacht_listview .inner .home_page_carousel_link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.yacht_listview .inner:hover > .image {
  /*border: 2px solid #114e4f;*/
}
.yacht_listview .image {
  position: absolute;
  width: 100%;
  height: 250px;
  background-size: cover!important;
  /*border: 2px solid #fff;*/
}
.yacht_listview .details {
  position: absolute;
  /* top: 80%; */
  /* height: 20%; */
  padding: 10px;
  /*border-left:1px solid darken(@grey, 10%);*/
  pointer-events: none;
  font-size: 3vw;
  width: 100%;
  background: #ededed;
  /*border: 2px solid #fff;*/
  margin: 0;
}
.yacht_listview .details .title {
  font-size: 4vw;
}
.yacht_listview .details .highlight {
  color: #001919;
  margin-right: 20px;
}
.yacht_listview .details .highlight:last-of-type {
  margin: 0!important;
}
@media screen and (min-width: 600px) {
  .yacht_listview .details {
    position: absolute;
    /* top: 80%; */
    /* height: 25%; */
    padding: 10px;
    /*border-left: 1px solid darken(@grey, 10%);*/
    pointer-events: none;
    font-size: 14px;
  }
  .yacht_listview .details .title {
    font-size: 20px;
  }
  .yacht_listview .details .highlight {
    color: #001919;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1366px) {
  .yacht_listview .details {
    position: absolute;
    /* top: 75%; */
    /* height: 20%; */
    padding: 10px;
    /*      border-left: 1px solid darken(@grey, 10%);*/
    pointer-events: none;
    font-size: 14px;
  }
  .yacht_listview .details .title {
    font-size: 20px;
  }
  .yacht_listview .details .highlight {
    color: #001919;
    margin-right: 20px;
  }
}
/* Search list view */
#yacht_search_listview_wrapper {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 15px;
}
.yacht_search_listview {
  position: relative;
  float: left;
  width: 100%;
  /* padding: 5px 5px; */
}
.yacht_search_listview .list_view_result_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.yacht_search_listview .inner {
  position: relative;
  /* padding-bottom: 90%; */
  background: #ededed;
  cursor: pointer;
  border-left: 5px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-right: 5px solid #fff;
  /* height: 300px; */
  /* float: left; */
}
.yacht_search_listview .image {
/*  position: absolute;*/
  width: 100%;
  height: 190px;
  background-size: cover!important;
}
.yacht_search_listview .details {
  /* position: absolute; */
  /* top: 80%; */
  height: 20%;
  padding: 10px;
  /* border-left: 1px solid #d4d4d4; */
  pointer-events: none;
  font-size: 3.1vw;
}
.yacht_search_listview .details .title {
  font-size: 4.5vw;
}
.yacht_search_listview .details .highlight {
  color: #001919;
  margin-right: 20px;
}
.yacht_search_listview .details .highlight:last-of-type {
  margin: 0!important;
}
@media screen and (min-width: 600px) {
  .yacht_search_listview {
    float: left;
    width: 50%;
  }
  .yacht_search_listview .details {
    /* position: absolute; */
    /* top: 80%; */
    height: 20%;
    padding: 10px;
    /* border-left: 1px solid #d4d4d4; */
    pointer-events: none;
    font-size: 1.8vw;
  }
  .yacht_search_listview .details .title {
    font-size: 2vw;
  }
  .yacht_search_listview .details .highlight {
    color: #001919;
    margin-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  .yacht_search_listview {
    float: left;
    width: 50%;
  }
  .yacht_search_listview .details {
    /* position: absolute; */
    /* top: 80%; */
    height: 20%;
    padding: 10px;
    /* border-left: 1px solid #d4d4d4; */
    pointer-events: none;
    font-size: 12px;
  }
  .yacht_search_listview .details .title {
    font-size: 20px;
  }
  .yacht_search_listview .details .highlight {
    color: #001919;
    margin-right: 20px;
  }

    news-newsletter-plug

}
@media screen and (min-width: 1000px) {
  .yacht_search_listview {
    float: left;
    width: 33%;
  }
  .yacht_search_listview .details {
    /* position: absolute; */
    /* top: 80%; */
    height: 20%;
    padding: 10px;
    /* border-left: 1px solid #d4d4d4; */
    pointer-events: none;
    font-size: 12px;
  }
  .yacht_search_listview .details .title {
    font-size: 20px;
  }
  .yacht_search_listview .details .highlight {
    color: #001919;
    margin-right: 20px;
  }

  .news-newsletter-plug{
      float:right;
  }

}
@media screen and (min-width: 1366px) {
  .yacht_search_listview {
    float: left;
    width: 25%;
    height: 260px;
  }
  .yacht_search_listview .details {
    /* position: absolute; */
    /* top: 80%; */
    /* height: 20%; */
    padding: 10px;
    /*border-left: 1px solid darken(@grey, 10%);*/
    pointer-events: none;
    font-size: 12px;
  }
  .yacht_search_listview .details .title {
    font-size: 20px;
    height: 25px;
    overflow: hidden;
  }
  .yacht_search_listview .details .highlight {
    color: #001919;
    margin-right: 10px;
  }
}
/*article*/
.article_listview_vertical {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.article_listview_vertical h2 {
  font-size: 22px;
  text-decoration: none;
}

.article_listview_vertical h2 a{
  text-decoration: none;
}


.article_listview_vertical .content {
  float: left;
  min-height: 100px;
  width: 100%;
}
.article_listview_vertical .title {
  float: left;
  width: 100%;
  padding: 0;
}
.article_listview_vertical .title h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.article_listview_vertical .title h2 a {
  color: #000;
}
.article_listview_vertical .image_box {
  width: 200px;
  float: left;
  margin: 0 10px 0 0;
}
.article_listview_vertical .image_box img {
  width: 100%;
}
.article_listview_vertical a.button {
  float: right;
  width: auto;
}
.article_listview_vertical a.button:active {
  top: auto;
  bottom: -1px;
}
.article_listview_vertical .title h2 {
  margin: 0 0 10px 0;
}
.article_listview_vertical .snippet {
  padding: 0 0 10px 0;
  height: 100px;
}
.article_listview_vertical .snippet p {
  margin: 0;
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
  .article_detail_view_wrapper .image_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .article_detail_view_wrapper .images a img {
    width: 100%;
    clear: left;
    float: left;
    margin-bottom: 5px;
  }
  .article_listview_vertical .snippet {
    heitght: auto;
  }
  .article_listview_vertical a.button {
    position: relative;
    float: left;
    width: auto;
    clear: both;
  }
  .article_listview_vertical h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
  .article_listview_vertical .image_box {
    width: 200px;
    float: left;
    margin: 0 10px 0 0;
  }
  .article_listview_vertical .snippet {
    height: auto;
  }
  .article_listview_vertical a.button {
    float: right;
    width: auto;
    clear: both;
    margin: 10px 0;
  }
  .article_listview_vertical h2 {
    font-size: 22px;
  }
}
.article_detail_view_wrapper .top_buttons {
  margin: 0 0 10px 0;
}
.article_detail_view_wrapper .images {
  width: auto;
  float: right;
  margin: 0 0 10px 10px;
}
.article_detail_view_wrapper .images a img {
  width: 100%;
  clear: left;
  float: left;
  margin-bottom: 5px;
}
.article_detail_view_wrapper a.button {
  float: right;
  width: auto;
}
/* Product */
.product_listview_vertical {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 15px;
  background: #EBEBEB;
}
.product_listview_vertical h2 {
  font-size: 22px;
}
.product_listview_vertical .content {
  float: left;
  min-height: 100px;
  width: 100%;
}
.product_listview_vertical .title {
  float: left;
  width: 100%;
  padding: 0;
}
.product_listview_vertical .title h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.product_listview_vertical .title h2 a {
  color: #000;
  text-decoration:  none;
}
.product_listview_vertical .image_box {
  width: 200px;
  float: left;
  margin: 0 10px 0 0;
}
.product_listview_vertical .image_box img {
  width: 100%;
}
.product_listview_vertical a.button {
  float: right;
  width: auto;
}
.product_listview_vertical a.button:active {
  top: auto;
  bottom: -1px;
}
.product_listview_vertical .title h2 {
  margin: 0 0 10px 0;
}
.product_listview_vertical .snippet {
  padding: 0 0 10px 0;
  height: 100px;
}
.product_listview_vertical .snippet p {
  margin: 0;
}
#product_detail_view_wrapper {
  width: 100%;
  float: left;
}
#product_detail_view_wrapper #detail_view_slider_wrapper {
  width: 300px;
  float: left;
  margin: 0 20px 10px 0;
}
#product_detail_view_wrapper .product_detail_view_img {
  margin: 0 0 10px 0;
}
#product_detail_view_wrapper .product_detail_view_img img {
  margin: 0 auto;
}
#product_detail_view_wrapper #detail_view_carousel .product_detail_view_img {
  margin: 0 5px;
}
#product_detail_view_wrapper #detail_view_slider-for,
#product_detail_view_wrapper #detail_view_carousel {
  width: 300px;
  float: left;
}
#product_detail_view_wrapper a.button {
  float: right;
  width: auto;
}
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
  .product_detail_view_wrapper .image_box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .product_detail_view_wrapper .images a img {
    width: 100%;
    clear: left;
    float: left;
    margin-bottom: 5px;
  }
  .product_listview_vertical .snippet {
    height: auto;
  }
  .product_listview_vertical a.button {
    position: relative;
    float: left;
    width: auto;
    clear: both;
  }
  .product_listview_vertical h2 {
    font-size: 22px;
  }

}

#boat_detail_view #detail_view_desc_wrapper #boat_detail_wrapper
{
    /* width: 100%; */
}
#boat_detail_view {
  width: 100%;
  float: left;
  background: #fff;
  font-size: 16px;
}
#boat_detail_view #detail_view_carousel {
  padding: 0;
  /* border-left: #fff solid 5px; */
  /* border-right: #fff solid 5px; */
}
#boat_detail_view .detail_view_img {
      height:300px;
      border-color: #fff;
      /* border-style: solid; */
      /* border-width: 0px 20px; */
      margin: 0 10px;
      /* border-left-width: 0px; */
      background-size: cover;
      background-position: center center;
      overflow: hidden;
    position: relative;
}

#boat_detail_view .detail_view_img a{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    text-decoration: none;
}

.yacht_listview .image .layer,
.yacht_search_listview .image .layer,
#boat_detail_view .detail_view_img a .layer{
/*  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;*/
  text-align: center;
  color: red;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-decoration-style: dashed;
}

.detail_view_img a .layer{
/*    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;*/
    text-align: center;
    color: red;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-decoration-style: dashed;
}

#boat_detail_view .detail_view_img img {
  /* max-width: 100%; */
  /* max-height: 100%; */
  /* width: 100%; */
  /* height: 100%; */
  /* margin: 20px; */
  /* flex-shrink: 0; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  object-fit: cover;
}
#boat_detail_view #detail_view_desc_wrapper {
  float: left;
  width: 100%;
  padding: 20px 20px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_detail_wrapper{
    /* width: 100%; */
    /* float: left; */
    /* margin-left: 2%; */
}
#boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
  float: left;
  width: 50%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
  font-size: 28px;
  margin: 10px 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
  font-size: 18px;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
  float: left;
  width: 50%;
  /* padding: 20px 0 ; */
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper h2 {
  font-size: 28px;
  margin: 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect {
  margin: 20px 0 20px 0;
  padding: 30px;
  float: left;
  background: #d3d3d3;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #ask_question {
  color: darkblue;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details {
  float: left;
  margin: 20px 0 0 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details label {
  padding: 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details label.error {
  float: left;
            color:red;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper {
  float: left;
  width: 100%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper #email_label,
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper #question_label{
  margin: 20px 0 0 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper {
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper button {
  float: right;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper .question_textarea {
  width: 100%;
  margin: 0 0 20px 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #contact_details_buttons {
  float: left;
  width: 100%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper button {
  margin: 10px 0 0 0;
  width: 100%;
  float: none;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
  float: left;
  width: 50%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3 {
  margin: 0 0 5px 0;
  background: rgba(0, 0, 0, 0) url("/img/icons-specs.png") no-repeat scroll 0 0;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 0 18px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.general {
  background-position: 0 -14px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.dimensions {
  background-position: 0 7px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.engines {
  background-position: 0 -36px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.builder_designer {
  background-position: 0 -57px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.tankage {
  background-position: 0 -81px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper table {
  width: 100%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper table td.col1 {
  width: 40%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper table tr td {
  padding: 2px 10px 2px 0px;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker {
  float: left;
  width: 50%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker h2 {
  font-size: 26px;
  font-weight: bold;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker .broker_detail {
  display: block;
  margin-bottom: 10px;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_name {
  font-size: 20px;
  font-weight: bold;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_quote {
  font-style: italic;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_photo {
  float: left;
  width: 30%;
}
#boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_details {
  float: left;
  width: 70%;
  padding-left: 10px;
}
@media screen and (min-width: 300px) {
  #boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }
  #boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 5px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details_broker {
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
    width: 45%;
    /* margin: 0 20px 0 0; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 50%;
    /* padding: 20px 0 ; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 100%;
  }

    #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect{
        padding: 5px;
    }
}
@media screen and (min-width: 480px) {

  #boat_detail_view .detail_view_img{
    height: 200px;
  }

  #boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }
  #boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 20px 10px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details_broker {
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 50%;
    /* padding: 20px 0 ; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }
  #boat_detail_view .detail_view_img{
    height: 250px;
  }
  #boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 20px 10px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details_broker {
    width: 50%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }

  #boat_detail_view #detail_view_desc_wrapper:nth-child(odd) {
   clear:left;
    /* padding: 0 0 0 20px; */
  }

  #boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 100%;
    /* padding: 20px 0 ; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper h2 {
    font-size: 28px;
    margin: 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper button {
    width: auto;
    float: none;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
    #boat_detail_view #detail_view_desc_wrapper #boat_details {
        /* float: right; */
        width: 50%;
        /* padding: 0 0 0 20px; */
    }
  #boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }
  #boat_detail_view .detail_view_img {
          height: 190px;
          /* display: flex; */
          /* justify-content: center; */
          /* align-items: center; */
          overflow: hidden;
          /* object-fit: cover; */
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
  }
  #boat_detail_view .detail_view_img img {
    /* max-width: 100%; */
    /* max-height: 100%; */
  }

    #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
        float: left;
        width: 50%;
    }

  #boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 20px 10px;
  }
    #boat_detail_view #detail_view_desc_wrapper #boat_detail_wrapper{
        /* width: 70%; */
        /* float: left; */
        /* margin-left: 2%; */
        margin-left: 344px;
    }
  #boat_detail_view #detail_view_desc_wrapper #boat_details_broker {
    width: 50%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 324px;
    /* padding: 0; */
    /* padding-right: 40px; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper h2 {
    font-size: 18px;
    margin: 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect {
    margin: 10px 0 20px 0;
    padding: 10px;
    float: left;
    background: #d3d3d3;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #ask_question {
    color: darkblue;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details {
    float: left;
    margin: 20px 0 0 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details label {
    padding: 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper {
    float: left;
    /* width: 40%; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper #email_label {
    margin: 20px 0 0 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper {
    float: left;
    width: 60%;
    padding: 0 0 0 20px;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper button {
    float: right;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper .question_textarea {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #contact_details_buttons {
    float: left;
    width: 100%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper button {
    width: auto;
    float: none;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details {
    /* float: right; */
    width: 100%;
    /* padding: 0 0 0 20px; */
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
    float: left;
    width: 50%;
  }
  #boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3 {
    margin: 0 0 5px 0;
  }
}
#new_boat_detail_view {
  width: 100%;
  float: left;
  background: #fff;
  font-size: 16px;
  /* padding: 0; */
}
#new_boat_detail_view #boat_length {

  width: auto;
  vertical-align: middle;
  border-spacing: 10px;
  margin: 0 auto;
  display: table;
}
#new_boat_detail_view #boat_length .boat_length {
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 5px 10px 0 0;
  background: #2dccd3;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
#new_boat_detail_view #boat_length .boat_length a {
  text-decoration: none;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#new_boat_detail_view #boat_length .boat_length.selected {
  background: #16777d;
}
#new_boat_detail_view #detail_view_carousel {
  /* padding: 5px 0 0 0; */
  border-left: #fff solid 5px;
  border-right: #fff solid 5px;
}
#new_boat_detail_view .detail_view_img {
  /*    height:300px;*/
  border-color: #fff;
  border-style: solid;
  border-width: 5px 5px;
}
#new_boat_detail_view .detail_view_img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
#new_boat_detail_view #detail_view_desc_wrapper {
  float: left;
  width: 100%;
  padding: 20px 20px;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
  float: left;
  width: 50%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
  font-size: 28px;
  margin: 10px 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
  font-size: 18px;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
  float: left;
  width: 50%;
  padding: 20px 0 ;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper h2 {
  font-size: 28px;
  margin: 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect {
  margin: 20px 0 20px 0;
  padding: 30px;
  float: left;
  background: #d3d3d3;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #ask_question {
  color: darkblue;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details {
  float: left;
  margin: 20px 0 0 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details label {
  padding: 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details label.error {
  float: left;
            color:red;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper {
  float: left;
  width: 100%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper #email_label {
  margin: 20px 0 0 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper {
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper .question_textarea {
  width: 100%;
  margin: 0 0 20px 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #recaptcha {
  float: right;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details button {
  /* float: right; */
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #contact_details_buttons {
  float: left;
  width: 100%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper button {
  margin: 10px 0 0 0;
  width: 100%;
  float: none;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
  float: left;
  width: 50%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3 {
  margin: 0 0 5px 0;
}

#new_boat_detail_view .boat_detail_table_wrapper:nth-child(3n+0) {
  clear:both;
  /* padding: 0 0 0 20px; */
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper table {
  width: 100%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper table td.col1 {
  width: 40%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper table tr td {
  padding: 5px 10px 5px 0px;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details_broker {
  float: left;
  width: 50%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details_broker .broker_detail {
  display: block;
  margin-bottom: 10px;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_name {
  font-size: 1.2vw;
  font-weight: bold;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_quote {
  font-style: italic;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_photo {
  float: left;
  width: 30%;
}
#new_boat_detail_view #detail_view_desc_wrapper #boat_details_broker #broker_details {
  float: left;
  width: 70%;
  padding-left: 10px;
}

#boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
  width: 50%;
  padding: 20px 10px 0 0;
}

#boat_detail_view .boat_detail_table_wrapper:nth-child(odd) {
  clear:left;
}

#new_boat_detail_view #boat_detail_wrapper{
  margin-left: 344px;
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3 {
  margin: 0 0 5px 0;
  background: rgba(0, 0, 0, 0) url("/img/icons-specs.png") no-repeat scroll 0 0;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 0 18px;
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.general {
  background-position: 0 -14px;
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.dimensions {
  background-position: 0 7px;
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.engines {
  background-position: 0 -36px;
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.builder_designer {
  background-position: 0 -57px;
}

#new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3.tankage {
  background-position: 0 -81px;
}


@media screen and (min-width: 300px) {
  #new_boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 4vw;
  }
  #new_boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 20px 20px;
  }

  #new_boat_detail_view #boat_detail_wrapper {
    margin: 10px 0;
  }

  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect {
    margin: 20px 0 20px 0;
    padding: 10px;
    float: left;
    background: #d3d3d3;
  }

  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
    width: 100%;
    padding: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 50%;
    padding: 20px 0 ;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  #new_boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 20px 20px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
  }

  #new_boat_detail_view #boat_detail_wrapper{
    width: 100%;
    margin:0;
  }

  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 50%;
    padding: 20px 0 ;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #new_boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }

  #new_boat_detail_view #boat_detail_wrapper{
    width: 100%;
    /* margin-left: 344px; */
    /* float: left; */
  }
  #new_boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 20px 20px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 10px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper h2 {
    font-size: 28px;
    margin: 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper button {
    width: auto;
    float: none;
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #new_boat_detail_view {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 16px;
  }
  #new_boat_detail_view .detail_view_img {
    /*      height:300px;*/
  }
  #new_boat_detail_view .detail_view_img img {
    max-width: 100%;
    max-height: 100%;
  }
  #new_boat_detail_view #detail_view_desc_wrapper {
    float: left;
    width: 100%;
    padding: 0px 20px 0 20px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper {
    float: left;
    width: auto;
    padding: 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper h1 {
    font-size: 28px;
    margin: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_title_desc_wrapper #boat_descriptions {
    font-size: 18px;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper {
    float: left;
    width: 324px;
    padding: 20px 0 ;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper h2 {
    font-size: 18px;
    margin: 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect {
    margin: 10px 0 20px 0;
    padding: 10px;
    float: left;
    background: #d3d3d3;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #ask_question {
    color: darkblue;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details {
    float: left;
    margin: 20px 0 0 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details label {
    padding: 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper {
    float: left;
    /* width: 40%; */
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_name_email_desc_wrapper #email_label {
    margin: 20px 0 0 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper {
    float: left;
    /* width: 60%; */
    /* padding: 0 0 0 20px; */
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper button {
    float: right;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #boat_form_rect #contact_details #boat_question_wrapper .question_textarea {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper #contact_details_buttons {
    float: left;
    width: 100%;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_form_wrapper button {
    width: auto;
    float: none;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper {
    /* float: left; */
    width: 50%;
    padding: 20px 10px 0 0;
  }
  #new_boat_detail_view #detail_view_desc_wrapper #boat_details .boat_detail_table_wrapper .boat_details_title h3 {
    margin: 0 0 5px 0;
  }


  #new_boat_detail_view #boat_detail_wrapper{

margin-left: 344px;

width: auto;

}
}
/* Search list view */
.yacht_new_boat_listview_wrapper {
  /* clear: both; */
  float: left;
  width: 100%;
  background: #fff;
  display: flex;
  /* justify-content: space-between; */
}
.yacht_search_listview_new_boat {
  position: relative;
  float: left;
  width: 100%;
}

.yacht_search_listview_new_boat .yacht_search_listview_new_boat:nth-child(3){
    margin-right: 0;
}

.yacht_search_listview_new_boat .list_view_result_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.yacht_search_listview_new_boat .inner {
  /* position: relative; */
  /* padding-bottom: 90%; */
  background: #ededed;
  cursor: pointer;
  /* border-left: 5px solid #fff; */
  /* border-top: 10px solid #fff; */
  /* border-bottom: 10px solid #fff; */
  /* border-right: 5px solid #fff; */
}
.yacht_search_listview_new_boat .image {
  /* position: absolute; */
  width: 100%;
  height: 200px;
  background-size: cover!important;
}
.yacht_search_listview_new_boat .details.newListView {
  width:100%;
  text-align: center;
}

.yacht_search_listview_new_boat .details {
  /* position: absolute; */
  /* top: 80%; */
  /* height: 20%; */
  padding: 10px;
  /* border-left: 1px solid #d4d4d4; */
  pointer-events: none;
  font-size: 14px;
}
.yacht_search_listview_new_boat .details .title {
  font-size: 16px;
  font-weight: bold;
}
.yacht_search_listview_new_boat .details .highlight {
  color: #001919;
  margin-right: 20px;
}
.yacht_search_listview_new_boat .details .highlight:last-of-type {
  margin: 0!important;
}

.yacht_new_boat_listview_wrapper{
    display: block;
    float:left;
}

.yacht_search_listview_new_boat{
    float: left;
    width: 32%;
    /* display: flex; */
    /* justify-content: center; */
    margin-right: 20px;
}

.yacht_search_listview_new_boat:nth-child(3) {
    margin-right:0px;
}

@media screen and (min-width: 200px) {
    .yacht_new_boat_listview_wrapper{
        display: block;
    }
    .yacht_search_listview_new_boat {
        /* clear: both; */
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .yacht_search_listview_new_boat .inner{
        /* padding-bottom: 100%; */
    }
}
@media screen and (min-width: 400px) {

    .yacht_new_boat_listview_wrapper{
        display: block;
    }
    .yacht_search_listview_new_boat {
        /* clear: both; */
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .yacht_search_listview_new_boat .inner{
        /* padding-bottom: 100%; */
    }
    .yacht_new_boat_listview_wrapper{
        /* display: flex; */
        /* justify-content: space-between; */
    }
  .yacht_search_listview_new_boat {
    float: left;
    width: 30%;
    overflow: hidden;
  }
  .yacht_search_listview_new_boat .details {
    /* position: absolute; */
    /* top: 80%; */
    /* height: 30%; */
    padding: 10px;
    /* border-left: 1px solid #d4d4d4; */
    pointer-events: none;
    font-size: 14px;
  }
  .yacht_search_listview_new_boat .details .title {
    font-size: 16px;
    font-weight: bold;
  }
  .yacht_search_listview_new_boat .details .highlight {
    color: #001919;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1366px) {

    .yacht_new_boat_listview_wrapper{
        display: block;
        float:left;
    }

  .yacht_search_listview_new_boat{
    float: left;
    width: 31%;
    /* display: flex; */
    /* justify-content: center; */
    margin-right: 20px;
  }

    .yacht_search_listview_new_boat:nth-child(3) {
        margin-right:0px;
    }

    .yacht_search_listview_new_boat .inner{
        /* padding-bottom: 80%; */
    }

  .yacht_search_listview_new_boat .details {
    /* position: absolute; */
    /* top: 80%; */
    /* height: 55px; */
    padding: 10px;
    /*border-left: 1px solid darken(@grey, 10%);*/
    pointer-events: none;
    font-size: 14px;
    /* overflow: hidden; */
    white-space: nowrap;
  }
  .yacht_search_listview_new_boat .details .title {
    font-size: 18px;
    height: 20px;
    overflow: hidden;
    font-weight: bold;
  }
  .yacht_search_listview_new_boat .details .highlight {
    color: #001919;
    margin-right: 10px;
  }
}
/* Paging */
div.paging {
  color: #999999;
  margin-bottom: 10px;
  float: left;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
div.paging div.disabled {
  color: #999999;
  display: inline;
}
div.paging span.current {
  color: #000;
}
div.paging a {
  color: #000;
}

/*
div.g-recaptcha{
  width: 100px;
}*/
#footer_logo_wrapper{
  width: 100%;
}
#footerLogo{
  float:left;
  height:80px;
  width:360px;
}
#footerMiddle{
  float:left;
  margin: 0 40px;
}

#footerMiddle h3{
  padding: 0 0 10px 0;
  margin: 0;
  color: #fff;
}
.foot-block{
  font-size: 10px;
}
#headerLogo{
  float:left;
  height:80px;
  width:360px;
}

#headerLogos{
  width: 100%;
  float:left;
  background: #009999;
}
#otherLogos{
  margin: 10px 0 0 0;
  float:right;
}
#otherLogos .headerLogo{
  float:left;
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

#otherLogos .headerLogo img{
  border-radius: 5px;
}

#otherLogos .headerLogo:last-child{
  margin-right:0;
}
#footerLogos{
  float: right;
  margin-right: 40px;
}

#footerLogos .footerLogo{
  float:left;
  height: 35px;
  width: 35px;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

#footerLogos .footerLogo img{
  border-radius: 5px;
}

h2{
  font-weight: bold;
  color:#003333;
}

.slick-active:first-child{
  border-left-width:0;
  margin-left:0;
}

.slick-active:last-child{
  border-right-width:0;
}

.galleria {
    height: 400px;
box-sizing: content-box;
    margin: auto;
    width:100%;

}
.center{
    text-align: center;
}

.news_wrapper{
    display: flex;
    justify-content:space-between;
}

.news_wrapper .paging{
    display: none;
}

.home_page_news_listview .snippet p{
    margin:0;
}

.home_page_news_listview h2{
    margin:0;
}

.home_page_news_listview h2 a{
    color:#003333;
    text-decoration:  none;
}
.home_page_news_listview .textWrapper{
    height: 110px;
    /* white-space: nowrap; */

}

.home_page_news_listview .blub p{
    margin:5px 0;
}

@media screen and (min-width: 350px) {

  .news_wrapper {
    display: block;
  }

  .home_page_news_listview {
    float: left;
    width: 100%;
  }

  .new_boat_brand {
    display: inline-block;
    padding: 10px;
  }

  #new_boat_wrapper {
    text-align: center;
  }

  .grey_box input {
    margin: 5px;
    height: 25px;
    width: 100px;

  }

  .mob_100_percent{
    width:100%;
  }

}

  @media screen and (min-width: 400px) {

    .news_wrapper {
      display: block;
    }

    .home_page_news_listview {
      float: left;
      width: 100%;
    }
  }

  @media screen and (min-width: 600px) {

    .news_wrapper {
      display: block;
    }

    .home_page_news_listview {
      float: left;
      width: 100%;
    }

    .mob_100_percent{
      width:auto;
    }
  }

  @media screen and (min-width: 640px) {

    .yacht_listview .inner {
      position: relative;
      /* padding-bottom: 50%; */
    }

  }

  @media screen and (min-width: 800px) {

    .news_wrapper {
      display: block;
    }

    .home_page_news_listview {
      float: left;
      width: 50%;
      padding: 0 20px 20px 0;
      /* margin: 0 20px 20px 0; */
      height: 450px;
    }

    .home_page_news_listview:nth-child(even) {
      padding: 0;
    }
  }

  @media screen and (min-width: 1200px) {
    .news_wrapper {
      display: flex;
      justify-content: space-between;
    }

    .home_page_news_listview {
      width: 407px;
      /* height:500px; */
      padding: 0 10px;
    }
  }

  @media screen and (min-width: 1024px) {
    .slick-slide {
      height: 310px;
    }

    .yacht_listview .details {
      position: absolute;
      /* top: 80%; */
      /* height: 60%; */
    }

    .yacht_listview .inner {
      position: relative;
      /* padding-bottom: 80%; */
    }
  }

  #voom-content #new_boat_detail_view {
    padding: 20px 0;
  }

  #voom-content #detail_view_carousel {
    padding: 20px 0 0 0;
  }

  #voom-content #new_boat_detail_view_wrapper {
    padding: 0 10px;
  }

  #voom-content #new_boat_detail_view_wrapper .detail_view_img {
    height: 200px;
  }

  .article_detail_view_wrapper {
    width: 100%;
    float: left;
  }

  @media screen and (min-width: 300px) {

    .article_listview_vertical .image_box, .article_listview_vertical .snippetText {
      width: 100%;
    }

    .product_listview_vertical .snippet {
      height: auto;
    }

    .product_listview_vertical a.button {
      float: left;
      clear: both;
      width: 100%;
      margin-top: 20px;
    }

    .article_listview_vertical a.button {
      float: left;
      clear: both;
      width: 100%;
      margin-top: 20px;
    }
  }

  @media screen and (min-width: 800px) {

    .article_listview_vertical .image_box {
      width: 200px;
    }

    .article_listview_vertical a.button {
      float: right;
      clear: none;
      width: auto;
    }

    .product_listview_vertical a.button {
      float: right;
      clear: none;
      width: auto;
    }

    .article_listview_vertical .snippet {
      height: 100px;
    }

    .product_listview_vertical .snippet {
      height: 100px;
    }
  }


  .dream_yacht_charter_list_view {
    /* float:left; */
    width: 100%;
    /* margin: 0 10% 10px 0; */
    height: 350px;
  }

  .dream_yacht_charter_list_view .image_box {
    width: 100%;
    height: 300px;
  }

  .dream_yacht_charter_list_view .title_wrapper {
    /* float:left; */
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
  }

  .dream_yacht_charter_list_view .content {
    float: left;
    width: 100%;
  }

  @media screen and (min-width: 500px) {

    .dream_yacht_charter_list_view_wrapper {
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap;
    }

    .dream_yacht_charter_list_view {
      /* float: left; */
      width: 32%;
      display: flex;
      /* justify-content: center; */
      /* margin-right: 15px; */
      height: 250px;
    }

    .dream_yacht_charter_list_view:nth-child(3) {
      margin-right: 0px;
      /* padding: 0 0 0 20px; */
    }

    .dream_yacht_charter_list_view .image_box {
      width: 100%;
      height: 200px;
    }

    .dream_yacht_charter_list_view .title_wrapper {
      /* float:left; */
      margin: 10px 0;
      text-align: center;
    }

    .dream_yacht_charter_list_view .title a {
      font-size: 16px;
      font-weight: bold;
    }


  }

  footer a {
    color: #fff;
  }

  .new_boat_brand a img {
    width: 180px;
    height: 80px;
  }

  label.error {
    color: red;
  }
