@charset "UTF-8";
/* CSS Document */

html, html * {
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0 auto;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 100%;
}

/* Specific Internet Explorer 9 and below */
.ie {
	
}

p, h1, h2, h3, h4 {
    line-height: 1.25em;
}
nav {
    margin: 20px auto;
    max-width: 100%;
    width: 95%;
}
input[type=text] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#checkbox1, .toggle {
    display: none;
}
.menu {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    height: 40px;
    border-radius: 0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-items: center;
    list-style-type: none;
}
.menu li a {
    text-decoration: none;
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 0px;
    font-size: 1em;
    padding: 8px 15px;
    transition: background .2s linear;
	-webkit-transition: background .2s linear;
}
.menu li .cart {
    display: block;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
	.toggle {
		clear: both;
		display: block;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		width: 100%;
		height: 40px;
		font-size: 1.25em;
		color: #fff;
		background: #283E62;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		transition: all .1s linear;
		-webkit-transition: all .1s linear;
	}
	.toggle:hover {
		background: #cecece ;
		color: #283E62;
	}
	#checkbox1:checked + label .navigation li {
		opacity: 1;
		visibility: visible;
		transition: all .7s linear;
		-webkit-transition: all .7s linear;
	}
	#checkbox1:checked + label .navigation {
		height: 200px;
	}
	.menu {
		border-radius: 0px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		display: -ms-flexbox;
    	display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
    	-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-around;
    	-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
    	-ms-flex-align: center;
		align-items: center;
		height: 0px;
		transition: height .3s linear;
		-webkit-transition: height .3s linear;
	}
	.menu li {
		display: -ms-flexbox;
    	display: -webkit-flex;
		display: flex;
		/* magic */
		-webkit-align-self: center;
    	-ms-flex-item-align: center;
		align-self: center;
		width: 95%;
		opacity: 0;
		visibility: hidden;
	}
	.menu li a {
		width: 95%;
		text-align: center;
		-webkit-align-self: center;
    	-ms-flex-item-align: center;
		align-self: center;
		-webkit-align-content: center;
    	-ms-flex-line-pack: center;
		align-content: center;
		padding: 1px 15px;
	}
}

.ie .nav {
	width: 100%;
}
.ie	.toggle {
		display: none;
	}


.ie	.menu {
	padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
    border-radius: 0px;
    display: block;
    text-align: justify;
	
    list-style-type: none;
	color: red;
}

.ie .menu:after {
	content: '';
	display: -moz-inline-stack;
	display: inline-block;
	width: 100%;
}
	
.ie	.menu li {
	display: -moz-inline-stack;
	display: inline-block;
	opacity: 1;
	visibility:visible;
	color: red;
}
.ie	.menu li a {
    text-decoration: none;
    border-radius: 0px;
    font-size: 1em;
    padding: 8px 15px;
}

.navigation {
    background: #283E62;
}
.navigation li a {
    color: #fff;
}
.navigation li a:hover {
    background: #375587;
    display: block;
}
.style-header {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px;
}

.style-header h1 {
	color: #cc0000;
}

.style-header table {
    vertical-align: middle;
}
.style-header p {
    font-size: 0.8em;
}

.style-since-date {
	font-weight: 300;
}
.style-header img {
    margin-left: auto;
    margin-right: auto;
    display: inline;
}
.style-header ul {
    list-style-type: none;
    text-decoration: none;
    text-align: left;
    display: block;
    line-height: 1.75em;
}
.style-lja-img {
    width: 150px;
    height: auto;
}
.style-text-centered {
    width: 100%;
    padding-top: 0px;
    color: #000066;
    text-align: center;
    font-size: 1.0em;
    font-weight: normal;
}
.style-text-centered h1 {
    font-size: 1.5em;
}
.style-text-centered h4 {
    color: #cc0000;
}
.style-size-chart-link {
    text-decoration: none;
    color: #283E62;
	/*color: crimson;*/
    margin: 10px;
    display: inline-block;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 0.80em;
	letter-spacing: .02em;
}
.style-size-chart-link:hover {
   /*color: #486FB0;*/
	color: #283E62;
}

