/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.25em;
  font-family: inherit; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  
/*--Slick Nav styles--*/  
/*
    Mobile Menu Core Style
*/

.slicknav_btn { 
  position: relative; 
  display: block; 
  vertical-align: middle; 
  float: right; 
  padding: .5em .5% .5em 65%;
  line-height: 1em; 
  cursor: pointer; }
  
.slicknav_menu  .slicknav_menutxt { 
  display: block;
  float: left;
  }
  
.slicknav_menu .slicknav_icon { 
  float: left; 
  margin: 0 0 0 10px;
  }
  
.slicknav_menu .slicknav_no-text { 
  margin: 0;
  }
  
.slicknav_menu .slicknav_icon-bar { 
  display: block; 
  width: 1.125em; 
  height: 0.125em; 
  -webkit-border-radius: 1px; 
  -moz-border-radius: 1px; 
  border-radius: 1px; 
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); 
  }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
  margin-top: 0.188em; 
  }
  
.slicknav_nav { 
  clear: both; 
  }
  
.slicknav_nav ul, .slicknav_nav li {
  display: block; 
  }
.slicknav_nav .slicknav_arrow { 
  margin: 0 0 0 0.4em; 
  font-size: .875em;
  }
  
.slicknav_nav .slicknav_item { 
  display: block; 
  cursor: pointer; 
  }
  
.slicknav_nav a { 
  display: block 
  }
  
.slicknav_nav .slicknav_item a { 
  display: inline; 
  }
  
.slicknav_menu:before, .slicknav_menu:after { 
  content: " "; 
  display: table; 
  }
  
.slicknav_menu:after { clear: both }

/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
  font-size: 16px;
}
/* Button */
.slicknav_btn {
  margin: 5px;  
  text-decoration:none;    
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {  
  color: #FFF;
  font-weight: bold;  
  font-family: "museo-slab", serif;
  font-size: 20px;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: white;
}

.slicknav_menu {
  padding: 5px;
  background-color: rgb(11, 72, 107);
  background-color: rgba(11, 72, 107, 0.8);
}

.slicknav_nav {
  margin:0;  
  padding:0;
  color:#fff;
  font-size: 1.25em;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding:0;
  margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
  padding:5px 10px;
  margin:2px 5px;
}

.slicknav_nav a{
  padding: 2px 10px;
  margin: 2px 5px;
  text-decoration:none;
  color:#fff;
  font-weight: bold;
  font-family: "museo-slab", serif;
}

.slicknav_nav .slicknav_item a {
  padding:0;
  margin:0;
}

.slicknav_nav .slicknav_item:hover {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #b49554; /*gold*/
  color: white;
  text-decoration: none;
}

.slicknav_nav a:hover{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #b49554; /*gold*/
  color: white;
  text-decoration: none;
}

/*
  
/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }
  
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #0b486b; /*blue*/
  font-family: "futura-pt", Geneva, sans-serif;
  font-size: 100%;
  line-height: 1.2em;
    -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;  
}

