/*
Theme: Theme Machine Responsive
Author: Orchard Team modified by Planet Telex – http://www.orchardproject.net, http://www.planettelex.net
Copyright: 2012, Orchard. All Rights Reserved
Acknowledgments: Modifications to TheThemeMachine for an enhanced mobile/responsive experience included snippets from: 
HTML5 BP (github.com/h5bp/html5-boilerplate), 
Normalize (git.io/normalize),
1140 Grid System (cssgrid.net/)
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/

/* Reset
***************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

table, td {
    vertical-align: top;
}

/* Remember focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* Tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/* HTML 5 elements as block */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
    display: block;
}

/* Embedded Content */
figure {
    margin: 0;
}

img, object, embed, video {
    _width: 100%;
    height: auto;
}
/* Fluid images */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/* Improve IE's resizing of images */
svg:not(:root) {
    overflow: hidden;
}
/* Correct IE9 overflow */
audio, canvas, video {
    display: inline-block;
}
    /* Corrects `inline-block` display not defined in IE 8/9. ! normalize.css v2.0.1 | MIT License | git.io/normalize */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/* Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. ! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* Links */
a:focus {
    outline: thin dotted;
}
/* Addresses `outline` inconsistency between Chrome and other browsers. */
a:active, a:hover {
    outline: 0;
}
/* Improves readability when focused and also mouse hovered in all browsers. */

/* Clearing Floats
***************************************************************/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */ {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General (Base styling for ALL devices and resolutions)
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom. !normalize.css v2.0.1 | MIT License | git.io/normalize
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body {
    line-height: 1;
    font-size: 81.3%; /* May need to adjust responsive navigation placement if you change this value */
    color: #434343;
    background: #fff;
    font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: .6em 0;
}

h1 {
    font-size: 1.308em;
}

h2 {
    font-size: 1.231em;
}

h3 {
    font-size: 1.154em;
}

h4 {
    font-size: 1.077em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 1em;
}

    h1 img, h2 img, h3 img,
    h4 img, h5 img, h6 img {
        margin: 0;
    }

/* Aside Headings */
aside h1 {
    font-size: 1.154em;
}

aside h2 {
    font-size: 1.077em;
}

aside h3 {
    font-size: 1em;
}

aside h4 {
    font-size: 1em;
}

aside h5 {
    font-size: 1em;
}

aside h6 {
    font-size: 1em;
}

/* Lists */
li ul,
li ol {
    margin: 0 2.03125%;
}

ul, ol {
    margin: 1.5em 2.03125%;
    line-height: 1.538em;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 2.03125%;
}

/* Text elements */
p {
    margin: 0 0 1em;
    line-height: 1.538em;
}

    p img.left,
    p img[align="left"],
    p img.right,
    p img[align="right"] {
        display: block;
        float: none;
        margin: 0.923em auto;
    }

a:focus,
a:hover {
    text-decoration: underline;
}

a {
    color: #5f97af;
    text-decoration: none;
}

blockquote {
    margin: 0.923em 1.25%;
    color: #666;
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

dfn {
    font-weight: bold;
}

mark {
    background: #ff0;
    color: #000;
}

sup, sub {
    line-height: 0;
}

abbr, abbr[title],
acronym {
    border-bottom: 1px dotted #666;
}

address {
    margin: 0 0 0.923em;
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 0.923em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.462em;
}



/* Forms
***************************************************************/

form {
    margin: 0;
    padding: 0;
}

legend {
    font-size: 1.231em;
    font-weight: normal;
    border: none;
}

fieldset {
    padding: .4615em 0 0;
    margin: 0 0 .923em 0;
    border: 0px solid #dbdbdb;
}

label {
    font-weight: normal;
    display: block;
    padding: 0 0 0.3em 0;
}

    label.forcheckbox {
        margin: 0 0 0 .4em;
        display: inline;
    }



input[type="checkbox"] {
    margin: .2em 0 1.2em 0;
}

fieldset ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    fieldset ol li {
        margin: 0 0 .4615em 0;
    }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display: inline;
}

    form.inline fieldset {
        margin: 0;
    }

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline: 1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight: normal;
}

label span {
    font-weight: normal;
}

label input {
    vertical-align: text-top;
}

.hint {
    display: block;
    font-size: 0.846em;
    color: #999;
    margin-top: 3px;
    padding: .2307em;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    width: 96%;
    font-family: inherit;
    padding: 3px;
    border: 1px solid #bdbcbc;
    font-family: inherit;
    font-size: inherit;
}

input.text, input.textMedium, input.text-box {
    line-height: 1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width: 5.41666666666667%;
}

input.textMedium {
    width: 35.20833333333333%;
}

select {
    padding: 1px;
}

    select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus {
        border-color: #666d51;
    }

input.check-box {
    margin-left: 0;
    vertical-align: -.1em;
}

input.large.text, textarea, fieldset {
    clear: both;
}

textarea {
    min-height: 8em;
}

/* Structure
***************************************************************/
#layout-wrapper {
}

#layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    /* max-width:960px; */
    margin: 0 auto;
}

/* Navigation */
#layout-navigation {
    margin: -3.3em auto 0;
    display: block;
    border-bottom: none;
}

.lt-ie8 #layout-navigation {
    margin-top: -1em;
}
/* Fix IE7 responsive navigation positioning issue */

nav ul {
    position: relative;
    z-index: 9998;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    nav ul li {
        display: block;
        margin: 0 2px -1px 0;
    }
/* Responsive Changes*/

nav > ul li.current {
}

nav > ul li.dropdown:hover {
    background: #eee;
}

nav > ul li.dropdown li.dropdown:hover {
    background: #ddd;
}

nav li.last {
    margin-right: 2px;
}

nav ul li a {
    display: block;
    padding: .5em 18px;
    color: #333;
    font-size: 1.077em;
    text-decoration: none;
    line-height: 24px;
}

/* first level */
nav > ul > li {
    float: none;
}

    nav > ul > li > a {
        float: none;
    }

    nav > ul > li:hover > ul {
        display: block;
    }

    nav > ul > li:hover {
    }

    /* second level */
    nav > ul > li > ul {
        margin: 0 0px 0px -1px;
        padding: 0px;
        display: none;
        position: relative;
        border: 1px solid #dbdbdb;
        border-width: 0 0 0 1px;
        width: 100%;
    }
        /* Responsive Changes */
        nav > ul > li > ul > li {
            list-style-type: none;
            margin: 0px;
            border: none;
        }

            nav > ul > li > ul > li > a {
                display: block;
                text-decoration: none;
                padding-left: 1.5em;
            }

                nav > ul > li > ul > li > a:before {
                    content: "→ ";
                }

            nav > ul > li > ul > li:hover > a {
            }

            nav > ul > li > ul > li:hover > ul {
                display: block;
            }

            /* third level */
            nav > ul > li > ul > li > ul {
                margin: 0;
                padding: 0px;
                display: none;
                position: relative;
                border: 1px solid #dbdbdb;
                border-width: 0;
                width: 100%;
            }
                /* Responsive Changes */
                nav > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    margin: 0px;
                    border: none;
                }

                    nav > ul > li > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                        padding-left: 2.5em;
                    }

                        nav > ul > li > ul > li > ul > li > a:before {
                            content: "→ ";
                        }

                    nav > ul > li > ul > li > ul > li:hover > a {
                    }

                /* deeper levels */
                nav > ul > li > ul > li > ul ul {
                    display: none;
                }