.style-shipping-link {
    text-decoration: none;
    /*color: #283E62;*/
	color:darkgreen;
    margin: 10px;
    display: inline-block;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 0.80em;
	letter-spacing: .02em;
}

.style-shipping-link:hover {
    color: #283E62;
}
.row-product {
    background: white;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
}
.col {
    width: 100%;
    padding: 10px 10px 40px;
    border-bottom: 1px solid;
    line-height: 1.25em;
    color: #000066;
}
.col-no-border {
    width: 100%;
    padding: 10px 10px 0px;
    line-height: 1.25em;
    color: #000066;
}
.col img {
    max-width: 100%;
    height: auto;
}
.header-col-one-third-center {
    width: 100%;
    padding-top: 0px;
    color: #000066;
    text-align: center;
    font-size: 1.0em;
}

.header-col-one-third-center h1 {
	color: #cc0000;
}

.header-col-one-half {
    padding-top: 20px;
    font-size: 1em;
    text-align: left;
}
.header-col-one-half-logo {
    padding-top: 20px;
    font-size: 1em;
    text-align: center;
}
.header-col-one-half p {
    font-size: 1em;
    font-style: normal;
    text-align: left;
}
.header-col-one-third-center img, .header-col-one-half img, .header-col-one-half-logo img {
    max-width: 147px;
    height: auto;
}
.header-col-one-third-center h3, .header-col-one-half h3, .header-col-one-half-logo h3 {
    padding-top: 20px;
    font-size: 1em;
}
.header-col-one-third-center h4, .header-col-one-half h4 {
    color: #cc0000;
}
.header-col-one-half-logo h4 {
    color: #cc0000;
    text-align: center;
}

.shipping-information-section {
	
}

.shipping-information-section h4 {
	color: #cc0000;;
}

.product-title h2 {
	position:relative;
    text-transform: uppercase;
    color: #283E62;
	text-align: center;
}

.product-title h2 span {
 	padding: 0 15px;
	position: relative;
	z-index: 1;
	background: #fff;
}

.product-title h2:before {
  	background: #283E62;
  	content: "";
  	display: block;
  	height: 1px;
  	position: absolute;
  	top: 50%;
  	width: 50%;
	margin-left: 25%;
}
.product-title h2:before {
  	left: 0;
}

.style-first-img {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 30px 0px 10px;
}
.container {
    display: block;
    position: relative;
    height: auto;
}
.container p {
    margin-top: 30px;
    text-align: left;
    color: rgb(0,0,128);
    padding-bottom: 20px;
}
.style-first-img img {
    max-width: 100%;
    height: auto;
}
.style-first-img-sub {
    position: absolute;
    right: 12px;
    bottom: 12px;
}
.style-first-img-sub img {
    max-width: 36px;
    height: auto;/*float: left;*/
}

.style-paypal-pitch {
	font-weight: 300;
}

.product-info-img-container {
	height: 300px;
	width: auto;
}

.body-col-one-third-details {
   /* display: flex;
    flex-direction: column;
    text-align: left;*/
}

/*.body-col-one-third-details iframe {
	width: 100%;
	max-width: 560px;
	height: auto;
	background: green;
}*/

.wrapper_iframe
{
	width: 98%; 
	max-width: 560px; 
	height: 100%; margin: 0 auto; 
}
.h_iframe {
  position:relative;
  padding-top: 56%;
}

