/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/
/* General */
body {
	overflow-x: hidden;
}

.no-focus-outline a:focus,
.no-focus-outline button:focus {
	outline: none;
}

.skip-link-list {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.skip-link-list-item {
	list-style: inherit;
	white-space: nowrap;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.inv-detail-section ul{
	padding-left: 18px !important;
}
.inv-detail-section ul li p{
	margin: 0;
}
.inv-detail-section .tabs ul{
	padding-left: 0 !important;
}
.single-brands #page-title h1 {
	color: #fff;
	font-size: 36px;
}

.inv-image img {
	border-bottom: none;
}

.brand-carousel.owl-carousel .owl-stage,
.boat-carousel.owl-carousel .owl-stage {
	margin: 0 auto;
}

.transition {
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.radius {
	border-radius: 5px;
}

.text-button:hover {
	border: 1px solid rgba(0, 74, 152, 0.1);
	padding: 10px 30px;
	border-radius: 5px;
	box-shadow: 0 15px 30px rgba(0, 74, 152, 0.05);
	background: #fff;
	color: #0056b3;
}

.text-button [class^="icon-"],
.text-button [class^="fa-"] {
	margin-left: 10px
}

.text-button.text-white:hover {
	color: #0056b3 !important;
}

.heading-simple::before {
	display: none;
}

.absolute-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.t-out {
	display: table;
	width: 100%;
	height: 100%;
}

.t-in {
	display: table-cell;
	vertical-align: middle;
}

/* */
#header-map {
	width: 960px;
	padding: 0;
}

.location-map {
	width: 960px;
	height: 450px;
}

.valhalla-quote p {
	font-size: 21px;
	line-height: 33px !important;
	display: inline-block;
	margin: 40px 65px;
	font-weight: 600;
	position: relative;
}

.valhalla-quote p:before {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	left: -55px;
	font-size: 50px;
	top: 0;
}

.valhalla-quote p:after {
	content: "\e7ae";
	font-family: 'font-icons';
	position: absolute;
	right: -55px;
	font-size: 50px;
	bottom: 80px;
}

span.valhalla-testimonail-title {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
}

span.valhalla-testimonail-name {
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 15px;
}

span.valhalla-testimonail-name:before {
	content: "";
	clear: both;
	float: none;
}

/* */

.readMoreArea:before {
	content: '';
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.readMoreArea a {
	position: relative;
}

.acf-map {
	width: 100%;
	height: 500px;
}

.select2-container {
	width: 100% !important;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.breadcrumb a {
	color: #5e7080;
	display: inline;
	font-size: 14px;
}

.breadcrumb span {
	display: inline-block !important;
	margin: 0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}

#page-title.page-title-parallax:before,
#page-title.page-title-parallax2:before {
	content: '';
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	background: rgba(0, 74, 152, 0.75);
	background: #192a56;
	background: -moz-linear-gradient(left, #192a56 33%, #3dc1d3 100%);
	background: -webkit-linear-gradient(left, #192a56 33%, #3dc1d3 100%);
	background: linear-gradient(to right, #192a56 33%, #3dc1d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#192a56', endColorstr='#3dc1d3', GradientType=1);
	opacity: 0.5;
}

.brands-template-brand-models #page-title.page-title-parallax2:before {
	display: none !important;
}

#video {
	position: relative;
	background: transparent;
}

.ytplayer-container {
	position: absolute;
	top: 0;
	z-index: -1;
}

.gallery figure img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}


.gallery figure {
	float: left;
	margin: 0 2% 1em 0;
}


.gallery.gallery-columns-1 figure {
	width: 100%;
	margin: 0 0 1em 0;
	float: none;
}


.gallery.gallery-columns-3 figure {
	width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
	clear: left;
}


.gallery.gallery-columns-2 figure {
	width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
	margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
	clear: left;
}


.gallery.gallery-columns-4 figure {
	width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
	clear: left;
}


.gallery.gallery-columns-5 figure {
	width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
	clear: left;
}


.gallery.gallery-columns-6 figure {
	width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
	clear: left;
}


.gallery.gallery-columns-7 figure {
	width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
	clear: left;
}


.gallery.gallery-columns-8 figure {
	width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
	clear: left;
}


.gallery.gallery-columns-9 figure {
	width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
	clear: left;
}

.intro-content {
	max-width: 840px;
	margin: 0 auto;
}

.intro-content:before {
	content: '';
	width: 1px;
	height: 60px;
	position: absolute;
	background: #192a56;
	top: -80px;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

/* Headaer */
#header,
#header-wrap,
#logo img {
	height: 75px;
}

#header.transparent-header + #slider,
#header.transparent-header + #page-title.page-title-parallax,
#header.transparent-header + #google-map,
#slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}

.home #header.full-header {
	border-bottom-color: #fff;
	background: rgba(25, 42, 86, 0.9);
}

.header-button {
	float: right;
	margin: 13px 60px 15px 15px;
}


.header-button a {
	border-radius: 50px;
}

body .userway.userway_p1 {
	top: 15px !important;
	right: 75px !important;
}

.sticky-header .header-button {
	float: right;
	margin: 5px 60px 5px 15px;
}

.gototop-active .userway.userway_p1 {
	top: 9px !important;
}

#footer .gform_wrapper div.validation_error {
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

/* Home */
.brands-grid {
	display: flex;
	justify-content: center;
}

.home .sf-field-taxonomy-inv_broker {
	display: none !important;
}

.home .tab-container {
	background: #192a56;
	background: -moz-linear-gradient(left, #192a56 33%, #3dc1d3 100%);
	background: -webkit-linear-gradient(left, #192a56 33%, #3dc1d3 100%);
	background: linear-gradient(to right, #192a56 33%, #3dc1d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#192a56', endColorstr='#3dc1d3', GradientType=1);
	border-radius: 0 5px 5px 5px;
}

.home ul.tab-nav:not(.tab-nav-lg) li a {
	padding: 0 30px;
	margin: 0;
	background: #044E8E;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
}

.home ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	padding: 0 30px;
	margin: 0;
	background: #192a56;
	color: #fff;
}

.brands .t-out {
	position: relative;
	display: table;
	width: 100%;
	height: 100px;
	background: #fff;
	border: 1px solid #edf3f9;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.brands .t-out a {
	display: block;
	height: 100%;
	line-height: 98px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	box-shadow: 0 0 0 #000;
}

.brands .t-out:hover {
	box-shadow: 0 0 30px rgb(0, 74, 152, 0.2);
	z-index: 5;
}

.brands .t-in {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.brands .t-in img {
	max-height: 100px;
	max-width: 140px;
	width: auto;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.brands .t-in:hover img {
	opacity: 1;
}

.home section#content {
	overflow: inherit;
}

.search-tabs .tab-container {
	padding: 25px 40px 40px 40px;
}

.inv-search-form .inv-search-form {
	margin: 0 -15px;
}

.inv-search-form .inv-form-element {
	width: 25%;
	display: inline-block;
	padding: 15px 15px 0 15px;
	float: left;
}

.inv-search-form .inv-form-element label {
	font-size: 14px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.inv-search-form .inv-form-element .checkbox label {
	text-transform: inherit;
	font-weight: 400 !important;
	color: #737c8e;
}

.select2-container .select2-selection--single {
	height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da !important;
	border-radius: 5px !important;
}


.inv-search-form .inv-form-element button {
	font-size: 16px;
	border-radius: 6px;
	height: 40px;
	width: 100%;
	text-transform: uppercase;
	margin-top: 24px;
}

.sales-inventory .inv-btn-element {
	margin: 0 auto;
	display: table;
	float: none;
	width: 100%;
}

.sales-inventory .inv-btn-element button {
	background: #192a56;
	color: #fff;
	border: none;
	padding: 0 50px;
	display: table;
	width: auto;
	margin: 24px auto 0;
}

.container.inv-image-container {
	padding: 0 !important
}

.inv-image {
	display: block;
	border: 1px solid #e3ebf5;
	width: 100%;
	max-height: 300px;
}

.inv-image img {
	width: 100% !important;
	height: 220px;
	object-fit: cover;
	object-position: center;
}

.home .gform_wrapper .gform_footer {
	text-align: center;
}

.invpost {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-bottom: 1rem;
}

.invpost-content {
	padding: 0 15px;
	width: 100%;
	padding-bottom: 20px;
}

.invpost a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

.invpost-status {
	color: #304f94;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #2d4ead;
	padding: 4px 10px;
	border-radius: 20px;
	opacity: 1;
	margin: 20px auto 5px;
	display: table;
	position: relative;
	z-index: 4;
	background-color: #fff;
}

.invpost-status.text-success {
	color: #0c5d1e !important;
	border: 1px solid #0c5d1e !important;
}

.invpost-status.text-danger {
	color: #dc3545 !important;
	border: 1px solid #dc3545 !important;
}

.invpost-status.text-warning {
	color: #ff6f06 !important;
	border: 1px solid #ff6f06 !important;
}

.invpostimage {
	padding-bottom: 55%;
	background-size: cover !important;

}

.invpost-title {
	font-size: 20px;
	font-weight: 400;
	color: #2c2a7f;
	margin-bottom: 15px;
}

.invpost-price {
	font-weight: bold;
	font-size: 24px;
}

.invpost:hover .invpost-status,
.invpost:focus .invpost-status {
	opacity: 1;
}

.invpost:hover .invpost-content,
.invpost:focus .invpost-content {
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(33, 64, 127, 0.5) 0%, rgba(33, 64, 127, 0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(33, 64, 127, 0.5) 0%, rgba(33, 64, 127, 0.75) 100%);
	background: linear-gradient(to bottom, rgba(33, 64, 127, 0.5) 0%, rgba(33, 64, 127, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8021407f', endColorstr='#bf21407f', GradientType=0);
}

.invpost:hover .invpost-content,
.invpost:focus .invpost-content {
	bottom: 0;
	background: transparent;
}

.invpost:before {

	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 6px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.invpost:hover:before,
.invpost:focus:before {
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 95, 177, 0.85) 0%, rgba(33, 64, 127, 0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 95, 177, 0.85) 0%, rgba(33, 64, 127, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 95, 177, 0.85) 0%, rgba(33, 64, 127, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9192a56', endColorstr='#d921407f', GradientType=0);
}

.promotion-box {
	padding: 15px;
	background: #fff;
	border-radius: 6px;
}

.promotion-box {
	padding: 15px;
	background: #fff;
	border-radius: 6px;
}

.location-card {
	border: 1px solid rgba(33, 64, 127, 0.25);
	background: #F7FAFD;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 30px 10px;
	justify-content: space-between;
}

.location-card h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
}

.location-card h3 a {
	color: #192a56;
}

.location-icon {
	padding: 15px;
	background: #303f67;
	border-radius: 50%;
	color: #fff;
	font-size: 32px;
	width: 64px;
	height: 64px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 0 auto 15px;
	position: relative;
}

.location-icon span {
	left: 16px;
	top: 16px;
	position: absolute;
}

.location-card p {
	margin-bottom: 15px;
	line-height: 1.5 !important;
}

.location-card .button {
	border: 1px solid #C1CCDE;
	background: #fff;
	color: #3abbd1;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	padding: 0 45px;
}

.subscribe-widget label {
	display: none !important;
}

.subscribe-widget .form-control {
	border: none;
	height: 40px;
	text-indent: 10px;
}

.testimonials .owl-carousel .owl-stage-outer {
	overflow: inherit;
}

.testimonials .owl-carousel .owl-item {
	opacity: 0.2;
}

.testimonials .owl-carousel .owl-item.active {
	opacity: 1;
}

.testimonial {
	position: relative;
	padding: 50px;
	border: 1px solid #192a56;
	background: #ffffff;
}

.testimonials .owl-carousel .owl-item.active .testimonial {
	position: relative;
	padding: 50px;
	border: 1px solid #192a56;
	background: #192a56;
	transition: 1s;
}

.rating-container {
	margin-top: 50px;
}

.rating-container .clear-rating,
.rating-container .caption {
	display: none !important;
}

.rating-container .filled-stars {
	color: #49e3f8 !important;
}

.search-tabs {
	position: relative;
	margin: 0;
}

.newsletter:after {
	content: '';
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(left, rgba(197, 184, 167, 1) 0%, rgba(215, 203, 188, 1) 65%, rgba(224, 213, 200, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(197, 184, 167, 1) 0%, rgba(215, 203, 188, 1) 65%, rgba(224, 213, 200, 0) 100%);
	background: linear-gradient(to right, rgba(197, 184, 167, 1) 0%, rgba(215, 203, 188, 1) 65%, rgba(224, 213, 200, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5b8a7', endColorstr='#00e0d5c8', GradientType=1);
}

.newsletter .heading-block h2 {
	color: #fff;
}

.newsletter .heading-block:before {
	display: none;
}

.social-widget ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
}

.social-widget ul li {
	display: inline-block;
}

.social-widget ul li a {
	color: #fff;
	font-size: 32px;
	padding: 15px;
}

.social-widget ul li a:hover {
	color: #007bff;
}

.text-line {
	color: #fff;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 25px;
}

.text-line span {
	background-color: #cfc2b2;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
}

.text-line:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 15px;
}

.newsbox {
	padding: 20px;
	background: #fff;
	border: 1px solid #ccdfef;
}

.newsbox h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
}

.newsbox .entry-date {
	color: #3abbd1;
	font-size: 15px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Merriweather', sans-serif;
}

.newsbox .fbox-desc {
	padding: 0;
}

.newsbox .entry-image {
	margin-bottom: 0;
}

#categories-3 {
	background: #195ba2;
	padding: 30px;
}

#categories-3 a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#categories-3 h3 {
	color: #fff;
}

#categories-3 .title-block {
	border-left-color: #ffffff;
}

.business-hours-tab {
	margin-top: 35px;
}

/* Footer */

.footer-widgets-wrap .widget_text p {
	font-size: 15px;
	color: #fff;
}


.footer-widgets-wrap img {
	margin-bottom: 15px;
}

.footer-widgets-wrap .widget .widget-title {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.footer-widgets-wrap .widget_nav_menu li a {
	color: #fff;
	font-size: 15px;
}

.footer-widgets-wrap .widget_text label,
.footer-widgets-wrap .gform_wrapper li.gfield fieldset legend.gfield_label {
	color: #fff;
	margin-bottom: 0 !important;
}

.footer-widgets-wrap .widget_text .form-control {
	border: none;
	height: 34px;
	text-indent: 10px;
}

.footer-widgets-wrap .widget_text .form-control::placeholder {
	font-size: 13px;
}

.footer-widgets-wrap .widget_text #field_9_3 {
	margin-top: 10px;
}

.footer-widgets-wrap .gform_wrapper .gform_footer {
	padding: 0;
}

.footer-widgets-wrap .social-widget ul {
	display: block;
	margin: 25px 0 0 0;
}

.footer-widgets-wrap .social-widget ul li a {
	font-size: 20px;
	padding: 10px;
}

.copyright-in {
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#copyrights a {
	color: #fff;
	font-weight: 600;
}


/* Single Location */
.contact-box {
	padding: 45px;
	background: #F2F7FB;
}

.contact-box .iconlist li {
	position: relative;
	margin-bottom: 15px;
}

.contact-box .iconlist li:last-child {
	margin-bottom: 0;
}

.business-hours-tab-container {
	display: none;
}

.business-hours-tab-container.active {
	display: flex;
}

.business-hours-tab.active {
	background-color: #3abbd1;
	color: #fff;
}

.office-day-in {
	background: #fff;
	padding: 15px;
	border: 1px solid #ccdfef;
}

.office-day i {
	color: #192a56;
	font-size: 24px;
}

.office-day h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0;
	color: #192a56;
}

.office-day p {
	margin: 0;
	line-height: 1 !important;
}

.business-hours-tab-container .date-active .office-day-in {
	background: #192a56;
	border: 1px solid #192a56;
}

.business-hours-tab-container .office-day.date-active i,
.business-hours-tab-container .office-day.date-active h4,
.business-hours-tab-container .office-day.date-active p {
	color: #fff !important;
}

.brandpost .t-out {
	display: table;
	width: 100%;
	height: 100px;
	background: #fff;
	border: 1px solid #edf3f9;
	text-align: center;
}

.brandpost .t-out a {
	line-height: 98px;
	box-shadow: 0 0 0 #000;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.brandpost img {
	width: auto !important;
	max-height: 60px;
	margin: 0 auto;
	opacity: 0.6;
	max-width: 130px;
}

.brandpost a:hover img {
	opacity: 1;
}

.brokerpost {
	position: relative;
}

.brokerpost h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}

.brokerpost-in {
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	background: #192a56;
	color: #fff;
	text-align: center;
}

.brokerpost:hover .brokerpost-in {
	bottom: 0;
}

.brokerpost-inner {
	position: absolute;
	top: 80px;
	width: 100%;
	left: 0;
}

.brokerpost:hover .brokerpost-inner {
	position: relative;
	top: 0;
}

.brokerpost .iconlist {
	padding-left: 0;
	margin-left: 0;
	width: auto;
}

.brokerpost .iconlist i {
	position: relative !important;
	left: -7px !important;
}

/* Single Inventrory */
.widget-broker h2 {
	margin-bottom: 10px;
}

.widget-broker h2 span {
	display: block;
	opacity: 1;
	font-size: 16px;
	text-transform: uppercase;
}

.widget-broker ul {
	list-style: none;
}

.widget-broker ul li:not(last-child) {
	margin-bottom: 5px;
}

/* Single Blog */
.entry-nav {
	padding: 20px 0;
	border-top: 1px solid #e3ebf5;
	border-bottom: 1px solid #e3ebf5;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}

/* All Brands */

.brand-box img {
	max-height: 100px;
	max-width: 200px;
	margin-bottom: 35px;
}

/* Broker Archive */
.broker-box {
	padding: 20px;
	border: 1px solid #e3ebf5;
}

.broker-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 15px 0 10px 0;
}

.broker-box .iconlist {
	margin: 0;
	padding: 0;
}

.broker-box .iconlist li {
	margin: 5px 0 0;
	padding-left: 25px;
}

.broker-box .iconlist li.email {
	text-overflow: ellipsis;
	overflow: hidden;
}

.broker-box .iconlist li span {
	left: 0 !important;
}

.brand-carousel .iconlist li.email {
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 25px;
}

.brand-carousel .iconlist li.email i {
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute !important;
	left: 0 !important;
	font-size: 16px;
	width: 16px;
}

/* Single Broker */
.broker-form .gform_wrapper {
	margin-top: -200px;
	background: #fff;
	padding: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.broker-form .gform_wrapper h3.gform_title {
	text-align: center;
	text-transform: uppercase;
}

.broker-form .gform_wrapper .gform_footer {
	margin: 0;
}

.location-box {
	width: 50%;
	float: left;
	border-right: 1px solid #eee;
	padding: 30px;
	border-bottom: 1px solid #eee;
}

.location-box:nth-child(2n+1) {
	border-right: 0px solid #eee;
}

.location-box:nth-last-child(1),
.location-box:nth-last-child(2) {
	border-bottom: 0px solid #eee;
}

.location-box h2 {
	margin-bottom: 10px;
	font-size: 22px;
}

.location-box ul {
	margin-bottom: 10px;
}

.location-box ul li {
	margin: 10px 0px;
	line-height: 1.5;
}

/*Carers */
#gform_wrapper_5.gform_wrapper,
#gform_wrapper_3.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
	padding: 30px !important;
	background: #F4F9FE !important;
	border-radius: 5px !important;
}

.single-job .rank-math-breadcrumb p {
	margin-bottom: 10px;
}

.single-job .fbox-desc h3 {
	margin-bottom: 10px;
	opacity: 0.7;
}

.single-job .fbox-desc ul {
	display: flex;
	flex-direction: row;
	font-size: 12px;
	overflow: hidden;
	justify-content: center;
}

.single-job .fbox-desc ul li:first-child {
	list-style: none;
	margin-right: 17px;
}

.op-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dde5ec;
}

.op-item .d-flex {
	gap: 50px;
}

.job-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px !important;
}