/* responsive navigation */


/* Duplicate main navigation in footer. 
 * Only needed if set in ResponsiveChanges.js */
.footer-menu {
    display: block!important;
    margin: 0!important;
}


/* Breadcrumb */
nav ul.breadcrumb {
    border: none;
    display: inline-block;
    margin: -9px;
    z-index: 9997;
}

    nav ul.breadcrumb li {
        border: none;
        background: none;
        display: block;
        float: left;
        margin: 0 2px -1px 0;
    }

        nav ul.breadcrumb li:after {
            content: "/";
        }

        nav ul.breadcrumb li.last:after {
            content: "";
        }

        nav ul.breadcrumb li a {
            padding: 0 9px;
            display: block;
            float: left;
            color: #5F97AF;
            font-size: 100%;
        }

            nav ul.breadcrumb li a:hover {
                text-decoration: underline;
            }

#layout-header {
}

#branding {
    float: left;
    width: 77%;
    font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    padding: 0;
    margin: 0;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

    #branding a {
        text-decoration: none;
        color: #434343;
    }

#layout-navigation {
}

#layout-featured {
}

#layout-before-main {
}

#layout-main {
}

#aside-first {
}

#layout-content {
}

#messages {
}

#before-content {
}

#content {
}

#after-content {
}

#aside-second {
}

#layout-after-main {
}

#layout-tripel {
}

#tripel-first {
}

#tripel-second {
}

#tripel-third {
}

#layout-footer {
}

#footer-quad {
}

#footer-quad-first {
}

#footer-quad-second {
}

#footer-quad-third {
}

#footer-quad-forth {
}

#footer-sig {
}

/* Zones */
.zone {
    padding: 1em; /* Zones variate on size so percentages are not ideal. */
    padding-top: 1.9em;
    /* Enable this to see zone visualizations 
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple; */
}

.zone-header {
    padding: 2.307em 1em 2.307em;
    position: relative;
}

.zone-navigation {
    padding: 0;
}

.zone-navigation {
    padding: 1em;
}
/* Responsive Changes */
.zone-featured {
    background-color:#0094d4;
}

.zone-before-main {
}

.zone-aside-first {
}

.zone-messages {
}

.zone-before-content {
}

.zone-content {
}

.zone-after-content {
}

.zone-aside-second {
}

.zone-after-main {
}

.zone-tripel-first {
}

.zone-tripel-second {
}

.zone-tripel-third {
}

.zone-footer-quad-first {
}

.zone-footer-quad-second {
}

.zone-footer-quad-third {
}

.zone-footer-quad-fourth {
}

.zone-footer {
    color: #ffffff;
    border-top: 1px solid #ffffff;
}

/* Secondary Zones moved to 769px media query as this is when the multi-column layout begins..*/

/* Main
***************************************************************/

/* Content lists and details */
.content-description {
    font-size: 1.154em;
}

.content-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .content-items li {
        padding: 0;
        margin: 0;
    }

    .content-items .content-item {
        padding: .4615em 0 .4615em 0;
    }

        .content-items .content-item header {
        }

            .content-items .content-item header h1 {
                font-size: 1.308em;
                color: #434343;
            }

                .content-items .content-item header h1 a {
                    color: #434343;
                }

                    .content-items .content-item header h1 a:hover {
                    }

/* Tags */
.tags {
    margin-top: .9230em;
}

    .tags a {
        background-color: #dbdbdb;
        padding: .2307em .4615em;
        color: #434343;
    }

        .tags a:hover {
            background-color: #434343;
            color: #fff;
        }

/* Metadata */
.metadata {
    margin: 0 0 .9230em 0;
    color: #999;
    font-size: 0.846em;
}

    .metadata .published {
        display: inline;
        margin: 0 .4615em 0 0;
    }

    .metadata .commentcount {
        display: inline;
    }

.meta {
}

/* Comments */
#comments {
    margin: 1.846em 0 0 0;
    padding: 0;
}

.comment-form {
    margin: 1.846em 0 0 0;
    padding: 0;
}

.comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .comments li {
        margin: .9230em 0 0 0;
        padding: 1.25%;
        border: 1px solid #dbdbdb;
    }

.comment {
    margin: 0;
    padding: 0;
}

    .comment h4 {
        font-size: 1.077em;
    }

    .comment .who {
    }

    .comment .what {
    }

    .comment #add-comment {
    }

.comment-form #comment-by {
    font-size: 1.231em;
    font-weight: normal;
    margin: 0 0 1.2em 0;
    border: none;
}

.comment-disabled {
}

.comment-count {
    font-size: 1.231em;
}

/* Confirmations */
.message, .validation-summary-errors {
    margin: .7692em 0 .3076em 0;
    padding: .41666666666667%;
}

.messages a {
    font-weight: bold;
}

.message-Information {
    background: #e6f1c9; /* green */
    border: 1px solid #cfe493;
    color: #062232;
}

.message-Warning {
    background: #fdf5bc; /* yellow */
    border: 1px solid #ffea9b;
}

.critical.message, .validation-summary-errors, .message-Error {
    background: #e68585; /* red */
    border: 1px solid #990808;
    color: #fff;
}



/* Widgets
***************************************************************/
.widgets {
}

.widget h1 {
    font-size: 1.5em;
}

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control {
    position: relative;
    border: 1px dotted #5f97af;
}

    .widget-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .widget-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .widget-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }

