﻿@charset "UTF-8";
@font-face {
  font-family: 'CalibriRegular';
  src: url("fonts/Calibri-Regular.eot");
  src: url("fonts/Calibri-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Calibri-Regular.woff") format("woff"), url("fonts/Calibri-Regular.ttf") format("truetype"), url("fonts/Calibri-Regular.otf") format("opentype"), url("fonts/Calibri-Regular.svg#Calibri-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }

@font-face {
  font-family: 'CalibriBold';
  src: url("fonts/Calibri-Bold.eot");
  src: url("fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Calibri-Bold.woff") format("woff"), url("fonts/Calibri-Bold.ttf") format("truetype"), url("fonts/Calibri-Bold.otf") format("opentype"), url("fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }

@font-face {
  font-family: 'CalibriLight';
  src: url("fonts/calibri-light.eot");
  src: url("fonts/calibri-light.eot?#iefix") format("embedded-opentype"), url("fonts/calibri-light.woff") format("woff"), url("fonts/calibri-light.ttf") format("truetype"), url("../../css/fonts/Calibri-light.otf") format("opentype"), url("fonts/calibri-light.svg#Calibri-light") format("svg");
  font-weight: lighter;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+000D-FEFF; }
body {background: url("../img/fact-bkg.jpg") no-repeat center top; 
background-size: cover;
background-color: #002649;
	background-attachment: fixed;
  font-family: "CalibriRegular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
	padding-top: 100px;
	color: #FFFFFF;
}
a, a:hover, a:active, a:focus {color: #FFFFFF; text-decoration: none;}
.main-container {margin: 30px auto}
h1, h2 {font-family: "CalibriLight", Arial, Helvetica, sans-serif; line-height: 1; text-transform: uppercase; text-align: center;}
h1.title {font-size: 7rem; }
h2.subtitle {font-size: 1.5rem; letter-spacing: 3px; padding: 0 0 10px; margin: 0 auto 60px; border-bottom: 1px solid rgba(231,237,241,0.50); width: auto;
}
.no-border {border: 0!important;}
/* FORM ELEMENTS STYLING */
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
    background-color: #01355c;
    background-clip: padding-box;
    border: 1px solid #416a8e;
    border-radius: 0;
    transitsion: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #FFF;
    font-size: 1rem;
    text-transform: uppercase;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFF;
    vertical-align: middle;
    background: url("../img/angle-down.svg") no-repeat right 0.75rem center/12px 6px;
        background-color: rgba(0, 0, 0, 0);
    background-color: #01355C;
    border: 1px solid #416A8E;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0 0 20px 0;
}
.custom-select:disabled  {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0.5rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,0.40);
    vertical-align: middle;
    background: url("../img/angle-down-disabled.svg") no-repeat right 0.75rem center/12px 6px;
        background-color: rgba(0, 0, 0, 0);
    background-color: #002947;
    border: 1px solid rgba(65,106,142,0.40);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin: 0 0 20px 0;
}
.btn {
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 15px 36px;
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #2D82BE;
    border-color: #2D82BE;
}
.btn-primary:hover {
  color: #fff;
  background-color: #338ECE;
  border-color: #338ECE;
}
.login .form-group-wrapper {max-width: 360px; margin: 20px auto}
/* END FORM ELEMENTS STYLING */
.modal, .modal a {color: #333!important;}
.bg-light {
    background-color:rgba(255,255,255,0.95)!important;
}
.navbar {position: relative; min-height: 100px; margin-top: -100px;}
.nav-link {color: #636569; font-weight: bold; font-size: 14px; }
.nav-link.disabled {
color: rgba(99,101,105,0.50); font-weight: normal;}
.logo {display: inline-block; margin: 20px auto; float: none; width: 200px; position: absolute; left: 0; right: 0;}
.help-text {font-size: 1.25rem; line-height: 1.1; text-align: center; margin: 0 auto 30px;}
.help-text.small {font-size: .875rem; line-height: 1.1; text-align: center; margin: 0 auto 10px;}
.retrieve {font-size: 1rem; margin: 0 0 20px 0}
.cta {margin: 20px auto;}
.cta button {text-transform: uppercase;}
footer {text-align: center; font-size: 0.875rem; font-family: "CalibriLight", Arial, Helvetica, sans-serif; line-height: 1.5;}
.brandbar ul {text-align: center; display: block; width: 100%; list-style: none outside none; padding: 0;}
.brandbar ul li {display: inline-block; vertical-align: bottom; float: none; margin: 20px 10px; padding: 0; line-height: 0;}
.footer-links, .footer-links a {color: #e6e6e6;}
.footer-links a {cursor: pointer;}
.dida {font-size: 0.875rem; padding: 10px 0 0; margin: 30px auto; border-top: 1px solid rgba(231,237,241,0.50); width: auto; line-height: 1.2;}
.parameters {list-style: none outside none; margin: 10px 0; padding: 0;}
.parameters li {
    display: inline-block;
    width: auto;
    float: none;
    padding: 7px 10px 4px;
    margin: 10px 10px 0 0;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: rgba(7,72,115,0.70);
    border-radius: 50px;
    font-family: "CalibriLight", Arial, Helvetica, sans-serif;
    cursor: move;
    border: 1px solid rgb(58, 105, 143);
    line-height: 1;
}
.cta-inline {background: none!important; border: 0!important;}
.cta-inline .btn {padding: 6px 20px 6px; font-size: 1rem; font-family: "CalibriBold", Arial, Helvetica, sans-serif;}
.ico-inline {display: inline-block; padding: 0 5px}
.ico-drag {display: inline-block; margin: -3px 5px 0 0; }
.parameters li a {display: inline-block; margin: -2px 0 0 15px; float: right}
.subnav {display: block; width: 100%; border-bottom: 1px solid rgba(231,237,241,0.50); margin: 10px 0 20px; position: relative; overflow: hidden;}
.subnav h1 {font-size: 2rem; float: left;}
.subnav h2 {font-size: 1.5rem; letter-spacing: 0; position: absolute; left: 0; right: 0; margin: 5px auto; z-index: -1;}
.linkback {display: inline-block; width: auto; float: left; margin: 5px 5px 0 15px;}
.linkpdf {display: inline-block; width: auto; float: right; margin: 5px 5px 0 15px; font-size: 0.875rem; text-transform: uppercase; padding-top: 3px;}
.ico-pdf {margin: -3px 5px 0 0;}
.yacht-name {font-size: 1.5rem; text-transform: none; text-align: left; display: block; padding: 10px 0 0}
.yacht-type {
	font-size: 1rem;
	padding-left:5px;
}
/* yacht thumbnails */
.thumb-item {
	position: relative;
}
.thumb {
    z-index: 999;
    position: relative;
    padding: 0 0 10px 10px;
    vertical-align: bottom !important;
    min-height: 120px;
}
.thumb-bkg01, .thumb-bkg02, .thumb-bkg03 {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
}
.thumb img {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
	max-width: 340px;
}
.motor-select.form-group {
    margin: 0 0 20px 0;
}
/* end yacht thumbnails */
.results-table {line-height: 1;}
.results-table tr {border-bottom: 1px solid rgba(231,237,241,0.30); border-top: 1px solid rgba(231,237,241,0.30); border-collapse: collapse;}
.row-heading {
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0 0;
	font-family: "CalibriLight", Arial, Helvetica, sans-serif;
}
.link-top {font-size: 14px; cursor: pointer; float: right; display: inline-block; margin-top: 20px;}
.link-top::before {content: "\f106"; font-family: fontawesome; display: inline-block; margin: 0 5px;}
.table-yacht-name {width: 25%}
.table-text {width: 25%;}
.selection-heading {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #FFF;
    font-size: 1.25rem;
    text-transform: uppercase;
	font-weight: 700;
}
.separator {
    color: #FFF;
    margin: -10px 0 20px;
    padding: 0;
    border-top: 1px solid #7B98B1;
}
.footer-links {
    margin-bottom: 30px !important;
    display: block;
}

/* mq media queries */
@media only screen and (max-width : 991px) {
	.container {max-width: 96%!important;}
	
}

@media only screen and (max-width : 767px) {
		.container {max-width: 96%!important;}
	.body {padding-top: 80px;}
.navbar {position: relative; min-height: 80px; margin-top: -100px;}
.logo {
    max-width: 160px;
    margin: 10px 20px;
    display: block;
    left: auto;
    right: 0 !important;
}
h1.title {font-size: 2rem; }
h2.subtitle {font-size: 1.25rem; letter-spacing: 5px; padding: 0 0 10px; margin: 0 auto 30px; border-bottom: 1px solid rgba(231,237,241,0.50); width: auto;
}
	.results h1.title {font-size: 2rem;}
.results .subnav {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(231,237,241,0.50);
    margin: 10px 0 20px;
    position: relative;
    overflow: hidden;
    min-height: 60px;
}
.results h2.subtitle {
    font-size: 1.25rem;
    letter-spacing: 5px;
    padding: 0 0 10px;
    margin: 35px auto 30px;
    border-bottom: 1px solid rgba(231,237,241,0.50);
    width: auto;
}
	.thumb-bkg01, .thumb-bkg02, .thumb-bkg03 {
    width: 30%;
}
.thumbs-wrapper {
    max-width: 360px;
    margin: 0 auto;
}
}
@media only screen and (max-width : 576px) {
	
		.container {max-width: 96%!important;}
}


	