.op-item ul,
.job-info {
	list-style: none;
	display: flex;
	padding-left: 0;
	overflow: hidden;
	margin-bottom: 0;
	opacity: 0.7;
}

.op-item h2 {
	margin-bottom: 10px;
	font-size: 24px;
}

.op-item p {
	margin-bottom: 0;
}

.op-item ul li,
.job-info li {
	display: list-item;
	margin-right: 23px;
	margin-bottom: 7px;
	list-style: disc;
	font-size: 14px;
}

.op-item ul li:last-child,
.job-info li:last-child {
	margin-right: 0;
}

.op-item ul li span {
	font-weight: 600;
}

.single-job-post ul {
	padding-left: 18px;
}

.job-content-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	font-size: 20px;
}

.job-apply {
	background: #192a560d;
	padding: 30px;
	border: 1px solid #192a560f;
	text-align: center;
}

.job-apply h3 {
	font-size: 21px !important;
	margin-bottom: 10px;
}

.job-apply span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.job-apply .button {
	margin-bottom: 30px;
}

.job-apply p {
	font-size: 13px;
	margin-bottom: 0;
}

.single-job .entry {
	margin: 0 0 0 0;
}

.single-job .owl-dots {
	margin: 0 0 40px 0;
}

.single-job .owl-carousel .owl-dots .owl-dot {
	margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {
	.op-item .d-flex {
		gap: 10px;
	}

	.op-item ul li {
		font-size: 13px;
	}

	.op-item h2 {
		font-size: 20px;
	}

	.post-type-archive-job .centered-breadcrumb {
		justify-content: center !important;
	}

	.single-job .entry-title h2 {
		font-size: 24px !important;
		text-align: center;
	}

	.job-info {
		flex-wrap: wrap;
		justify-content: center;
	}

	.job-info li {
		font-size: 12px;
	}
}

@media only screen and (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0 !important;
	}
}