/* Content Mode */
.content-control {
    border: 1px dotted #5f97af;
    overflow: auto;
    position: relative;
}

    .content-control .manage-actions {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .content-control .manage-actions a {
            display: block;
            background-color: #dbdbdb;
            color: #434343;
            padding: 3px 6px;
        }

            .content-control .manage-actions a:hover {
                background-color: #434343;
                color: #fff;
                text-decoration: none;
            }



/* Pager
***************************************************************/

.pager {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

    .pager li {
        float: left;
        padding: 0 12px 0 0;
        margin: 0;
    }

    .pager a, .pager span {
        font-size: 1.077em;
        display: block;
        background-color: #dbdbdb;
        padding: 6px 6px;
        color: #434343;
    }

        .pager a:hover {
            background-color: #434343;
            color: #fff;
        }

    .pager span {
        background-color: inherit;
    }


/* Misc
***************************************************************/

.small {
    font-size: 0.615em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

.large {
    font-size: 1.231em;
    line-height: 2.231em;
    margin-bottom: 1.25em;
}

.hide {
    display: none;
}

.quiet {
    color: #666;
}

.loud {
    color: #000;
}

.highlight {
    background: #ff0;
}

.added {
    background: #060;
    color: #fff;
}

.removed {
    background: #900;
    color: #fff;
}

.first {
    margin-left: 0;
    padding-left: 0;
}

.last {
    margin-right: 0;
    padding-right: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.credits {
    float: left;
}

.user-display {
    float: left;
    padding: 0 1.25%;
}

    .user-display .welcome {
    }

    .user-display .user-actions {
    }

.login-form {
    margin: 1.8461em 0 0 0;
}



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
    color: #333;
    background: #F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
    background: -moz-linear-gradient(top, #F5F5F5, #cbcbcb);
    border: 1px solid #999;
    cursor: pointer;
    margin: .2em 0 2em 0;
    padding: .3em 1.8em;
    text-align: center;
}

    input[type="submit"]:hover, input[type="button"]:hover,
    input[type="submit"]:active, input[type="button"]:active,
    input[type="submit"]:focus, input[type="button"]:focus,
    button:hover, .button:hover,
    button:active, .button:active,
    button:focus, .button:focus {
        text-decoration: none;
        background: #ebebeb;
        background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
        background: -moz-linear-gradient(top, #e1e1e1, #ebebeb);
    }


/*
Defaults
***************************************************************/
h1, h2, h3 {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 300;
}

.social-header {
    display: none;
    font-size: 1em;
    float: left;
}

.widget-HeaderWebsiteTitle {
    display: none;
}

#layout-tripel-container {
    background: url('/Media/Default/WebsiteImages/footer-background-250.png') repeat-x 0 0;
    min-height: 250px;
    float: left;
    width: 100%;
    background-color: #717171;
    color: #ffffff;
}

    #layout-tripel-container .input {
        background-color: #5d5d5d;
        border: none;
        color: #ffffff;
        width: 290px;
    }

#layout-footer {
    background-color: #717171;
}

.widget-BrokerageSelection .boat-wrapper {
    margin: 0px 2px 5px 0px;
}

#footer {
    margin: auto;
}


.menu-main-menu, .widget-FooterMenu, .widget-BrokerageSelection h1, .widget-SearchForm, .widget-BrokerageSelection header {
    display: none;
}

.menu-btn {
    height: 50px;
    width: 50px;
    color: #FFFFFF;
    background: url('/Media/Default/WebsiteImages/mobile-menu-icon.png') 0 0 no-repeat;
    cursor: pointer;
}

#mobile-logo, #mobile-logo a {
    position: absolute;
    top: 0px;
    left: 25px;
    width: 186px;
    height: 50px;
}

    #mobile-logo a {
        background: url('/Media/Default/WebsiteImages/logo-top-mobile.png') 0 0 no-repeat;
        cursor: pointer;
    }

.mobile-header-text {
    position: absolute;
    top: 7px;
    left: 190px;
    width: 120px;
    font-weight: bold;
    font-size: 1.2em;
}

.zone-header, .widget-NewBoats, .widget-LuxuryYachtSelection {
    display: none;
}


#advertisement-page .title {
    margin-bottom: 5px;
    margin-top: 5px;
}

#advertisement-page .price {
    font-weight: bold;
}

.engineWrapper {
    margin-top: 10px;
}

.engineWrapper, .sectionWrapper {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

    .engineWrapper .field, .sectionWrapper .field {
        float: left;
        text-align: right;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .engineWrapper .value, .sectionWrapper .value {
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .engineWrapper .header, .sectionWrapper .header {
        font-weight: bold;
        font-size: 18px;
        padding: 5px 0 5px 5px;
        margin-bottom: 10px;
        background-color: #efefef;
    }

#advertisement-page .ad-preview {
    margin-top: 20px;
    margin-bottom: 50px;
}

#brochure-button {
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
}

    #brochure-button a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }

#ad-sub-content-wrapper #brochure-button {
    width: 180px;
    height: 40px;
    background-color: #898a8a;
    margin: 20px auto 10px auto;
}

#video-button {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    text-transform: uppercase;
}

    #video-button a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }

#ad-sub-content-wrapper #walkthrough-button {
    width: 180px;
    height: 35px;
    background-color: #898a8a;
    margin: 10px auto 10px auto;
}

#walkthrough-button {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    text-transform: uppercase;
}

    #walkthrough-button a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }

#ad-sub-content-wrapper #video-button {
    width: 180px;
    height: 35px;
    background-color: #292929;
    margin: auto;
}

#print-button {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    text-transform: uppercase;
    width: 180px;
    height: 35px;
    background-color: #d4d4d4;
    margin: auto;
    margin-bottom: 8px;
}

    #print-button a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }


#enquire-button {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    text-transform: uppercase;
}

    #enquire-button a {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
    }

#ad-sub-content-wrapper #enquire-button {
    width: 180px;
    height: 35px;
    background-color: #ae1c1c;
    margin: auto;
}

#ad-detail #ad-description {
    float: left;
    padding-top: 10px;
}

    #ad-detail #ad-description p {
        margin: 0px;
        padding-bottom: 10px;
    }

#ad-detail .content .field {
    text-align: right;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
}

#ad-detail .content .value {
    margin-bottom: 5px;
}

#ad-detail #ad-title {
    font-size: 22px;
    margin-bottom: 10px;
}

#ad-detail .price {
    font-size: 20px;
    color: #446783;
    margin-bottom: 10px;
}

#advertisement-page-detail #ad-detail #enquiry-form .error, #advertisement-page #ad-detail #enquiry-form .empty {
    color: red;
}

#right-col-listing, .new-search, .ad-listing-top, #tripel-second {
    display: none;
}

.ad-preview {
    width: 300px;
    margin: auto;
}

.widget-Models .boat-wrapper, .widget-ModelsPreOwned .boat-wrapper {
    width: 100%;
    min-height: 208px;
}

#advertisement-page-detail .breadcrumb {
    margin: 10px 5px 20px 7px;
    height: 30px;
    background-color: #d4d4d4;
    width: 90px;
    padding: 10px 0 0 3px;
    text-align: center;
}

    #advertisement-page-detail .breadcrumb a {
        color: #ffffff;
        margin: auto;
    }


