/** Shopify CDN: Minification failed

Line 1843:0 Unexpected "}"

**/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
	* 1. Set default font family to sans-serif.
	* 2. Prevent iOS and IE text size adjust after device orientation change,
	*    without disabling user zoom.
*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/** * Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
	* Correct `block` display not defined for any HTML5 element in IE 8/9.
	* Correct `block` display not defined for `details` or `summary` in IE 10/11
	* and Firefox.
	* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/**
	* 1. Correct `inline-block` display not defined in IE 8/9.
	* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

/**
	* Prevent modern browsers from displaying `audio` without controls.
	* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
	* Address `[hidden]` styling not present in IE 8/9/10.
	* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden], template { display: none; }
/* Links
	 ========================================================================== */
/**
	* Remove the gray background color from active links in IE 10.
 */
a { background-color: transparent; }
/**
	* Improve readability of focused elements when they are also in an
	* active/hover state.
*/
a:active, a:hover { outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
	* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] { border-bottom: 1px dotted; }
/**
	* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong { font-weight: bold; }
/**
	* Address styling not present in Safari and Chrome.
*/
dfn { font-style: italic; }

/**
	* Address variable `h1` font-size and margin within `section` and `article`
	* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
	* Address styling not present in IE 8/9.
*/
mark {
	background: #ff0;
	color: #000;
}
/**
	* Address inconsistent and variable font size in all browsers.
*/
small { font-size: 80%; }
/**
	* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* Embedded content
	 ========================================================================== */
/**
	* Remove border when inside `a` element in IE 8/9/10.
*/
img { border: 0; }
/**
	* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) { overflow: hidden; }
/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure { margin: 1em 40px; }
/**
	* Address differences between Firefox and other browsers.
*/
hr {
	box-sizing: content-box;
	height: 0;
}
/**
	* Contain overflow in all browsers.
*/
pre { overflow: auto; }
/**
	* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
	 ========================================================================== */
/**
	* Known limitation: by default, Chrome and Safari on OS X allow very limited
	* styling of `select`, unless a `border` property is set.
*/
/**
	* 1. Correct color not being inherited.
	*    Known issue: affects color of disabled elements.
	* 2. Correct font properties not being inherited.
	* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
/**
	* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button { overflow: visible; }
/**
	* Address inconsistent `text-transform` inheritance for `button` and `select`.
	* All other form control elements do not inherit `text-transform` values.
	* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
	* Correct `select` style inheritance in Firefox.
*/
button, select { text-transform: none; }
/**
	* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
	*    and `video` controls.
	* 2. Correct inability to style clickable `input` types in iOS.
	* 3. Improve usability and consistency of cursor style between image-type
	*    `input` and others.
*/
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
	* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
	* Address Firefox 4+ setting `line-height` on `input` using `!important` in
	* the UA stylesheet.