.t-in img {
	padding: 5px 0;
}

body.post-type-archive-brands section#page-title div h1 {
	color: #fff;
	font-size: 64px;
}

body.post-type-archive-brands section#page-title div span {
	color: #fff;
}

body.archive .irs-max,
body.page-template-page-sales .irs-max {
	background: rgba(0, 0, 0, 0.25) !important;
}

section.map,
section.map .acf-map {
	height: 400px !important;
}

section.page-title-parallax {
	padding-top: 200px !important;
}

.header-map #map {
	width: 100%
}

body.brands-template-default #page-title span {
	color: #fff !important;
}

.big-image {
	text-align: center;
	display: block;
	border: 1px solid #eee;
	border-radius: 4px;
}

.big-image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.container-tab {
	position: fixed;
	z-index: 10;
	bottom: -100px;
	right: 0;
}

.container-tab .text-tab {
	webkit-transition: .3s right ease-in-out;
	-o-transition: .3s right ease-in-out;
	transition: .3s right ease-in-out;
	position: absolute;
	width: 240px;
	right: -180px;
	bottom: 300px;
	font-size: 0;
	cursor: default;
}

.container-tab .text-tab .text-panel {
	padding-right: 26px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 24px;
	font-weight: 500;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	height: 140px;
	width: 70px;
	background-color: rgba(25, 42, 86, .75);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.container-tab .text-tab .text-panel-mobile {
	display: none;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	font-weight: 500;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	height: auto;
	width: 160px;
	background-color: rgba(25, 42, 86, 0.75);
	border-top-left-radius: 5px;
}

.container-tab .text-tab:hover {
	webkit-transition: 0.3s right ease-in-out;
	-o-transition: 0.3s right ease-in-out;
	transition: 0.3s right ease-in-out;
	right: 0;
}

.container-tab .text-tab > * {
	display: inline-block;
	vertical-align: top;
}

.container-tab .text-tab .content {
	width: 170px;
	height: 120px;
	position: relative;
	color: #fff;
	background-color: rgba(87, 136, 168, 0.8);
}

.container-tab .text-tab .content p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	width: 170px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}