html {
  background: url(../images/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


h1, h2, h3, h4 {
  margin: .5em 0;
  font-family: "museo-slab", serif;
  color: #0b486b; /*blue*/
  font-weight: bold;
}

h1 {
  margin: .75em 0;
  font-size: 1.7em;
}

h2 {
  line-height: 1.3em;
  font-size: 1.5em;
  color: #54959a;
}

h3 {
  font-size: 1.3em;
  line-height: 1.3em;
}

h4, h5, h6 {
  font-size: 1.2em;
  line-height: 1.1em;
}

.heading {
  margin: 0;
}

b, strong {
  font-weight: bold; 
}

 b a, strong a {
    font-weight: bold; 
}

em, i {
  font-style: italic;
}

h3 em {
    font-weight: bold;   
  font-style: italic;
}

p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  line-height: 1.25rem; }
  
 small {
  font-size: .875em; }

ul,
ol {
  padding: 0 0 0 20px; }
  
a {
  color: #b49554; /*gold*/
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a:hover, a:active {
  text-decoration: underline;
}

hr {
  height: 0px;
  border-top: 2px solid #ab49554; /*gold*/
}

.clear {
  clear: both;
}

/*
  ---- ---- ---- ---- MAIN STYLES ---- ---- ---- ----
*/

nav.main {
  display: none;
}

.mainHeader{
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em .5em;
  font-family: "museo-slab", serif;
  font-weight: bold;
  text-align: center;
}

.mainHeader a{
  text-decoration: none;
  color: #0b486b; /*blue*/
  font-weight: bold;
}

.subLink {
  margin-bottom: 0.5em;
  font-size: 1.1rem;
  color: #b49554;
}

.headerInfo {
   font-size: 1.5em;
}

.headerInfo img {
  margin-bottom: .5em;
}

.logo {
  margin: 0 0 1em 0;
}

.logo img {
  width: 325px;
}

.homeContent, .homeContentBottom, .subContent{
  max-width: 1200px;
  margin: 0 auto 2em auto;
  background: none;
}

.homeContent, .innerContent, .subContent {
  display: block;
  padding: 1em .5em; 
  border-top: 5px solid #b49554; /*gold*/
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.8);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.3);
  }


.innerContent {
  font-size: 1.2em;
}

.subContent {
  padding: 1em 1em 2em;
  font-size: 1.2em;
  min-height: 566px;
}

.subContent a {
  text-decoration: underline;
}

.blogRight {
  float: none !important;
  width: 100% !important;
}

.imageRight {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: .5em auto;
}


.greenText1, .greenText2{
  font-weight: bold;
  color: #54959a; /*green*/
}

.homeContent h3 {
  text-align: center;
}

.homeContentLeft ul{
  max-width: 400px;
  margin: 1em auto;
  padding: 0;
  list-style: none;
}

.homeContentLeft li {
  padding: 0 0 1em 2em;
  background: url('../images/checkmark.png') no-repeat top left;
  background-size: 26px;
}

.homeContent img {
  display: block;
  margin: auto;
  vertical-align:bottom;
}

.homeContentLeft ul span, .homeContentLeft ul em {
  font-weight: bold;
  color: #0b486b; /*blue*/
}

.fishingReport {
  margin-bottom: 2em;
}

.fishingReport h3, .welcome h3 {
  display: inline-block;
  width: auto;
  padding: .4em 1em;
  margin: 0;
  font-size: 1.3em;
  color: #fff;
  background-color: rgb(11,72,107);
  background-color: rgba(11,72,107,.8);
}

.readMore {
  display: block;
  width: 100%;
  margin: 1em 0;
  text-align: right;
}

.welcome img {
  display: inline-block;
  max-width: 300px;
}


.readMore a {
  width: 130px;
  padding: 0.25em 1.25em .25em .5em;
  background: #54959a url('../images/triangle.png') no-repeat right center;
  color: white;
}

#map {
  width: 100% !important;
  max-width: 400px!important;
  height: 300px!important;
  margin-bottom: 1em;
}

.LightboxImage {
  padding: .5em .5em .5em 0 !important;
}

.contactLeft iframe {
  height: 215px !important;
  width: 300px !important;
}

#pnlSubscribe table {
  color: #0b486b !important; /*blue*/
  font-family: "futura-pt", Geneva, sans-serif !important;
  font-size: 1.2em !important;
}

.facebook {
  width: 100% !important;
  max-width: 600px !important;
  height: 500px !important;
}

#ctl00_cphPageContent_pnlComments td{
  display: block;
}

.footerWrapper {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,.8);
}  

.mainFooter {
  max-width: 1200px;
  margin: auto;
  padding: 1em;
  text-align: center;
  font-size: 1.1em;
}

.footerLeft, .footerMiddle, .footerRight {
  margin: auto;
  padding: .5em 1em;
}

.mainFooter ul {
  list-style-type: none;
}

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

.pageWrapper {
  padding: 0 1em;
}

.mainHeader {
  padding: 0;
}

.logo, .headerInfo {
  display: inline-block;
  width: 49.5%;
  margin: .5em 0;
}

.logo {
  text-align: left;
  vertical-align: top;
}