.h_iframe iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.body-col-one-third-details-cells {
    /*flex: 1;*/
}
.body-col-one-third-details ul {
    padding: 0 10px 1em;
    text-align: left;
}
.body-col-one-third-details h1 {
    margin-top: 30px;
	text-align: center;
}
.body-col-one-third-details h2, .body-col-one-third-details h4 {
    margin-bottom: 1em;
}
.body-col-one-third-details h4, .body-col-one-third-details h5, .body-col-one-third-details h6 {
    color: black;
    margin-left: 0;
}
.body-col-one-third-details h5, .body-col-one-third-details h6 {
    font-weight: normal;
    font-size: 0.95em;
    margin-left: 0;
}
.body-col-one-third-details h6 {
    font-size: 0.8em;
}
.body-col-one-third-details h2 {
    color: #993300;
    text-align: left;
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
}
.body-col-one-third-details img {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    object-fit: contain;
}
.ce-logo {
    margin: 0;
    max-width: 60px;
    padding-top: 1em;
    padding-bottom: 1em;
}
.ce-logo img {
    margin: 0;
	width: 60px;
    max-width: 60px;
}
.body-col-one-third-details p, .lifejacket-description p {
    margin-bottom: 1em;
    margin-left: 0;
}
.quote {
    color: #A8C578;
    font-style: italic;
}
.clic-here-box {
    background-color: #61aab0;
    border-style: solid;
    border-width: 1px;
    padding: 15px 0px 25px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: black;
}
.option-box {
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 50%;
    padding: 10px 10px 10px;
    margin-top: 20px;
    text-align: center;
    height: 199px;
    line-height: 1.375em;
}
.option-box2 {
    font-weight: bold;
    height: 199px;
}
.option-box p {
    padding-top: 15px;
}
.option-box-details {
    border-style: solid;
    border-width: 1px;
    float: left;
    width: 50%;
    padding: 10px 10px 10px;
    margin-top: 20px;
    text-align: center;
    height: 250px;
    line-height: 1.375em;
}
.option-box-details2 {
    font-weight: normal;
    height: 250px;
}
.option-box-details p {
    padding-top: 15px;
}
.col-footer {
    width: 100%;
    float: left;
    padding: 30px 10px 30px;
    text-align: center;
    font-size: 0.8em;
    color: #000066;
    line-height: 1.25em;
}
.col-footer h4 {
    color: #CCCCCC;
    font-size: 0.8em;
    font-weight: normal;
}
.product-title-box {
    padding: 10px 20px;
    margin-top: 10px;
    max-width: 100%;
    min-height: 40px;
    height: auto;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    background: #7CC3FC;
}
.product-tile {
    text-align: left;
    color: #283E62;
    margin: 0;
    font-size: 1.45em;
    font-weight: bold;
    font-style: italic;
}
.product-title-description {
    color: #363636;
    font-size: 0.8em;
    margin: 0;
    padding-left: 30px;
}


