@charset "utf-8";

/* CSS Document */


/*****************
COLORS:
BLUE - #002E5E
LT BLUE - #007DFF
ORANGE - #FFA100
DK ORANGE - #B27100
YELLOW - #FFB900

FONTS
MAIN - neuzeit-grotesk
WEIGHTS 400, 700, 900

******************/

body,
html {
    font-family: "neuzeit-grotesk", helvetica, arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.625em;
    /*overflow-x: hidden !important;*/
}

body {
    background: #F0F0F0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-family: "neuzeit-grotesk", helvetica, arial, sans-serif !important;
    font-weight: 700;
}

a,
a:hover,
a:focus {
    color: #B27100;
}

.color-blue {
    color: #002E5E !important;
}

.greybg {
    background: #F0F0F0 !important;
}


/* nav */

.navbar {
    margin-bottom: 0px;
    z-index: 99990001;
    padding: 0px 15px;
    border: 0px !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}

.navbar.navbar,
.navbar-default.navbar {
    background-color: #002E5E;
}

.navbar .navbar-brand {
    min-width: 177px;
    padding: 15px 20px 15px 0px !important;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .navbar-brand img {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav>li>a {
    font-size: 14px;
    line-height: 55px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff !important;
    padding: 0px 10px !important;
    margin: 10px 5px !important;
    border-bottom: 3px solid #002E5E;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #002E5E !important;
    border-bottom: 3px solid #fff;
    color: #FFB900 !important;
}

.navbar.navbar .dropdown-menu,
.navbar-default.navbar .dropdown-menu {
    background: #002E5E;
    border-radius: 0px !important;
    padding: 0px 15px 10px;
    width: 250px;
    left: -56px;
    text-align: center;
}

.navbar.navbar .dropdown-menu li>a,
.dropdown-header {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.29;
    border-bottom: 0px solid #002E5E;
}

.navbar.navbar .dropdown-menu li>a,
.navbar-default.navbar .dropdown-menu li>a {
    padding: 8px 16px !important;
}

.navbar.navbar .dropdown-menu li>a:hover,
.navbar-default.navbar .dropdown-menu li>a:hover,
.navbar.navbar .dropdown-menu li>a:focus,
.navbar-default.navbar .dropdown-menu li>a:focus {
    background: #002E5E !important;
    border-bottom: 0px solid #fff;
    color: #FFB900 !important;
}

.navbar.mini .navbar-brand {
    padding: 5px 30px 5px 0px !important;
    height: 35px;
}

.navbar.mini .navbar-brand img {
    height: 38px;
}

.navbar.mini .nav>li>a {
    line-height: 28px;
}


/* navbar contact info */

.navbar-contact {
    background: rgba(0, 0, 0, 0.2);
    padding: 0px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-contact a {
    margin: 0px 6px;
    padding: 0px 8px;
    text-decoration: none !important;
    color: #FFB900;
    font-weight: 400;
    font-size: 12px;
}

.navbar-contact a:hover {
    color: #fff;
}

.navbar-contact a i {
    font-size: 12px;
    line-height: 14px;
}

.navbar.navbar-default.mini .navbar-contact {
    height: 0px;
    padding: 0px 8px !important;
    overflow: hidden !important;
}


/* custom scrollbar */

::-webkit-scrollbar {
    width: 12px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #FFB900;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #FFCC00;
}


/*slideshow*/

#hero {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0;
    bottom: 20px;
    right: 0;
    overflow: hidden;
    box-shadow: inset 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}

#hero.page {
    bottom: 160px;
}

#hero .col-xs-12 {
    padding: 0px !important;
    height: 100%;
    position: relative;
}

#slideshow {
    width: 100%;
    height: 100%;
    position: fixed !important;
}

#slideshow.pics img {
    min-width: 100%;
    height: auto;
    top: auto !important;
    bottom: -22%;
    max-width: 100%;
}

#slideshow.pics.home img {
    bottom: 0;
}


/* custom slideshow with thumbs and arrows */


/* slideshow thumbs */

#nav {
    list-style: none !important;
    z-index: 10000;
    bottom: 0px;
    background-color: #000;
    position: absolute;
    height: 80px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

ul#nav li {
    display: inline-block;
}

ul#nav li img {
    border: 1px solid #c9c9c9;
    opacity: 0.75;
}

ul#nav li.activeSlide img {
    opacity: 1;
}

#prev_nav {
    left: 0px;
    font-size: 20px;
    font-family: 'avantgarde_medium';
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 10001;
}

#next_nav {
    right: 0px;
    font-size: 20px;
    font-family: 'avantgarde_medium';
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 10001;
}

#prev_nav,
#next_nav {
    position: absolute;
    bottom: 0;
    padding: 0px 4px;
    background: rgba(255, 255, 255, 0.5);
}

#prev_nav i,
#next_nav i {
    line-height: 80px;
}

#prev2 {
    left: 0;
}

#next2 {
    right: 0;
}

#prev2,
#next2 {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 10001;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#prev2 i,
#next2 i {
    font-size: 30px;
    line-height: 40px;
}

#hero:hover #prev2,
#hero:hover #next2 {
    background: rgba(255, 255, 255, 0.5);
    color: #000;
}


/* homepage search */

.homepagesearch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 124px;
    width: 100%;
    background: rgba(38, 38, 38, 0.75);
    padding-top: 130px;
    color: #fff;
    z-index: 11;
    display: none;
}

.homepagesearch a.close {
    color: #fff;
    text-shadow: none !important;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 16px;
}

.homepagesearch a.close:hover {
    opacity: 1;
}

.homepagesearch .nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.homepagesearch .form-control {
    border: 1px solid #c9c9c9 !important;
    background-position: center bottom, center calc(100% - -1px);
    background: #fff !important;
    border-radius: 3px;
    padding-left: 15px;
}

.homepagesearch input.form-control {
    padding-left: 8px;
}

.homepagesearch .btn {
    float: none;
    display: inline-block;
    margin-top: 35px;
}


/* homepage overlay */

.slideshowoverlay {
    position: relative;
    top: 0;
    left: 0;
    bottom: 124px;
    width: 100%;
    height: 90%;
    padding-top: 120px;
    /*
    background: rgba(0, 0, 0, 0.1);
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 23%, rgba(0,0,0,0.35) 100%); 
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(23%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); 
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0.35) 100%); 
		background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0.35) 100%); 
		background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0.35) 100%); 
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 23%,rgba(0,0,0,0.35) 100%);  
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=1 ); 
*/
    z-index: 15;
    color: #fff;
}

.slideshowoverlay h1 {
    text-transform: uppercase;
    font-size: 58px;
    color: #fff;
}

.slideshowoverlay h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.slideshowoverlay .contact {
    font-weight: bold;
    color: inherit !important;
}


/* page content stuff */

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.section {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 0px;
    float: left;
}

.section.page {
    margin-top: 60px;
}