.container-tab .text-tab .text-panel-mobile a,
.container-tab .text-tab .content a {
	text-decoration: none !important;
	color: #fff;
}


.promo-tab {
	position: fixed;
	z-index: 10;
	/*bottom: 150px;*/
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.promo-text-tab {
	webkit-transition: .3s right ease-in-out;
	-o-transition: .3s right ease-in-out;
	transition: .3s right ease-in-out;
	position: absolute;
	width: 240px;
	right: -180px;
	/*bottom: 200px;*/
	font-size: 0;
	cursor: default;
}

.promo-text-tab .text-panel a {
	color: #fff;
}

.promo-text-tab .text-panel {
	padding-right: 20px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-size: 20px;
	font-weight: 500;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	height: 280px;
	width: 60px;
	background-color: #1F5BA2;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.promo-tab .text-tab > * {
	display: inline-block;
	vertical-align: top;
}

.promo-text-tab .text-panel-mobile {
	display: none;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-size: 18px;
	font-weight: 500;
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	height: auto;
	width: 160px;
	background-color: rgba(25, 42, 86, .75);
	border-top-left-radius: 5px;
}


.promo-tab .text-tab .text-panel-mobile a,
.promo-tab .text-tab .content a {
	color: #192a56;
}

@media only screen and (max-width: 768px) {
	#header-map {
		width: 480px;
	}

	.location-map {
		width: 480px;
		height: 360px;
	}

	.stretched #gotoTop {
		bottom: 70px !important;
	}

	.container-tab {
		bottom: 0 !important;
	}

	.container-tab .text-tab .content {
		display: none !important;
	}

	.container-tab .text-tab {
		width: 160px !important;
		bottom: 0 !important;
		right: 0 !important;
	}

	.container-tab .text-tab .text-panel {
		display: none !important;
	}

	.container-tab .text-tab .text-panel-mobile {
		display: block !important;
	}

	.promo-text-tab .text-panel {
		/*display: none;*/
	}

	.promo-text-tab .text-panel-mobile {
		/*display: block;*/
	}
}