*/
input { line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
/**
	* Fix the cursor style for Chrome's increment/decrement buttons. For certain
	* `font-size` values of the `input`, it causes the cursor style of the
	* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }
/**
	* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
	* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
/**
	* Remove inner padding and search cancel button in Safari and Chrome on OS X.
	* Safari (but not Chrome) clips the cancel button when the search input has
	* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/**
	* Define consistent border, margin, and padding.
*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
	* 1. Correct `color` not being inherited in IE 8/9/10/11.
	* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
	border: 0;
	padding: 0;
}
/**
	* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea { overflow: auto; }
/**
	* Don't inherit the `font-weight` (applied by a rule above).
	* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup { font-weight: bold; }
/* Tables
	 ========================================================================== */
/**
	* Remove most spacing between table cells.
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th { padding: 0; }


.margin-0 { margin: 0 !important; }
.padding-0 { padding: 0 !important; }
.height-100 { height: 100%; }
.list-nostyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
	vertical-align: middle;
}
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.flex-columns { flex-direction: column; }
.align-columns-center { align-items: center; }
.content-justify-center { justify-content: center; }
.content-justify-end { justify-content: flex-end; }
.content-justify-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.content-justify-between { justify-content: space-between; }
.list-inline-item:not(:last-child) { margin-right: 13px; }
.text-align-center { text-align: center; }
.vessel, .vessel-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.queue {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.d-none { display: none !important; }
.d-block { display: block !important; }

.order-1 { order: 1; }
.order-2 { order: 2; }

@media (min-width: 575.98px) {
	.d-sm-none { display: none !important; }
	.d-sm-block { display: block !important; }
	.d-sm-flex { display: flex !important;	}
	.vessel {
		max-width: 540px;
	}
	.order-sm-1 { order: 1; }
	.order-sm-2 { order: 2; }
}
@media (min-width: 767.98px) {
	.d-md-none { display: none !important; }
	.d-md-block { display: block !important; }
	.d-md-flex { display: flex !important; }
	.vessel {
		max-width: 720px;
	}
	.order-md-1 { order: 1; }
	.order-md-2 { order: 2; }
}
@media (min-width: 991.98px) {
	.d-lg-none { display: none !important; }
	.d-lg-block { display: block !important; }
	.d-lg-flex { display: flex !important; }
	.vessel {
		max-width: 960px;
	}
	.order-lg-1 { order: 1; }
	.order-lg-2 { order: 2; }
}

@media (min-width: 1199.98px) {
	.d-xl-none { display: none !important; }
	.d-xl-block { display: block !important; }
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.vessel { max-width: 1170px; }
	.order-xl-1 { order: 1; }
	.order-xl-2 { order: 2; }
}

.column-1, .column-2, .column-3, .column-4, .column-5,
.column-6, .column-7, .column-8, .column-9, .column-10,
.column-11, .column-12, .column, .column-auto,
.column-sm-1, .column-sm-2, .column-sm-3, .column-sm-4,
.column-sm-5, .column-sm-6, .column-sm-7, .column-sm-8,
.column-sm-9, .column-sm-10, .column-sm-11, .column-sm-12,
.column-sm, .column-sm-auto, .column-md-1, .column-md-2,
.column-md-3, .column-md-4, .column-md-5, .column-md-6,
.column-md-7, .column-md-8, .column-md-9, .column-md-10,
.column-md-11, .column-md-12, .column-md, .column-md-auto,
.column-lg-1, .column-lg-2, .column-lg-3, .column-lg-4,
.column-lg-5, .column-lg-6, .column-lg-7, .column-lg-8,
.column-lg-9, .column-lg-10, .column-lg-11, .column-lg-12,
.column-lg, .column-lg-auto, .column-xl-1, .column-xl-2,
.column-xl-3, .column-xl-4, .column-xl-5, .column-xl-6,
.column-xl-7, .column-xl-8, .column-xl-9, .column-xl-10,
.column-xl-11, .column-xl-12, .column-xl, .column-xl-auto {
	width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.column {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}
.column-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.column-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.column-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.column-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.column-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.column-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.column-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.column-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.column-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.column-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.column-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.column-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.column-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 576px) {
	.column-sm {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.column-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.column-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.column-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.column-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.column-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.column-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.column-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.column-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.column-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.column-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.column-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.column-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.column-md {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.column-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.column-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.column-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.column-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.column-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.column-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.column-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.column-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.column-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.column-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.column-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.column-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.column-lg {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.column-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.column-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.column-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.column-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.column-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.column-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.column-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.column-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.column-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.column-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.column-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.column-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.column-xl {
		flex-basis: 0;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.column-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.column-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.column-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.column-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.column-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.column-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.column-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.column-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.column-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.column-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.column-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.column-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.column-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
body {
	color: #000;
	min-width: 320px;
	font: 500 13px/2 'Raleway', sans-serif;
}

.btn {
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	font: 600 15px/1.2 'Raleway', sans-serif;
}
.btn:hover { color: #fff; }

.btn-primary { background: #2b589d; }
.btn-primary:hover { background: #123f84; }

.btn-secondary { background: #5a5a5a; }
.btn-secondary:hover { background: #414141; }

#main-wrapper {
	width: 100%;
	float: right;
	position: relative;
	transition: all 0.25s linear;
}
.nav-open #main-wrapper { margin-right: 80vw; }

body.nav-open { overflow: hidden; }
body.nav-open .top { transform: translateY(8px) rotateZ(45deg); }
body.nav-open .bottom { transform: translateY(-8px) rotateZ(-45deg); }
body.nav-open .middle { width: 0; }
body.nav-open .nav-collapse {
	right: 0;
	display: block;
}

/* Header Styles */
#main-header {
	padding: 15px 0;
	background: #fff;
	transition: all 0.25s linear;
	border-bottom: 1px solid #8fb9e2;
}

/* Logo Styles */
.site-logo {
	width: 180px;
	height: auto;
}
.site-logo img {
	width: 100%;
	height: auto;
	display: block;
}
.cart {
	width: 15px;
	color: #758ea9;
	font-size: 15px;
	margin-right: 20px;
	position: relative;
}
.cart .value {
	top: -8px;
	right: -10px;
	color: #fff;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	background: #2b589d;
}

