﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

/* =============================
   1. GLOBAL STYLES 
================================ */

*:focus {
	outline: 0 !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #787878;
	letter-spacing: -0.030em;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #707070;
	letter-spacing: -0.030em;
}

a, a:hover {
	text-decoration: none !important;
	transition: all .32s ease-in-out;
	-webkit-transition: all .32s ease-in-out;
	-moz-transition: all .32s ease-in-out;
	-o-transition: all .32s ease-in-out;
}

a.link:hover, a {
	color: #0a3442;
}

a.link, a:hover {
	color: #00afc3;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-weight: 700;
	margin: 0;
}

h1, .h1 {
	font-size: 40px;
	line-height: 44px;
}

h2 {
	font-size: 30px;
	line-height: 28px;
}

h3 {
	font-size: 24px;
	line-height: 28px;
}

h4 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: -0.025em;
}

h5, .h5 {
	font-size: 16px;
	line-height: 20px;
}

ul, ol {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	margin: 0;
}

.small-title {
	font-size: 10px;
	letter-spacing: 0.10em;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	margin-bottom: 5px;
	text-transform: uppercase;
}

p.small {
	font-size: 14px;
	letter-spacing: -0.040em;
	line-height: 18px;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.text-white {
	color: #fff;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bg-parker-blue {
	background-color: #0a3442;
}

.bg-white {
	background-color: white;
}

.bg-black {
	background-color: black;
}

.text-parker-blue {
	color: #0a3442;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

.blue-line {
	display: block;
	width: 50px;
	height: 5px;
	border-bottom: 3px solid #00afc3;
	margin-bottom: 10px;
}

.btn-outline-light {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	border-radius: 0rem;
}


.btn-primary:hover {
	background-color: #00AFC3 !important;
}

.section-white {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: white;
}

.section-light-blue {
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #e5f3f9;
}

.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	left: 20px;
	display: block !important;
	border: 0px solid black;
	font-size: 5rem !important;
	color: #00afc3 !important;
}

.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: 20px;
	display: block !important;
	border: 0px solid black;
	font-size: 5rem !important;
	color: #00afc3 !important;
}

.owl-prev i, .owl-next i {
	transform: scale(1,6);
	color: white;
}

.owl-prev:hover, .owl-next:hover {
	background-color: rgba(0,0,0,0.00) !important;
}

.btn-primary {
	background-color: #0a3442;
	border: 0 solid #0a3442;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}



/* =============================
   2. MENU FOOTER STYLES 
================================ */

.nav-header-main {
	background-color: #0a3442;
	padding: 20px 10px;
	position: sticky;
	top: 0;
	z-index: 9999;
}

.menu-logo {
	max-width: 300px;
}

.navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.navbar-dark .navbar-nav .nav-link {
	color: white;
}

.dropdown-menu {
	background-color: #0f4c5e !important;
	border: 1px solid rgba(0,0,0,.15);
	border-top: 2px solid #00afc3;
	border-radius: 0px;
}

.megamenu.dropdown-menu {
	margin-top: 1.125rem;
	border: 1px solid rgba(0,0,0,.15);
	border-top: 2px solid #00afc3;
	border-radius: 0px;
	padding: 35px !important;
}

.dropdown-menu li a {
	color: white;
	border-bottom: 1px solid #0b2f3a;
	font-size: 14px;
	line-height: 38px;
	display: block;
}

.dropdown-menu h5 {
	color: white;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 18px;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #00afc3;
	text-decoration: none;
	background-color: rgba(0,0,0,0.0);
}

.dropdown-toggle::after {
	content: none;
}

.dropdown-menu li:last-child a {
	border-bottom: 0px solid #0b2f3a !important;
}

.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 99%;
	top: 77%;
	border-top: 2px solid #00afc3;
}

.dropdown-menu .dropdown-submenu li a {
	border-bottom: 1px solid #0b2f3a !important;
}

.dropdown-menu .dropdown-submenu li:last-child a {
	border-bottom: none !important;
}

.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

/*Downdown menu animation*/

.dropdown-animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

/*end menu animation*/