.title {
    font-weight: 900;
    letter-spacing: 0.09em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.clearfix.divider,
.divider {
    border-top: 3px solid #FFB900;
    margin: 40px auto;
}

.btn-primary:not(.btn-link):not(.btn-flat) {
    background-color: #FFB900 !important;
    color: #002E5E;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.btn i {
    font-size: 16px !important;
    line-heigh: 16px;
}

.btn.btn-default {
    background: #002E5E !important;
    color: #fff !important;
}

.btn.btn-large {
    34 font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.btn.btn-small {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.btn.btn-yellow {
    background: #FFB900 !important;
}

.btn-grey:not(.btn-link):not(.btn-flat) {
    background-color: #A4A4A4 !important;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.09em;
}

.form-horizontal {
    margin-top: 30px;
}

.form-control {
    background-image: -webkit-linear-gradient(top, #FFB900 0%, #FFB900 100%), -webkit-linear-gradient(top, #d2d2d2 0%, #d2d2d2 100%) !important;
    background-image: linear-gradient(#FFB900, #FFB900), linear-gradient(#d2d2d2, #d2d2d2) !important;
    /*background-position: center bottom,center calc(100% - 1px);*/
    background-position: center bottom, center bottom;
}

.form-control-wrapper textarea.form-control {
    padding: 10px 0;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control-wrapper .floating-label {
    color: #bdbdbd !important;
}

#hero #slideshow.page {
    float: left;
    position: relative !important;
    overflow: hidden;
}

.page #slideshow.pics img {
    max-width: 100%;
    height: auto;
    top: 30px !important;
    bottom: -22%;
}

.pagecontent {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 0px 0px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    height: auto;
    top: 0;
    margin-top: 0px;
    z-index: 20;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.nopadding-left {
    padding-left: 0px;
}

.nopadding-right {
    padding-right: 0px;
}

.col2 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 30px;
    /* Firefox */
    column-gap: 30px;
}

blockquote {
    margin: 0px 0 30px;
    border-left: 5px solid #FFB900;
    font-style: italic;
    font-weight: bold;
    color: #002E5E;
}


/* tabs */

.nav-tabs {
    background: transparent;
    border-bottom: 0;
}

.nav-tabs>li {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #c9c9c9;
    margin: 0px 8px;
}

.nav-tabs>li.active {
    border: 1px solid #B27100;
}

.nav-tabs>li>a {
    line-height: 1em;
    color: #002E5E !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 900 !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    color: #FFB900 !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.tab-content .tab-pane {
    padding-left: 30px;
    border-left: 1px solid #B27100;
}


/* accordion */

.panel-group {
    margin-top: 30px;
}

.panel {
    box-shadow: none !important;
    border-radius: 0px !important;
}

.panel-heading {
    background: transparent;
    background-color: transparent !important;
    border-bottom: 1px solid #B27100 !important;
}

.panel-title {
    color: #B27100 !important;
    background: transparent;
}

.panel-title a {
    display: block;
    text-decoration: none !important;
}

.panel-title i {
    margin-top: -20px;
}

.panel-body ul {
    list-style: none !important;
    margin: 0px;
    padding: 0px 18px;
}

.panel-body ul li {
    padding: 3px 5px;
    border-bottom: 1px solid #c9c9c9;
}

.panel-body ul li:last-child {
    border-bottom: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px !important;
    border-bottom: 1px solid #B27100;
}

.see-the-yacht-links a {
    margin: 5px 1px;
}


/* media query for mobile */

@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
        overflow: inherit;
    }
}


/* lightbox */

.modal {
    z-index: 999999650;
}

.modal.in .modal-dialog {
    z-index: 99999990;
    min-width: 80%;
}

.modal-content .modal-body,
.modal-content .modal-body iframe {
    min-width: 100%;
}

.modal-content .modal-header {
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 9990;
    padding: 10px 15px !important;
}

.modal-header .close {
    background: #FFB900;
    color: #002E5E;
    text-shadow: none !important;
    font-size: 32px;
    opacity: 1;
    padding: 8px;
    line-height: 35px;
    margin: 0px !important;
}


/* homepage search bar **/

.section.searchbar {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ddd;
    color: #B9B9B9;
    font-weight: bold;
    line-height: 52px;
    overflow: hidden;
}

.section.searchbar a {
    color: inherit;
    text-decoration: none !important;
    background: #C5C5C5;
    padding: 5px 15px;
    margin: 0px 2px;
    float: left;
}

.section.searchbar .homeTel {
    font-size: 18px;
    line-height: 44px;
    color: #002E5E;
    background: transparent;
}

.section.searchbar .homeTel i {
    font-size: 16px;
    line-height: 14px;
    width: 35px !important;
    padding: 0;
    margin: 0;
    color: #FFB900 !important;
    box-shadow: none !important;
}

.section.searchbar a img {
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.section.searchbar a:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    background: #F1F1F1;
}

.section.searchbar .searchToggle {
    cursor: pointer;
}

.section.searchbar i {
    background: #C5C5C5;
    padding: 0px 15px;
    margin: 0px 2px;
    width: 54px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.section.searchbar i:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    background: #F1F1F1;
}

.section.searchbar i::before {
    padding: 15px 0px;
    color: #002E5E;
    position: inline-block;
}

.section.searchbar i.searchToggle {
    margin-right: 10px;
    background: #FFB900;
}

.section.searchbar i.searchToggle::before {
    color: #002E5E;
}

.section.searchbar span.searchToggle:hover,
.section.searchbar i.searchToggle:hover~span.searchToggle {
    color: #002E5E;
    -webkit-transition: all 0.24s ease;
    -moz-transition: all 0.24s ease;
    -ms-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
}

.section.searchbar.theSearchBox {
    background: #eee;
    text-align: center;
    padding: 8px 0px;
    display: none;
}

.section.searchbar.theSearchBox a {
    background: transparent !important;
    margin: auto auto !important;
    padding: 0px !important;
}

.section.searchbar.theSearchBox a:hover {
    background: transparent !important;
    box-shadow: none !important;
}

.section.searchbar.theSearchBox .border-left {
    border-left: 1px solid #B9B9B9;
}

.section.searchbar.theSearchBox i {
    background: transparent !important;
    font-size: 40px;
    display: block;
    float: none !important;
    width: 100%;
}

.section.searchbar.theSearchBox i::before {
    padding: 10px 0px !important;
}

.section.searchbar.theSearchBox i:hover {
    box-shadow: none !important;
}

.section.searchbar.theSearchBox .btn.btn-primary {
    padding: 4px 8px !important;
    color: #002E5E !important;
    background: #FFB900 !important;
    border-radius: 8px;
    border: 1px solid #FFB900;
}

.section.searchbar.theSearchBox .btn.btn-primary:hover {
    box-shadow: 1px 2px 0 rgba(0, 0, 0, .12), 1px 2px 0 rgba(0, 0, 0, .12);
}

.section.searchbar.theSearchBox a:hover {
    color: #002E5E !important;
}

.section.searchbar.theSearchBox a:hover i::before {
    color: #FFB900 !important;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .12), 1px 2px 0 rgba(0, 0, 0, .12);
}


/* homepage */

.homecontent {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 40px 0px 0px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    height: auto;
    top: 0;
    margin-top: 0px;
    z-index: 20;
}

.homepageblurb {
    margin-top: -134px;
    background: #fff;
    padding-top: 30px;
    /*box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);*/
    z-index: 305;
    position: relative;
    padding: 0px 0 10px;
}

.homepageblurb .title {
    text-transform: uppercase;
    margin-top: 46px;
}

.homepageblurb h3 {
    margin: 0px;
}

.homepageblurb .theText {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.homepageblurb .theText:hover {}

.homepageblurb p {
    font-size: 18px;
    line-height: 2em;
}


/*
yellow: FFB900
blue:  	002E5E
*/

.homepageblurb ul.large {
    list-style: none;
    margin-top: 30px;
    padding-left: 30px;
}

.homepageblurb ul.large li {
    font-size: 22px;
    line-height: 2em;
    padding-left: 65px;
    margin-bottom: 5px;
    /*border: 1px solid #c9c9c9;*/
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #FFB900;
    border-radius: 4px;
}

.homepageblurb ul.large li:hover {
    background: #002E5E;
    color: #FFB900;
}

.homepageblurb ul.large li:first-child {
    /*border-top: 0px solid #c9c9c9;*/
}

.homepageblurb ul.large li a {
    text-decoration: none;
    color: inherit;
}

.homepageblurb ul.large li i {
    color: #002E5E;
    vertical-align: text-bottom;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.homepageblurb ul.large li:hover i {
    color: #FFB900;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, .12), 1px 2px 0 rgba(0, 0, 0, .12);
}

.homepageblurb .theTagline {
    font-size: 22px;
    line-height: 1.8em;
    position: relative;
    z-index: 20;
    color: #fff;
    background: #002E5E;
    font-weight: 900;
    text-transform: uppercase;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-top: 20%;
    margin-top: 15px;
    float: none;
    display: inline-block;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/* 
.homepageblurb .theTagline:hover {
    color: #002E5E;
    background: #FFB900;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12),0 1px 6px 0 rgba(0,0,0,.12);
}
*/

.homepageblurb .theTagline i {
    font-size: 12px;
    padding-top: 15px;
}

.section.homeContact {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: url(../jpg/bg_homecontact.jpg) no-repeat center fixed #eee;
    background-size: cover;
}

.homeContact .theContactBox {
    float: left;
    position: relative;
    height: 645px;
    width: 100%;
    padding: 0px !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.section.homeContact .col-xs-12 {
    padding: 0px !important;
}

.section.homeContact .slideshow-container {
    height: 100% !important;
}

.section.homeContact #map_frame {
    /*max-height: 150px;*/
    display: none;
}

.section.homeContact #slideshoww {
    height: 100% !important;
}

.section.homeContact #slideshoww.pics img {
    top: 0 !important;
    height: 100% !important;
    width: auto !important;
    max-width: 200% !important;
}

.section.homeContact .baseInfo {
    padding: 0px 20px !important;
    height: 100% !important;
}

.section.homeContact .baseInfo h1 {
    margin-top: 80px;
}

.section.homeContact .baseInfo form {
    margin-bottom: 130px;
}

.section.homeContact .officeInfo {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.section.homeContact .officeInfo i {
    font-size: 16px;
}

.section.homeContact .officeInfo em {
    font-weight: 700;
}

.section.homeContact .officeInfo .emphasis {
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 18px;
}

.section.homeContact .mapFrame {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.section.homeNews {
    padding-top: 0px !important;
}

.homeNews .slick .info-container h4 {
    min-height: 40px;
}

.homeNews .slick .card .img-container {
    max-height: 250px;
}

.slick {
    padding: 0 0 8px;
}

.slick .card {
    margin: 8px 5px;
    cursor: pointer;
}

.slick .card a {
    text-decoration: none !important;
}

.slick .panel-body {
    padding: 0px;
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.slick .card .img-container {
    max-height: 164px;
    overflow: hidden;
}

.slick .card .img-container img {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.slick .card:hover .img-container img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slick .info-container {
    padding: 20px 12px;
    /* min-height: 175px; */
}

.slick .info-container p,
.slick .info-container h4 {
    padding: 0px;
    margin: 0px;
}

.slick .info-container h4 {
    margin-top: 8px;
    color: #002E5E;
}

.slick .card .readmore {
    position: relative;
    z-index: 2;
    width: auto !important;
    height: 40px;
    line-height: 30px;
    float: right;
    margin-top: -16px;
    margin-right: -50px;
    overflow: hidden;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.slick .card:hover .readmore {
    margin-right: 20px;
}

.slick .card .readmore .btn.btn-fab {
    margin: 0;
    padding: 6px;
    font-size: 16px;
    width: 28px;
    height: 32px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #FFB900 !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.slick .card .readmore .btn:hover {
    width: auto !important;
    background: #FFA100 !important;
}

.slick .card .readmore .btn.btn-fab i {
    display: inline-block;
    float: right;
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    margin: 0 auto;
    font-size: 20px;
}

.slick .card .readmore .btn span {
    line-height: 24px;
    font-size: 12px;
    width: 0px !important;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.slick .card .readmore .btn:hover span {
    width: 80px !important;
    padding: 0px 8px;
    opacity: 1;
}

.slick-dots {
    margin-bottom: 10px;
}


/* pagination */

.paginate {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.paginate li {
    display: inline-block;
    width: auto;
    padding: 0px;
    margin: 0px;
    color: #B27100;
}

.paginate li i {
    font-size: 20px;
    font-weight: bold;
}


/* explore yachts // yacht types */

#explore #hero.page {
    bottom: 0;
    height: 525px;
}

#explore #hero #slideshow.page img {
    top: 70px !important;
}

.baseInfo {
    background: #fff;
    padding: 95px 20px 120px !important;
    position: relative;
    height: 100%;
}

.baseInfo h1 {
    font-size: 29px;
    font-weight: 900;
    letter-spacing: 0.015em;
    margin: 0px;
    color: #002E5E;
    text-transform: uppercase;
}

#explore .baseInfo h1 {
    font-size: 26px
}

.baseInfo h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.baseInfo .bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 12px 20px 0px !important;
}

#explore .baseInfo .bottom {
    position: relative !important;
    padding: 12px 0px 0px !important;
}

.baseInfo .bottom p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #646464;
}

.baseInfo .bottom p i {
    font-size: 11px !important;
}

.baseInfo .bottom .links {
    border-top: 1px solid #DDDDDD;
    text-align: right;
    margin-top: 30px;
    width: 100%;
    float: left;
}

.baseInfo .bottom .links i {
    color: #C5C5C5;
    padding: 12px 15px;
    margin: 0px 2px;
    width: 34px;
    text-align: center;
    float: none;
    cursor: pointer;
    display: inline-block;
}

.baseInfo .bottom .links i:hover {
    color: #FFB900;
}

.baseInfo.exploreBox {
    height: 100%;
}

.pagecontent.explore {
    margin-top: 0px !important;
}

.pagecontent.explore,
.pagecontent.explore .section {
    padding: 0px !important;
}

.explore .moreinfo {
    padding: 60px 40px 30px 40px !important;
}

.explore .moreinfo h2 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.015em;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #002E5E;
    text-transform: uppercase;
}

.explore .moreinfo p {
    margin-bottom: 30px;
}

.explore .yacht.card .info-container {
    min-height: 102px;
}

.scroll .loafingGif {
    margin: 5px auto !important;
    float: none;
}

.explore .contactBox {
    padding-left: 15px;
}

.explore .contactBox h3 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.015em;
    margin-top: 0px;
    margin-bottom: 12px;
    color: #002E5E;
    text-transform: uppercase;
}

.explore .contactBox p {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.explore .contactBox .testimonials {
    margin-top: 100px;
}

.explore .contactBox .testimonials p {
    color: #646464;
}

.explore .contactBox .testimonials p:hover {
    color: #000;
}

.sideimgs img {
    min-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.72s ease;
    -moz-transition: all 0.72s ease;
    -ms-transition: all 0.72s ease;
    -o-transition: all 0.72s ease;
    transition: all 0.72s ease;
}

.sideimgs img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.yachtList {
    position: relative;
}

.yacht.card .img-container {
    height: 195px;
    overflow: hidden;
    position: relative;
}

.yacht.card .img-container img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.yacht.card .info-container {
    min-height: 113px;
}

.yacht.card .info-container .title {
    width: 100%;
    min-height: 60px;
    position: relative;
    padding: 10px 0px 8px !important;
    margin-bottom: 0px;
}

.yacht.card .info-container .title h4 {
    padding: 0px;
    margin: 0px;
}


/*.yacht.card .info-container .title h4 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 50%;
    -webkit-transform:translate(0, -50%);
    -moz-transform:translate(0, -50%);
    -ms-transform:translate(0, -50%);
    -o-transform:translate(0, -50%);
    transform:translate(0, -50%);
}*/

.yacht.card .info-container small {
    font-size: 12px;
}

.yacht.card {
    padding: 0px !important;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12) !important;
}

.yacht.card .panel-body {
    padding-bottom: 5px;
}

.yacht.card p {
    margin-bottom: 2px !important;
}

.yacht.card .img-container {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
    overflow: hidden;
    background: #c9c9c9;
    position: relative;
}

.yacht.card .img-container img {
    -webkit-transition: all 0.72s ease;
    -moz-transition: all 0.72s ease;
    -ms-transition: all 0.72s ease;
    -o-transition: all 0.72s ease;
    transition: all 0.72s ease;
}

.yacht.card:hover .img-container img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.yacht.card .readmore {
    position: absolute;
    z-index: 2;
    width: 40px !important;
    height: 40px;
    line-height: 30px;
    text-align: center;
    float: right;
    bottom: 100px;
    right: -50px;
    overflow: hidden;
    font-size: 30px !important;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.yacht.card:hover .readmore {
    right: 5px;
}

.yacht.card .readmore .btn.btn-fab {
    margin: 0;
    padding: 6px;
    font-size: 16px;
    width: 28px;
    height: 32px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
}

.yacht.card .readmore .btn:hover {
    width: auto !important;
}

.yacht.card .readmore .btn.btn-fab i {
    display: inline-block;
    float: right;
    position: relative;
    top: auto;
    left: auto;
    transform: none !important;
    margin: 0 auto;
    font-size: 20px;
}

.yacht.card .readmore .btn span {
    line-height: 24px;
    font-size: 12px;
    width: 0px !important;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.yacht.card .readmore .btn:hover span {
    width: 80px !important;
    padding: 0px 8px;
    opacity: 1;
}

.yacht.card p {
    margin: 0px;
    padding: 0px;
    line-height: 1.3em;
}

.yacht.card .price {
    /*position: absolute;
    bottom: -30px;
    width: 100%;*/
    font-size: 13px;
    background: #fff;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.yacht.card:hover .price {
    bottom: 10px;
}


/*yacht listing */

.yachtListings .title {
    margin: 0px !important;
    padding: 0px !important;
}

.sortList {
    padding: 12px 15px;
    border-top: 1px solid #FFB900;
    border-bottom: 1px solid #FFB900;
    margin-bottom: 30px;
}

.sortList a {
    padding: 0 8px;
}

.sortList a.dir {
    padding: 0px !important;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px !important;
}

.sortList a,
.sortList a i {
    line-height: 30px;
    font-size: 16px !important;
}

.sortList a i[class*="mdi-hardware-"],
.sortList a div[class*="mdi-hardware-"] {
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 30px;
}

.sortList a:hover {
    text-decoration: none;
    color: #002E5E;
}

.sortList a.active {
    color: #002E5E;
    font-weight: bold;
}

.yachtListings .section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.yachtListings .section .yachtList {
    padding-top: 30px;
    padding-bottom: 30px;
}

.yachtSide {
    padding-top: 30px;
    padding-bottom: 30px;
}

#slideshow.yacht {
    height: 480px;
    overflow: hidden;
}


/* stickem */

.yachtListing.stickit {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    z-index: 80;
}

.yachtListing.stickit-end {
    top: auto;
    bottom: 0px;
    position: absolute;
    right: auto;
    left: 0;
    z-index: 80;
}


/* yacht detail */

#hero.yacht.page {
    position: relative;
    bottom: 0px;
    margin-top: 78px;
}

#hero.yacht.page .baseInfo h1 {
    margin-top: 40px;
}

#hero div div#nav_container {
    height: 100%;
}