.home .promo h3 {
	font-size: 22px !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.styleswitch.active {
	color: #4ae7fb;
}

.subscribe-widget p {
	color: #fff;
	font-size: 18px;
}


.flex-direction-nav a:before {
	font-size: 30px !important;
	margin: 0 10px !important;
}


@media only screen and (max-width: 768px) {

	.page-template-page-princess-landing #carousel {
		display: none;
	}
}

.page-template-page-princess-landing #carousel {
	margin-top: -75px !important;
}


.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fancybox-content {
	padding: 0 !important;
	background: none !important;

}


.owl-carousel .owl-video-tn {
	background-size: cover;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
}

.owl-video-frame {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.owl-video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-dot {
	display: inline-block;
}

.owl-dot span {
	width: 11px;
	height: 11px;
	background-color: #ccc;
	border-radius: 50%;
	display: block;
	margin: 5px 3px;
}

.owl-dot.active span {
	background-color: #000;
}

.owl-carousel .owl-video-play-icon {
	height: 100%;
	width: 100%;
}


.page-template-page-landing #page-title.page-title-parallax:before,
.page-template-page-landing #page-title.page-title-parallax2:before {
	position: relative;
}

.page-template-page-landing #page-title {
	border-bottom: 0;
}

.page-template-page-landing .landing-title h1,
.page-template-page-landing .landing-title h2 {
	color: #972121;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}

.page-template-page-landing .landing-title {
	padding: 15px 0 10px;

}

.page-template-page-landing .landing-title h2:before {
	content: '';
	display: block;
	margin-bottom: 15px;
	width: 99px;
	height: 22px;
	margin: 0 auto 10px;
	background: url(//oyster.x.fuelm.io/wp-content/uploads/2019/11/landing-wawe.png);
}


.yellow-bg {
	background: #FFCA64;
}


.page-template-page-landing #inv-items {
	justify-content: center;
}


.no-bg {
	background: transparent !important;
}

.page-template-page-landing .section {
	padding: 60px 0 35px !important;
	margin: 0;
}

.page-template-page-landing .content-wrap {
	padding: 0;
}

@media (max-width: 767px) {
	.page-template-page-landing .content-wrap {
		padding: 0 !important;
	}
}


.page-template-page-landing .inv-heading {
	color: #972121 !important;
}

.page-template-page-landing .inv-button {
	color: #972121 !important;
	font-weight: 700;
}

.page-template-page-landing .inv-heading {
	border-bottom: 1px solid #e3ebf5 !important;
}


@media (max-width: 767px) {
	.page-template-page-landing #page-title.page-title-parallax2 {
		padding: 0 !important;
	}
}


.red-yellow img {
	width: 100%;
}


.fancybox-content {
	background: transparent !important;
}


@media only screen and (max-width: 992px) {

	.promo-text-tab {
		bottom: 0;

	}

	.breadcrumb {
		display: none;
	}

}

.single-brands .model-box {
	padding: 30px;
	background-color: #fff;
	box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.75);
}

.single-brands ul.tab-nav:not(.tab-nav-lg) li a {
	background-color: transparent;
	color: #192A56;
}


.single-brands ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	background-color: transparent;
}


.brands-template-brand-models .invpost-title {
	text-align: left;
}


.brands-template-brand-models .specification-details__item li {
	text-align: left;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #192a5642;
}

.brands-template-brand-models .specification-details__item li:last-child {
	border-bottom: none;
}

.brands-template-brand-models .owl-dots {
	display: none;
}

.brands-template-brand-models ul.tab-nav:not(.tab-nav-lg) li {
	display: inline-block;
	float: none;
}

.brands-template-brand-models ul.tab-nav:not(.tab-nav-lg) {
	text-align: center;
}

.single-brands ul.tab-nav:not(.tab-nav-lg) li {
	display: inline-block;
	float: none;
}

.single-brands ul.tab-nav:not(.tab-nav-lg) {
	text-align: center;
}


.brands-template-brand-models dt {
	float: left;
	clear: both;
	background: #F5F8FB;
	position: relative;
	z-index: 1;
}

.brands-template-brand-models dd {
	float: right;
	background: #F5F8FB;
	position: relative;
	z-index: 2;
}

.brands-template-brand-models dt:before {
	width: 3000%;
	height: 1px;
	background: #82878C;
	bottom: 6px;
	position: absolute;
	display: block;
	content: '';
	z-index: 2;
	left: 100%;
}

.brands-template-brand-models dl {
	overflow: hidden;
}

.brands-template-brand-models .invpost {
	background: transparent;

}

.brands-template-brand-models ul.tab-nav:not(.tab-nav-lg) li a {
	font-size: 24px;
}

.brands-template-brand-models .inv-tab li.ui-tabs-active a {
	border-color: #92939875;
}

.brands-template-brand-models .ui-corner-all .tab-container {
	padding: 0px !important;
}

