/*------------------------------------*\
    RESET
\*------------------------------------*/

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body {
	font: 400 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #0A3B74;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div {
	display: inline-block;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 1;
}
a img:hover {
	opacity: 0.8;
	position: relative;
	top: 0px;
	left: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3, h4, h5, h6  {
	font-family: 'Oswald', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 38px;
	line-height: 43px;
	margin-bottom: 8px;
	color: #0A3B74;
	text-align: center;
}
h2 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 8px;
	color: #0A3B74;
	text-align: center;
}
h3 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 8px;
	color: #FFFFFF;
}

h4 {
	margin-bottom: 10px;
	color: #0A3B74;
	font-size: 27px;
	text-align: center;
	line-height: 33px;
}

h5 {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 22px;
	text-align: left;
}

p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #4D4D4D;
	text-align: center;
}

ul {
	padding: 0;
}

ul, ol {
	list-style: none;
}

p, ul, ol {
	font-family: 'Oswald', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
}

/*---------
*,
*:after,
*:before {
  	margin:0;    
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
------*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	/* [disabled]max-width:1280px; */
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}
#topBar {
	/* [disabled]text-align: left; */
	margin: 0px auto;
	width: 100%;
	max-width: 1400px;
	display: block;
	font-family: 'Oswald', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: right;
	padding: 3px 0px;
	color: #FFFFFF;
}
#topBar span {
	font-weight: bold;
	font-size: 23px;
	margin-left: 12px;
	margin-right: 12px;
}
#topBar span a {
	margin-left: 0 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.blackbg {
	background-color: #000000;
}
.bluebg {
	background-color: #0A3B74;
}
.litebluebg {
	background-color: #abd2ff;
}
.whitebg {
	background-color: #FFFFFF;
}
.blackbg p {
	color: #B09E9E;
	text-align: center;
}
.blackbg h4 {
	color: #CA090F;
	font-size: 28px;
	text-align: center;
}
.bluebg h4 {
	color: #FFCD06;
	font-size: 30px;
	text-align: center;
}
.blackbg h2 {
	color: #CA090F;
	text-align: center;
}
.redbg h2 {
	color: #000000;
	text-align: center;
}
.redbg {
	background-color: #C50001;
	background-image: -webkit-linear-gradient(270deg,rgba(228,0,25,1.00) 0%,rgba(123,3,0,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(228,0,25,1.00) 0%,rgba(123,3,0,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(228,0,25,1.00) 0%,rgba(123,3,0,1.00) 99.48%);
}
.redbg h4 {
	color: #FFFFFF;
	font-size: 28px;
	text-align: center;
}
.redbg p {
	color: #EBEBEB;
	text-align: center;
}
.bg-hilite-left {
	background-image: url(../img/BG-HIGHLIGHT-LEFT.jpg);
}
.bg-hilite-right {
	background-image: url(../img/BG-HIGHLIGHT-RIGHT.jpg);
}
a.foots {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
a.shopall {
	width: 50%;
	height: auto;
}
a.shopall img {
	width: 100%;
}
a.kbwhite {
	width: 20%;
	height: auto;
}
a.kbwhite img {
	width: 100%;
}
.redslice {
	background-image: url(../img/BG-SLIM.jpeg);
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.main {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.feature {
	width: 100%;
	margin: 0px;
	text-align: center;
}

.content {
	/* [disabled]text-align: left; */
	margin: 20px auto;
	width: 100%;
	max-width: 1200px;
	display: block;
	height: 100%;
}
.feature .content {
	/* [disabled]text-align: left; */
	margin: 0px auto 25px;
	width: 100%;
	max-width: 1200px;
	display: block;
	padding-top: 130px;
}
.content-text {
	margin:0 0 15px;
}
.header {
	padding: 0;
	background-color: rgba(255,255,255,0.90);
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 1;
	z-index: 1100;
	height: 124px;
}
.logo {
	margin: 0px auto;
	display: block;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	max-width: 1400px;
	height: 124px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
	top: 0px;
	left: 0px;
}
.logo a.bfnlogo {
	position: absolute;
	top: 0px;
	left: 0px;
}
.logo-img {
	width: auto;
	height: 124px;
	display: block;
	float: left;
}
.demo-nav {
	float:right;
	margin:12px 0;
	list-style:none;
}
.demo-nav-link {
	
}
.demo-nav-link a {
	color:#2BA6CB;
	text-decoration:none;
}
footer .threeup p, footer .threeup ul li {
	color: #B3B3B3;
}
footer .threeup {
	text-align: left;
}
footer a.socials  {
	width: 18%;
	height: auto;
	padding: 3px;
	display: inline-block;
	margin: 3px;
}
footer a.socials img {
	width: 100%;
	height: auto;
}
footer a {
	color: #d7d7d7;
}
.content.baseline {
	clear: both;
}
.content.baseline p {
	color: #A3A3A3;
	font-size: 13px;
}

/*------------------------------------*\
    TWOUPS
\*------------------------------------*/

.twoUp {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	min-height: 1px;
}
.TwoUpRow {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.twoUp p {
	color: #FFFFFF;
	text-align: left;
}
.twoUp h2 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 40px;
	text-align: left;
}
.twoUp h3 {
	color: #0A3B74;
	font-size: 32px;
	line-height: 45px;
	text-align: center;
}
.twoUp ul li {
	list-style-type: square;
	margin-left: 20px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: left;
}
.twoUp img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}
.feature .twoUp img {
	width: auto !important;
	max-width: 100%;
	height: auto;
	max-height: 450px;
	margin-left: auto;
	margin-right: auto;
}
.feature .twoUp a {
	clear: both;
	display: block;
}
.feature .twoUp img.shopnow  {
	width: auto !important;
	max-width: 200px;
	height: auto;
}

/*------------------------------------*\
    THREEUPS
\*------------------------------------*/

.threeup {
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #0A3B74;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(219,236,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(219,236,255,1.00) 100%);
	height: 100%;
}
.threeup.flank {
	margin-left: 2%;
	margin-right: 2%;
}
.threeup.middle {
	margin-left: 1%;
	margin-right: 1px;
}
.threeup h4 {
	font-size: 36px;
	line-height: 40px;
}
.threeup h5 {
	font-size: 36px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #0A3B74;
	padding-top: 5px;
	line-height: 40px;
	text-align: center;
	font-family: 'Lobster', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: normal;
}
.threeup h6 {
	width: 50%;
	display: block;
	float: left;
	color: #0A3B74;
	font-size: 23px;
	padding-bottom: 10px;
	padding-right: 0px;
	text-align: left;
	margin-bottom: 0px;
	margin-left: 10%;
}
.threeup p {
	padding: 5px 5px 5px 20px;
	color: #D9D9D9;
	margin-bottom: 0px;
	line-height: 24px;
}
.threeup ul  {
	padding-left: 40px;
	margin-top: 0px;
}
.threeup ul li{
	color: #666666;
	font-family: 'Oswald', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	list-style-type: square;
	text-align: left;
}
.threeup img {
	width: 100%;
	height: auto;
}
.threeup a.buynow {
	width: 30%;
	display: block;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*------------------------------------*\
    FOURUPS
\*------------------------------------*/

.fourup {
	width: 20%;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}
.fourup.left {
	margin-left: 4%;
	margin-right: 2%;
}
.fourup.right {
	margin-left: 2%;
	margin-right: 4%;
}
.fourup.int {
	margin-left: 2%;
	margin-right: 2%;
}
.fourup h5 {
	font-size: 26px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #C50001;
	padding-top: 5px;
	line-height: 32px;
}
.fourup p {
	padding: 5px 5px 5px 20px;
	color: #D9D9D9;
	margin-bottom: 0px;
	line-height: 24px;
}
.fourup ul  {
	padding-left: 40px;
	margin-top: 0px;
}
.fourup ul li{
	color: #FFFFFF;
	font-family: 'Oswald', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	list-style-type: square;
	text-align: left;
}
.fourup img {
	width: 100%;
	height: auto;
}

/*------------------------------------*/

.wrapper.lefthalf {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*------------------------------------*/


.bg1 {
	background-image: url(../img/bg-fshing-nets.jpg);

}
.bg2 {
	background-image: url(../img/BG-RIGHT-2.jpg);
}
.wrapper.righthalf {
	background-position: center center;
	background-size: cover;
}





/*------------------------------------*/

.fortyhigh {
	height: 40px;
}
.red {
	color: #BB0D17;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

	img.fishie {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	display: block;
}

/* Navigation styling */
.mainNav {
	margin: 0px 0 10px;
	text-align: center;
	float: right;
	height: 124px;
	width: 55%;
}
.nav {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 900;
	float: right;
	white-space: nowrap;
}
.nav-list {
	
}
.nav-item {
	float: left;
	*display:inline;
	zoom: 1;
	height: 124px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-family: 'Oswald', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: bold;
}
.nav-item a {
	display: block;
	padding: 25px 20px;
	color: #0A3B74;
	height: 74px;
	vertical-align: middle;
	line-height: 74px;
}
.nav-item img {
	display: block;
	padding: 12px 10px 12px 5px;
	color: #0A3B74;
	height: 100px;
	vertical-align: middle;
	line-height: 74px;
	width: auto;
}
.nav-item a:hover {
	background-color: #FFCD06;
	text-decoration: none;
	color: #FFFFFF;
}




/*------------------------------------*\
    FRACTIONAL COLUMNS
\*------------------------------------*/

.col25 {
	width: 25%;
}

.col50 {
	width: 50%;
}

.col30 {
	width: 30%;
}

.col70 {
	width: 70%;
}

.col60 {
	width: 60%;
}

.col40 {
	width: 40%;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}


/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 890px) {

.header {
	height: auto;	
	position: relative;
	}
	.feature .content {
	padding-top: 15px;
	}	
	/* Navigation styling */
.mainNav {
	margin: 0px 0 10px;
	text-align: center;
	float: none;
	height: auto;
	width: 100%;
}
.nav {
	position: relative;
	display: inline-block;
	width:100%;
	font-size: 20px;
	font-weight: 900;
	float: none;
	white-space: nowrap;
}

.nav-list {
	text-align: center;
	}

.nav-item {
	float: left;
	display:inline-block;
	zoom: 1;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	float:none;
	}
.nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-family: 'Oswald', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-item img {
	height: 62px;
	width: auto;
}
.nav-item a {
	display: block;
	padding: 8px 6px;
	color: #0A3B74;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
}
.nav-item a:hover {
	background-color: #FFCD06;
	text-decoration: none;
	color: #FFFFFF;
}
.nav-item img {
	display: block;
	padding: 0px 10px 0px 5px;
	height: 39px;
	width: auto;
}
.logo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding-left: none;
	padding-right: none;
	height: auto;
	}
.logo-img {
	width: 100%;
	height: auto;
	}
.logo a.bfnlogo {
	width: 90%;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0 auto;
	}

.nav-active {
		display:block;
	}

	img.fishie {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
	
/*------------------------------------*\
    FOURUPS
\*------------------------------------*/

.fourup {
	width: 94%;
	float: none;
}
.fourup.left {
	margin-left: auto;
	margin-right: auto;
}
.fourup.right {
	margin-left: auto;
	margin-right: auto;
}
.fourup.int {
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------*/
	
/*------------------------------------*\
    THREEUPS
\*------------------------------------*/
	
	.threeup {
	width: 94%;
	float: none;
}
	.threeup.flank {
	margin-left: auto;
	margin-right: auto;
}
	.threeup.middle {
	margin-left: auto;
	margin-right: auto;
}
	footer .threeup {
	width: 94%;
	float: none;
}
	
/*------------------------------------*\
    TWOUPS
\*------------------------------------*/
	
	.twoUp {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
	.TwoUpRow {
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	width: 94%;
}
.wrapper.lefthalf {
	background-position: left center;
}
.bg2 {
	background-image: url(../img/BG-MOBILE-2.jpg);
}


.col25 {
	width: 100%;
	margin: 0 auto;
}

.col50 {
	width: 100%;
	margin: 0 auto;
}

.col30 {
	width: 100%;
	margin: 0 auto;
}

.col70 {
	width: 100%;
	margin: 0 auto;
}

.col60 {
	width: 100%;
	margin: 0 auto;
}

.col40 {
	width: 100%;
	margin: 0 auto;
}

.col-left {
	float: none;
}

.col-right {
	float: none;
}
}