.royalSlider {
    width: 100%;
    height: 100% !important;
    background: #000;
    /*   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; */
}

.rsSlide img {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    /* center the img */
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.rsOverflow {
    min-height: 100% !important;
}

.rsOverflow.grab-cursor,
.rsOverflow.grabbing-cursor {
    height: 100% !important;
}

.rsThumbs {
    position: absolute;
    bottom: 0;
    background: #F0F0F0;
    padding: 4px 0;
    min-width: 100%;
}

.rsThumbsContainer {
    min-width: 100%;
}

.rsThumb {
    float: none;
    position: relative;
    display: inline-block;
}

.rsThumb.rsNavSelected {
    opacity: 0.6;
    background: #000;
}

.instructions {
    width: auto;
    max-width: 270px;
    height: auto;
    padding: 15px;
    background: rgba(0, 0, 0, .5);
    z-index: 80;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}

.instructions img {
    max-width: 100%;
}

#hero.yacht.page #slideshow.yacht {
    margin-top: 0px !important;
    height: 545px;
}

#hero.yacht.page #slideshow {
    margin-top: 45px;
    background: #F0F0F0;
}

#hero.yacht.page #slideshow img {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important;
    height: auto !important;
}

.pagecontent.yachtdetails {
    margin-top: 0px !important;
    padding-top: 0px !important;
    top: 0px !important;
}