.main-menu {
	display: flex;
	justify-content: flex-end;
}
.main-menu .navbar-toggler {
	border: 0;
	z-index: 2;
	width: 36px;
	cursor: pointer;
	padding: 1px 5px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	border: 2px solid #245b97;
}
.main-menu .navbar-toggler:focus { outline: none; }
.main-menu .bar {
	display: block;
	margin: 5px auto;
	border-radius: 3px;
	background: #245b97;
	transition: all .7s ease;
	width: 100%;
	height: 3px;
}
.main-menu .nav-collapse {
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
	transition: all 0.25s linear;
	display: block !important;
	background: #fff;
	overflow-y: auto;
	position: fixed;
	padding: 10px;
	height: 100%;
	right: -88vw;
	width: 80vw;
	z-index: 1;
	top: 0;
}
.main-menu .nav-list {
	margin: 0 0 15px;
	font: 400 14px/16px 'Open Sans', Arial, sans-serif;
}
.main-menu .nav-list li, .main-menu .nav-list li:not(:first-child) { margin: 1px 0 0; }
.main-menu .nav-list li > a {
	color: #fff;
	display: block;
	background: #498ed0;
	padding: 7px 10px 9px;
}
.main-menu .nav-list li.active > a, .main-menu .nav-list li:hover > a { background: #245b97; }


/* Main Informative Part Styles */
#main-wrapper, #main-container {
	color: #2e2f2a;
	overflow: hidden;
}
#main-wrapper h1 {
	color: #245b97;
	margin: 0 0 1rem;
	text-transform: capitalize;
	font: 700 20px/1.375 'Raleway', sans-serif;
}
#main-wrapper p { margin: 0 0 15px; }

#main-wrapper .page-head {
	overflow: hidden;
	padding: 20px 0;
}
#main-wrapper .page-head p { font: 500 15px/1.2 'Raleway', sans-serif; }
#main-wrapper .page-head h1 { margin: 0; }
#main-wrapper .page-head .h1 { margin: 0 0 15px; }