.brands-template-brand-models .owl-carousel .owl-nav [class*=owl-] {
	top: 32%;
}

.brands-template-brand-models .inv-tab {
	margin-bottom: 30px !important;
}

.brands-template-brand-models .owl-carousel .owl-nav [class*=owl-] {
	border: none !important;
	font-size: 50px !important;
	background-color: transparent !important;
}

.brands-template-brand-models .owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
	color: #192A56 !important;
}

.spec_a a {
	margin-bottom: 24px;
	display: block;
}

@media (max-width: 768px) {
	.brands-template-brand-models .inv-tab {
		display: block !important;
		margin-bottom: 30px !important;
	}

	.page-template-landing-spring-training-sales .content-wrap {
		padding-bottom: 0 !important;
	}
}


/* Spring Training Sales Css*/

.page-template-landing-spring-training-sales #inv-items {
	justify-content: center;
}

.page-title {
	top: -5px;
}

.blue-text-line {
	color: #243C5F;
	position: relative;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 25px;
}

.blue-text-line:before {
	content: '';
	width: 15%;
	height: 2px;
	background-color: #243C5F;
	display: block;
	position: absolute;
	top: 25px;
}

.landing-badge {
	position: absolute;
	right: 15px;
	bottom: 75px;
	width: 170px;
	height: 170px;
	z-index: 2;
}

.landing-badge .badge-text {
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -40px;
}

.page-template-landing-spring-training-sales .table-responsive td {
	font-size: 18px;
	font-weight: 700;
	color: #243C5F;
}

.page-template-landing-spring-training-sales .table-responsive th {
	color: #243C5F;
}

.button-xxl {
	padding: 25px;
	font-size: 17px;
	letter-spacing: 0px;
	height: 90px;
	line-height: 52px;
}


#header-wrap .social-widget {
	display: inline-block;
	float: right;
	margin: 21px 50px 22px 0;
}

#header-wrap .social-widget ul li a {
	font-size: 20px;
}


.brokerpost .iconlist > li [class^=icon-] {
	left: -15px !important;
}

.brokerpost .iconlist li {
	font-size: 12px;
}

.searchandfilter label {
	width: 100%;
}

.searchandfilter input,
.searchandfilter select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px !important;
}

.searchandfilter h4 {
	color: #4d4d4d;
	padding: 5px 0 5px !important;
}

.searchandfilter .noUi-connect {
	background-color: #192a56;
}

.searchandfilter .meta-slider {
	max-width: 100%;
}

.searchandfilter .sf-field-sort_order {
	display: none !important;
}

.searchandfilter .sf-field-submit input {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #192a56;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	transition-duration: 0.5s;
}

.searchandfilter .sf-field-submit input:hover {
	transition-duration: 0.5s;
	background: #444444;
}

.home .searchandfilter ul li,
.page-template-page-sales .searchandfilter ul li {
	width: 25%;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	min-height: 115px;
	float: left;
}

.home .searchandfilter .sf-field-submit,
.page-template-page-sales .searchandfilter .sf-field-submit {
	width: 100%;
	text-align: center;
}

.home .searchandfilter .sf-field-submit input,
.page-template-page-sales .searchandfilter .sf-field-submit input {
	width: 110px;
}

.home .searchandfilter select.sf-input-select,
.page-template-page-sales .searchandfilter select.sf-input-select {
	min-width: 100%;
}

.inv-photos .text-button {
	border: 1px solid rgba(0, 74, 152, .1);
	padding: 10px 30px;
	border-radius: 5px;
	box-shadow: 0 15px 30px rgba(0, 74, 152, .05);
}

.acctitle .icon-caret-down {
	opacity: 0 !important;
}

.footer-widgets-wrap .gform_wrapper .gform_footer input {
	background-color: #ffffff !important;
	color: #192a56;
}

@media (max-width: 767.99px) {

	.home .searchandfilter ul li,
	.page-template-page-sales .searchandfilter ul li {
		width: 50%;
	}

	.acctitlec .icon-caret-down {
		opacity: 1 !important;
	}

	.acctitlec .icon-caret-right {
		opacity: 0 !important;
	}
}

@media (max-width: 400px) {

	.home .searchandfilter ul li,
	.page-template-page-sales .searchandfilter ul li {
		width: 100%;
	}
}

.inv-list-item .inv-section .container {
	width: 50%;
	float: left;
}

.inv-list-item .inv-image {
	width: 100% !important;
}


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inv-grid-content .video {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* Template Name: Browse For Your Next Boat */

.page-template-landing-browser-for-your-next-boat .welcome {
	background: url(https://oyster.x.fuelm.io/wp-content/uploads/2020/04/Path-312.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.page-template-landing-browser-for-your-next-boat .text-line:before {
	background-color: #707070;
	top: 25px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	width: 82%;
}

/*Text Us Style*/

@media (min-width: 768px) {
	#widget-Emo42dICVF0jQiAwWtAq {
		bottom: 75px !important;
	}
}

/* Pop up edits */

#upcoming-model .container {
	background: #fff !important;
}

#upcoming-model a {
	background: transparent !important;
}

#upcoming-model a:focus {
	background: transparent !important;
}

#upcoming-model img.inline-logo {
	display: inline-block;
	max-width: 160px;
	margin: 15px;
}

.paddingResponsiveBlog {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}

/* swiper.js edits */
.swiper-container {
	width: 100%;
	height: 100%;

}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fullscreen-hero {
	width: 100%;
	height: 800px;
}

.new-main-slider .swiper-pagination {
	overflow: unset !important;
	right: 122px !important;
	top: 50% !important;
	transform: translate3d(0px, -50%, 0) !important;
	left: auto !important;
	height: auto !important;
	bottom: auto !important;
}

.new-main-slider .swiper-pagination-bullet {
	display: block;
}

.new-main-slider {
	position: relative;
}

.new-main-slider .swiper-slide:before {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #192A56;
	opacity: 0.4;
	z-index: 3;
}

.new-main-slider .slide-title {
	text-align: left;
	font-size: 48px;
	font-weight: 600;
	width: 50%;
	color: #FFFFFF;
	display: block;
	position: relative;
	z-index: 10;
	margin-left: 170px;
	padding-bottom: 10px;
}

.new-main-slider .slide-subtitle {
	position: relative;
	z-index: 4;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 170px;
	width: 50%;
	text-align: left;

}