.pagecontent.yachtdetails .section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #F0F0F0;
}

.yacht .baseInfo {
    padding: 0px 20px!important;
    height: auto !important;
    min-height: 400px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    z-index: 4;
}

.yacht .baseInfo h1 {
    margin-top: 110px;
}

.yacht .baseInfo h4 {
    color: #002E5E;
}

.yacht .baseinfo .spec-name {
    text-align: right;
    padding-right: 15px;
}

.yacht .baseInfo .specs {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.yacht .one-img {
    width: 100%;
}

.yachtdetails p.large {
    font-size: 18px !important;
}

#theDocuments {
    background: #F0F0F0;
    color: #002E5E;
    padding: 30px 15px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

#theDocuments a {
    display: block;
    width: 100%;
    margin: 6px 0px;
}

#theBroker {
    background: #002E5E;
    color: #fff;
    padding: 30px 15px;
    width: 100%;
    margin-bottom: 30px;
    float: left;
}

#theBroker h2 {
    margin: 0px 0px 10px !important;
    font-size: 18px;
}

#theBroker p,
#theBroker a {
    margin: 0px;
    padding: 0px;
    line-height: 1.6em;
    color: #fff;
    text-decoration: none !important;
}

.yachtdetails .moreInfo {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    background: #fff;
}

.yachtdetails .moreInfo p,
.yachtdetails .moreInfo p span,
.yachtdetails .moreInfo p strong,
.yachtdetails .moreInfo span,
.yachtdetails .moreInfo strong,
.yachtdetails .moreInfo h1,
.yachtdetails .moreInfo h2,
.yachtdetails .moreInfo h3,
.yachtdetails .moreInfo h4,
.yachtdetails .moreInfo h5,
.yachtdetails .moreInfo h6 {
    font-family: "neuzeit-grotesk", helvetica, arial, sans-serif !important;
    font-size: 16px !important;
    color: #333;
}

.yachtdetails .contactBox {
    padding: 15px 50px;
}

.collapse-card {
    position: relative;
}

.yacht .table {
    margin-bottom: 0px !important;
    font-size: 13px;
}

.yacht .table>tbody>tr>td {
    padding: 4px 0px;
    border: 0px !important;
}

.yacht .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 46, 94, 0.05);
}

.yacht .table-striped>tbody>tr:hover,
.yacht .table-striped>tbody>tr:hover:nth-of-type(odd) {
    background-color: rgba(0, 46, 94, 0.1);
}

.yacht .table-striped>tbody>tr>td.locatioooon span {
    display: inline-block;
}

.yacht .table-striped>tbody>tr>td.locatioooon span:after {
    content: ', ';
    display: inline-block;
}

.yacht .table-striped>tbody>tr>td.locatioooon span:last-child:after {
    content: '';
    display: inline-block;
}

.pricing-list .table-striped {
    font-size: 13px !important;
}

.pricing-list .table>tbody>tr>td {
    padding: 3px 2px;
}

.pricing-list .table>tbody>tr>td:nth-child(even) {
    text-align: right !important;
}


/* hot deals */

.hotdeals.section {
    margin-top: 40px;
}

table.hotdeals {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    float: left;
}

table.hotdeals th {
    text-align: center;
}

table.hotdeals>tbody>tr {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

table.hotdeals>tbody>tr:hover {
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
}

table.hotdeals tbody tr:hover img {
    box-shadow: 1px 2px 0 rgba(0, 0, 0, .12), 1px 2px 0 rgba(0, 0, 0, .12);
}

table.hotdeals>tbody>tr:hover i {
    color: #FFB900;
}

table.hotdeals>tbody>tr>td {
    vertical-align: middle;
}

table.hotdeals img {
    width: 120px;
}


/* past sales */

.pastsales {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.pastsales .yacht.card .info-container {
    min-height: 90px;
}

.pastsales .yacht.card .info-container .title {
    width: 100%;
    min-height: 10px;
    margin: 0px !important;
    position: relative;
}


/* buyers guide */

.nohero #slideshow {
    position: relative !important;
    height: inherit;
}

#slideshow.guidee {
    top: 30px;
    overflow: hidden;
}

.buyingYacht.baseInfo {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    min-height: 420px;
}

.buyingYacht.baseInfo h1 {
    padding-top: 88px;
}