#advertisement-page-detail .field {
    margin-right: 3px;
}

#advertisement-page-detail #enquire-button {
    margin: 10px auto 10px auto;
}

.widget-PrintHeader {
    display: none;
}

#print-button {
    display: none;
}

#layout-main .content-item .newsImage img {
    max-width: 100%;
}

/*
 Media Queries
***************************************************************/

.boat-listing-web-service {
    display: none;
}


.brand-button {
    margin:auto;
    width:280px;
}

.brand-button img {
    margin-bottom:10px;
}

.widget-MobileContent, .widget-MobileTopContent {
    text-align:center;
}

.widget-MobileContent .tile {
    margin-bottom:10px;
}

.widget-MobileContent .tile-brand {
    width:280px;
    height:111px;
    float:left;
    padding-right:2px;
    padding-bottom:2px;
}

    .widget-MobileContent p {
        margin:0px;
    }

/* MOBILE PORTRAIT */
@media only screen and (max-width: 500px) {
    .zone-footer {
        background-color: #000000;
    }

    #tripel-third {
        background-color: #003f5b;
    }
}

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

    body {
    }

    .widget-Branding {
        text-align: center;
        margin-top: 5px;
    }

    .widget-BrokerageSelection .boat-wrapper {
        width: 100%;
    }

    .widget-BrokerageSelection .boat-inner-wrapper {
        margin: auto;
        width: 300px;
        border: 1px solid #1196d9;
    }

    .form-wrapper, .widget-SubscribeForm {
        width: 300px;
        margin: auto;
    }


}
/* end media query */




/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {

    .zone-featured {
    background-color:white;
}

    .widget-NewBoats, .widget-LuxuryYachtSelection {
        display: block;
    }

    body {
    }

    /* Structure*/
    #branding {
        font-size: 2em;
        transition: all .2s linear;
        -o-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    /* Float Images */
    p img.left,
    p img[align="left"] {
        float: left;
        margin: 0.923em 0.923em 0.923em 0;
    }

    p img.right,
    p img[align="right"] {
        float: right;
        margin: 0.923em 0 0.923em 0.923em;
    }
}
/* end media query */




/* SMALL TABLET */
@media only screen and (min-width: 600px) {


    .widget-MobileContent, .widget-MobileTopContent {
        display: none;
    }

    .boat-listing-web-service {
        display: block;
    }

    #layout-content {
        background-color: #FFFFFF;
    }

    .social-header {
        display: block;
        float: right;
        margin-top: 10px;
        position: relative;
    }

        .social-header img {
            margin-right: 5px;
        }

    .widget-HeaderTagLine {
        display: block;
        /* color: white;*/
        width: 600px;
        margin: auto;
        text-align: center;
        padding-top: 10px;
    }

    body {
    }

    /* Branding */
    #branding {
        font-size: 2.9em;
        transition: all .2s linear;
        -o-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    /* Navigation */
    #nav-collapsed {
        width: 65px;
        margin-top: -1em;
        padding: 1.9em;
    }

        #nav-collapsed.is-active {
            padding-bottom: 3em;
            color: #666;
        }

        #nav-collapsed span.responsive-menu-text {
            display: inline-block;
            padding-left: .5em;
            vertical-align: middle;
        }

    /* Forms */
    select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    }
}
/* end media query */