.main-footer {
	background-color: #0a3442;
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-footer p {
	color: white;
	font-size: 12px;
}

.main-footer h5 {
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 18px;
	margin-top: 20px;
}

.main-footer a {
	color: white;
}

.main-footer a:hover {
	color: #00afc3;
}

.footer-links li a {
	font-size: 14px;
	line-height: 24px;
}

.footer-bottom {
	border-top: 1px solid grey;
	padding: 30px 0px;
	margin-top: 30px;
}

ul.footer-social {
	text-align: center;
}

.footer-social li {
	font-size: 26px;
	line-height: 30px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
}

.footer-social li a {
	color: #dddddd;
}

.footer-social li a:hover {
	color: #3aa5f7;
}

@media (max-width: 1210px) {
	.navbar-nav .nav-link {
		font-size: 10px;
	}
}

@media (max-width: 768px) {
	.social-header {
		text-align: center;
		font-size: 24px;
		margin-top: 60px !important;
	}

	.main-footer {
		padding-left: 40px;
		padding-right: 40px;
	}

	.dropdown-menu.megamenu li:last-child a {
		border-bottom: 1px solid #0b2f3a !important;
	}

	.dropdown-menu .dropdown-submenu {
		left: 30% !important;
		top: 99% !important;
		width: 70%;
		z-index: 99 !important;
	}

	.dropdown-menu .dropdown-submenu {
		display: block;
	}
}

@media (max-width: 500px) {
	.menu-logo {
		max-width: 260px !important;
	}
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: 0;
}

@media all and (min-width: 992px) {
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar .has-megamenu {
		position: static !important;
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		padding: 20px;
	}

	.navbar .nav-link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

/* =============================
  HOMEPAGE SLIDER STYLES
================================ */

.home-center {
	display: table;
	width: 100%;
	height: 100%;
}

.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}

.home-small-title {
	font-size: 26px;
	letter-spacing: 1px;
}

.home-title {
	font-size: 40px;
}

.video-slider {
	background-image: url('/assets/img/home/Parker-Offshore-Hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 80vh;
}

.home-slider {
	position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
	width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
	height: 70vh;
	width: 100%;
}

.home-slider .carousel-item {
	background-position: center center;
	background-size: cover;
}

.home-slider-box {
	background-color: rgba(0,0,0,0.80);
	padding: 40px;
	text-align: right;
}

.home-slider-box h1, .home-slider-box h2, .home-slider-box h3, .home-slider-box h4, .home-slider-box h5 {
	color: white;
	text-align: right;
}

.home-slider-box p {
	font-size: 14px;
	color: white;
	text-align: right;
}

@media (max-width: 768px) {
	.home-slider .carousel-item,
	.home-slider .carousel {
		height: 50vh;
	}
}

/* =============================
   TRADITIONS SLIDER + MODALS
================================ */

.tradition-slider-item {
	padding: 20px;
}

.traditions .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	left: 20px;
	display: block !important;
	border: 0px solid black;
	font-size: 3rem !important;
}

.traditions .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: 20px;
	display: block !important;
	border: 0px solid black;
	font-size: 3rem !important;
}

.traditions .owl-prev i, .traditions .owl-next i {
	transform: scale(1,6);
	color: #ccc;
}

.traditions .owl-prev:hover, .traditions .owl-next:hover {
	background-color: rgba(0,0,0,0.00) !important;
}

.model-background-content a:hover {
	text-decoration: none;
}

.modal-backdrop.in {
	filter: alpha(opacity=7);
	opacity: 0.7;
}