.buyingYacht .links a {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none !important;
    font-weight: bold;
    color: #002E5E;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.buyingYacht .links a:hover,
.buyingYacht .links a.active {
    color: #FFB900;
}

.buyingYacht .links a i {
    font-size: 14px;
    color: #FFB900;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.buyingYacht .links a:hover i,
.buyingYacht .links a.active i {
    -moz-transform: scale(1.85);
    -webkit-transform: scale(1.85);
    -o-transform: scale(1.85);
    -ms-transform: scale(1.85);
    transform: scale(1.85);
}

.buyingYachtGuide .section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.text {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* stickem */

.stickem-container {
    position: relative;
    float: left;
    width: 100%;
}

.stickit {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
}

.stickit-end {
    top: auto;
    bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 80;
}


/* neptunus yachts */

.neptunus #slideshow {
    min-height: 527px;
}

.neptunus .section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.neptunus .title {
    padding-top: 25px;
    padding-bottom: 15px;
}

.neptunus .yacht.card .img-container img {
    position: absolute !important;
}

.neptunus .yacht.card.psales .info-container {
    height: auto !important;
    min-height: 30px;
    text-align: center;
}


/* marinas and dockage */

#marinas_dockage {
    margin-top: 70px;
    max-height: 450px !important;
}

.marinasAndDockage.section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.marinasAndDockage .slick .card .img-container {
    max-height: 140px;
}

.marinasAndDockage .slick .info-container {
    min-height: 50px !important;
}

.marinasAndDockage .slick .info-container h4 {
    min-height: 40px;
}

.marinasAndDockage .slick .info-container p {
    line-height: 1.2em;
    padding-top: 5px;
}

.marinasAndDockage .slick .info-container p i {
    font-size: 14px;
}

.marinasAndDockage .contactBox {
    padding: 35px 50px;
    background: #F0F0F0;
}

.marinasAndDockage .form-control-wrapper .floating-label {
    color: rgba(0, 0, 0, 0.84) !important;
}

.marinasAndDockage .contactBox .control-label {
    text-align: left;
    color: #bdbdbd !important;
    font-weight: normal;
}

.marinasAndDockage i.small {
    font-size: 14px !important;
    margin-right: 8px;
    color: #FFB900;
}

.marinasAndDockage .btn-small {
    display: block;
}

.marinasDockage .locationInfo {
    position: relative;
    padding: 30px 20px;
    bordeR: 1px solid #c9c9c9;
}

.marinasDockage .locationInfo i {
    float: left;
    line-height: 30px;
    padding-right: 12px;
}

.marinasDockage .locationInfo p>span {
    display: inline-block;
    width: 75%;
}

.relatedArticles.slick .card .img-container {
    max-height: 180px !important;
}

.relatedArticles.slick .card .info-container {
    min-height: 115px !important;
}


/* marketing your yacht */

.marketingYacht .slick .info-container {
    min-height: 50px !important;
}

.marketingList {
    list-style: none;
    text-align: center;
}

.marketingList li {
    padding: 6px 12px;
    margin: 4px 2px;
    width: auto !important;
    display: inline-block;
    float: none;
    border: 1px solid #c9c9c9;
}

.marketingList li a {
    color: #AAAAAA;
    text-decoration: none;
    font-size: 15px;
}

.marketingList li:hover {
    border: 1px solid #B27100;
}

.marketingList li:hover a {
    color: #B27100;
}


/* brokers */

.circle.img {
    border-radius: 50%;
    border: 0px solid #FFB900;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.circle.img img {
    max-width: 100%;
    width: 100%;
    border-radius: 50%;
}

.aBroker:hover .circle.img {
    border: 5px solid #FFB900;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}

.aBroker {
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.aBroker .info {
    text-align: center;
}

.aBroker .info h2 {
    font-size: 20px;
    color: #002E5E;
    text-align: center;
    margin-bottom: 5px;
}

.aBroker .info a {
    color: inherit;
    text-decoration: none !important;
}

.aBroker .info .email {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #FFB900;
    position: relative;
    opacity: 0;
    top: -30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.aBroker .info .email i {
    font-size: 14px;
}

.aBroker:hover .info .email {
    opacity: 1;
    top: 0px;
}


/* bio */

.sidebar {
    background: #F6F6F6;
    margin-top: -40px;
    margin-bottom: -40px;
    padding-top: 40px;
}

.bio .title {
    margin-top: 45px;
    margin-bottom: 5px;
}

.bio h2 {
    font-size: 20px;
    margin-top: 0px;
}

.bio .circle.img {
    z-index: 20;
    position: relative;
    border: 5px solid #FFB900;
}

.bio .sidebar .circle.img {
    z-index: 20;
    position: relative;
    border: 2px solid #FFB900;
}

.bio .aBroker .info {
    text-align: left;
    margin-left: -15px;
}

.bio .aBroker .info h2 {
    text-align: left;
    font-size: 16px;
    margin: 5px 0px;
}

.bio a {
    color: #002E5E;
    text-decoration: none !important;
    line-height: 35px;
}

.bio .aBroker .info .email {
    opacity: 1;
    top: 0px;
}

.bio .divider {
    margin: 20px -50px;
    z-index: 10;
}

.bio p {
    line-height: 2em;
    margin-bottom: 20px;
}

.bio .yacht.card .info-container {
    min-height: 75px;
}

.sidebar .testimonials {
    margin-bottom: 20px;
}

.sidebar .testimonials blockquote {
    position: relative;
    border-left: 0px !important;
    border-top: 1px solid #002E5E;
    margin: 15px 0px 0;
}

.sidebar .testimonials blockquote p {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
    margin: 0px;
    padding: 0;
}

.sidebar .testimonials blockquote:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 40px;
    position: absolute;
    left: 10px;
    top: 13px;
    color: rgba(255, 185, 0, 0.25);
    z-index: 1;
}

.sidebar .testimonials a.pull-right {
    color: #002E5E;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5em;
    cursor: pointer;
    text-decoration: underline !important;
}

.modal-backdrop {
    background: #000;
}

.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.modal.testimonial .modal-content {
    padding: 25px 55px;
}

.modal.testimonial .modal-content:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 70px;
    position: absolute;
    left: 40px;
    top: 33px;
    color: rgba(255, 185, 0, 0.25);
    z-index: 1;
}

.modal.testimonial .modal-content p {
    position: relative;
    z-index: 8;
    /*float: left;*/
}

.modal.testimonial .modal-content p.author {
    font-weight: bold;
    font-size: 22px;
    color: #FFB900;
    padding-right: 18px;
    margin-top: 15px;
    width: 100%;
}

.modal.testimonial .modal-content div.circle {
    max-width: 25%;
    margin-left: 12px;
}


/* the gilman difference */

.section.difference {
    padding-top: 75px;
    padding-bottom: 0px;
    background: url(../jpg/bg_difference.jpg) no-repeat center fixed #eee;
}

.differenceContainer {
    padding-top: 60px;
    padding-bottom: 80px;
}

.GDifference {
    padding: 30px 0 0;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.difference .text {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
}


/* news & events */

#hero.tiny {
    bottom: 450px;
}

#hero.tiny #slideshow.page {
    margin-top: 50px;
}

.pagecontent.tinyhero {
    margin-top: -450px;
    padding-top: 0px;
}

.pagecontent.tinyhero .section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.news {
    padding-top: 0px;
    padding-bottom: 8px;
}

.news .item {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    overflow: hidden;
}

.news .item a {
    color: inherit;
    text-decoration: none;
}

.news .item .thumbnail {
    margin-bottom: 0px;
    border: 0px !important;
    border-radius: 0px;
    position: relative;
    padding: 0px;
    margin: 8px;
    overflow: hidden;
}

.news .item .thumbnail:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}