.col-flex {
    margin: 0;
    margin-bottom: 20px;
	display: -ms-flexbox;
    display: -webkit-flex;	
    display: flex;
	border-bottom: 1px;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 240px;    
    border-bottom-style: solid;
    padding-bottom: 20px;
}
.product-box {
    margin-top: 15px;
    width: 240px;
    height: auto;
    padding: 30px 0px 0px;
    text-align: center;
	display: -moz-inline-stack;
    display: inline-block;
    background: white;
    position: relative;
    min-height: 380px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ie .col-flex {
	display: inline;
	text-align: center;
	border-bottom: 0;
}

.ie .product-box {
	display: -moz-inline-stack;
	display: inline-block;
}
.product-box h2, product-box-ljv h2 {
    font-size: 1.15em;
    position: absolute;
    top: 180px;
    width: 240px;
    color: #283E62;
    line-height: 1em;
}
.product-box-ljv h2 {
    top: 205px;
}
.product-box h4 {
    font-size: 1.15em;
    position: absolute;
    bottom: 80px;
    width: 100%;
    color: #283E62;
}
.product-box h5 {
    font-size: 0.8em;
    position: absolute;
    bottom: 210px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    color: crimson;
}

.product-box h5 a
{
	color: crimson;
}
.product-box-ljv h5 {
    bottom: 190px;
}
.product-box h6 {
    font-size: 0.8em;
    position: absolute;
    bottom: 65px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    color: crimson;
}

.product-box h6 a
{
	color: crimson;
}
.product-box h3 {
    font-size: .95em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #283E62;
}
.product-box p {
    font-size: 0.9em;
    color: #363636;
    position: absolute;
    bottom: 120px;
    width: 100%;
}
.product-box-ljv p {
    bottom: 110px;
}
.product-box img {
    max-height: 144px;
    max-width: 114px;
    width: auto;
    position: relative;
    top: 70px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.button {
    background: #283E62;
    width: 200px;
    margin: auto;
    display: block;
    color: #F7F7F7;
    font-style: bold;
    text-decoration: none;
    padding: 20px 0px;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    outline: none;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.button_test {
    display: block;
    color: #F7F7F7;
    font-style: bold;
    text-decoration: none;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    outline: none;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.button:hover {
    background: #38578A
}
.size-chart {
    text-align: left;
    font-size: 0.75em;
    width: 100%;
}
.size-chart thead {
    background: #757575;
    color: white;
    vertical-align: top;
    text-align: center;
}
.size-chart tbody tr:nth-of-type(even) {
    background: #e9e9e9;
}
.size-chart-title {
    background: #B88781;
    color: white;
}
.size-chart-title h1 {
    display: block;
    font-size: 1.5em;
}
.size-chart-title p {
    display: block;
    font-weight: normal;
}
.size-chart-header {
    font-size: 1em;
}
.size-chart-size-cell {
    width: 25%;
}
.size-chart-space-cell span {
    display: none;
}
.size-chart-space-cell:after {
    content: "RECOMMENDED" '\A' "FOR";
    white-space: pre;
}
.size-chart-buoy-cell span {
    display: none;
}
.size-chart-buoy-cell:after {
    content: "BUOYANCY" '\A' "(N)";
    white-space: pre;
}
.style-size-chart-title {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 10px;
	color: #283e62;
}
.style-size-chart-annotation {
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 0.75em;
}
.award-winning-section {
    margin-left: 10px;
	color:#283e62;
}
.award-winning-section p {
    text-align: center;
}
.award-winning-section h3 {
    margin-bottom: 1em;
}
.award-winning-section ol {
    padding-top: 2em;
    line-height: 1.25em;
    margin-left: 30px;
}
.award-winning-section li {
    padding-bottom: 1em;
}
.print-document-page {
    margin-top: 50px;
    padding: 10px 10px 0;
    width: 100%;
}
.print-document-page h1, .privacy-policy-page h1, .faq-page h1, .warranty-policy-page h1 {
    margin-top: 40px;
    margin-bottom: 1em;
    font-size: 1.5em;
}
.print-document-page p, .privacy-policy-page p, .faq-page p , .warranty-policy-page p {
    margin-bottom: 1em;
}
.privacy-policy-page {
    font-size: 1em;
}

.warranty-policy-page {
    font-size: 1em;
    line-height: 1.375em;
}
.warranty-policy-page h1{
    padding-top: 40px;
    
}

.contact-form-table {
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.contact-form-table p {
    padding-bottom: 0.75em;
}
.contact-form-table input {
    width: 100%;
    background-color: #f8f8f8;
    -moz-appearance: none;
	-webkit-appearance: none;
    border-style: solid;
    border-color: #DBDBDB;
    border-width: 1px;
}
.contact-form-table input[type=button], .contact-form-table input[type=submit], .contact-form-table input[type=reset], button {
    background-color: #283E62;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 40px 2px 0;
    cursor: pointer;
    width: 200px;
	-moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
}
.contact-form-table textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-form-table h1 {
    color: #993300;
    font-size: 2.5em;
}
.contact-form-table h1, .contact-form-table h4 {
    color: #993300;
}
.contact-form-table-blue-text {
    color: #006699;
    font-weight: bold;
}
.contact-form-table-mandatory:before {
    color: #993300;
    content: "* ";
}

/* Tablet view */

@media (min-width: 768px) {
	body {
		max-width: 778px;
		padding: 0 10px 0;
	}
	p, h1, h2, h3, h4 {
		line-height: 1.375em;
	}
	.menu li a {
		font-size: 0.9em;
	}
	
	.ie	.menu li a {
		padding: 8px 0px;
	}
	.col {
		float: left;
		padding: 0px 10px 0px;
		border-style: none;
	}
	.col-no-border {
		float: left;
		padding: 0px 10px 0px;
		border-style: none;
	}
	.style-header {
		max-width: 778px;
		padding: 0px 10px 0px;
	}
	.style-header ul {
		line-height: 1.65em;
	}
	.header-col-one-half {
		width: 50%;
		padding-top: 0px;
		color: #000066;
	}
	.header-col-one-half-logo {
		width: 50%;
		color: #000066;
	}
	.header-col-one-third-center {
		float: left;
		padding-top: 20px;
		padding-bottom: 10px;
		color: #000066;
		font-size: 1.15em;
		line-height: 1.25em;
		font-weight: bold;
	}
	.header-col-one-third-center img, .header-col-one-half img, .header-col-one-half-logo img {
		display: inline;
	}

	.style-first-img {
		padding: 30px 0px 20px;
	}

	.style-first-img-sub {
		position: absolute;
		right: 22px;
		bottom: 22px;
	}
	.style-first-img-sub img {
		max-width: 60px;
	}
	.body-col-one-third {
		width: 33.33%;
		position: relative;
		text-align: left;
		padding: 30px 10px 10px;
		color: rgb(0,0,128);
		font-size: 1em;
		min-height: 500px;
		line-height: 1.375em;
	}
	.body-col-one-third h4 {
		text-align: left;
	}
	.body-col-one-third img {
		max-width: 100%;
		height: auto;
	}

	.option-box {
		height: 180px;
	}

	.option-box-details, .option-box-details2 {
		height: 199px;
	}
	.col-footer {
		padding: 30px 0px 30px;
		line-height: 1.375em;
	}

	.lifejacket-description {
		height: 680px;
	}
	.lifejacket-description-video {
		height: 3em;
	}
	.size-chart {
		font-size: 1em;
	}
	
	.size-chart-title h1 {
		display: -moz-inline-stack;
		display: inline-block;
		font-size: 1.5em;
	}
	.size-chart-title p {
		display: -moz-inline-stack;
		display: inline-block;
		font-weight: normal;
	}
	.size-chart-size-cell {
		width: auto;
	}
	.ce-logo {
		padding-bottom: 2em;
	}
	.style-size-chart-annotation {
		margin-left: 10px;
		margin-bottom: 30px;
		font-size: 1em;
	}
	.award-winning-section p {
		float: left;
		margin-right: 50px;
	}
	.award-winning-section ol {
		padding-top: 2em;
		line-height: 1.375em;
	}
	.contact-form-table {
		padding: 0 30px;
	}
}

/*Desktop View*/

@media (min-width: 1024px) {
	body {
		max-width: 1026px;
	}
	
	.ie .nav {
		width: 95%;
	}
	
	.ie	.menu li a {
		padding: 8px 15px;
	}
	
	.style-header {
		max-width: 1026px;
		display: inline;
	}

	.style-header ul {
		line-height: 1.5em;
	}
	.header-col-one-third-center {
		float: left;
		padding-top: 20px;
		padding-bottom: 10px;
		color: #000066;
		font-size: 1.1em;
		font-weight: bold;
	}

	.header-col-one-third-center p, .header-col-one-half p, .header-col-one-half-logo p {
		padding-top: 0px;
	}

	.style-first-img {
		padding: 30px 10px 20px;
	}

	.container p {
		text-align: justify;
	}

	.style-first-img-sub {
		right: 42px;
		bottom: 12px;
	}
	.style-first-img-sub img {
		max-width: 60px;
	}
	.col {
		float: left;
		padding: 0px 10px 0px;
	}
	.body-col-one-third {
		width: 33.33%;
		position: relative;
		text-align: justify;
		padding: 30px 10px 10px;
		color: rgb(0,0,128);
		font-size: 1em;
		min-height: 500px;
		line-height: 1.375em;
	}
	.body-col-one-third h4 {
		text-align: left;
	}
	.body-col-one-third img {
		max-width: 100%;
		height: auto;
	}
	
	.option-box {
		height: 180px;
	}

	.col-footer {
		font-size: 0.9em;
		line-height: 1.375em;
	}
	.lifejacket-description {
		height: 545px;
	}
	.contact-form-table {
		padding: 0 130px;
	}
}