/* TABLET/NETBOOK (iPad and most Android Tablets in portrait) */
@media only screen and (min-width: 769px) {

    #print-button {
        display: block;
    }

    #layout-main .content-item .newsImage {
        float: left;
        width: 300px;
        padding-right: 20px;
    }

        #layout-main .content-item .newsImage img {
            max-height: 250px;
            max-width: 300px;
        }

    #layout-main .content-item .list-item {
        min-height: 250px;
    }

    #layout-main .content-item .list-items {
        padding-top: 50px;
    }

    .zone-header {
        display: block;
    }

    .widget-BrokerageSelection .boat-wrapper {
        width: 300px;
        border: 1px solid #1196d9;
    }

    .widget-BrokerageSelection .boat-inner-wrapper {
        border: none;
    }

    .menu-btn, #mobile-logo, .mobile-header-text {
        display: none;
    }

    .menu-main-menu, .widget-NewsAndEvents, .widget-FooterMenu, .widget-BrokerageSelection h1, .widget-SearchForm, .widget-BrokerageSelection header {
        display: block;
    }

    .widget-HeaderWebsiteTitle {
        display: block;
        width: 100%;
        height: 130px;
    }

    .sactuaryCoveLogoRight, .sactuaryCoveLogoLeft {
        width: 210px;
        height: 130px;
    }

    .santuaryCoveLogoRight {
        float: right;
    }

    .santuaryCoveLogoLeft {
        float: left;
    }


    #layout-header {
        height: 127px;
    }

    .widget-Branding, .menu-main-menu {
        float: left;
    }

        .widget-Branding p {
            margin: 0px;
        }

    .menu-main-menu {
        display: inline;
        position: absolute;
        top: 90px;
        margin-left: 10px;
    }

        .menu-main-menu a {
            padding: 0 10px 0 10px;
        }

    body {
    }

    /* Structure
***************************************************************/

    /* Navigation */
    #layout-navigation {
        margin-top: 0;
    }

    .lt-ie8 #layout-navigation {
        margin-top: 2em;
    }

    nav ul li {
        margin: 0 2px -1px 0;
    }

    nav li.last {
        margin-right: 0;
    }

    nav ul li a {
        padding: 0 18px;
        /*color: #ffffff;*/
    }

    nav > ul li.current {
    }

    nav > ul li.dropdown:hover {
    }

    nav > ul li.dropdown li.dropdown:hover {
    }

    /* first level */
    nav > ul > li {
        float: left;
    }

        nav > ul > li > a {
            float: left;
        }

        /* second level */
        nav > ul > li > ul {
            margin: 24px 0px 0px -1px;
            position: absolute;
            width: auto;
        }

    .lt-ie8 nav > ul > li > ul {
        margin-left: -6.9em;
    }

    nav > ul > li > ul > li > a {
        padding: 0 18px;
    }

        nav > ul > li > ul > li > a:before {
            content: "";
        }

    /* third level */
    nav > ul > li > ul > li > ul {
        margin: -20px -1px 0px 90%;
        position: absolute;
        width: auto;
    }

        nav > ul > li > ul > li > ul > li > a {
            padding: 0 18px;
        }

            nav > ul > li > ul > li > ul > li > a:before {
                content: "";
            }

    /* Hide duplicated navigation in footer
** Only needed if set in ResponsiveChanges.js */
    .footer-menu {
        display: none!important;
    }


    /* Zones
***************************************************************/
    .zone-navigation {
        margin-left: 1em;
        padding: 0;
    }

    /* Secondary Zones */

    /* Aside Zones */
    /* If zone 1 is on */
    .aside-1 #layout-content {
        float: right;
        width: 62.5%;
    }

    .aside-1 .aside-first {
        float: left;
        width: 37.5%;
    }

    /* If zone 2 is on */
    .aside-2 #layout-content {
        float: left;
        width: 62.5%;
    }

    .aside-2 .aside-second {
        float: right;
        width: 37.5%;
    }

    /* If zones 1, 2 are on */
    .aside-12 #layout-content {
        width: 62.5%;
    }

    .aside-12 .aside-first, .aside-12 .aside-second {
        width: 18.75%;
    }

    .aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content {
        float: left;
    }

    /* Tripel Zones*/
    #layout-tripel > div {
        float: left;
        width: auto;
    }

    /*2 zones on */
    .tripel-12 #layout-tripel > div {
        width: 50%;
    }
    /* If zones 1, 2 are on */
    .tripel-23 #layout-tripel > div {
        width: 50%;
    }
    /* If zones 2, 3 are on */
    .tripel-13 #layout-tripel > div {
        width: 50%;
    }
    /* If zones 1, 3 are on */

    /*3 zones on */
    .tripel-123 #layout-tripel > div {
        width: 30%;
    }
    /* If zones 1, 2, 3 are on */

    /* Quad Footer Zones */
    #footer-quad > div {
        float: left;
        width: 25%;
    }

    /*1 zone on */
    .split-1 #footer-quad-first {
        width: auto;
    }
    /* If zone 1 is on */
    .split-2 #footer-quad-second {
        width: auto;
    }
    /* If zone 2 is on */
    .split-3 #footer-quad-third {
        width: auto;
    }
    /* If zone 3 is on */
    .split-4 #footer-quad-fourth {
        width: auto;
    }
    /* If zone 4 is on */

    /*2 zones on */
    .split-12 #footer-quad-first, .split-12 #footer-quad-second {
        width: 50%;
    }
    /* If zones 1, 2 are on */
    .split-13 #footer-quad-first, .split-13 #footer-quad-third {
        width: 50%;
    }
    /* If zones 1, 3 are on */
    .split-14 #footer-quad-first, .split-14 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 1, 4 are on */
    .split-23 #footer-quad-second, .split-23 #footer-quad-third {
        width: 50%;
    }
    /* If zones 2, 3 are on */
    .split-24 #footer-quad-second, .split-24 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 2, 4 are on */
    .split-34 #footer-quad-third, .split-34 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 3, 4 are on */

    /*3 zones on */
    .split-234 #footer-quad-second {
        width: 50%;
    }
    /* If zones 2, 3, 4 are on */
    .split-134 #footer-quad-first {
        width: 50%;
    }
    /* If zones 1, 3, 4 are on */
    .split-124 #footer-quad-fourth {
        width: 50%;
    }
    /* If zones 1, 2, 4 are on */
    .split-123 #footer-quad-third {
        width: 50%;
    }
    /* If zones 1, 2, 3 are on */

    /*3 zones on - alternate layout*/
    /*.split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:33.33333333333333%; }*/ /* If zones 1, 2, 3 are on */
    /*.split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 2, 4 are on */
    /*.split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 1, 3, 4 are on */
    /*.split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:33.33333333333333%; }*/ /* If zones 2, 3, 4 are on */

    /*
GRID LAYOUT BEGINS HERE FOR USE 
WITHIN HTML WIDGET AREAS AND EDITOR IF ADDITIONAL COLUMNS/ROWS ARE
DESIRED
***************************************************************/
    /* This is using the 1140 Grid System: http://cssgrid.net/ */
    .row {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

        .row:after {
            content: ".";
            display: block;
            width: 100%;
            height: 0;
            visibility: hidden;
        }

    .onecol {
        width: 4.85%;
    }
    /* grid_1  */
    .twocol {
        width: 13.45%;
    }
    /* grid_2  */
    .threecol {
        width: 22.05%;
    }
    /* grid_3  */
    .fourcol {
        width: 30.75%;
    }
    /* grid_4  */
    .fivecol {
        width: 39.45%;
    }
    /* grid_5  */
    .sixcol {
        width: 48%;
    }
    /* grid_6  */
    .sevencol {
        width: 56.75%;
    }
    /* grid_7  */
    .eightcol {
        width: 65.4%;
    }
    /* grid_8  */
    .ninecol {
        width: 74.05%;
    }
    /* grid_9  */
    .tencol {
        width: 82.7%;
    }
    /* grid_10 */
    .elevencol {
        width: 91.35%;
    }
    /* grid_11 */
    .twelvecol {
        width: 100%;
    }
    /* grid_12 */

    /* layout & column defaults */
    .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
        float: left;
        position: relative;
        margin-right: 3.8%;
    }

    /* adding float to large column */
    .twelvecol {
        float: left;
        position: relative;
    }

    /* default styles & fixes */
    .col-last {
        margin-right: 0;
        float: right;
    }
}
/* end media query */