.headerInfo {
  text-align: right;
  vertical-align: bottom;
  line-height: 1.35em;
}

.homeContent, .innerContent {
  padding: 1.5em 2em;
}

.subContent {
  padding: 1.5em 3em 3em;
}

.blogRight {
  float: right;
  width: 18%;
}

#ctl00_cphPageContent_pnlComments td{
  display: table-cell;
}

.homeContentLeft li {
  padding: 0 0 1em 2.5em;
}

#map {
  float: right;
  margin-left: 1em;
}

.mainFooter {
  padding: 1em 0;
}

.footerLeft, .footerMiddle, .footerRight {
  display: inline-block;
  width: 32.5%;
  vertical-align: top;
}

.footerLeft {
  text-align: left;
}

.footerRight {
  text-align: right;
}

}

@media only screen and (min-width: 900px) {

.mainHeader {
  padding: 0;
}

/*Desktop menu styles */
.slicknav_menu {
  display: none;
}  

nav.main {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(11,72,107);
  background-color: rgba(11,72,107,.8);
  -webkit-box-shadow: 2px -2px 5px 0px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 2px -2px 5px 0px rgba(50, 50, 50, 0.38);
  box-shadow: 2px -2px 5px 0px rgba(50, 50, 50, 0.38);
}

.menu  {
  display: inline;
  width: 100%;
  margin: 0;
  padding-left: 0;
  text-align: left;
  list-style: none;
  background: none;
  font-size: 1.2em;
}

.menu li{
  display: inline-block;
  width: auto;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.25em;
  cursor: pointer;
}

.menu a {
  padding: .5em 22px;
  display: block;
}

.menu  li ul li a {
  border: 0;
}

.menu a, .menu li {
  color:  white;
}


.menu li:hover a {
  background: #b49554; /*gold*/
  color: white;
  text-decoration: none;
}

.menu li ul {
  position: absolute;
  top: 33px;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  min-width: 175px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  font-variant: normal;
}


.menu li ul li { 
  display: block; 
  background: #0b486b; /*blue*/
  color: white;
}

.menu li ul li a {
  padding: 6px 20px;
}


.menu li ul li:hover >a { 
background: #b49554; /*gold*/
color: white;
}


.menu >li:hover >ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu >li:hover >ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu ul ul {
  top: 2px;
  left: 100%;
}


.menu li:last-of-type>ul>ul {
  top: 0px;
  right: 100%;
}

/*--End desktop menu styles */

.homeContentLeft {
  display: inline-block;
  vertical-align: top;
  width: 370px;
}

.homeContentRight{
  display: inline-block;
  vertical-align: top;
  width: 52%;
} 

.homeContent img {
  margin: 2em auto 0 auto;
}

.fishingReport, .welcome {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.innerContent {
  height: 405px;
}

.fishingReport {
  margin-right: 3.4%;
}

.welcome p:nth-of-type(2) {
  margin-bottom: 0;
}

.welcome .readMore {
  display: inline-block;
  width: 38%;
  margin: 1em 0;
  text-align: right;
}

.welcome img {
  width: 60%; 
}

.imageRight {
  max-width: 380px;
  margin: 0 0 1em 2em;
  float: right;
}

}

@media only screen and (min-width: 980px) {
.homeContentRight {
  width: 56%;
}  

.homeContent img {
  margin: 1em auto 0 auto;
}

.innerContent {
  height: 366px;
}
}

@media only screen and (min-width: 1024px) {

.homeContentLeft {
  width: 40%;
}

.homeContentRight {
  width: 59%;
}

.homeContent img {
  margin: 0;
}

.contactLeft, .contactRight {
  display:inline-block !important;
  width:49.5% !important;
  vertical-align:top !important;
}
  
}

@media only screen and (min-width: 1100px) {
  
.homeContent h3 {
  margin-top: .75em;
}

.homeContent ul{
  font-size: 1.1em;
}

.innerContent {
  height: 345px;
}
}


@media only screen and (min-width: 1200px) {
  
.innerContent {
  height: 310px;
}  

.menu a {
  padding: .5em 24px;
}
}