.news .item .thumbnail img {
    position: relative;
    z-index: 0;
    max-width: 100%;
    min-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news .item .thumbnail:hover img {
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.news .item .thumbnail .caption {
    z-index: 20;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news .item .thumbnail:hover .caption {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}

.news .item .thumbnail .caption p {
    font-weight: bold;
    color: #002E5E;
    min-height: 50px;
}

.news .item .thumbnail .caption p.info {
    font-weight: normal;
    color: #333;
}

.news .item .thumbnail .caption small {
    font-style: italic;
    position: relative;
    display: block;
    height: 25px;
}

.news .item .thumbnail .caption p.info {
    overflow: hidden;
    opacity: 0;
    height: 0;
    max-height: 0px;
    position: relative;
    display: block;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.news .item:hover .thumbnail .caption p.info {
    overflow: hidden;
    opacity: 1;
    height: auto;
    max-height: 100px;
}

.news .item .thumbnail .caption .readMore {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #FFB900;
    border-radius: 50%;
    position: absolute;
    right: -215px;
    top: -15px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.news .item .thumbnail .caption .readMore i {
    font-size: 18px;
    line-height: 30px;
}

.news .item:hover .thumbnail .caption .readMore {
    right: 15px;
}

.news .item .thumbnail .caption .readMore:hover {
    background: #FFA100;
}

.events {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    float: left;
}

.events h2 {
    text-transform: uppercase;
    font-weight: 900;
}

.events .anEvent {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FFB900;
}

.events .anEvent:last-child {
    border-bottom: 0px solid #FFB900;
}


/* article */

.article {
    position: relative;
    padding-bottom: 85px;
}

.articleBody,
.articleBody p,
.articleBody span,
.articleBody ul,
.articleBody p span {
    font-family: "neuzeit-grotesk", helvetica, arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.625em !important;
}

.article .return {
    /*position: absolute;
    bottom: 5px;
    left: 5px;*/
}


/* contact us */

#hero.contact {
    position: relative !important;
    height: 810px !important;
}

.section.contact {
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    background: url(../jpg/bg_homecontact.jpg) no-repeat center fixed #eee;
    background-size: cover;
}

.contact .baseInfo {
    padding: 30px 20px 20px !important;
}

.contact .theContactBox {
    float: left;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0px !important;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.contact .slideshow-container #slideshoww.pics img {
    top: 0px !important;
    bottom: auto !important;
    width: 100%;
}

.contact .theContactBox .baseInfo .bottom {
    position: relative !important;
}

.theContactBox p {
    font-size: 13px !important;
    height: auto !important;
    text-transform: uppercase;
    line-height: 1.1em !important;
    margin-top: 18px !important;
}

.theContactBox p span {
    font-size: 14px;
    font-weight: bold;
}

.theContactBox p i {
    font-size: 13px !important;
    opacity: 0.8;
}

.theContactBox .links {
    margin-top: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.slideshow-container #slideshoww.pics img {
    top: 69px !important;
    bottom: auto !important;
    width: 100%;
}

.slideshow-container {
    height: 70%;
    overflow: hidden;
    position: relative;
}

#map_frame {
    background: #FFB900;
    height: 30% !important;
}

.contact .slideshow-container #slideshoww {
    height: 100% !important;
}

.contact-form button {
    margin: 5px 0 0;
}


/* footer */

footer {
    background: #002E5E;
    color: #fff;
    padding: 30px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    float: left;
    width: 100%;
}

footer a {
    color: #fff;
}

footer ul.sitemap {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
}

footer ul.sitemap li {
    width: auto;
    display: inline-block;
}

footer ul.sitemap strong {
    text-transform: uppercase;
    width: auto;
    padding-right: 10px;
    display: inline-block;
    text-align: center;
}

footer .logo {
    display: inline-block;
    max-height: 60px;
}

footer p {
    line-height: 1.5em;
}

footer p.large {
    line-height: 1.5em;
    font-size: 18px;
}

footer [class^="mdi-"],
footer [class*="mdi-"] {
    font-size: 18px;
}

.copyright {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    line-height: 25px;
}

.copyright .asnet {
    opacity: 0.45;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.copyright .asnet:hover {
    opacity: 1;
}

ul.social-media {
    list-style: none;
    margin-top: 20px;
}

ul.social-media li {
    width: auto;
    display: inline-block;
    padding: 0px 6px;
}

ul.social-media li i {
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    background: rgba(255, 255, 255, 0.95);
    color: #002E5E;
    border-radius: 50%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

ul.social-media li:hover i {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .12), 0 1px 6px 0 rgba(0, 0, 0, .12);
}

.navbar-brand .logo {
    max-height: 45px;
}

.mini.navbar-brand .logo {
    max-height: 25px;
}


/** CUSTOM RESPONSIVE **/


/* Larger than 1500 */

@media only screen and (min-width: 1500px) {
    .slideshowoverlay,
    .homepagesearch {
        bottom: 218px;
    }
    .homecontent {
        margin-top: 0px;
    }
    #slideshow.pics img {
        bottom: 0px !important;
    }
    .slideshowoverlay {
        padding-top: 10%;
    }
    .slideshowoverlay h1 {
        font-size: 52px;
    }
    .slideshowoverlay .btn-primary {
        font-size: 20px;
    }
    .slideshowoverlay {
        font-size: 18px;
    }
    .homepagesearch {
        padding-top: 10%;
    }
    .homepagesearch h1 {
        font-size: 53px;
    }
    .homepagesearch h3 {
        padding-top: 20px;
    }
    #hero.page {
        bottom: 350px;
    }
    #explore #hero.page {
        bottom: 200px !important;
        min-height: 700px;
    }
    .pagecontent.explore {
        margin-top: -200px;
    }
    .yacht .baseInfo {
        min-height: 790px;
    }
    #hero.yacht.page #slideshow.yacht {
        height: 571px !important;
    }
    .yachtListings .section .yachtList {
        padding-left: 30px;
        padding-right: 30px;
    }
    .yacht.card .img-container {
        height: 223px;
    }
    .pastsales .yacht.card .img-container {
        height: 283px;
    }
    .pastsales .yacht.card .img-container img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .pastsales .yacht.card:hover .img-container img {
        -moz-transform: scale(1.1) translate(-50%, -50%);
        -webkit-transform: scale(1.1) translate(-50%, -50%);
        -o-transform: scale(1.1) translate(-50%, -50%);
        -ms-transform: scale(1.1) translate(-50%, -50%);
        transform: scale(1.1) translate(-50%, -50%);
    }
    #hero.contact {
        height: 80%;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .homepageblurb {
        margin-top: -134px;
    }
    /* all pages */
    .baseInfo h1 {
        font-size: 26px;
    }
    .baseInfo h2 {
        font-size: 12px;
    }
    .baseInfo .bottom {
        position: relative !important;
        padding: 0px !important;
    }
    .form-horizontal {
        margin-top: 10px;
    }
    .pagecontent {
        margin-top: 0px !important;
        top: 0px;
    }
    .stickit-end {
        position: absolute !important;
    }
    .page #slideshow.pics img {
        max-width: 800%;
        width: 100% !important;
    }
    .slick .card .readmore,
    .slick .card .readmore:hover {
        margin-right: 20px !important;
    }
    .slick .card .readmore .btn,
    .slick .card .readmore:hover .btn {
        width: 32px !important;
        text-align: center !important;
    }
    /* nav */
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar.mini .navbar-brand {
        padding: 15px 20px 15px 0px !important;
        height: 70px;
    }
    .navbar.mini .navbar-brand img {
        height: 47px;
    }
    .navbar-toggle {
        margin: 20px 15px;
    }
    .nav,
    .navbar-right {
        float: left !important;
        width: 100%;
    }
    .navbar-nav>li {
        display: block;
        width: 100% !important;
    }
    .nav>li>a {
        line-height: 1.2em;
    }
    .navbar.navbar .dropdown-menu,
    .navbar-default.navbar .dropdown-menu {
        width: 100%;
        position: relative;
        left: 0;
        text-align: left;
        box-shadow: none !important;
    }
    /* homepage */
    #hero {
        position: relative !important;
        bottom: 0px !important;
    }
    #slideshow.pics.home img {
        top: 0 !important;
        bottom: auto !important;
    }
    #slideshow.pics.home {
        max-height: 501px;
        position: relative !important;
    }
    .slideshowoverlay h1 {
        font-size: 34px;
    }
    .slideshowoverlay {
        bottom: auto !important;
        height: 501px !important;
        top: 0;
        position: absolute;
    }
    .section.searchbar.theSearchBox .btn.btn-primary {
        letter-spacing: 0.01em;
    }
    .section.searchbar a {
        font-size: 13px;
    }
    .homecontent {
        margin-top: 0px;
        top: 0px !important
    }
    .homepageblurb ul.large li a {
        font-size: 16px;
        line-height: 20px;
    }
    .homepageblurb .theTagline {
        font-size: 16px;
        padding-top: 31%;
    }
    .homepageblurb p {
        font-size: 16px;
        line-height: 1.6em;
    }
    .homeNews .slick .card .img-container {
        max-height: 135px;
    }
    .slick .info-container {
        min-height: 180px;
    }
    .slick .info-container p {
        font-size: 14px;
        line-height: 1.4em;
        padding-top: 8px;
    }
    .section.homeContact .baseInfo form {
        margin-bottom: 5px;
    }
    /* yachts */
    #gallery-featured.royalSlider {
        margin-top: -30px;
    }
    .rsNav {
        margin-bottom: -30px;
    }
    .yacht.card .img-container {
        height: 180px;
    }
    .buyingYacht.baseInfo {
        height: auto !important;
        position: fixed;
        z-index: 3;
    }
    .yatCO .col-md-4 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .yatCO .yacht.card .img-container {
        height: 130px !important;
    }
    .yatCO .yacht.card .info-container {
        min-height: 105px;
    }
    .yacht.card .info-container .title h4 {
        font-size: 14px;
    }
    .yatCO .yacht.card p {
        line-height: 1.2em;
        padding: 0 0 3px 0;
        font-size: 14px;
    }
    /* yacht detail */
    #hero.yacht.page {
        margin-top: 60px;
    }
    .yacht .baseInfo {
        min-height: 600px;
    }
    .yacht .baseInfo .specs {
        margin-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #hero.yacht.page #slideshow {
        margin-top: 72px;
        height: 528px;
    }
    #hero.yacht.page {
        height: 600px !important;
    }
    .yacht .baseInfo h1 {
        margin-top: 100px;
    }
    .yachtdetails .moreInfo {
        min-height: 450px;
    }
    .tab-content .tab-pane {
        overflow-x: auto;
    }
    .yacht .one-img {
        position: relative;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* explore pages */
    #hero.page {
        height: 505px;
    }
    #explore #hero #slideshow.page img {
        width: auto !important;
        max-width: 900%;
        height: 100%;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #explore .baseInfo {
        border-bottom: 1px solid #c9c9c9;
        padding: 95px 20px 0px !important;
    }
    #explore .baseInfo h1 {
        font-size: 20px;
        margin-top: 6px;
    }
    .exploreBox textarea.form-control {
        max-height: 60px;
    }
    #explore .yacht.card .img-container {
        height: 160px !important;
    }
    .explore .yacht.card .info-container {
        min-height: 87px;
    }
    /* great deals */
    table.hotdeals {
        font-size: 14px;
    }
    /* buying guide */
    .buyingYacht.baseInfo.guide {
        right: 0;
        padding-bottom: 40px !important;
    }
    .buyingYacht .links a {
        padding: 8px 0;
    }
    /* marinas dockage */
    #marinas_dockage {
        height: 400px !important;
    }
    .marinasAndDockage .slick .card .img-container {
        max-height: 100px;
    }
    .marinasAndDockage .contactBox {
        padding: 20px 15px !important;
    }
    /* brokers / bio */
    .bio .sidebar {
        display: none !important;
    }
    /* gilman difference */
    .section.difference {
        background-size: cover !important;
    }
    /* marketing yacht */
    .marketingList {
        padding-left: 0px !important;
    }
    /* past sales */
    .pastsales .yacht.card .info-container {
        min-height: 40px;
    }
    /* news and events */
    .news .item .thumbnail .caption {
        position: relative;
        border: 1px solid #E2E2E2;
    }
    .news .item .thumbnail .caption p.info {
        height: auto !important;
        max-height: 300px !important;
        opacity: 1;
    }
    /* contact */
    #hero.contact {
        height: 800px;
    }
    .contact .slideshow-container #slideshoww.pics img {
        width: auto !important;
        height: 100% !important;
        max-width: 900% !important;
    }
    .contact .baseInfo {
        padding: 30px 10px 60px !important;
    }
    .contact .theContactBox .links {
        margin-top: 0px !important;
    }
    .theContactBox .baseInfo div,
    .theContactBox .baseInfo p {
        text-align: left !important;
    }
    .theContactBox p i {
        font-size: 13px !important;
        float: left;
        padding-right: 6px;
    }
    /* footer */
    footer p,
    footer div {
        text-align: center !important;
    }
    footer .clearfix {
        margin-top: 10px !important;
    }
    ul.social-media {
        padding-left: 0px;
    }
}