/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 960px) {
    .o-form {
        width: 30%;
        float: left;
    }

    .sellingContent, .insuranceContent, .widget-FinanceContent {
        margin-top: 30px;
        width: 50%;
        float: left;
    }

    .form-wrapper, .widget-SubscribeForm {
        width: 100%;
    }

    .widget-BrokerageSelection .boat-wrapper {
        margin-left: 0px;
    }

    .menu-main-menu .first {
        display: none;
    }

    .widget-NewsAndEvents .newsImage {
    }

    .searchBar .input {
        width: 17%;
    }

    /*Search Listing
*************************/
    #advertisement-page .ad-preview {
        float: left;
        width: 100%;
        margin: 0 0 30px 10px;
        background: url("/Media/Default/WebsiteImages/BoatListGradient.png") repeat scroll 0px 0px transparent;
        border: 1px solid rgb(204, 204, 204);
    }

    #advertisement-page .rounded-img {
        float: left;
        width: 220px;
        height: 145px;
        margin: 5px 10px 0 0;
        padding-left: 6px;
        padding-bottom: 5px;
    }

    #advertisement-page .title, #advertisement-page .price {
        float: left;
        font-weight: bold;
        font-size: 1em !important;
    }

    #advertisement-page .price {
        width: 300px;
        float: left;
    }

    #advertisement-page .button-row {
        display: none;
        float: left;
        width: 100px;
    }

    #advertisement-page .shortDescription {
        float: left;
        width: 60%;
        height: 93px;
        margin: 0 0 5px 0;
    }

    #advertisement-page h1 {
        width: 400px;
        float: left;
        margin-left: 20px;
    }

    #advertisement-page .new-search {
        float: right;
        background: url(images/linkButtonBG.png) 0 0 no-repeat;
        width: 120px;
        height: 20px;
        text-align: center;
        margin-right: 30px;
        text-transform: uppercase;
    }

        #advertisement-page .new-search a {
            color: #FFFFFF;
        }

    #advertisement-page .button-row a {
        text-decoration: underline;
    }

    #advertisement-page .ad-listing-top {
        width: 100%;
        float: left;
        margin: 0 0 10px 17px;
        padding: 3px;
        padding: 0px;
        height: 40px;
    }

    #advertisement-page .ad-sorting {
        width: 45px;
    }

    #advertisement-page .sorting-drop-down {
        float: right;
    }

    #advertisement-page .ad-listing-bottom {
        width: 100%;
        float: left;
    }

    #left-col-listing {
        float: left;
        width: 700px;
    }

    #right-col-listing {
        float: right;
        width: 200px;
    }

    #layout-featured {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .widget-IntegritySocialList .newsImage {
        width: 50%;
    }

    .widget-IntegritySocialList p {
        width: 47%;
    }

    .widget-Models .boat-wrapper, .widget-ModelsPreOwned .boat-wrapper {
        width: 33%;
    }

    .widget-FeaturedNewBoat, .widget-FeaturedUsedBoat, .widget-IntegrityOwners, .widget-IntegrityNews, .widget-IntegritySocialList, .widget-DealerLocator, .widget-SocialFeed, .widget-MainTestimonials {
        display: block;
        width: 30%;
        margin: 0 1.5% 20px 1.5%;
        float: left;
    }

    .widget-Testimonials {
        display: block;
        width: 64%;
        float: left;
        margin-left: 20px;
    }

    #tripel-first, #tripel-second, #tripel-third {
        width: 30%;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }


    .widget-HeaderSocial, .widget-Branding, .widget-HeaderMenue, .widget-FooterMenu, .widget-LogoFooter, .widget-IntegritySocialList {
        display: block;
    }

    .menu-btn, #mobile-logo {
        display: none;
    }

    #left-col-listing {
        width: 670px;
    }

    .engineWrapper, .sectionWrapper {
        float: left;
        width: 100%;
        padding: 0 0 10px 0;
    }

        .engineWrapper .field, .sectionWrapper .field {
            float: left;
            width: 200px;
            text-align: right;
            font-weight: bold;
        }

        .engineWrapper .value, .sectionWrapper .value {
            padding-left: 5px;
            width: 270px !important;
        }

        .engineWrapper .header, .sectionWrapper .header {
            font-weight: bold;
            font-size: 18px;
            padding: 5px 0 5px 5px;
            margin-bottom: 10px;
            background-color: #efefef;
        }

    /*Boat Details
*************************/
    .sectionWrapper {
        display: block;
    }

    .engineWrapper {
        display: block;
    }


    #advertisement-page-detail {
        margin-left: 10px;
    }

        #advertisement-page-detail .button {
            padding: 0px;
            margin: 0px;
        }

            #advertisement-page-detail .button strong strong {
                padding-top: 3px;
            }

        #advertisement-page-detail .button, #advertisement-page .field-input {
            margin-top: 5px;
        }

        #advertisement-page-detail .field-label, #advertisement-page .field-input {
            width: 200px;
        }

    #right-col {
        width: 725px;
    }

    #image-box {
        margin-bottom: 20px;
    }

    #ad-detail #ad-title {
        width: 700px;
        float: left;
        font-size: 22px;
    }

    #ad-detail .price {
        width: 250px;
        float: right;
        font-size: 20px;
        color: #446783;
        text-align: right;
    }

    #ad-detail .content {
        padding: 14px 0 15px 0;
        float: left;
    }

    #ad-detail #detail-left-col {
        width: 100%;
        float: left;
    }

    #ad-sub-content-wrapper {
        margin-top: 10px;
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
        float: left;
    }

    #ad-sub-content-left {
        width: 550px;
        float: left;
    }

    #ad-sub-content-right {
        width: 250px;
        float: right;
        height: 90px;
    }

    #ad-detail .content .field {
        width: 200px;
    }

    #ad-detail .content .value {
        width: 250px;
        margin-left: 5px;
        float: left;
    }

    #ad-detail #ad-description ul {
    }

    #ad-detail #share-box {
        height: 65px;
        border: 1px solid #CCCCCC;
        padding: 10px;
        float: left;
        margin-top: 10px;
    }


    #ad-detail #ad-title {
        width: 70%;
    }

    #ad-detail .price {
        width: 30%;
    }

    #ad-detail #contact-box {
        margin-top: 10px;
        padding: 10px;
        border: 1px solid #CCCCCC;
        float: left;
    }

    #advertisement-page-detail #ad-detail .value {
        width: 250px;
        float: left;
    }

    #ad-detail #share-box #add-favorites {
        background: url(images/add-favorites.jpg) 0 0 no-repeat;
        cursor: pointer;
        _cursor: hand;
        width: 115px;
        margin-left: 10px;
        padding-left: 25px;
        float: left;
    }

    #ad-detail #share-box #print-page {
        background: url(images/printPage.jpg) 0 0 no-repeat;
        width: 70px;
        cursor: pointer;
        _cursor: hand;
        float: left;
        padding-left: 24px;
        height: 25px;
    }

    #advertisement-page-detail #ad-detail #social-media {
        margin-top: 10px;
        padding-top: 10px;
        text-align: center;
        border-top: 1px dotted #CCCCCC;
        float: left;
        width: 260px;
    }




    #contact-form .success {
        color: #4c4c4c;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #b2b2b2;
        background-color: #DFF7D5;
    }

    #print-image {
        display: none;
    }

    .buttons {
        text-align: right;
        width: 255px;
    }

    #share-box {
        display: none;
    }



    .no-advertisements {
        width: 100%;
        float: left;
        text-align: center;
    }



    #ad-sub-content-wrapper div {
        padding-top: 7px;
    }

    #right-col-listing, .new-search, .ad-listing-top, #tripel-second {
        display: block;
    }

    #advertisement-page .shortDescription {
    }

    #advertisement-page-detail #ad-detail {
        font-size: 1.1em;
        line-height: 1.3;
    }

    #ad-sub-content-wrapper #enquire-button {
        width: 180px;
        height: 40px;
        background-color: #ae1c1c;
        margin: auto;
    }

    #enquire-button {
        text-align: center;
        margin-top: 20px;
        padding-top: 15px;
        text-transform: uppercase;
    }

        #enquire-button a {
            color: #FFFFFF;
            font-size: 20px;
            font-weight: bold;
        }

    #ad-detail .content .field {
        text-align: right;
        float: left;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #ad-detail .content .value {
        margin-bottom: 5px;
    }

    .widget-BrokerageSelection .boat-wrapper {
        padding: 5px 10px 10px 10px !important;
        float: left;
    }
}


