/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/***Main CSS***/
body {
	background-color:#FFF;
    overflow-x: hidden;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5{
    color: #262262;
}
h1,.h1 {
/*	font-size: 42px;
	line-height: 38px;*/
    font-size: 50px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -1px;
}
h4,.h4{
    font-weight: 100;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}
.button:hover {
	background: #888;
	border-color: #888;
	color: #fff;
}

/* Header of content */
.row-container > .pb-section.pb-section-column-1.bg-rainbow:first-child h1,
.row-container > .pb-section.pb-section-column-1.bg-rainbow:first-child .h1 {
	padding-top: 30px;
	margin: 0;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#001F4C;
	background-color:#001F4C;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
}

ul.menu .menulink {
	padding: 11px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;
	
}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Banner Overlay*/
.slider-overlay {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(12,23,45,0.33);
}
.slider-overlay .slider-nav {
    display: table;
    width: 80%;
    max-width: 1300px;
    padding-top: 30px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slider-overlay .slider-nav .snav {
    display: inline-block;
    width: 33.333%;
    float: left;
    vertical-align: top;
    padding: 30px 20px;
}
.slider-overlay .slider-nav .snav a {
    padding: 36px 20px;
    border: 2px solid #fff;
    border-radius: 8px;
    width: 100%;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -1px;
    transition: all 0.8s cubic-bezier(.68, .01, .25, 1);
    /*text-transform: uppercase;*/
    background: linear-gradient(to right, #0A4CA7, #0A4CA7), rgba(255,255,255,0.2);
    background-size: 0% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
}
.slider-overlay .slider-nav .snav a:hover {
    text-decoration: none;
    border-color: #0A4CA7;
    background-size: 100% 100%;
    transition: all 0.2s cubic-bezier(.07, .29, .25, 1);
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

.table-block .pb-row,
.pb-row.table-block {
    display: table;
    width: 100%;
    margin: 0;
}
.table-block .pb-row::before,
.table-block .pb-row::after,
.pb-row.table-block::before,
.pb-row.table-block::after{
    display: none;
}
.table-block .pb-column {
    display: table-cell;
    float: none;
}

.table-block .fit-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.table-block .fit-image > .pb-block-content > img {
    opacity: 1;
    object-fit: cover;
    font-family: "object-fit: cover";
    left: 50%;
    max-height: 101%;
    max-width: 101%;
    min-height: 101%;
    min-width: 101%;
    position: absolute;
    top: 50%;
    transition: all 0.15s cubic-bezier(.09, .27, .25, 1) 0s;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*Index Assets*/
.homebox  {
	
}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

.footer-boating-logo {
    text-align: center;
}
.footer-boating-logo img {
    width: 100%;
    max-width: 160px;
    text-align: center;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
    border: none;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	box-shadow: inset 0 0 0 3px #0AA74B;
    background:transparent;
	color:#0AA74B;
}
.button.bt-outline:hover {
	box-shadow: inset 0 0 0 25px #0AA74B;
    background:transparent;
	color:#FFF !important;
}
.button.bt-outline.bt-red {
	box-shadow: inset 0 0 0 3px #C00;
	color:#C00;
}
.button.bt-outline.bt-red:hover {
	box-shadow: inset 0 0 0 25px #C00;
}
.button.bt-green {
    border-color: #0AA74B;
    background-color: #0AA74B;
}
.button.bt-green:hover {
    color: #0AA74B;
}

input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#0AA74B;
	color: #FFF;
	box-shadow: none;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url("images/bg-footer.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
    border-radius: 10px;
	background-color: #262262;
}
.payment-summary .button {
	border: none;
	background-color: #196E41;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #262262;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
html {
	height: auto;
}
.zulu-global.global-danger {
	display: none;
}
body, .body {
	font-family: "poppins", "sans-serif";
}
.header-buffer {
	margin-bottom: -52px;
}
.hue-strip {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #EC2027, #FCE800, #0AA74B, #144B9A);
    animation: wipe-anim 5s linear infinite;
}
.header {
	background: linear-gradient(100deg, #101C84, #1F1C51 70%);
    /*background: linear-gradient(100deg, #F57B25, #D85814 70%);*/
	padding: 0px;
	position: relative;
	z-index: 2;
}
.header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-image: url(images/bg-header-left.png);
	background-size: 40% 100%;
    background-position: left center;
	background-repeat: no-repeat;
	z-index: -1;
}
.header-wrap {
	z-index: 100;
	width: 100%;
}
.frame {
	width: 1600px;
}
.logo {
    top: 3px;
	height: 105px;
	width: 250px;
    position: relative;
	background-position: left;
}
.header .logo-wrap {
	text-align: left;
}

.header .contact-col {
    text-align: right;
}
.header .contact-col p {
	color: #FFF;
	margin: 0px;
    text-align: left;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    
    font-size: 24px;
    line-height: 24px;
}
.header .contact-col a {
	text-decoration: none;
	color: #FFF;
}
.header .contact-col a:hover {
	text-shadow: 0 0 10px #FFF;
}
.header .contact-col p strong {
    font-size: 14px;
    line-height: 16px;
	font-weight: 400;
	display: block;
    opacity: 0.5;
}
.header .contact-col p .breaker {
	margin-right: 40px;
}

.header .coltable.col3 > .col:nth-child(1) {
    min-width: 200px;
}
.header .coltable.col3 > .col:nth-child(2) {
    width: 40%;
}
.header .coltable.col3 > .col:nth-child(3) {
    width: 40%;
}

/*Shopping Tab*/
.shopping-tab {
	background-color: #FFF;
	padding: 10px;
	padding-top: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    box-shadow: 0 0 15px rgba(15,20,35,0.15);
	display: table;
    margin-left: auto;
	pointer-events: all;
    max-width: 300px;
}
.shopping-tab p {
	padding: 10px 10px 0px
}
.shopping-tab p a:last-child {
    margin-right: 0;
}
.shopping-tab p.text-center a:last-child {
	margin-left: 0;
}
.shopping-tab p a {
	text-decoration: none;
	font-size: 14px;
	color: #12264B;
	font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0 5px;
    display: inline-block;
}
.shopping-tab p a:hover {
	color: #2B932C;
}

.shopping-tab form {
	position: relative;
}
.shopping-tab form i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #144A9B;
	font-size: 21px;
}
.shopping-tab form input {
	border: 0px;
	border-bottom: 1px solid #DDD;
	padding: 12px;
	font-family: "poppins", "sans-serif";
	font-weight: 400;
	font-size: 14px;
}
.shopping-tab form input:focus {
	outline: 0px;
}
.navigation {
	background-color: #001F4C;
	position: relative;
	margin-right: -160px;
	margin-top: 3px;
	border-bottom-left-radius: 10px;
	border: 0px;
	z-index: 100;
	top: 0;
}
.navigation::before {
	position: absolute;
	content: '';
	top: -3px;
	left: 0;
	right: 0;
	height: 3px; 
	background: linear-gradient(to right, #EC2027, #FCE800, #0AA74B, #144B9A);
}

.zulu-search .header-buffer,
.zulu-product .header-buffer{
    margin-bottom: -30px;
}

/*Menu*/
ul.menu .menulink,
ul.menu .mobile-nav + li {
	border: 0px;
}
ul.menu .menulink {
	text-transform: capitalize!important;
    font-size: 16px;
	letter-spacing: -0.5px;
	display: inline-block;
	padding: 12px 22px;
	position: relative;
	z-index: 1;
	font-weight: 300;
}
ul.menu li.active .menulink, 
ul.menu .menulink:hover {
	background-color: transparent;
	color: #fff;
}
ul.menu li.active .menulink::before, 
ul.menu .menulink::before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	right: 0px;
    bottom: 100%;
	background-color: #0AA74B;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	opacity: 1;
	box-shadow: 0 0 10px 0 rgba(10,167,75,0.1);
	transition: all 0.4s ease-in-out 0s;
	z-index: -1;
	pointer-events: none;
}
ul.menu li.active .menulink::before {
    background-color: #0A4CA7;
}
ul.menu li.active .menulink::before, 
ul.menu li:hover .menulink::before,
ul.menu .menulink:hover::before {
    transition: all 0.1s ease-in-out 0s;
    bottom: -3px;
}
ul.menu {
	width: unset;
}

/*Dropdown*/
ul.menu li ul {
	position: absolute;
	top: 49px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	opacity: 1 !important;
	list-style: none;
	width: 100%;
	text-align: center;
	padding-top: 0px;
    min-width: 200px;
}
ul.menu li ul::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-bottom-color: #008D3F;
	transition: all 0.2s;
}
ul.menu li:hover ul::before {
	top: -20px;
}

ul.menu ul li {
	position: relative;
	border-top: 1px solid #018237;
    min-width: 200px;
	width: 100%;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	background-color: #008D3F;
}
ul.menu ul li a {
	display: block;
	position: relative;
	padding: 12px;
	text-shadow: none;
    font-size: 14px;
    font-weight: 300;
	color: #fff;
}
ul.menu ul li a::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 4px;
	right: 4px;
	bottom: 1px;
	border: 1px solid rgba(255,255,255,0.4);
    background-color: rgba(255,255,255,0.15);
	opacity: 0;
	transition: all 0.2s ease;
	border-radius: 2px;
}
ul.menu ul li a:hover::before {
	top: 4px;
	bottom: 4px;
	opacity: 1;
}
ul.menu ul li a:hover {
	color: #fff;
    background: none;
}
ul.menu ul li:first-child {
	border-top: none;
    border-radius:4px 4px 0 0;
}
ul.menu ul li:last-child {
	border-radius: 0 0 4px 4px;
}
ul.menu ul li:only-child {
	border-radius: 2px;
}

/*Nav*/
.navigation .social-wrap {
	padding: 7px 0px;
	display: table;
	margin: 0 20px;
}
.navigation .social-wrap a {
	background-color: rgba(255,255,255,0.50);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	float: left;
}
.navigation .social-wrap a.account {
	background-color: #fff;
}
.navigation .social-wrap a:hover {
	background-color: #0AA74B;
}
.navigation .social-wrap a:not(:last-child) {
	margin-right: 5px;
}
.navigation .social-wrap a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #001F4C;
	font-size: 14px;
}
.expand-col .n1-col {
	width: 33.333%;
	transition: all 0.6s ease-in-out 0s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
    background-blend-mode: soft-light;
}
.expand-col .n1-col:hover {
	width: 33.333%;
    background-color: #2C39AA;
    transition: all 0.2s cubic-bezier(.07, .45, .38, .99) 0s;
}
.expand-col .col.boats {      background-image: url("images/bg-boats-new.jpg");     /*background-color: #2C39AA;*/}
.expand-col .col.outboards {  background-image: url("images/bg-outboards-new.jpg"); /*background-color: #C36405;*/}
.expand-col .col.seadoo {     background-image: url("images/bg-promotions-new.jpg");}
.expand-col .col.accessories {background-image: url("images/bg-outboards.jpg");}
.expand-col .col.workshop {   background-image: url("images/newboats.jpg");}
.expand-col .col.promotions { background-image: url("images/bg_body.png");}

.category-container {
	padding: 40px;
    padding-top: 250px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.1) 50%);
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.category-container::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	transform: translateX(-100%);
	background: linear-gradient(to right, #EC2027, #FCE800, #0AA74B, #144B9A);
	transition: all 0.6s cubic-bezier(.07, .45, .38, .99) 0s;
	animation: wipe-anim 3s infinite linear;
}
@keyframes wipe-anim {
	0%   {filter: hue-rotate(0deg);}
	100% {filter: hue-rotate(360deg);}
}
.expand-col .n1-col:hover .category-container::before {
    opacity: 1;
}
.expand-col .n1-col:hover .category-container::after {
	transform: translateX(0%);
    transition: all 0.2s cubic-bezier(.07, .45, .38, .99) 0s;
}
.expand-col .button {
	border: 2px solid #FFF;
	background-color: transparent;
	border-radius: 5px;
	padding: 9px 30px 10px;
	display: table;
	margin-left: auto;
	transition: all 0.2s cubic-bezier(.07, .45, .38, .99) 0s;
	letter-spacing: 0px;
}
.expand-col .button:hover {
	background-color: #0AA74B !important;
    color: #fff !important;
    transition: all 0.1s ease;
}
.expand-col .n1-col:hover .button {
	background-color: #FFF;
	color: #2C39AA;
}
.category-container h3,
.category-container p {
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}
.expand-col .n1-col:hover .category-container h3,
.expand-col .n1-col:hover .category-container p {
	color: #fff;
}
.category-container h3 {
	font-weight: 500;
	margin-bottom: -5px;
    white-space: nowrap;
}
.category-container p,
.category-container a {
	margin: 0px;
    white-space: nowrap;
}
input[type="submit"], button,
.button,
.button.btn-variant-1,
.button.btn-variant-2 {
	background-color: #262262;
	color: #FFF;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px 30px;
	border-radius: 8px;
	border-color: #262262;
    font-family: "poppins", "sans-serif";
}
input#forgot {
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 500;
    background-color: #aaa;
    padding: 6px 12px;
}
.button.btn-variant-2 {
/*	background: linear-gradient(to right, #00C4FF, #009BFF);
    border-image: repeating-linear-gradient(to right, #00C4FF,
    #009BFF) 10;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  border: double transparent;*/
  border-radius: 8px;
  background-image: linear-gradient(#00C4FF, #009BFF), linear-gradient(to right, #00C4FF, #009BFF);
  background-origin: border-box;
 /* background-clip: content-box, border-box;*/
}
.about-section {
	padding: 120px 0px!important;
	position: relative;
}
.about-section::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/bg-about-right.png);
	background-size: 33% 100%;
	background-position: right;
	background-repeat: no-repeat;
}
.about-section p {
	color: #484B55;
	font-weight: 300;
	text-align: justify;
	margin-bottom: 40px;
	line-height: 28px;
}
h2, .h2 {
	color: #0C2243;
	font-weight: 600;
	letter-spacing: -1px;
	font-size: 42px;
    line-height: 48px;
}
span.red {
	color: #ED1C24!important;
}
span.yellow {
	color: #FDE900!important;
}
span.green {
	color: #00A74B!important;
}
span.blue {
	color: #144A9B!important;
}
.about-section h2 {
	margin-bottom: -10px;
}
.about-section h3 {
	color: #0C2243;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
}