.new-main-slider .slide-button {
	float: left;
	margin-left: 170px;
	position: relative;
	z-index: 5;
	background: transparent;
	padding: 15px 25px !important;
	border: 2px solid #fff;
	border-radius: 8px;
	line-height: normal !important;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.new-main-slider .row {
	width: 100%;
}

.new-main-slider .swiper-pagination-bullet {
	left: auto !important;
	right: auto !important;
	width: 12px !important;
	height: 12px !important;
	background-color: #FFFFFF;
	opacity: 0.5;
	transform: inherit !important;
	margin-top: 11px !important;
}

.new-main-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

.new-main-slider .swiper-button-next {
	top: auto !important;
	bottom: 120px;
	right: 109px;
	transform: rotate(90deg) !important;
	background: transparent;
	border: 0;
	font-family: 'font-icons';
	width: auto !important;
	height: auto !important;
	color: #FFFFFF !important;
}

.new-main-slider .swiper-button-prev {
	left: auto;
	top: 120px;
	right: 110px;
	transform: rotate(270deg) !important;
	background: transparent;
	border: 0;
	font-family: 'font-icons';
	width: auto !important;
	height: auto !important;
	color: #FFFFFF !important;
}

.new-main-slider .swiper-slide {
	background-size: cover;
}

.new-main-slider .swiper-button-next:after,
.new-main-slider .swiper-button-prev:after {
	content: "\e7a5";
	font-family: 'font-icons';
}

.new-main-slider .swiper-slide {
	transition: 8.5s ease-out;
	transform: scale(1.08);
}

.new-main-slider .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

@media (max-width: 1025px) {
	.header-button {
		display: none;
	}
}

@media (max-width: 991.98px) {

	.new-main-slider .slide-title,
	.new-main-slider .slide-subtitle,
	.new-main-slider .slide-button {
		margin-left: 70px;
	}

	.new-main-slider .slide-title {
		font-size: 36px;
	}
}

@media (max-width: 767.98px) {
	.new-main-slider {
		height: 520px;
	}

	.new-main-slider .slide-title {
		font-size: 30px;
	}

	.new-main-slider .slide-title,
	.new-main-slider .slide-subtitle,
	.new-main-slider .slide-button {
		margin-left: 20px;
		width: 100%;
		padding-right: 20px;
	}

	.new-main-slider .swiper-button-next,
	.new-main-slider .swiper-button-prev {
		display: none;
	}

	.new-main-slider .swiper-pagination {
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
		top: auto !important;
		bottom: 40px !important;
		width: 100% !important;

	}

	.new-main-slider .swiper-pagination-bullet {
		display: inline-block;
	}

	.new-main-slider .slide-button {
		width: auto !important;
		display: block;
		white-space: inherit !important;
		text-align: left;
		height: auto;
	}

	.content-wrap.notoppadding {
		padding: 0 !important;
	}

	.swiper-pagination-bullets-dynamic {
		overflow: initial !important;
	}

	.page-id-1047342 .promo-tab {
		display: none;
	}

	.new-main-slider .slide-title {
		font-size: 21px;
	}

	.new-main-slider .slide-subtitle {
		font-size: 14px;
	}

	.new-main-slider .slide-button {
		padding: 10px 15px !important;
		font-size: 14px;
		margin-top: 0;
	}

	.new-main-slider .swiper-pagination-bullet {
		top: auto !important;
		margin-left: 10px !important;
	}

	.new-main-slider .swiper-slide {
		background-position: center;
	}
}

@media (max-width: 340px) {
	body .uwy.userway_p1 .uai {
		right: 33px !important;
	}
}

.single-inventory .widget-broker ul li {
	color: #192a56 !important;
}


#top-weather {
	position: relative;
	margin-right: 0;
	float: right;
	-webkit-transition: margin .4s ease, opacity .3s ease;
	-o-transition: margin .4s ease, opacity .3s ease;
	transition: margin .4s ease, opacity .3s ease;
	opacity: 1;
	-webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	-o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
	margin-right: 10px;
}

#top-weather a {
	color: #fff;
	position: relative;
	display: block;
	top: 18px;
	font-size: 14px;
	width: 60px;
	line-height: 1.3;
	font-weight: 600;
	text-align: right;
}

.post-type-archive-event .inv-pagination {
	justify-content: center;
	list-style: none;
	display: flex;
	gap: 10px;
}

.post-type-archive-event .inv-pagination a {
	padding: 5px 15px;
	border: 1px solid #dee2e6;
}

.post-type-archive-event .inv-pagination .active a,
.post-type-archive-event .inv-pagination a:hover {
	background: #192a56;
	color: #fff;
}

@media only screen and (max-width: 1300px) {
	#top-weather {
		margin-right: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	#top-weather {
		margin-top: 2px !important;
		margin-right: 60px;
	}
}

@media only screen and (max-width: 770px) {
	#top-weather a::before {
		content: '';
	}

	#top-weather {
		margin-right: 120px;
	}

	.main-width {
		width: 100% !important;
	}
}

@media (max-width: 1400px) and (min-width: 1300px) {
	#top-weather {
		margin-right: 60px;
	}
}

.postid-1004 .readmore {
	overflow: hidden;
}

.postid-1004 .readmore + a[data-readmore-toggle] {
	margin-top: 20px;
	display: block;
}

#kenect-fake-button {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 100;
	transition: opacity 0.3s;
	max-width: 300px;
	border-radius: 23px;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	background: linear-gradient(90deg, #27365d 0%, #27365d 100%);
	color: #fff;
}

#kenect-fake-button i {
	font-size: 18px;
}

#userway-fake img {
	background: #273C75;
	top: 13px;
	bottom: auto;
	left: auto;
	right: 13px;
	position: fixed;
	position: fixed !important;
	filter: none !important;
	cursor: pointer;
	background: #003d68 !important;
	border-radius: 50% !important;
	padding: 3px;
	transition: .1s;
	display: inline-block;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	max-width: 40px;
	max-height: 40px;
	box-sizing: content-box !important;
	z-index: 99999;
}

.owl-promotions {
	display: flex !important;
	justify-content: center !important;
}