.modal-content {
	background: none;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-body {
	padding: 0 25px 25px 25px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
	text-align: right;
}

.modal-header, .modal-footer {
	border: 0;
}

.modal-header .close {
	float: none;
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

@media (min-width: 1200px) {
	.modal-dialog {
		max-width: 1100px;
	}
}

@media (max-width: 768px) {
	.modal-dialog {
		max-width: 600px;
	}
}

@media (max-width: 480px) {
	.modal-dialog {
		max-width: 400px;
	}
}


/* =============================
  HOMEPAGE BOAT MODEL SELECTOR
================================ */

.boat-model-dropdown {
}

.btn-boat-model-dropdown, .btn-full-width {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	width: 100%;
	background-color: #0a3442;
	border-radius: 0px;
	border: 1px solid #0a3442;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-boat-model-dropdown:hover, .btn-boat-model-dropdown:focus, .btn-full-width:hover {
	background-color: #0f4c5e !important;
}

.boat-model-dropdown .dropdown-menu {
	width: 100%;
}


/* =============================
  HOMEPAGE SOCIAL FEEDS
================================ */

.home-social-icons {
	text-align: center;
}

.home-social-icons a {
	display: inline-block;
	font-size: 3rem;
	color: #0a3442;
	margin: 10px;
}

/* =============================
  MODEL PAGE
================================ */

.model-slider-wrapper .col-12 {
	padding: 0;
}

.model-slide-info {
	position: absolute;
	width: 60%;
	padding: 40px;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.model-slide-info h3 {
	font-size: 3rem;
	line-height: 3.5rem;
}

.model-slide-info h3, .model-slide-info p {
	color: white;
}

.model-slider-wrapper {
}

.model-slider-wrapper .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	left: 20px;
	display: block !important;
	border: 0px solid black;
	font-size: 5rem !important;
	color: white !important;
}

.model-slider-wrapper .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 40%;
	right: 20px;
	display: block !important;
	border: 0px solid black;
	font-size: 5rem !important;
	color: white !important;
}

.model-slider-wrapper .owl-prev i, .model-slider-wrapper .owl-next i {
	transform: scale(1,6);
	color: white;
}

.model-slider-wrapper .owl-prev:hover, .model-slider-wrapper .owl-next:hover {
	background-color: rgba(0,0,0,0.00) !important;
}

.model-slider-wrapper .owl-dots {
	margin-top: -50px;
}

.model-quick-stats {
}

.model-quick-stats .col-6 {
	text-align: center;
}

.quick-stat-descriptor {
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	color: grey;
}

.quick-stat-detail {
	font-family: 'Poppins', sans-serif;
	font-size: 3rem;
	color: #3c7298;
}

.model-tabs {
	background-color: #0f4c5e;
}

.model-tabs .nav-tabs {
	width: 100%;
	color: white;
	text-align: center;
	border-bottom: 0px solid #00afc3;
}

.model-tabs .nav-item {
	border-right: 1px solid #00afc3;
}

.model-tabs .nav-item:last-child {
	border-right: 0px solid #00afc3;
}

.model-tabs .nav-link {
	padding: 1.5rem 1rem;
}

.model-tabs ul.nav-tabs {
	text-align: center;
}

.model-tabs .nav-tabs a {
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: white;
}

.model-tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
}

.spec-info p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.spec-info p strong {
	font-family: 'Poppins', sans-serif;
	margin-right: 10px;
}

.option-row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 20px;
}

.option-row p {
}

.option-row p strong {
	font-family: 'Poppins', sans-serif;
}

.option-info p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.option-info p strong {
	font-family: 'Poppins', sans-serif;
	margin-right: 10px;
}

.option-info span {
	padding-left: 30px;
}

.cta-subfooter {
}

.cta-subfooter a {
	display: block;
	padding: 35px;
	text-align: center;
}

.cta-subfooter p {
	font-family: 'Poppins', sans-serif;
	color: white;
}

.cta-subfooter img {
	max-width: 65px;
	display: inline-block;
	margin-right: 25px
}

.cta-subfooter p {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding: 0;
	margin: 0;
}

.cta-findadealer {
	background-color: #3c7298;
}

.cta-requestabrochure {
	background-color: #5d97be;
}

.cta-subfooter:hover {
	background-color: #0f4c5e;
}

.gallery-wrapper {
}

.gallery-item p {
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 5;
	background-color: rgba(0,0,0,0.80);
	padding: 15px !important;
	display: block;
	color: white;
}

@media (max-width: 1000px) {
	.model-tabs .nav-tabs a {
		font-size: 1rem;
		line-height: 1.25rem;
	}

	.model-tabs .nav-link {
		padding: 1rem .5rem;
	}
}


@media (max-width: 768px) {
	.model-slide-info h3 {
		font-size: 1.4rem;
		line-height: 1.5rem;
		text-shadow: 2px 2px 8px #000000;
	}

	.model-slide-info p {
		text-shadow: 2px 2px 8px #000000;
	}

	.model-slide-info {
		padding-left: 60px;
		width: 80%;
	}

	.quick-stat-detail {
		font-size: 2rem;
	}
}


/* =============================
   Header Style 
================================ */

.header-main {
	background-size: cover;
}

.header-main .header-info {
	margin-top: 200px;
	margin-bottom: 200px;
	background-color: rgba(0,0,0,0.80);
	padding: 40px;
	text-align: left;
}

.header-main .header-info h1 {
	color: white;
	font-size: 3rem;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.header-main .header-info p {
	color: white;
}


/* =============================
   Contact Header Style 
================================ */

.contact-header-main {
	background-size: cover;
}

.contact-header-main .contact-header-info {
	margin-top: 3rem;
	margin-bottom: 2rem;
	margin-left: 3rem;
	margin-right: 3rem;
	background-color: rgba(0,0,0,0.80);
	padding: 3rem;
	text-align: left;
}

.contact-header-main .contact-header-info h1 {
	color: white;
	font-size: 3rem;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.contact-header-main .contact-header-info p {
	color: white;
}

/*.contact-row {
	margin-right: 15px;
	margin-left: 15px;
}
*/