/*Account*/
.zulu-member .bt-list > li > .button {
    padding: 25px;
    padding-left: 80px;
    font-weight: 400;
    letter-spacing: 0px;
    transition: all 0.6s ease;
}
.zulu-member .bt-list > li > .button:hover {
    transition: all 0.1s ease;
    background-color: #3B7EC6;
}
.bt-list .label-items{
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 500;
    display: block;
}
.bt-list > li{
    width: 50%;
    position: relative;
}
.bt-list > li i{
    font-size: 3em;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

/*Brand Slider*/
.brand-slider {
	background-color: #FFF;
	border-radius: 15px 15px 0 0;
	position: relative;
    margin: 20px 0 0px;
	z-index: 1;
}
.brand-slider .col:first-child {
	padding: 10px 40px !important;
}
.brand-slider .col:last-child {
	padding: 10px !important;
}
.brand-slider .col:first-child{
    /*background: linear-gradient(to right,#00A74B 0%,#00A74B 60%, #fff); */ 
    background-image: url("images/background/wave-break.svg");
    background-size: auto 102%;
    background-position: center right;
    background-repeat: no-repeat;
}
.brand-slider::before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 400px;
	height: 400px;
	background: linear-gradient(to right, #FFF, #F1F2F2);
	border-radius: 100%;
	transform: translate(-80px, -50%);
	z-index: -1;
    display: none;
}
.brand-slider .test-box {
	width: 100%;
	display: grid;
}
.brand-slider h3 {
	font-weight: 500;
	font-size: 35px;
    line-height: 35px;
	margin-bottom: 0px;
	color: #262262;
}
.brand-slider h5 {
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #6C6B7D;
}
.brand-slider img {
	width: 100%;
}

.lSSlideOuter {
    margin-top: 0px;
    margin-bottom: -40px;
}

.lSSlideOuter {
	margin-right: 50px;
}
.lSAction > .lSNext {
	top: 42%;
}
.lSAction > .lSPrev {
	top: 42%;
}

/*Brand List (Slider hidden)*/
.brand-list {
    display: table;
    width: 100%;
}
.brand-list > li {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding: 5px;
}
.brand-list > li img {
    width: 100%;
    transition: all 0.2s ease;
    vertical-align: top;
    margin-bottom: -35px;
    position: relative;
    top: 0;
}
.brand-list > li img:hover {
    top: -4px;
    filter: brightness(1.05);
}

/*Footer?*/
.footer {
	background-color: #060C4B;
	border: 0px;
	padding: 40px 0px;
	padding-bottom: 0px;
	position: relative;
	background-image: url(images/bg-footer.png);
	background-size: 100% auto;
	background-position: bottom -50px center;
	background-repeat: no-repeat;
}
/*.footer::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-image: url(images/bg-footer-top.jpg);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}*/
.footer .frame {
	position: relative;
	z-index: 10;
}
.footer .h4 {
	color: #FFF;
	letter-spacing: -1px;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.footer .column {
	margin-top: 70px;
	padding-bottom: 70px;
}
.footer .foot-menu > li a {
	color: #FFF;
	font-family: "poppins", "sans-serif";
	font-weight: 300;
	font-size: 13px;
	line-height: 21px;
}
.footer .foot-menu > li a:hover {
	color: #00CFFF;
	margin-left: 5px;
}
.footer .foot-menu > li a b {
	color: #FFF;
	font-weight: 600;
	margin-right: 15px;
}
.footer .social-btns {
	margin-top: 30px;
	display: block;
}
.footer .social-btns a {
	height: 40px;
	width: 40px;
	display: inline-block;
	float: left;
	color: #FFF;
	background: linear-gradient(to right, #00C4FF, #009BFF);
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 10px;
}
.footer .social-btns a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(-100%);
	background-color: #FFF;
	transition: all 0.2s ease-in-out 0s;
}
.footer .social-btns a:hover::before {
	transform: translateY(0%);
}
.footer .social-btns a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 21px;
	transition: all 0.2s ease-in-out 0s;
}
.footer .social-btns a:hover {
	border-color: #FFF;
}
.footer .social-btns a:hover span {
	color: #00C4FF;
}
.footer .logo {
	height: 88px;
	min-width: 300px;
}
.footer .button {
	background-color: transparent;
	color: #FFF;
	text-transform: unset;
	font-family: "Poppins","Sans-serif";
	font-size: 16px;
	letter-spacing: 0px;
	margin-top: 20px;
	border: 1px solid #FFF;
	font-weight: 400;
	padding: 12px 40px;
}
.footer .button:hover {
	color: #333;
	border-color: #FFF;
	background-color: #FFF;
}
.footer .logos-wrap {
	margin-top: 120px;
}
.footer .yamaha-logos img {
	height: 55px;
	margin-right: 30px;
}
.footer .logos-wrap a {
	display: table;
	margin-left: auto;
	color: #808080;
	text-decoration: none;
	font-weight: 400;
	font-family: "poppins", "sans-serif";
	font-size: 12px;
	transition: all 0.2s ease-in-out 0s;
}
.footer .logo-col img {
	width: 250px;
}
.footer .logos-wrap a:hover {
	color: #F00;
}
.footer .coltable.vbottom.logos-wrap > .col {
	display: table-cell!important;
	float: unset!important;
}
.footer .col:nth-child(3) .menulink:last-child {
	line-height: 24px;
}
.footer .col:nth-child(3) .menulink:last-child span {
	margin-left: 40px;
}
.copyright {
	background-color: transparent;
	margin-top: 0px;
	padding: 40px 0px;
	padding-bottom: 60px;
}
.copyright p {
	text-align: left;
    color: #FFF;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 12px;
}
.copyright p a {
	float: right;
}

/*Yamamha Logos*/
.yamaha-footer p {
    text-align: center;
    margin: 0;
    padding-bottom: 60px;
}
.yamaha-footer p img {
    position: relative;
    top: 0;
    transition: all 0.2s ease;
    vertical-align: top;
}
.yamaha-footer p img:hover {
    top: -4px;
    filter: brightness(1.05);
}

/*???*/
.lifering.button {
	background-color: transparent;
	position: relative;
	display: table;
	margin-left: auto;
	font-size: 21px;
	margin-right: 50px;
}
.lifering.button::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	height: 250px;
	width: 250px;
	background-image: url(images/icon-lifering.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out 0s;
}
.lifering.button:hover {
	border: 0px;
	transform: scale(1.1);
}
.about-section img {
	width: 300px!important;
	display: table;
	margin-left: auto;
	margin-top: 150px;
}
.sticky {
	position: sticky;
	z-index: 100;
	top: 3px;
}
.fixed {
	position: fixed;
	z-index: 200;
}
.fixed.frame {
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
input[type="text"], input[type="number"], input[type="password"], textarea, select{
    background-color: transparent;
    border-width: 2px;
    border-radius: 6px;
    padding: 10px 10px;
    font-weight: 400;
    font-family: "poppins", "sans-serif";
}

.form-block .field.dropdown {
  position: relative;
}
.form-block .field.dropdown::after {
  content: '\f078';
  position: absolute;
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  top: 40px;
  right: 25px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.form-block .field select {
  -webkit-appearance: button;
  outline: none;
}

/*Custom CSS*/
.alert.alert-success{
    background-color: #0AA74B;
}
.bg-rainbow{
    background: linear-gradient(to right, #EC2027, #FCE800, #0AA74B, #144B9A);
}
.bg-red{
    background-color: #EC2027;
}
.bg-yellow{
    background-color: #FCE800;
}
.bg-green{
    background-color: #0AA74B;
}
.border-image{
    border-radius: 10px;
}

/*Colour Boxes*/
.box{
    border-radius: 25px;
    padding: 30px 15px;
    border: none;
}
.box p {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
.box p.h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.box.bg-green{
    background-color: #0AA74B;
}
.box.bg-blue{
    background-color: #144B9A;
}
.box.bg-orange{
    background-color: #E6850C;
}
.box.bg-yellow{
    background-color: #EDC707;
}
.box.bg-red{
    background-color: #EC2027;
}
.box.circle{
    border-radius: 100%;
    max-width: 250px;
    height: 250px;
    border: none;
}
.box.circle .h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.box.circle p {
    font-size: 16px;
    line-height: 18px;
}

.nopad-col {
    padding: 15px;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    margin-top: -65px;
    z-index: 2;
}
.nopad-col > .pb-column {
    padding: 0 !important;
}
.nopad-col > .pb-column > .box {
    border-radius: 0px;
}
.nopad-col > .pb-column:first-child > .box {border-radius:15px 0 0 15px;}
.nopad-col > .pb-column:last-child > .box {border-radius: 0 15px 15px 0;}
.nopad-col > .pb-column:last-child > .box p.h2 {margin: 0 0 -10px;}

.box.bg-old-boat,
.box.bg-new-boat{
    background-position: center;
    background-position: cover;
}

.special-box .box.bg-green,
.special-box .box.bg-blue {
    background-image: url("images/background/overlay-swirl.png");
    background-position: center;
    background-size: 150% auto;
    padding: 80px 60px;
    border-radius: 10px;
    border: none;
}
.special-box .box.bg-green h2,
.special-box .box.bg-blue h2 {
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 42px;
    margin-bottom: 10px;
}
.special-box .box.bg-green p.h3,
.special-box .box.bg-blue p.h3 {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}
.special-box .box.bg-green p.h4,
.special-box .box.bg-blue p.h4 {
    font-size: 16px;
    list-height: 20px;
    font-weight: 200;
}
.special-box .box.bg-green a.button {background-color: #23753B;}
.special-box .box.bg-green a.button:hover {background-color: #142D91;}

/*YMF YMI*/
.yamaha-extra {
    padding-top: 50px;
    text-align: center;
}
.yamaha-extra .pb-block-type-image img {
    width: 100%;
    vertical-align: top;
    max-width: 400px; 
}
.yamaha-extra .pb-block-type-text {
    padding: 25px 0;
    margin: 0;
    width: 70%;
    display: table;
    margin: 0 auto;
}
.yamaha-extra .pb-block-type-text p {
    margin: 0;
    color: #666;
}
.yamaha-extra .pb-block .button {
    background-color: #ED1C23;
}
.yamaha-extra .pb-block .button:hover {
    background-color: #8D0408;
}

/*Other*/
.circle{
    border-radius: 100%;
}
.form_table{
    border: none;
}
img.xxx-small-img{
    max-width: 70px;
}
img.xx-small-img{
    max-width: 100px;
}
img.x-small-img{
    max-width: 150px;
}
img.small-img{
    max-width: 250px;
}
img.medium-img{
    max-width: 350px;
}
img.large-img{
    max-width: 450px;
}
img.x-large-img{
    max-width: 550px;
}
img.left-img{
    display: block;
    margin: 0 auto 0 0;
}
img.right-img{
    display: block;
    margin: 0 0 0 auto;
}
img.center-img{
    display: block;
    margin: 0 auto;
}
img.low-opacity{
    filter: opacity(0.6);
}
img.bg-img{
    position: absolute;
    top: 0;
    filter: opacity(0.2);
}
img.bg-img.right-img{
    right: 0;
}
img.bg-img.left-img{
    left: 0;
}
.margin-top-50{
    margin-top: 50px;
}
.overlay{
    position: relative;
    overflow: hidden;
}
.overlay.half-circle::before{
    content: '';
    position: absolute;
    width: 75%;
    height: 130%;
    background-color: #fff;
    top: -15%;
    left: 0;
    border-radius: 0 999px 999px 0;
}
.pb-block.bg-img{
    position: relative;
}
.pad-40{
    padding: 40px;
}
.pb-block-type-text.circle > .pb-block-content{
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.text-blue{
    color: #262262;
}
.text-white{
    color: white;
}
.text-white > a{
    color: white;
}
.wave{
    position: relative;
}
.wave::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center 20px;
    background-repeat: no-repeat;    
    pointer-events: none;
}
.wave.rainbow::before{
    background-image: url("images/banner-wave-rainbow.png");
}
/*CSS OVERRRIDES*/
.page-login{
    background-image: url("images/bg_body.png");
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}
.page-register > .body{
    background-image: url("images/bg_register.png");
    background-size: cover;
    background-position: center;
    padding: 120px 0;
}
.sign-form{
    padding: 40px;
    background-color: rgba(255,255,255,0.9);
}
.sign-form > *{
    background-color: transparent;
}
.form-block{
    border: none;
}

/*Search*/
.search-box .form-block .field {
    border-radius: 25px;
}
.search-box .form-block .field input{
    padding: 8px 12px;
    padding-left: 18px !important;
    border-radius: 25px 0 0 25px;
}
.search-box .form-block .field button{
    border-radius: 0 25px 25px 0;
    padding-left: 8px !important;
}

/*Inputs & Buttons*/
input[type="submit"]:hover, input[type="submit"].bt-grey:hover, button.bt-grey:hover, button:hover, .button.bt-grey:hover, .button:hover{
    background-color: #0AA74B;
    border-color: #0AA74B;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover, textarea:focus, textarea:hover{
    border-color:#262262;
}
.opt.opt-success{
    color: #0AA74B !important;
}
.payment-summary{
    background-color: #0AA74B;
}
.btn-green{
    border-color: #0AA74B;
    background-color: #0AA74B;
}
.btn-green:hover{
    border-color: #262262;
    background-color: #262262;
}
.btn-red{
    border-color: #EC2027;
    background-color: #EC2027;
}
.btn-red:hover{
    border-color: #0AA74B;
    background-color: #0AA74B;
}
.product-single-wrapper img, 
.product-box li img{
    border-radius: 10px;
    filter: brightness(0.95);
    transition: all 0.2s ease;
    border: 1px solid #eee;
} 
.product-box li:hover a img{
    filter: brightness(1.05);
}
.form-block.attribute-select{
    border-radius: 10px;
}
.form-block .field.w80{
    width: 80%
}
.image-wrap img{
    padding: 0;
    border: none;
}
.price-box .attribute-label{
    font-size: 30px;
}
.product-image-container img.main{
    border-radius: 10px;
}
.cart-row > .coltable > .col.col-image{
    width: 15%;
}
.opt-list > li{
    display: inline-block;
    vertical-align: top;
}
.form-block .field select{
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color:
    #fff;
    padding-right: 30px !important;
    background-image: url('images/dropdown.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 15px;
}

/*CSS OVERRIDES*/
#note_box.red, .notification.red{
    background-color: #EC2027;
}

/*Product Override*/
a:not(class),
p.breadcrumb .current,
.product-box > li .box .title a,
.sidebox h4{
    color: #262262;
}
.sidebox .links li > a{
    font-weight: 300;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #0AA74B;
    border-color: #0AA74B;
}
.pagination > li > a, 
.pagination > li > span{
    color: #262262;
}
.product-box > li > .box{
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 15px;
    border: 2px solid #e3e3e3;
}
.product-box.row1 > li > .box{
    padding: 10px;
}
.product-box > li:hover > .box {
    border-color: #0A4CA7;
    box-shadow: none;
}

.pro-main .category-box {
    margin: 0px 0 35px;
}
.category-box > li > .box{
    padding: 0px;
    margin: 1px;
    border-radius: 5px;
}
.category-box > li > .box .image {
    padding: 10px 10px 0;
    margin-bottom: 5px;
}
.category-box > li > .box .title a{
    padding: 10px;
}

.category-box.row1 > li {
    width: 25%;
}
.category-box.row1 > li .box {
    border-radius: 5px;
    padding: 0;
    margin: 1px;
}
.category-box.row1 > li .box .title {
    padding: 0;
}

.cb.plain {
    display: none;
}

.form-form_quote,
.form-form_contact {
    padding: 25px;
    border-radius: 8px;
}
.map-wrapper {
    border-radius: 10px;
}
.section-contact-form .pb-block-type-map {
    vertical-align: bottom;
}

.browse-refine,
.pro-main h3:first-of-type {
    font-size: 24px;
    margin: 10px 0 15px;
}

.sort-box {
    padding: 5px 12px;
}

/*Product heading*/
.pro-heading {
    background: 
        url("images/banner-wave-rainbow.png") center 20px / cover no-repeat,
        linear-gradient(to right, #EC2027, #FCE800, #0AA74B, #144B9A);
    padding:70px 0;
    margin-bottom: 40px;
}
.pro-heading h1 {
    color: #fff;
    padding-top: 30px;
    margin: 0;
}

.zulu-search > .body, .zulu-product > .body {
    padding-top: 0px;
}
.zulu-search .header-buffer, .zulu-product .header-buffer {
    margin-bottom: -52px;
}

/*Individual Product Page*/
.pro-page-title {}

.pro-page-content .coltable.procol > .col:first-child {
    padding-right: 25px;
}
.pro-page-content .coltable.procol > .col:last-child {
    padding-left: 25px;
}
.pro-page-content .coltable.procol .product-image-container,
.pro-page-content .coltable.procol .product-image-container .main-link {
    padding: 0;
}

.procol input[type="text"], 
.procol input[type="number"], 
.procol input[type="password"], 
.procol textarea, 
.procol select {
    padding: 14px 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

/*Mailing list*/
.submail {
    background-color: #04071E;
    padding: 42px 30px 25px;
    border-radius: 0 0 15px 15px;
    background-image: url("images/background/mail-icon.svg");
    background-position: left 20px center;
    background-size: auto 130%;
    background-repeat: no-repeat;
}
.submail .frame {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.submail h3, .submail h2 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    width: 30%;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 0 10px;
}
.submail form {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.submail form .form-block {
    display: table;
    width: 100%;
}
.submail form .form-block .field {
    display: table-cell;
    vertical-align: bottom;
    padding: 5px;
    width: 33.333%;
}
.submail form .form-block .field label {
    display: none;
}
.submail form .form-block .field input,
.submail form .form-block .field button {
    padding: 16px 18px;
    border: none;
    border-radius: 6px;
    background-color: #2C3047;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}
.submail form .form-block .field button {
    background-color: #0AA74B;
    letter-spacing: 0px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}
.submail form .form-block .field input:hover {
    background-color: #3A3F58;
}
.submail form .form-block .field input:focus,
.submail form .form-block .field button:hover {
    background-color: #fff;
    color: #04071E;
}
.text-align-middle-25 > .pb-block-content{
    position: relative;
    transform: translateY(25%);
}
.text-align-middle-50 > .pb-block-content{
    position: relative;
    transform: translateY(50%);
}

/*Brand Pages*/
.row-container > .pb-section.brand-banner {
    box-shadow: inset 9999px 0 0 rgba(26,36,67,0.6);
    text-align: center;
    padding: 180px 0 180px;
}
.brand-banner .pb-block-type-image img {
    width: 100%;
    vertical-align: top;
    max-width: 330px;
    margin-bottom: 30px;
}
.brand-banner .pb-block h1 {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    letter-spacing: -2px;
}
.brand-banner .pb-block h3 {
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.brand-banner .pb-block a.button {
    padding: 14px 25px;
    margin-top: 50px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    background-color: #FF2600;
}
.brand-banner .pb-block a.button i,
.brand-banner .pb-block a.button em {
    position: relative;
    right: -5px;
}
.brand-banner .pb-block a.button:hover {
    background-color: #fff;
    color: #FF2600;
}

.brand-products .product-box {
    text-align: center;
    margin: -60px 0 60px;
    background-color: transparent;
}
.brand-products .product-box > li {
    float: none;
    padding: 5px;
    display: inline-block;
}
.brand-products .product-box > li > .box {
    background-color: #fff;
    margin: 0;
}

.brand-promos {
    margin-top: 40px;
    padding-top: 0 !important;
    background-color: #eee;
}
.brand-promos .promo-heading h2 {
    text-align: center;
    color: #fff;
    margin:-40px 0 0px;
    background-color: #14BB59;
    background-image: url("images/background/overlay-swirl.png");
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 10px;
}
.brand-promos .promo-heading .pb-column {
    padding: 0 !important;
}

/*Promo Page*/
.promo-content .pb-row:not(:first-child) {
    margin-top: 50px;
}

.promo-content .pb-row > .pb-column:first-child img {
    border-radius: 10px;
}
.promo-content .pb-row > .pb-column:last-child {
    padding-left: 40px;
}
.promo-content .pb-row > .pb-column:last-child h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.promo-content .pb-row > .pb-column:last-child h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
}
.promo-content .pb-row > .pb-column:last-child p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #777;
}
.promo-content .pb-row > .pb-column:last-child a.button {
    padding: 12px 25px 13px;
}

.promo-content .pb-row.promo-title {
    background-color: #14BB59;
    margin-bottom: 20px;
    background-image: url("images/background/overlay-swirl.png");
    background-size: cover;
    background-position: top;
    padding: 30px 15px;
    border-radius: 10px;
    margin-top: -105px;
}
.promo-content .pb-row.promo-title .pb-column {
    padding: 0;
}
.promo-content .pb-row.promo-title h2 {
    color: #fff;
    margin: 0 0 2px;
    text-align: center;
}

/*New Promo*/
.new-promo-content .pb-row:not(:first-child) {
    margin-top: 50px;
}

.new-promo-content .pb-row > .pb-column:first-child img {
    border-radius: 10px;
}
.new-promo-content .pb-row > .pb-column:first-child iframe {
    border-radius: 10px;
    border: 2px solid #eee;
}
.new-promo-content .pb-row > .pb-column:first-child iframe #main-navigation-container-sticky-wrapper {
    display: none;
}


.new-promo-content .pb-row > .pb-column:last-child {
    padding-left: 40px;
}
.new-promo-content .pb-row > .pb-column:last-child h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.new-promo-content .pb-row > .pb-column:last-child h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
}
.new-promo-content .pb-row > .pb-column:last-child p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #777;
}
.new-promo-content .pb-row > .pb-column:last-child a.button {
    padding: 12px 25px 13px;
}

/*Seadoo Page*/
.brand-banner.seadoo-banner .pb-block-type-image img {
    max-width: 600px;
}
.brand-banner.seadoo-banner .pb-block h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 8px;
}
.brand-banner.seadoo-banner .pb-block h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
}
.brand-banner .arrow-down {
    font-size: 40px;
    color: #fff;
    margin-top: 30px;
    transform: translateY(6px);
    animation: arrow-anim 2s cubic-bezier(.59, .01, .33, 1) infinite;
}
@keyframes arrow-anim {
    0%   {transform: translateY(6px);}
    50%  {transform: translateY(0px);}
    100% {transform: translateY(6px);}
}   

.brand-banner.seadoo-banner.sb-alt {
    margin-top: 50px;
}
.brand-banner.seadoo-banner.sb-alt .pb-block p a.button {
    margin: 10px 0 0;
    background-color: #0AA74B;
}
.brand-banner.seadoo-banner.sb-alt .pb-block p a.button:hover {
    color: #0AA74B;
    background-color: #fff;
}

/*Seadoo Models*/
.model-list .pb-row {
    margin-top: -50px;
    margin-bottom: 0px;
    display: flex;
    align-content: flex-end;
}
.model-list .pb-column {
    padding-left: 5px;
    padding-right: 5px;
}
.model-list .pb-column .pb-block {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    padding-bottom: 50px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: relative;
    height: 100%;
}
.model-list .pb-column .pb-block-content img {
    margin: 0 0 15px;
    width: 100%;
}
.model-list .pb-column .pb-block-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 2px;
    letter-spacing: -0.5px;
}
.model-list .pb-column .pb-block-content h4 {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}
.model-list .pb-column .pb-block-content p {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    font-weight: 300;
}
.model-list .pb-column .pb-block-content p:last-child {
    margin: 0;
}
.model-list .pb-column .pb-block-content a.button {
    padding: 10px 10px 12px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

/*Boats Page*/
.row-container > .pb-section.brand-banner.bb-boats {
    box-shadow: inset 9999px 0 0 rgba(14,32,87,0.45);
    padding: 240px 0 220px;
}
.brand-banner.bb-boats h1 {
    font-size: 90px;
    line-height: 80px;
}
.brand-banner.bb-boats h3 {
    font-weight: 300;
    margin: 0;
}
.brand-banner.bb-boats p a.button {
    margin-top: 25px;
    background-color: #0AA74B;
}
.brand-banner.bb-boats p a.button:hover {
    color: #0AA74B;
}
.brand-banner.bb-boats p a.button.bt-outline {
    box-shadow: inset 0 0 0 3px #fff;
    background: transparent;
    color: #fff;
}
.brand-banner.bb-boats p a.button.bt-outline:hover {
    background: #fff;
    color: #0AA74B !important; 
}

.boat-light {
    padding: 60px 0;
    background-color: #f5f5f5;
    background-size: auto 100% !important;
}
.boat-dark {
    padding: 60px 0;
    background-color: #262262;
    background: linear-gradient(110deg, rgba(38,34,98,0.70) 15%, rgba(53,58,120,0.70) 15%, rgba(53,58,120,0.70) 52%, rgba(38,34,98,0.70) 52%, #1B184F 100%),
                url("images/bg-water.jpg") center center / cover no-repeat;
    /*background-image: url("images/background/overlay-swirl.png");
    background-position: center;
    background-size: cover;*/
}

.boat-light .pb-column:first-child,
.boat-dark .pb-column:last-child {
    padding: 80px 50px;
    text-align: center;
    background: linear-gradient(110deg, #fff 50%, #f5f5f5 50%);
}
.boat-light .pb-column:last-child,
.boat-dark .pb-column:first-child {
    background-color: #f5f5f5;
    text-align: right;
    padding: 0;
}
.boat-dark .pb-column:last-child,
.boat-dark .pb-column:first-child {
     background: none;
}

.boat-light .pb-column:last-child img,
.boat-dark .pb-column:first-child img {
    /*max-width: 900px;*/
}

.boat-light img.boat-logo,
.boat-dark img.boat-logo {
    width: 100%;
    vertical-align: top;
    max-width: 300px;
    margin-bottom: 40px;
}
.boat-light .pb-block h2 {
    margin-bottom: 5px;
}
.boat-light .pb-block h3 {
    margin-bottom: 30px;
    color: #888;
}
.boat-light .pb-block a.button {
    padding: 13px 30px;
    margin: 3px;
}

.boat-dark .pb-block h2 {
    margin-bottom: 5px;
    color: #fff;
}
.boat-dark .pb-block h3 {
    margin-bottom: 30px;
    color: #fff;
}
.boat-dark .pb-block a.button {
    background-color: #FF4000;
    padding: 13px 30px;
    margin: 3px;
}
.boat-dark .pb-block a.button:hover {
    background-color: #fff;
    color: #FF4000;
}
.boat-dark .pb-block a.button.bt-outline {
    background: transparent;
    box-shadow: inset 0 0 0 3px #FF4000;
    color: #FF4000;
}
.boat-dark .pb-block a.button.bt-outline:hover {
    box-shadow: inset 0 0 0 25px #FF4000;
}

.boat-dark a.button.bt-white {
    background-color: #fff;
    color: #060C4B;
}
.boat-dark a.button.bt-white.bt-outline {
    box-shadow: inset 0 0 0 3px #fff;
    color: #fff;
}
.boat-dark a.button.bt-white:hover,
.boat-dark a.button.bt-white.bt-outline:hover {
    box-shadow: inset 0 0 0 25px #0AA74B;
    color: #fff;
}

/*OVERSIZE*/
@media screen and (min-width:1800px) {
    .expand-col.row .pb-block {
        display: inline-block;
        width: 50%;
        float: left;
    }
    .expand-col.row .coltable .col {
        display: inline-block;
        width: 33.333%;
        float: left;
    }
    
    .category-container {
        padding: 25px;
        padding-top: 260px;
        /*padding-bottom: 70px;*/
    }
    .category-container h3 {
        font-size: 26px;
        font-weight: 26px;
    }
    .category-container p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 300;
    }
    
    .category-container > .coltable > .col {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }
    .category-container a.button {
        margin-left: 0;
        margin-top: 10px;
        padding: 6px 30px 9px;
    }
    /*.category-container a.button {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        border: 0;
        padding: 12px 25px 14px;
        background-color: rgba(8,12,48,0.50);
    }
    .expand-col .n1-col:hover .button {
        background-color: #101C85;
        color: #fff;
    }*/
}
@media screen and (min-width:800px) {
    .footer-boating-logo {
        position: relative;
        bottom: -45px;
    }
}
@media screen and (min-width:620px) {
    .sidebox.sidebox-search .sidebox-top {
        display: none;
    }
}

@media screen and (max-width:1300px) and (min-width:1000px) {
    .header .contact-col p:last-child {
        margin-right: 60px;
    }
    .shopping-tab p a:not(:first-child) {
        padding: 4px 8px;
        background-color: #e3e3e3;
        border-radius: 4px;
    }
}

/******RESPONSIVE******/
@media screen and (max-width:1800px) {
    .banner, 
    .banner .slider-wrapper, 
    .banner .slider-wrapper .ssslide {
        background-size: cover;
        background-position: center;
        height: 740px;
    }
    .banner .slider-wrapper .ssslide img {
        display: none !important;
    }
}
@media screen and (max-width:1700px) {
    .frame {
        width: 1400px;   
    }
    .fixed.frame {
        position: absolute;
    }
}
@media screen and (max-width:1500px) {
    .frame {
        width: 1200px;   
    }
    
    .column.w8 {
        width: 90%;
    }
    .footer .foot-menu > li a b {
        margin-right: 5px;
    }
    
    .about-section::before {
        background-size: 40% 100%;
    }
    .about-section {
        background-size: cover !important;
        padding: 60px 0px !important;
        position: relative;
    }
    
    .header .contact-col p {
        margin-left: 0;
        margin-right: 20px;
        font-size: 20px;
        line-height: 20px;
    }
    
    .category-container p {
        font-size: 13px;
        font-weight: 300;
    }
    
    .brand-slider .col:first-child {
        background: none;
    }
    
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left {
        padding-right: 30px;
        min-width: 200px;
    }
}
@media screen and (max-width:1400px) {
    .expand-col {
        padding: 10px !important;
    }
    .expand-col .n1-col {
        border: 10px solid #fff; 
    }
    .category-container > .coltable > .col {
        display: block !important;
        width: 100% !important;
        text-align: left;
    }
    .category-container a.button {
        margin-left: 0;
        margin-top: 10px;
        padding: 7px 30px 8px;
    }
    
    .slider-overlay .slider-nav {
        max-width: 1200px;
    }
    .slider-overlay .slider-nav .snav {
        padding: 20px 15px;
    }
    .slider-overlay .slider-nav .snav a {
        padding: 32px 15px;
        font-size: 34px;
        line-height: 34px;
    }
}
@media screen and (max-width:1300px) {
    .frame {
        width: 90%;   
    }
    
    .fixed.frame {
        left: 0;
        width: 100%;
        transform: none;
        padding: 0 20px;
        pointer-events: none;
    }
    .shopping-tab form input {
        width: 220px;   
    }
    .shopping-tab p {
        padding: 6px 0px 0px;
    }
    .shopping-tab p a {
        font-size: 12px;
        margin: 0 5px;
    }
    
    .header .coltable.col3 > .col:nth-child(2) {
        width: 45%;
    }
    .header .coltable.col3 > .col:nth-child(3) {
        width: 35%;
    }
    
    .sticky.frame {
        width: 100%;
    }
    .navigation {
        margin-right: 0px;
        border-radius: 0;
    }
    ul.menu {
        width: 100%;
    }
    ul.menu .menulink {
        padding: 12px 10px;
        text-align: center;
        width: 100%;
    }
    
    .about-section {
        box-shadow: inset 0 -9999px 0 rgba(255,255,255,0.7);
        padding: 0px !important;
    }
    .about-section::before {
        display: none;
    }
    .about-section .frame {
        width: 100%;
    }
    .about-section .pb-row .pb-column {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        padding: 50px 10% !important;
    }
    .about-section .pb-row .pb-column:last-child {
        text-align: center;
        background-image: url("images/background/bao-tile.svg");
        background-size: 500px auto;
    }
    .lifering.button {
        margin: 80px auto;
    }
    .about-section img {
        width: 250px !important;
        margin: 150px auto 0;
    }
    
    .overlay.half-circle {
        background-size: cover;
    }
    
    .slider-overlay .slider-nav {
        padding-top: 40px;
    }
    
    .banner, 
    .banner .slider-wrapper, 
    .banner .slider-wrapper .ssslide {
        height: 600px;
    }
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
    
    .header .frame {
        width: 100%;
    }
    .header .contact-col p {
        display: block;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
    }
    .header .contact-col p strong {
        display: inline;
    }
    
    .footer {
        background-image: none;
    }
    .footer .column {
        padding-bottom: 60px;
    }
    .copyright {
        background-image: url("images/bg-footer.png");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    
    .lSSlideOuter {
        margin-right: 0px;
        margin-bottom: -15px;
    }
    
    .bt-list > li{
        width: 100%;
        position: relative;
    }
    
    .slider-overlay .slider-nav {
        width: 85%;
    }
    .slider-overlay .slider-nav .snav {
        padding: 10px;
    }
    .slider-overlay .slider-nav .snav a {
        padding: 30px 15px;
        font-size: 30px;
        line-height: 30px;
    }
    
    .category-box.row1 > li {
        width: 33.333%;
    }
    
    .new-promo-content .pb-row > .pb-column:first-child,
    .new-promo-content .pb-row > .pb-column:last-child {
        padding: 20px 10px;
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media screen and (max-width:1100px) {
    .overlay.half-circle {
        background-size: cover;
        background-position: bottom -50% center;
        padding-bottom: 300px !important;
    }
    .overlay.half-circle::before {
        border-radius: 0;
        left: 0;
        height: auto;
        width: 100%;
        top: 0;
        bottom: 250px;
    }
}
@media screen and (max-width:1000px) {
    .column.w8 {
        width: 100%;
    }
    .expand-col .coltable {
        display: block;
    }
    .expand-col .n1-col {
        display: inline-block;
        float: left;
        width: 50% !important;
    }
    .category-container {
        padding: 30px;
        padding-top: 260px;
    }
    
    .sticky {
        top: 0px;
    }
    .navigation {
        margin-top: 0px;
    }
    .navigation::before {
        top: auto;
        bottom: -3px;
    }
    ul.menu .menulink {
        font-size: 14px;
        line-height: 16px;
        white-space: nowrap;
    }
    
    .fixed.frame {
        padding: 0px;
        position: static;
    }
    .shopping-tab {
        margin-left: 0;
        width: 100%;
        padding: 5px;
        border-radius: 0;
        background: #1F1C51;
        max-width: 100%;
    }
    .shopping-tab form {
        display: inline-block;
        position: relative;
    }
    .shopping-tab form i {
        font-size: 18px;
        top: 15px;
        color: #fff;
    }
    .shopping-tab form input {
        width: 220px;
        border: none;
        padding: 5px 12px 7px;
        background-color: #39406D;
        border-radius: 5px;
        font-size: 12px;
        color: #fff;
    }
    .shopping-tab form input:hover,
    .shopping-tab form input:focus {
        background-color: #fff;
    }
    .shopping-tab p {
        padding: 0;
        display: inline-block;
        float: right;
    }
    .shopping-tab p a {
        font-size: 12px;
        background-color: #fff;
        border-radius: 5px;
        padding: 6px 12px 7px;
        display: inline-block;
        margin: 0 2px;
    }
    
    
    .header {
        background: #25308F;
    }
    .header::before {
        background-size: 55% 102%;
    }
    .header .coltable.col3 > .col:nth-child(2) {
        width: 60%;
        padding-right: 30px;
    }
    .header .coltable.col3 > .col:nth-child(3) {
        display: none;
    }
    .header .contact-col p {
        text-align: right;
    }
    .header-buffer {
        margin-bottom: 0px;
    }
    
    .row-container > .pb-section.section-pad-4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row-container > .pb-section.section-pad-5 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .row-container > .pb-section.pb-section-column-1.bg-rainbow:first-child h1, 
    .row-container > .pb-section.pb-section-column-1.bg-rainbow:first-child .h1 {
        padding-top: 0px;
        margin: 0;
    }
    .col-sm-2-4{
        width: 33.33333%;
    }
    
    .slider-overlay .slider-nav {
        padding-top: 0;
    }
    .banner,
    .banner .slider-wrapper,
    .banner .slider-wrapper .ssslide {
        background-size: cover;
        background-position: center;
        height: 450px;
    }
    
}
@media screen and (max-width:900px) {
    .slider-overlay .slider-nav .snav {
        width: 50%;
        padding: 5px;
    }
    
    .category-box.row1 > li {
        width: 50%;
    }
    
    .row-container > .pb-section.brand-banner.bb-boats {
        padding: 160px 0 160px;
    }
    
    .boat-light img.boat-logo,
    .boat-dark img.boat-logo{
        max-width: 240px;
        margin-bottom: 20px;
    }
    .boat-light .pb-column:first-child {
        display: block;
        width: 100%;
        padding: 50px 30px 0;
        background: linear-gradient(15deg, #f5f5f5 50%, #fff 50%);
    }
    .boat-dark .pb-column:last-child {
        display: block;
        width: 100%;
        padding: 0px 30px 50px;
    }
    .boat-light .pb-column:last-child,
    .boat-dark .pb-column:first-child {
        display: block;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width:800px) {
    ul.menu {
        position: relative;
    }
    ul.menu .menulink {
        font-size: 16px;
        line-height: 18px;
        padding: 14px 16px 15px;
    }
    ul.menu .menulink:hover {
        color: #46B647;
    }
    ul.menu .menulink::before {
        display: none;
    }
    ul.menu li.mobile-nav .menulink {
        text-align: left;
        background-color: #07143C;
    }
    .navigation .social-wrap {
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 10;
    }
    .h2, h2 {
        font-size: 36px;
        line-height: 36px;
    }
    .h3, h3 {
		font-size: 22px;
		line-height: 24px;
	}
    
    .about-section h2 {
        margin-bottom: 5px;
    }

	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
    
    .footer .column > .coltable > .col {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer .h4 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .footer .foot-menu {
        padding-right: 0px;
    }
    
    .submail h3, .submail h2 {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
    }
    .submail form {
        display: block;
        width: 100%;
    }
    .submail form .form-block .field {
        display: block;
        padding: 5px 0;
        width: 100%;
        margin: 0;
    }
    
    .brand-slider .col:first-child {
        padding: 20px 20px 10px !important;
    }
    .brand-slider .coltable > .col {
        display: block;
        width: 100% !important;
    }
}
@media screen and (max-width:768px) {
    .yamaha-extra .pb-column {
        padding-bottom: 30px;
    }
    .yamaha-extra .pb-block-type-text {
        padding: 5px 0;
        width: 100%;
    }   
    .col-sm-2-4{
        width: 50%;
    }
    
    .boat-light.row,
    .boat-light .col-sm-12,
    .boat-dark.row,
    .boat-dark .col-sm-12 {
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width:700px) {
    .body {
        padding: 50px 0;
    }
    
    .slider-overlay .slider-nav .snav {
        width: 50%;
        padding: 5px;
    }
    .slider-overlay .slider-nav .snav a {
        padding: 25px 12px;
        font-size: 26px;
        line-height: 26px;
    }
    
    .row-container > .pb-section.brand-banner.bb-boats {
        padding: 160px 0 160px;
    }
    .brand-banner.bb-boats h1 {
        font-size: 70px;
        line-height: 65px;
    }
}
@media screen and (max-width:620px) {
    .coltable > .col {
        display: block;
        width: 100% !important;
    }
    
    .sidebox.sidebox-search .sidebox-top {
        display: none;
    }
    .sidebox.sidebox-search .sidebox-body {
        display: block !important;
    }
    
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
    
    .expand-col .n1-col {
        display: block;
        float: none;
        width: 100% !important;
    }
    .category-container {
        padding: 25px;
        padding-top: 220px;
    }
    
    .header {
        background-color: #CFD4DD;
    }
    .header .coltable.col3 > .col:nth-child(1) {
        display: block;
        width: 100%;
        text-align: center;
    }
    .header .coltable.col3 > .col:nth-child(2) {
        display: none;
    }
    .logo {
        margin: 0 auto;
        display: table;
    }
}
@media screen and (max-width:580px) {
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left {
        padding-right: 0px !important;
    }
    h1, .h1 {
        font-size: 38px;
        line-height: 38px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .body {
        padding: 25px 0;
    }
    
    .row-container > .pb-section.section-pad-4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .row-container > .pb-section.section-pad-5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .special-box .box.bg-green, 
    .special-box .box.bg-blue {
        margin-bottom: 20px;
        padding: 30px 30px;
    }
    .special-box .box.bg-green h2, 
    .special-box .box.bg-blue h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .col-sm-2-4{
        width: 100%;
    }
    
    .zulu-search .header-buffer, .zulu-product .header-buffer {
        margin-bottom: -0px;
    }
}

@media screen and (max-width:500px) {
    .shopping-tab p a .carttext {
        display: none;
    }
    .shopping-tab form input {
        width: 160px;
    }
    
    .slider-overlay .slider-nav .snav {
        padding: 2px;
        border-radius: 4px;
    }
    .slider-overlay .slider-nav .snav a {
        padding: 20px 10px;
        font-size: 22px;
        line-height: 22px;
    }
    .banner,
    .banner .slider-wrapper,
    .banner .slider-wrapper .ssslide {
        height: 320px;
    }
    .category-box.row1 > li {
        width: 100%;
    }
    
    .row-container > .pb-section.brand-banner.bb-boats {
        padding: 120px 0 120px;
    }
}
@media screen and (max-width:400px) {
    .category-container {
        padding-top: 160px;
    }
    .search-box .form-block .field input {
        display: table-cell !important;
        width: 80% !important;
    }
    .search-box .form-block .field button {
        display: table-cell !important;
        width: 20%  !important;
    }
    
    .special-box .box.bg-green, 
    .special-box .box.bg-blue {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .brand-banner.bb-boats h1 {
        font-size: 50px;
        line-height: 48px;
    }
}
@media screen and (max-width:380px) {
    .slider-overlay .slider-nav .snav {
        float: none;
        width: 100%;
    }
    .banner,
    .banner .slider-wrapper,
    .banner .slider-wrapper .ssslide {
        height: 480px;
    }
}