/* Intro Block Styles */
.intro-block {
	padding: 20px 0;
	overflow: hidden;
	background: #86b4e0;
}
.intro-block .image-holder {
	order: 2;
	margin: 0 auto;
	max-width: 515px;
	overflow: hidden;
}
.intro-block .image-holder img {
	width: 100%;
	height: auto;
	display: block;
}
.intro-block .text-box {
	overflow: hidden;
	padding: 0 0 20px;
}
.intro-block .text-box h1 { color: #24254e!important; }
.intro-block .btn-primary { background: #245b97; }
.intro-block .btn-primary:hover { background: #0b427e; }

/* Accessorires Block Styles */
#main-wrapper .accessories-block h1 { text-transform: none; }
.accessories-block {
	overflow: hidden;
	background: #eff2f5;
	padding: 20px 0 30px;
}
.accessories-block .lead {
	color: #000;
	font: 600 12px/1.2 'Raleway', sans-serif;
}
.accessories-block h2 {
	z-index: 1;
	color: #245b97;
	margin: 0 0 15px;
	position: relative;
	font: 600 16px/1.2 'Raleway', sans-serif;
}
.accessories-block h2:after {
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	content: "";
	position: absolute;
	background: #8bb7e1;
	transform: translateY(-50%);
}
.accessories-block h2 span {
	z-index: 2;
	padding: 0 15px;
	position: relative;
	vertical-align: top;
	background: #eff2f5;
	display: inline-block;
}
.items-holder .item {
	overflow: hidden;
	margin: 0 0 20px;
}
.items-holder .item a {
	color: #000;
	display: block;
}
.items-holder .image-holder {
	width: 100%;
	max-width: 173px;
	background: #fff;
	margin: 0 auto 10px;
	border-radius: 50%;
	border: 2px solid #86b4e0;
}
.items-holder .image-holder img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}
.items-holder .title {
  text-transform: capitalize;
  font: 600 12px/1.2 'Raleway', sans-serif;
}

/* Get Boxes Styles */
.get-boxes {
	padding: 20px 0;
	overflow: hidden;
}
.get-boxes .box {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 15% 10% 8%;
}
.get-boxes .box img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.get-boxes .blue-box, .get-boxes .gray-box { margin-bottom: 30px; }
.get-boxes .blue-box .box { background: url(../assets/pattern1.jpg); }
.get-boxes .gray-box .box { background: url(../assets/pattern2.jpg); }
.get-boxes .price {
	color: #000;
	margin-top: 10px;
	font: 600 14px/16px 'Open Sans', Arial, sans-serif;
}

/* Contact Block Styles */
.contact-block {
	padding: 0 0 20px;
	overflow: hidden;
}
.contact-block .btn-primary { background: #86b4e0; }
.contact-block .btn-primary:hover { background: #498ed0; }

/* Gallery Block
#main-wrapper .gallery h1 { text-transform: lowercase; }  */
.gallery {
	overflow: hidden;
	padding: 20px 0 0;
}
.gallery .image-holder {
	height: 100%;
	overflow: hidden;
}
.gallery .image-holder a {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.gallery .image-holder img {
	opacity: 0;
	width: 100%;
	height: auto;
	display: block;
	visibility: hidden;
}

/* Footer Styles */
#main-footer {
	color: #000;
	padding: 20px 0;
	overflow: hidden;
	
	font: 400 14px/16px 'Open Sans', Arial, sans-serif;
}
#main-footer a { color: #000; }
#main-footer a:hover { color: #fff; }
#main-footer .heading {
	margin: 0 0 10px;
	font: 600 16px/1.2 'Raleway', sans-serif;
}
#main-footer .list-nostyled {
	font-size: 14px;
	margin: 0 0 15px;
}
#main-footer .list-nostyled li { margin: 0; }
#main-footer .list-nostyled li:not(:first-child) { margin-top: 5px; }
.subscription-form {
	padding: 2px;
	display: flex;
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid #000;
	justify-content: space-between;
}
.subscription-form .field {
	border: 0;
	color: #000;
	flex: 1 1 auto;
	background: none;
	max-width: 150px;
	padding: 5px 15px;
	border-radius: 22px;
}
.subscription-form input[type="submit"] {
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #000;
	padding: 8px 15px;
	border-radius: 22px;
}
.social-networks {
	font-size: 18px;
	margin: 0 0 20px;
}
.social-networks li { margin: 0 0.5rem 0 0; }

.copyright {
	color: #000;
	font-size: 12px;
}

/*Contact Form Styles*/
.contact-info-block {
	overflow: hidden;
	padding: 0 0 22px;
}
.contact-form {
	overflow: hidden;
	padding: 0 0 30px;
}
.contact-form label {
	margin: 0 0 6px;
	display: inline-block;
	text-transform: capitalize;
	font: 400 14px/1.2 'Raleway', sans-serif;
}
.contact-form .form-group { margin: 0 0 15px; }
.contact-form .form-control {
	margin: 0;
	color: #000;
	width: 100%;
	padding: 8px 15px;
	border: 1px solid #d4d4d4;
}
.contact-form .form-control:focus { border-color: #245b97; }
.contact-form textarea {
	resize: none;
	overflow: auto;
	min-width: 100%;
	max-width: 100%;
	min-height: 120px;
	max-height: 120px;
}
.contact-form input[type="submit"] {
	border: 0;
	min-width: 173px;
	background: #86b4e0;
}
.contact-form input[type="submit"]:hover { background: #6d9bc7; }

.contact-list {
	margin: 0;
	font: 400 14px/20px 'Open Sans', Arial, sans-serif;
}
.contact-list a { color: #000; }
.contact-list a:hover { color: #245b97; }
.contact-list strong { font: 400 14px/20px 'Open Sans', Arial, sans-serif; }
.contact-list li {
	position: relative;
	padding: 0 0 0 40px;
}
.contact-list li { margin: 0; }
.contact-list li:not(:first-child) { margin: 30px 0 0; }
.contact-list .icon {
	left: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #c4c4c4;
	transform: translateY(-50%);
}
.contact-list .icon span {
	top: 50%;
	left: 50%;
	color: #000;
	font-size: 12px;
	position: absolute;
	transform: translate(-50%, -50%);
}
.contacts-frame {
	overflow: hidden;
	background: #eff2f5;
	padding: 30px 0 10px;
	font: 600 12px/20px 'Raleway', sans-serif;
}
.contacts-frame [class^="column-"] { margin-bottom: 15px; }
.contacts-frame .icon { margin: 0 0 10px; }
.contacts-frame .icon span { font-size: 20px; }
.contacts-frame a { color: #000; }
.contacts-frame a:hover { color: #245b97; }
.contacts-frame .heading { font: 600 13px/20px 'Raleway', sans-serif; }

@media (min-width: 767.98px) {
	.main-header-wrapper.full-bleed-slideshow:not(.sticky-header) { position: relative; }
	.sticky-header-scrolled {
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		animation: slide-down 0.7s;
		position: fixed !important;
	}
	@keyframes slide-down {
		0% {
			opacity: 0;
			transform: translateY(-100%);
		}
		100% {
			opacity: 0.9;
			transform: translateY(0);
		}
	}
	#main-wrapper .page-head, .intro-block, .accessories-block, .get-boxes, #main-footer { padding: 30px 0; }
	.navbar-toggler { display: none; }
	.main-menu .nav-collapse {
		padding: 0;
		width: auto;
		overflow: visible;
		display: flex!important;
		box-shadow: none;
		position: static;
		align-items: center;
		justify-content: flex-end;
	}
	.main-menu .nav-list, .main-menu .nav-list li, .main-menu .nav-list li:not(:first-child) { margin: 0; }
	.main-menu .nav-list li:not(:first-child) { margin-left: 50px; }
	.main-menu .nav-list li {
		display: inline-block;
		vertical-align: middle;
	}
	.main-menu .nav-list li > a {
		padding: 0;
		color: #000;
		background: none;
	}
	.cart { margin: 0 0 0 30px; }
	.cart .value {
		top: 0;
		right: -15px;
	}
	.items-holder .item { margin-bottom: 40px; }
	.subscription-form { margin: 0 0 30px; }
	#main-footer .list-nostyled, .accessories-block h2 { margin: 0 0 20px; }
	.copyright, #main-footer .list-nostyled { font-size: 15px; }
}
@media (min-width: 991.98px) {
	body { font-size: 15px; }
	#main-header { padding: 25px 15px 18px; }
	.site-logo { width: 209px; }
	#main-wrapper h1 { font-size: 24px; }
}
@media (min-width: 1023.98px) {
	.intro-block { padding: 81px 0 79px; }
	.intro-block .btn-primary { margin: 17px 0 0; }
	#main-wrapper h1 { font-size: 28px; }
	#main-wrapper .intro-block h1 { margin: 0 0 36px; }
	#main-wrapper .intro-block p { margin: 0 0 30px; }
	.btn {
		font-size: 20px;
		padding: 13px 18px 14px;
	}
	.accessories-block { padding: 93px 0 80px; }
	#main-wrapper .accessories-block h1 { margin: 0 0 27px; }
	.accessories-block .lead, .accessories-block h2 { font-size: 25px; }
	.items-holder {
		overflow: hidden;
		padding: 45px 0 0;
	}
	.accessories-block h2 { margin: 0 0 35px; }
	.accessories-block h2 span { padding: 0 30px; }
	.items-holder .image-holder { margin: 0 auto 26px; }
	.items-holder .title { font-size: 16px; }
	.get-boxes {
		line-height: 25px;
		padding: 92px 0 43px;
	}
	#main-wrapper .get-boxes h1 { margin: 0 0 31px; }
	#main-wrapper .get-boxes p {
		font-weight: 600;
		margin: 0 0 43px;
	}
	.get-boxes .box { margin: 0 0 50px; }
	.get-boxes .price {
		font-size: 22px;
		margin: 30px 0 0;
	}
	.contact-block { padding: 0 0 52px!important; }
	#main-wrapper .contact-block h1 { margin: 0 0 35px; }
	#main-wrapper .contact-block p { margin: 0 0 43px; }
	#main-wrapper .gallery h1 { margin: 0 0 44px; }
	#main-footer { padding: 43px 0 51px; }
	#main-footer .heading {
		font-size: 22px;
		margin: 0 0 19px;
		line-height: 34px;
	}
	.social-networks { margin: 0 0 34px; }
	#main-footer .list-nostyled li:not(:first-child) { margin-top: 26px; }
	.copyright { text-align: center; }
	.subscription-form {
		margin: 33px 0 0;
		border-radius: 34px;
	}
	.subscription-form .field {
		font-size: 15px;
		padding: 15px 20px;
	}
	.subscription-form input[type="submit"] {
		font-size: 18px;
		border-radius: 30px;
	}
	#main-wrapper .page-head p {
		margin: 0 0 8px;
		font: 500 17px/1.2 'Raleway', sans-serif;
	}
	#main-wrapper .page-head .h1 { margin: 0 0 34px; }
	.contact-form .form-control { padding: 17px 20px; }
	.contact-form .form-group { margin: 0 0 22px; }
	.contact-form textarea {
		min-width: 283px;
		max-height: 283px;
		margin: 0 0 22px!important
	}
	.contacts-frame { padding: 42px 0 32px }
	.contacts-frame .icon { margin: 0 0 14px; }
	.contacts-frame .icon span { font-size: 23px; }
	.contacts-frame, .contacts-frame .heading {
		font-size: 15px;
		line-height: 25px;
	}
	.contacts-frame .heading { font-size: 17px; }
	.contact-list { margin: 13px 0 0 51px; }
	.contact-list .icon {
		width: 50px;
		height: 50px;
	}
	.contact-list .icon span { font-size: 17px; }
	.contact-list .icon .fa-phone { font-size: 15px; }
	.contact-list .icon .fa-map-marker-alt { font-size: 24px; }
	.contact-list li { padding: 0 0 0 71px; }
	.contact-list li:not(:first-child) { margin: 63px 0 0; }
}
@media (min-width: 1199.98px) {
	#main-wrapper .page-head { padding: 48px 0 42px; }
	#main-wrapper h1 { font-size: 40px; }
	.items-holder .item { margin: 0 0 62px; }
	.get-boxes .box { padding: 28% 10% 25.5%; }
	.copyright { margin: 104px 0 0!important; }
}

/* home-banner-area */
.bg-white { background: #fff!important; }
.home-banner-area {
	padding: 20px 0;
	overflow: hidden;
	background: #e1e1e1;
}
#main-wrapper .home-banner-area h1 { color: #000; }
.btns-bar {
	display: inline-flex;
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 -5px;
}
.btns-bar .btn-holder {
	padding: 0 5px;
	text-align: center;
}

.google-reviews {
	width: 140px;
	display: block;
	margin: 20px auto;
}
.google-reviews img {
	width: 100%;
	height: auto;
	display: block;
}

/* Steps Frame */
.steps-frame {
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.steps-frame .item { margin: 0 0 20px; }
.steps-frame .image-holder {
	max-width: 209px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 10px;
	border: 1px solid #bcbcbd;
}
.steps-frame .image-holder img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}
.steps-frame a { color: #000; }
.steps-frame .title { font: 600 12px/1.2 'Raleway', sans-serif; }

.accessories-block h2.no-border:after { display: none; }

.contact-block { text-align: center; }
.contact-block .frame {
	padding: 10px;
	display: flex;
	margin: 0 0 30px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: calc(100% - 30px);
	box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.06);
}
#main-wrapper .contact-block .frame p { margin: 0; }

#main-wrapper .features-box h1 { text-transform: none; }
.features-box {
	margin: 0 0 50px;
	padding: 20px 0 80px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.features-check-list li {
	position: relative;
	padding: 0 0 0 30px;
}
.features-check-list li span { font-weight: 600; }
.features-check-list li i {
	left: 0;
	top: 9px;
	position: absolute;
}

.reviews-carousel .owl-stage { display: flex; }
.reviews-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}
.reviews-carousel .owl-item .item {
	width: 100%;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.reviews-carousel .blockquote {
	margin: 15px;
	height: 100%;
	padding: 20px;
	font-size: 14px;
	overflow: hidden;
	line-height: 30px;
	padding-top: 70px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
}
.reviews-carousel .blockquote:before {
	top: 40px;
	left: 50%;
	width: 29px;
	height: 26px;
	content: "";
	position: absolute;
	transform: translateX(-50%);
	background: url(/cdn/shop/files/quote.png?v=1602269459) no-repeat;
	background-size: contain;
}

#main-container .reviews-carousel .blockquote p { margin: 0 0 30px; }
.reviews-carousel .blockquote cite {
	display: block;
	margin: 0 0 15px;
	font-weight: 700;
	font-style: normal;
}
.reviews-carousel .avatar {
	width: 76px;
	height: 76px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #2b589d;
}
.reviews-carousel .avatar img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}
.reviews-carousel .owl-dots {
	display: flex;
	align-items: center;
	padding: 20px 0 30px;
	justify-content: center;
}
.reviews-carousel .owl-dot {
	width: 14px;
	height: 14px;
	display: block;
	margin: 0 5px;
	border-radius: 7px;
	background: #3a3a3a!important;
}
.reviews-carousel .owl-dot:focus { outline: none; }
.reviews-carousel .owl-dot.active { width: 26px; }
.reviews-carousel .owl-dot.active, .reviews-carousel .owl-dot:hover { background: #75a3d7!important; }
.reviews-carousel .owl-dot span { display: none; }

/* unboxing block */
#main-wrapper .unboxig-block h1 { text-transform: none; }

.unboxig-block {
	overflow: hidden;
	padding: 20px 0 40px;
}
.video-box {
	position: relative;
	border-radius: 10px;
}
.video-box:before, .video-box:after {
	z-index: -1;
	content: "";
	bottom: 20px;
	left: 10px;
	width: 50%;
	top: 80%;
	position: absolute;
	transform: rotate(-4deg);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
.video-box:after {
	left: auto;
	right: 10px;
	transform: rotate(4deg);
}
.video-box .icon-play {
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	transform: translate(-50%, -50%);
}
.video-box img {
	width: 100%;
	height: auto;
	display: block;
}
.video-box img { border-radius: 10px; }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Buy Box */
.buy-box {
	padding: 20px 0;
	overflow: hidden;
	background: #e1e1e1;
}
#main-wrapper .buy-box .lead {
  font-size: 20px;
  font-weight: 700;
}
#main-wrapper .why-johnybox h1 { text-transform: none; }
.why-johnybox { padding-top: 20px; }
.box-carousel {
	margin: 0 0 20px;
	position: relative;
}
.box-carousel:before, .box-carousel:after {
	z-index: -1;
	content: "";
	bottom: 20px;
	left: 10px;
	width: 50%;
	top: 80%;
	position: absolute;
	transform: rotate(-4deg);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
.box-carousel:after {
	left: auto;
	right: 10px;
	transform: rotate(4deg);
}
.box-carousel .item-box {
	overflow: hidden;
	background: #fff;
	padding: 10px 30px;
}
.box-carousel .item-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}
.owl-carousel .owl-nav {
	top: 50%;
	left: 5px;
	right: 5px;
	display: flex;
	position: absolute;
	align-items: center;
	transform: translateY(-50%);
	justify-content: space-between;
}
.owl-carousel .owl-nav button {
	width: 23px;
	height: 38px;
	position: relative;
}
.owl-carousel .owl-nav button span {
	top: 50%;
	left: 50%;
	width: 23px;
	height: 38px;
	position: absolute;
	transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button:focus { outline: none; }
.owl-carousel .owl-nav button span {
	color: #86b4e0;
	font-size: 60px;
	line-height: 28px;
}
.owl-carousel .owl-nav button.disabled { pointer-events: none; }
.owl-carousel .owl-nav button.disabled span { color: #ccc; }

/* when-to-buy */
#main-wrapper .when-to-buy h1 { text-transform: none; }
.when-to-buy {
	overflow: hidden;
	padding: 30px 0 0;
}
.when-to-buy .item {
	color: #032432;
	margin: 0 0 20px;
	line-height: 2.33;
}
.when-to-buy .icon-holder {
	padding: 15px;
	margin: 0 0 15px;
	border-radius: 5px;
	box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.15);
}
.when-to-buy .icon {
	width: 105px;
	margin: 0 auto 5px;
}
.when-to-buy .icon img {
	width: 100%;
	height: auto;
	display: block;
}
.when-to-buy .item .title {
	display: block;
	font-size: 25px;
	line-height: normal;
}
.when-to-buy .item .btn {
	margin: 0 auto;
	display: block;
	max-width: 197px;
}
.when-to-buy .item .btn.btn-secondary:hover { background: #2b589d; }

/* FAQs Block */
.faqs-block {
	padding: 20px 0;
	overflow: hidden;
}

.faqs-block .accordion {
	overflow: hidden;
	background: #fff;
	border: 1px solid #cfcfd0;
}
.faqs-block .accordion p strong { font-size: 22px; }

/*----- Section Titles -----*/
.faqs-block .accordion-section-title {
	width: 100%;
	padding: 15px 30px 15px 15px;
  	position: relative;
	display: inline-block;
	border-bottom: 1px solid #cfcfd0;
	background: #f8f8f8;
	transition:all linear 0.15s;
	font-size: 22px;
	color: #245b97;
}
.faqs-block .accordion-section-title i {
  top: 50%;
  right: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.faqs-block .accordion-section-title .fas.fa-angle-down { display: block; }
.faqs-block .accordion-section-title .fas.fa-angle-up { display: none; }

.faqs-block .accordion-section-title.active .fas.fa-angle-down { display: none; }
.faqs-block .accordion-section-title.active .fas.fa-angle-up { display: block; }

/*.faqs-block .accordion-section-title.active, .faqs-block .accordion-section-title:hover {
	background:#4c4c4c;
	text-decoration:none;
}*/

.faqs-block .accordion-section:last-child .accordion-section-title { border-bottom:none; }

/*----- Section Content -----*/
.faqs-block .accordion-section-content {
	padding:15px;
	display:none;
}
.faqs-block .accordion-section-content.open { display: block; }
.faqs-block .accordion-section-content p strong { margin: 0 7px 0 0; }

@media (min-width: 991.98px) {
	.home-banner-area {
		font-size: 22px;
		line-height: 40px;
	}
	#main-wrapper .home-banner-area p { margin: 0 0 20px; }
	.btns-bar {
		margin: 0 -10px;
	}
	.btns-bar .btn-holder {
		padding: 0 10px;
	}
	.btns-bar .btn-holder .btn { margin: 0 0 10px; }
	.when-to-buy .item { margin: 0; }
}
@media (min-width: 1023.98px) {
	.contact-block .frame {
		padding: 15px;
		font-size: 16px;
	}
	.google-reviews {
		width: 224px;
		margin: 40px auto 60px;
	}
	.steps-frame {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.steps-frame .image-holder { margin: 0 auto 26px; }
	.steps-frame .title { font-size: 16px; }
	.features-box { padding: 20px 0 130px; }
	.unboxig-block, .buy-box, .when-to-buy, .faqs-block { padding: 60px 0; }
	.box-carousel { margin: 0 0 49px; }
	.video-box .icon-play {
		width: 79px;
		height: 79px;
	}

	.box-carousel .item-box { padding: 40px 60px; }
	.owl-carousel .owl-nav {
		left: 20px;
		right: 20px;
	}
	#main-wrapper .when-to-buy .item p { margin: 0 0 20px; }
}
@media (min-width: 1199.98px) {
	.features-check-list {
		font-size: 18px;
	}
	.contact-block .frame {
		padding: 20px;
		font-size: 19px;
	}
	#main-wrapper .when-to-buy h1 { margin: 0 0 40px; }
	.when-to-buy .icon-holder {
		padding: 30px;
		margin: 0 0 20px;
		border-radius: 10px;
	}
	.when-to-buy .icon { margin: 0 auto 20px; }
}














.buy-box {
	padding: 20px 0;
	overflow: hidden;
	background: #e1e1e1;
}
.box-carousel {
	margin: 0 0 20px;
	position: relative;
}
.box-carousel .btn-blue { background: #245b97; }
.box-carousel:before, .box-carousel:after {
	z-index: -1;
	content: "";
	bottom: 20px;
	left: 10px;
	width: 50%;
	top: 80%;
	position: absolute;
	transform: rotate(-4deg);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
}
.box-carousel:after {
	left: auto;
	right: 10px;
	transform: rotate(4deg);
}
.box-carousel .item-box {
	overflow: hidden;
	background: #fff;
	padding: 10px 30px;
}
.box-carousel .item-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
	width: auto;
}





.column-12.column-md-6.mobile-only {
    display: none;
}



@media (max-width: 767px) 
{
  
  .bb {
    text-align: center;
}
  
  
  
  .column-12.column-md-6.mobile-only {
    display: block;
}
  
  .btns-bar.desktop-only {
    display: none;
}
  
}




.main-header-wrapper.collapsed-navigation.sticky-header {
    background-color: transparent;
  position: absolute;
   border-bottom: 0px;
}


.main-header-wrapper.collapsed-navigation.sticky-header.sticky-header-scrolled {
    background-color: white;
    border-bottom: 1px solid #75a3d6;
}

.home-banner-area .vessel {
    padding-top: 70px;
      padding-bottom: 73px;
}
    

}








#main-footer {
    color: #000;
    padding: 20px 0;
    overflow: hidden;
   
    background-image: url(/cdn/shop/files/Footer_Wallpaper_1920x1920.png?v=1594827816);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(134, 180, 224);
    background-image: url(/cdn/shop/files/Footer_Wallpaper_1920x1920.png?v=1594827816);
    background-position: 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
}



.when-to-buy .item p {
    line-height: 25px;
}


.pxs-video-content-width {
   
    padding: 0px 1px 50px 30px;
}


.reviews-block .reviews-carousel .owl-item {
    display: inline-block;
   
}



.reviews-block .owl-carousel.owl-drag .owl-item .item p {
    
    height: fit-content !important;
    
}