/*Broker Testimonials*/

.wrap-testimonials {
    clear: both;
}

.wrap-testimonials blockquote {
    background: #F6F6F6;
    padding: 1.5em;
    position: relative;
}

.wrap-testimonials blockquote p {
    position: relative;
    z-index: 9;
}

.wrap-testimonials blockquote:before {
    display: block;
    font-family: "FontAwesome";
    content: "\f10d";
    font-size: 72px;
    position: absolute;
    left: 10px;
    top: 33px;
    color: #e5e5e5;
}

.wrap-testimonials cite {
    display: block;
    text-align: right;
    color: #FFB900;
}

.wrap-testimonials div.circle {
    padding: 0;
}


/* Slideshow fix */

.home-slider .slick-slide img {
    width: 100%;
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    /* affects multiple pages */
    body {
        overflow-x: hidden !important;
    }
    .sortList a {
        padding: 0px 8px !important;
    }
    #hero .col-xs-12 {
        height: auto !important;
    }
    .slick-slider {
        margin-bottom: 60px;
    }
    .section {
        margin-top: 0px !important;
    }
    /* homepage */
    .slideshowoverlay h1 {
        font-size: 50px !important;
    }
    .homepageblurb ul.large {
        padding-left: 0px !important;
    }
    .homepageblurb ul.large li {
        text-align: center;
        padding-left: 0px !important;
    }
    .homepageblurb .theTagline {
        padding-top: 60px;
        margin-bottom: 20px;
    }
    .homeNews .slick .card .img-container {
        /*
		    max-height: 138px !important;
        height: 138px !important;
     		*/
        background: rgba(0, 0, 0, 0.5);
    }
    .homeNews .slick .info-container h4 {
        font-size: 15px;
    }
    .homeNews .slick .card .img-container img {
        position: relative;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
        -o-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important;
    }
    .homeNews .slick .card:hover .img-container img {
        -webkit-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
        -o-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important;
    }
    /* yachts */
    .buyingYacht.baseInfo {
        position: relative !important;
        float: left;
        width: 100%;
        padding: 30px 15px !important;
        margin: 0px !important;
        background: #f0f0f0;
    }
    .buyingYacht.baseInfo h1 {
        padding-top: 0px !important;
    }
    #hero.yacht.page #slideshow {
        height: 400px !important;
    }
    #hero.yacht.page {
        height: auto !important;
    }
    .royalSlider {
        height: 600px !important;
    }
    .yachtdetails .moreInfo {
        height: auto;
        min-height: 20px !important;
    }
    .yacht .baseInfo h1 {
        margin-top: 40px !important;
    }
    .yacht.card .img-container {
        height: 200px !important;
    }
    /* explore */
    #explore #hero.page {
        height: auto !important;
    }
    .baseInfo.exploreBox {
        width: 100% !important;
        position: relative;
        float: left !important;
        height: auto !important;
        min-height: 200px !important;
    }
    #explore .yacht.card .img-container {
        height: 213px !important;
    }
    #explore #hero #slideshow.page {
        height: 400px !important;
    }
    /* buyers guide */
    #slideshow.guidee {
        display: none !important;
    }
    .buyingYacht.baseInfo.guide {
        margin-top: 0px !important;
    }
    /* marinas and dockage */
    .marinasAndDockage.section {
        padding-bottom: 30px !important;
    }
    /* past sales */
    .pastsales .yacht.card .img-container {
        height: 184px !important;
    }
    /* contact */
    .theContactBox .slideshow-container,
    .theContactBox #map_frame {
        display: none;
    }
    .theContactBox .baseInfo {
        width: 100% !important;
        padding: 20px 30px !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    /* all pages */
    .homeNews .slick .card .img-container {
        max-height: 210px !important;
        height: 210px !important;
    }
    .homeNews .slick .info-container {
        min-height: 130px;
        max-height: 130px;
    }
    body {
        overflow-x: hidden !important;
    }
    .navbar {
        padding: 0px 0px !important;
        margin: 0px !important;
    }
    .navbar-nav {
        margin: 0px !important;
    }
    .navbar.navbar,
    .navbar-default.navbar {
        /* Hiding this makes the nav sticky on mobile */
        /*  position: relative !important; */
    }
    .navbar .navbar-brand {
        height: 70px;
        padding: 15px 20px 15px 10px !important;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .nav-tabs>li {
        margin: 0px 2px !important;
        padding: 0px 5px !important;
    }
    .nav-tabs>li>a,
    .nav-tabs>li>a:hover {
        letter-spacing: 0.05em !important;
        font-size: 13px !important;
        padding: 0px !important;
    }
    .tab-content .tab-pane {
        padding-left: 15px !important;
    }
    .page #slideshow.pics img {
        top: 0px !important;
        bottom: auto !important;
    }
    /* home */
    #slideshow.pics.home {
        max-height: 481px;
    }
    .slideshowoverlay h1 {
        font-size: 40px !important;
    }
    .section.searchbar .pull-right {
        width: 100%;
        text-align: center;
        background: #C5C5C5;
    }
    .section.searchbar a.homeTel {
        font-size: 22px;
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
    }
    .section.searchbar .homeTel i {
        font-size: 24px;
        float: none;
        display: inline-block;
    }
    .section.searchbar a {
        width: auto;
        float: none;
        display: inline-block;
    }
    .section.searchbar a img {
        display: inline-block;
    }
    /* yacht pages */
    #slideshow.yacht {
        height: 200px !important;
        min-height: 200px !important;
    }
    #gallery-featured.royalSlider {
        margin-top: 0px;
    }
    .rsNav {
        margin-bottom: 0px;
    }
    #hero.yacht.page #slideshow {
        margin-top: 0px;
        height: 380px !important;
    }
    #hero.yacht.page {
        height: auto !important;
        max-height: 480px;
        margin-top: 0px !important;
    }
    .royalSlider {
        height: 480px !important;
    }
    .sortList {
        font-size: 10px !important;
        float: left;
        padding: 10px 0px !important;
        text-align: center;
        width: 100% !important;
    }
    .sortlist strong {
        width: auto !important;
        float: none !important;
        display: inline-block;
    }
    .sortList a {
        padding: 4px !important;
        margin: 0px !important;
        font-size: 10px !important;
        float: none !important;
        display: inline-block;
        text-align: center;
        line-height: 1em !important;
    }
    .sortList a.pageBtn {
        display: inline-block !important;
    }
    .sortList a i {
        font-size: 16px;
        width: 100% !important;
    }
    .sortList a i.sort {
        display: none !important;
    }
    .sortList .count {
        width: 100% !important;
    }
    .sortList .count a {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin-top: 0px !important;
        font-size: 18px !important;
    }
    .sortList .paginate span {
        font-size: 14px !important;
        top: -3px;
        position: relative;
    }
    .yacht.card .img-container {
        height: auto !important;
    }
    .yacht.card .img-container img {
        position: relative !important;
    }
    .yco .sortList {
        padding: 10px 0px 3px !important;
    }
    .yco .sortList a {
        display: none !important;
    }
    .yco .sortList .paginate a,
    .yco .sortList .paginate span,
    .yco .sortList .paginate div,
    .yco .sortList .paginate i {
        display: inline-block !important;
        margin-top: 0px !important;
        line-height: 20px !important;
    }
    .yco .sortList .paginate span {
        font-size: 14px !important;
        top: -3px;
        position: relative;
    }
    .yatCO .yacht.card .img-container {
        height: auto !important;
    }
    .yacht .one-img {
        top: 0px !important;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    /* explore */
    #explore #hero #slideshow.page {
        height: 250px !important;
        margin-top: 80px;
    }
    #explore #hero #slideshow.page img {
        top: 0px !important;
        left: 0px !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        height: auto !important;
        width: 100% !important;
    }
    #explore .baseInfo.exploreBox {
        padding: 25px 20px 0px !important;
    }
    .pagecontent.explore {
        margin-top: 0px !important;
    }
    /* footer */
    footer {
        font-size: 12px !important;
        text-align: center;
    }
    footer .logo {
        margin-top: 20px;
    }
    footer .asnet {
        text-align: center !important;
    }
    /*News*/
    .news .item .thumbnail .caption .readMore {
        right: 15px;
    }
    /*Yacht Search*/
    .yacht.card .readmore,
    .yacht.card .readmore:hover {
        right: 5px;
        bottom: 90px;
    }
    /*Marinas and Dokage*/
    .slick .info-container h4 {
        font-size: 14px;
    }
    /*Marketing*/
    .slick .card .img-container {
        max-height: 280px !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    
    #explore #hero #slideshow.page {
        height: 160px !important;
        margin-top: 80px;
    }
    /* all pages */
    .btn {
        font-size: 12px !important;
        padding: 8px 10px;
    }
    /* nav */
    .navbar-collapse {
        padding: 10px !important;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 90% !important;
    }
    .navbar .navbar-nav>li>a,
    .navbar.mini .nav>li>a {
        line-height: 1em !important;
        padding: 8px 12px !important;
        margin: 0px !important;
    }
    /* home */
    #slideshow.pics.home {
        max-height: 351px;
    }
    #slideshow.pics.home img {
        height: 100% !important;
        width: auto !important;
        max-width: 900% !important;
        min-width: 10px !important;
    }
    .slideshowoverlay h1 {
        font-size: 32px !important;
    }
    .section.homeContact .baseInfo h1 {
        margin-top: 30px;
    }
    /* yacht */
    #hero.yacht.page #slideshow {
        margin-top: 0px;
        height: 280px !important;
        margin-bottom: 50px;
        background: #454545;
    }
    #hero.yacht.page #slideshow.pics img {
        max-width: 100%;
        width: 100% !important;
        bottom: 0px !important;
        left: 0 !important;
        top: auto !important;
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    #nav {
        height: 50px;
    }
    ul#nav li img {
        max-height: 50px !important;
    }
    #prev_nav i,
    #next_nav i {
        line-height: 50px;
    }
    #hero.yacht.page {
        height: auto !important;
        max-height: 80000px !important;
        margin-top: 0px !important;
    }
    .royalSlider {
        height: 280px !important;
    }
    .rsThumbs {
        position: relative;
        height: 48px;
        min-width: 100% !important;
    }
    .rsThumbsContainer {
        min-width: 100% !important;
        float: left;
        height: 45px;
    }
    .rsThumbs {
        max-height: 45px;
        overflow: hidden;
    }
    .rsThumbs img {
        width: 80px !important;
        height: auto;
    }
    .panel-group,
    .yachtdetails .moreInfo {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*explore*/
    .explore .moreinfo {
        padding: 60px 10px 30px 10px !important;
    }
    #explore .yacht.card .img-container {
        height: auto !important;
    }
}

@media only screen and (max-width: 420px) {
    .slideshowoverlay h1 {
        font-size: 21px !important;
        margin: -25px 0 0;
    }
    ul.social-media {
        padding: 0;
        text-align: center;
    }
    .asnet.pull-right {
        float: none !important;
        text-align: center;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .difference .text {
        padding: 10px 30px 30px;
    }
}


/*
@media (max-height: 930px) {
    #explore #hero.page {
        bottom: 130px;
    }
    .pagecontent.explore {
        margin-top: -130px !important;
    }
    #explore .page #slideshow.pics img {
        width: auto !important;
        height: -moz-calc(100% - 70px) !important;
        height: -webkit-calc(100% - 70px) !important;
        height: -o-calc(100% - 70px) !important;
        height: calc(100% - 70px) !important;
        max-width: 900% !important;
    }
    #marinas_dockage {
        max-height: 430px !important;
    }
}*/