/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) {

    .menu-main-menu {
        font-size: 1.0em;
    }

        .menu-main-menu a {
            padding: 0 15px 0 15px;
        }

    .layout-content {
        max-width: 1160px;
    }

    .widget-BrokerageSelection .boat-wrapper {
        margin-left: 2px;
    }

    .searchBar .input {
        width: 17%;
    }

    /*Search Listing
*************************/
    #advertisement-page .ad-preview {
        float: left;
        width: 100%;
        margin: 0 0 30px 10px;
        background: url("/Media/Default/WebsiteImages/BoatListGradient.png") repeat scroll 0px 0px transparent;
        border: 1px solid rgb(204, 204, 204);
    }

    #advertisement-page .rounded-img {
        float: left;
        width: 220px;
        height: 145px;
        margin: 5px 10px 0 0;
        padding-left: 6px;
        padding-bottom: 5px;
    }

    #advertisement-page .title, #advertisement-page .price {
        float: left;
        font-weight: bold;
        font-size: 1em !important;
    }

    #advertisement-page .price {
        width: 430px;
        float: left;
    }

    #advertisement-page .button-row {
        display: none;
        float: left;
        width: 100px;
    }

    #advertisement-page .shortDescription {
        line-height: normal;
        float: left;
        width: 65%;
        height: 93px;
        margin: 0 0 5px 0;
    }

    #advertisement-page h1 {
        width: 400px;
        float: left;
        margin-left: 20px;
    }

    #advertisement-page .new-search {
        float: right;
        background: url(images/linkButtonBG.png) 0 0 no-repeat;
        width: 120px;
        height: 20px;
        text-align: center;
        margin-right: 30px;
        text-transform: uppercase;
    }

        #advertisement-page .new-search a {
            color: #FFFFFF;
        }

    #advertisement-page .button-row a {
        text-decoration: underline;
    }

    #advertisement-page .ad-listing-top {
        width: 100%;
        float: left;
        margin: 0 0 10px 17px;
        padding: 3px;
        padding: 0px;
        height: 40px;
    }

    #advertisement-page .ad-sorting {
        width: 45px;
    }

    #advertisement-page .sorting-drop-down {
        float: right;
    }

    #advertisement-page .pager {
        text-align: right;
        margin: 0px;
        padding: 0px;
    }

    #advertisement-page .ad-listing-top .pager {
        float: left;
        margin-left: 20px;
    }

    #advertisement-page .pager, .pager a {
        margin-bottom: 10px;
        background-color: #FFFFFF;
    }

        #advertisement-page .pager span, #advertisement-page .pager a {
            float: left;
        }

    #advertisement-page .pager {
    }

    #advertisement-page .ad-listing-bottom {
        width: 100%;
        float: left;
    }

    #left-col-listing {
        float: left;
        width: 75%;
    }

    #right-col-listing {
        float: right;
        width: 200px;
    }
}
/* end media query */




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

    /* DESKTOP */
    body {
    }


    .widget-BrokerageSelection .boat-description {
        font-size: 14px;
        line-height: 20px;
    }

    .widget-BrokerageSelection .boat-header {
        font-size: 14px;
    }

    .searchBar .input {
        width: 16%;
    }

    #advertisement-page .shortDescription {
        width: 75%;
    }

    #left-col-listing {
        width: 80%;
    }
}
/* end media query */




/* WIDESCREEN */
@media only screen and (min-width: 1400px) {
    .widget-BrokerageSelection .boat-wrapper {
        margin: 10px 8px 7px 8px;
    }

    body {
        font-size: 100%;
    }
    /* Increased legibility on large screens */
    #layout-header, #layout-navigation, #layout-featured, #layout-before-main, #layout-main, #layout-after-main, #layout-tripel, #footer {
        max-width: 1400px;
    }

    .searchBar .input {
        width: 19%;
    }
}
/* end media query */




/* PRINT */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster */
    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't print links for images, javascript or internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* Repeat header row at top of each printed page */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .breadcrumb, #print-button, #enquire-button, .pushy, .site-overlay, .menu-btn, #mobile-logo, .mobile-header-text, #layout-tripel-container, #layout-footer, .galleria-info, a {
        display: none;
    }

    .engineWrapper .field, .sectionWrapper .field {
        float: left;
        text-align: right;
        font-weight: bold;
    }

    .engineWrapper .value, .sectionWrapper .value {
        padding-left: 5px;
    }

    #layout-header, .widget-Branding, #header, .zone-header, .widget-PrintHeader {
        display: block;
    }

    .widget-Branding {
        float: left;
    }

    #layout-header, .widget-Branding, #header, .zone-header {
        margin: 0px;
        padding: 0px;
    }
}



/*
 Override Values
***************************************************************/

#layout-header {
    width: 100%;
    max-width: none;
    /*background-color: #02074b;*/
    color: #02074b !important;
}

#header {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.zone-header {
    margin: 0px;
    padding: 0px;
}

.metadata, .user-display {
    display: none;
}

.oforms {
    display: none;
}

.widget-ContactUsForm textarea {
    overflow: auto;
    width: 295px !important;
    margin-bottom: 20px;
}

#tripel-third .content-items .content-item {
    padding-top: 0px;
}