@media only screen and (max-width: 1024px) {
	.blog .sidebar {
		width: 100%;
	}

	.blog .postcontent {
		width: 100%;
		margin-right: 0;
		float: none !important;
		margin-bottom: 40px !important;
		padding-bottom: 40px;
		border-bottom: 1px solid #EEE;
	}
}

.mobile-btn-fix {
	z-index: 7;
	background-color: rgba(0, 0, 0, 0);
	font-family: Poppins;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: nowrap;
	width: 235px;
	height: 42px;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: inherit;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 14px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	padding: 10px 35px;
	border-radius: 30px;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
}

.more-content {
	display: none;
}

.inv-search-title-mobile {
	display: none;
	font-size: 16px;
	background: #303f67;
	color: #fff;
	padding: 15px 20px;
	border-radius: 4px;
	cursor: pointer;
	transition: all .2s ease;
	justify-content: space-between;
}

.inv-search-title-mobile:hover,
.inv-search-title-mobile.active {
	background: #005fb1;
}

.inv-search-title-mobile svg {
	width: 16px;
	height: 16px;
	margin: 5px 5px 5px 15px;
	transition: all .2s ease;
}

.inv-search-title-mobile.active svg {
	transform: rotate(180deg);
}

.inv-search-title-mobile svg path {
	fill: #fff;
}

.post-type-archive-event .searchandfilter {
	padding: 30px 20px;
	background: #F9F9F9;
}

.post-type-archive-event #page-title.page-title-parallax2:before {
	opacity: 0.4 !important;
}

.post-type-archive-event #page-title h1 {
	font-weight: 900;
}

.post-type-archive-event .centered-breadcrumb {
	justify-content: center;
}

.post-type-archive-event .searchandfilter ul li ul li {
	display: flex;
}

.post-type-archive-event .searchandfilter input.sf-input-radio {
	width: auto;
	height: auto;
	display: inline-block;
}

.post-type-archive-event .event-section {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #F9F9F9;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.event-term {
	color: #020202;
	text-transform: uppercase;
}

.event-image-container {
	margin-bottom: 15px;
}

.event-heading {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.event-location {
	color: #020202;
	font-weight: 500;
}

.event-button {
	background: #69c9ca;
	padding: 10px 25px;
	display: inline-flex;
	gap: 10px;
	border-radius: 30px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	transition: all .2s ease;
}

.event-button:hover {
	background: #192a56;
	color: #fff;
}

.event-meta {
	padding: 20px 0;
	border-top: 1px solid #e3ebf5;
	border-bottom: 1px solid #e3ebf5;
	margin-bottom: 20px;
}

.event-meta p {
	margin: 0;
	font-size: 15px;
}

.event-date {
	position: absolute;
	z-index: 1;
	background: #11254D;
	padding: 10px 15px;
}

.event-month {
	color: #52D7EF;
	font-size: 20px;
}

.event-day {
	font-weight: 700;
	color: #fff;
	font-size: 32px;
	line-height: 1;
}

.blog #page-title .button {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

@media (max-width: 767.98px) {
	.inv-search-title {
		display: none;
	}

	.inv-search-title-mobile {
		display: flex;
	}

	.inv-search-section .searchandfilter {
		display: none;
	}

	.blog #page-title .button {
		position: relative;
	}

	.blog .centered-breadcrumb {
		justify-content: center;
	}
}

/* custom */
.single-brands .invpost::before {
    background: none !important;
}

.single-brands .specification-details__item ul li > ul li {
    list-style-type: circle !important;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .single-location .sales.business-hours-tab-container .owl-item {
        width: 145px !important;
    }
}

.single-location .section .owl-stage {
    margin-inline: auto;
}

@media only screen and (max-width: 480px) {
	.testimonials .owl-carousel .owl-item.active .testimonial {
		height: 100% !important;
	}
}

.fixMargin {
	margin-bottom: 0 !important;
}

.meetTeam {
	--spaceTop:-230px;
	margin-bottom: var(--spaceTop);
	padding-bottom: 50px;
	.title.main {
		font-size: clamp(34px, 4vw, 53px);
		font-weight: 500;
		text-align: center;
		color: #fff;
		margin-bottom: 60px;
		line-height: 100%;
		text-shadow: 1px 0 1px #0000005c;
	}
	.gallery {
		position: relative;
		top: var(--spaceTop);
	}
	.loadButton {
		text-align: center;
	}
	.loadMoreTeam {
		display: inline-flex;
		padding: 0 22px;
		font-size: 14px;
		height: 40px;
		background-color: #192a56;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-radius: 4px;
		align-items: center;
	}
	.headingBlock {
		position: relative;
		img {
			max-height: 650px;
			object-fit: cover;
			object-position: bottom center;
		}
		&:after {
			content: "";
			width: 100%;
			height: 65%;
			position: absolute;
			bottom: 0;
			left: 0;
			background: linear-gradient(to top, #0c162f, transparent);
		}
	}
	ul {
		position: relative;
		list-style-type: none;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
		grid-gap: 1rem;
		&:before {
			content: "";
			width: 100%;
			height: 100%;
			background-color: transparent;
			position: absolute;
			left: 0;
			top: 0;
			visibility: hidden;
		}
		&.loading {
			&:before {
				background-color: rgba(255, 255, 255, 0.53);
				visibility: visible;
			}
		}
		&.loading + .loadButton {
			opacity: .5;
			pointer-events: none;
		}
		li {
			.image img {
				height: 270px;
				width: 100%;
				object-fit: cover;
			}
			.content {
				padding: 1rem;
				background-color: #192a56;
				color: #fff;
				text-align: center;
				min-height: 6.2rem;
				align-items: center;
				display: flex;
				flex-direction: column;
				justify-content: center;
				.title {
					color: #fff;
					font-size: 1.25rem;
					margin-bottom: 0;
					line-height: 100%;
					text-transform: uppercase;
				}
			}
		}
	}
	@media (max-width: 768px) {
		--spaceTop: -160px;
		.headingBlock img {
			height: 400px;
			object-fit: cover;
			object-position: center center;
		}
	}
}
.serviceTeamItem {
	max-width: 25%;
}
.page-template-page-about #page-title {
	background-position: bottom center !important;
}

body span[class^="icon-"], body span[class*=" icon-"] {
	font-family: 'font-icons' !important;
}

.sr-only.fix {
	position: relative;
}