/*
BoatListing Display
*******************************************************************/
.taglinetop {
    text-align: center;
    font-size: 2.5em;
    vertical-align: middle !important;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-BrokerageSelection header {
    background-color: #e2e2e2;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 1.6em;
    margin-bottom: 10px;
    width: 99.5%;
}

.widget-BrokerageSelection .boat-title {
    float: left;
    width: 70%;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 3px;
}

.widget-BrokerageSelection .boat-price {
    float: right;
    width: 30%;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-BrokerageSelection .boat-images ul li img {
    padding: 0 0 3px 0;
}

.widget-BrokerageSelection .boat-wrapper, .widget-BrokerageSelection .boat-description {
    float: left;
    padding: 3px 0 0 0;
}

.widget-BrokerageSelection .boat-description {
    width: 300px;
    max-height: 60px;
    min-height: 60px;
    overflow: hidden;
    float: left;
}

.widget-BrokerageSelection .boat-header {
    width: 300px;
    float: left;
}

.widget-BrokerageSelection a, .widget-CorporateBoatList a {
    height: 93px;
    width: 157px;
}

.widget-NewBoatsList .main-picture {
    width: 140px;
    height: 120px;
    overflow: hidden;
    float: left;
}

.widget-BrokerageSelection .main-picture, .widget-BrokerageSelection .main-picture a {
    width: 205px;
    height: 135px;
    float: left;
}

    .widget-BrokerageSelection .main-picture img {
        float: left;
        margin-bottom: 3px;
    }

.widget-BrokerageSelection .boat-images ul {
    width: 90px;
    float: left;
    list-style: none;
    margin: 0px 0px 0px 4px;
}

.widget-BrokerageSelection .slide {
    float: left;
    width: 95px;
    height: 65px;
    cursor: pointer;
    margin-bottom: 5px;
}

    .widget-BrokerageSelection .slide img {
        cursor: pointer;
    }

.widget-FooterMenu {
    float: right;
    text-align: right;
    text-decoration: none !important;
}

    .widget-FooterMenu nav ul li {
        border-left: 1px solid #ffffff;
    }

        .widget-FooterMenu nav ul li.first {
            border-left: none;
        }

    .widget-FooterMenu a {
        color: white;
    }

.zone-footer {
    padding: 10px 0px 10px 0px;
    font-size: 90%;
}

.credits {
    margin-top: 5px;
    margin-left: 5px;
}

.main-image {
}

.slick-track {
    height: 190px;
}

.widget-NewBoats .image-carousel {
    border: 10px solid #02074b;
}

.widget-LuxuryYachtSelection .image-carousel {
    border: 10px solid #008ed6;
}

.carousel-content-wrapper {
    border-right: 1px solid #a4acb1;
}

    .carousel-content-wrapper .carousel-boat-title {
        text-transform: none !important;
        color: #ffffff;
        font-size: 80%;
        text-align: center;
        width: 224px;
        word-wrap: break-word; /* IE */
        height: 60px;
        background-color: #55595f;
        top: 130px;
    }

.widget-LuxuryYachtSelection .content-item, .widget-NewBoats .content-item {
    padding-top: 0px;
    padding-bottom: 0px;
}

.widget-HeaderTagLine table {
    margin: auto;
}

    .widget-HeaderTagLine table tr td {
        vertical-align: top !important;
        padding: 5px;
        text-align: center;
    }

#open7days {
    margin-bottom: 8px;
}

.widget-SearchForm {
    height: 70px;
    padding-top: 10px;
    width: 100%;
}

.searchBar {
    height: 50px;
    background-color: #e2e2e2;
}

    .searchBar h2 {
        line-height: 48px;
        padding-left: 10px;
        width: 110px;
        float: left;
        margin: 0px;
        height: 40px;
    }

    .searchBar .input {
        float: left;
        background-color: #f1f1f1;
        border: 1px solid #51575f;
        height: 25px;
        margin-top: 5px;
        margin-right: 10px;
    }

    .searchBar select {
        padding: 5px;
        height: 40px !important;
    }

input#search {
    background: url(/Media/Default/WebsiteImages/button-search-100.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border: 0;
    margin: 0px;
    margin-top: -27px;
    float: right;
}

#search-for-vessel-form .field-label, #search-for-vessel-form .field-input {
    margin-bottom: 10px;
}

#search-for-vessel-form .button {
    margin-top: 10px;
    padding: 10px;
}

#image-box, #ad-detail {
    max-width: 1100px;
    margin: auto;
}


#ad-description {
    float: left;
    margin-top: 20px;
}

#advertisement-page .pager {
    text-align: right;
    margin: 0px;
    padding: 0px;
}

#advertisement-page .ad-listing-top .pager {
    float: left;
    margin-left: 20px;
}

#advertisement-page .pager, .pager a {
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

    #advertisement-page .pager span, #advertisement-page .pager a {
        float: left;
    }

#advertisement-page .pager {
}

#advertisement-page .ad-listing-top {
    margin-bottom: 10px;
}




#enquiry-form {
    padding: 10px;
    float: left;
    width: 260px;
}

    #enquiry-form input {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 5px;
    }

    #enquiry-form textarea {
        width: 100%;
        height: 150px;
        margin-bottom: 5px;
        padding: 0px 0px 0px 5px;
    }

    #enquiry-form fieldset {
        width: 248px;
        margin-bottom: 5px;
        border-style: none;
        padding: 0px;
    }

    #enquiry-form h3 {
        width: 247px;
        margin-top: 0px;
    }

input {
    padding: 6px;
}

.widget-ContactUsForm input {
    margin-bottom: 10px;
}

.image-carousel img, .image-carousel .carousel-boat-title {
    width: 100%;
}

.image-carousel .main-image-wrapper {
    max-height: 130px;
    min-height: 130px;
    overflow: hidden;
    background-color: #55595f;
}

#left-col-listing .button-row {
    display: none;
}

.ad-preview {
    font-size: 1.1em;
    line-height: 1.3;
}

#ad-detail #detail-left-col {
    margin-top: 20px;
}

#layout-content .image-field {
    display: none;
}

.widget-BrandingLogos {
    margin: 40px;
    left: 29%;
    width: 510px;
    height: 70px;
    position: absolute;
}

.breadcrumb {
    z-index: 1000;
}



.simple-demo {
    width: 240px;
    height: 240px;
}

#ListBoatForSaleRequestForm input {
    margin-bottom: 10px;
}


.o-form {
    margin-top: 50px;
}

.o-form {
    margin-left: 50px;
}

    .o-form table td {
        padding: 5px;
    }

#layout-content #messages {
    margin-top: 80px;
}

#layout-content {
    margin-top: 20px;
}

#about-us-content {
    max-width: 700px;
    margin: auto;
}

    #about-us-content img {
        max-width: 100%;
    }

.zone-footer table {
    margin-top: 50px;
    width: 100%;
    font-size: 9px;
}

    .zone-footer table td {
        text-align: center;
    }

.insuranceContent img, #left-col-listing img {
    max-width: 100%;
}

.content-item .list-item img {
}

.widget-NewsAndEvents {
    margin: auto;
}

    .widget-NewsAndEvents ul li {
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }

    .widget-NewsAndEvents .list-item header {
        display: none;
    }

.list-item header {
    display: none;
}

.widget-NewsAndEvents .newsImage, .widget-NewsAndEvents p {
    float: left;
    max-height: 55px;
    overflow: hidden;
}

.widget-NewsAndEvents .newsImage {
    max-height: 80px;
    margin-right: 3%;
}

.widget-NewsAndEvents img {
    float: left;
    max-width: 125px;
    max-height: 100px;
}

.widget-NewsAndEvents p {
    width: 50%;
}
