/** Shopify CDN: Minification failed

Line 365:16 Expected ":"
Line 604:16 Expected ":"
Line 765:0 Unexpected "}"
Line 1992:25 Expected "{" but found ";"
Line 1993:2 Unexpected "{"

**/
/* Main */
body
{
	background-image: url(exclusive_paper.png);
  	background-repeat: repeat;
}

p
{
	font-family: 'Alegreya';
  	font-size: 1.188em;
  	line-height: 1.625em;
  	margin-bottom: 15px;
}

a
{
	font-family: 'Alegreya';
    font-size: 1.188em;
  	color: #e05c16;
}

a:hover
{
  	color: #cd5413;
}

.lead
{
	font-family: 'Alegreya';
  	font-size: 1.250em;
  	color: #3e3433;
  	margin-bottom: 30px;
}

h1
{
	font-family: 'Vast Shadow';
  	text-transform: uppercase;
  	margin-top: 0;
}

h2,h3,h4,h5
{
	margin-top: 0;
}

hr
{
	border-color: #cccccc;
  	margin: 25px 0;
}

.form-control
{
	border: 1px solid #c9aa74;
  	border-radius: 0;	
  	height: 34px;
  	padding: 5px;
  	font-family: 'Helvetica';
}


@media (min-width: 768px)
{
	p
	{
		font-size: 1.25em;
	}

	a
	{
		font-size: 1.25em;
	}

	.lead
    {
        font-size: 1.375em;
    }
}
@media (max-width: 767px) {
  .form-control
{
	padding: 2px;
    font-size: 80%;
}
}
/* Navigation */

.navbar
{
	margin-bottom: 0;
    border-color: transparent;
}

.navbar-default
{
	background-color: rgb(51,42,41);
}

.navbar-header
{
	float: none;
}

.navbar-right
{
	
}

.navbar-default .navbar-nav>li>a
{
	color: #fff;
  	font-family: 'Alegreya';
  	text-transform: uppercase;
  	text-shadow: 2px 1px 0px #000;
  	padding: 8px 15px;
  	font-size: 1.188em;
}

.navbar-default .navbar-nav>li>a:hover
{
	color: #e2dbc7;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
	color: #fff;
  	background-color: transparent;
}

.navbar-default .navbar-toggle
{
	border-color: transparent;
  	float: none;
  	margin: 0;
    padding: 15px;
}

.z-index-nav {
  z-index: 1;
}

@media (max-width: 767px)
{
  .navbar-default .navbar-toggle
  {
    display: block;
    width: 100%;
  }
  .navbar-collapse.in {
	overflow-y: inherit;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .tablet-font-size {
    font-size: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: auto;
  }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar
{
	background-color: #fff;
  	box-shadow: 2px 2px 0 #000;
}

.navbar-collapse
{
	max-height: none;
  	box-shadow: none;
  	border-top: 1px dashed #eae6e0;
  	padding: 0;
}

.cart-count
{
	font-family: 'Helvetica';
  	font-size: 1em;
}

@media only screen and (max-width: 768px) {
  .navbar-collapse {
    margin-left: auto;
    margin-right:auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Dropdown */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background-color: #3e3433;
  	color: #fff;
}

.navbar-default .navbar-nav > li > a:focus
{
	color: #fff;
}

.dropdown-menu
{
	background-color: rgba(226,219,212,0.9);
    background-color: #e2dbd4;
  	border: 1px solid #c9aa74;
  	border-top: 1px solid #3e3433;
  	border-radius: 0;
}

.dropdown-menu > li > a
{
	color: #3e3433;	
  font-size: 1.25em;
  padding: 10px;
}

.dropdown-menu > li > a:hover
{
	background-color: #d6cbb7;
  	color: #3e3433;
}


@media (max-width: 767px)
  {
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
	{
		background-color: transparent;
	}
	
	.navbar-nav .open .dropdown-menu
	{
		background-color: #3e3433;
  		padding: 10px 0;
  		border-top: 1px solid #372e2d;
  		border-bottom: 1px solid #372e2d;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a
	{
		color: #fff;
  		text-shadow: 2px 1px 0 #000;
      padding: 7px 15px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
	{
		color: #e2dbc7;
	}
}


@media (min-width: 768px) and (max-width: 1200px)
{
	.navbar-right
  	{
  		float: none !important;
    	margin-top: -15px;
  	}
}

@media (min-width: 768px)
{
	.navbar-default
	{
  		background-color: rgb(51,42,41);
  		background-color: rgba(51,42,41, 0.6);
		padding: 0;
  		position: absolute;
  		right: 0;
  		left: 0;
	}

	.navbar-collapse
    {
        border-top: transparent;
    }

	.navbar-default .navbar-nav>li>a
	{
  		padding: 12px 10px 10px 10px;
	}
}

@media (min-width: 1200px)
{
	.navbar-default .navbar-nav >li>a
  	{
    	font-size: 1.188em;
    }
}

/* BANNERS */

/*
I changed the #banner and #banner-subpage background-image from this:

background-image: url('//whitakers.com/cdn/shop/t/2/assets/custom_background_image?v=128806997962047650131409751956');

to this:

background-image: url(//whitakers.com/cdn/shop/t/2/assets/custom_background_image.jpg?v=128806997962047650131410446040);

because it wasn't going showing up on any IE versions. This also occured on Fat Nancy's as well,
even though it definitely worked a few months ago. I think there must have been a shopify or
IE update that changed this; It wasn't anything we did. I haven't found a solution for this online 
yet, so the above will have to be the solution for now.


*/

.logo
{
  width: 100%;
}

#banner
{
  	margin-bottom: 30px;
    
    background-image: url(//whitakers.com/cdn/shop/t/2/assets/banner-river.jpg?v=153462581718720397151423066900);  	
  
    background-size: cover;
  	height:600px;
}

#banner .banner-content
{
  	margin-top: 100px;
}

@media (min-width: 768px)
{
  #banner .banner-content
  {
      margin-top: 150px;
  }
}

#banner .banner-content .banner-address
{
	color: #fff;
  	font-family: 'Alegreya';
  	text-align: center;
  	margin-bottom 0;
  	text-shadow: 2px 1px #000;
  	
}

#banner .banner-content .weather
{
	background-color: #332a29;
  	padding: 10px 15px;
  	color: #fff;
  	font-family: 'Alegreya';
  	text-transform: uppercase;
  	font-size: 1.125em;
  	text-align: center;
}

#banner .banner-content .weather p
{
	font-size: 1em;
  	margin-bottom: 0;
}

#banner .banner-content .weather span
{
	font-family: 'Alegreya';
  	font-size: 1.188em;
  	padding-left: 15px;
  	color: #e0c9a0;
}

.icon
{
	padding-right: 5px;
}
.sun-icon {
  float: left;
  margin-top: 4px;
}
.sun-icon-sub {
  float: left;
  margin-top: 4px;
}
.sunrise-set {
  padding-top: 5px;
}
.w-center {
  padding-left: 290px;
}
.widge-spacing {
 padding-left: 300px;
}

/* DESKTOP & TABLET */
@media (min-width: 1200px) {
.w-padd {
  padding-left: 8px;
}
.w-row-padd {
  margin-left: 101px;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
  .w-row-padd {
  margin-left: 50px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
  .w-center {
  padding-left: 200px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .w-center {
  padding-left: 100px;
}
}
/* PHONE */
@media (max-width: 767px) {
  .w-center {
    padding-left: 0;
  }
  .sun-icon {
    float: left;
  }
  .subpage-utilities .sun-icon {
    padding-top: 10px;
  }
  .subpage-utilities {
    text-align: initial !important;
  }
  .widge-spacing {
    padding-left: 0;
  }
  .widge-spacing-sub {
    padding-left: 300px;
  }
  #weather {
    float: left;
  }
  .widget-p-l {
  padding-left: 15px;
}  
}
@media (max-width: 478px) {
  #weather {
    float: none;
  }
  .weather {
    text-align: left !important;
  }
  .widge-spacing {
    padding-left: 15px;
  }
  .widge-spacing-sub {
    padding-left: 15px;
  }
}
@media (max-width: 545px) {
  .widge-spacing-sub {
    padding-left: 0;
  }
}

#weather {
  width: auto;
  margin: 0 auto;
  text-transform: uppercase;
}

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#weather ul {
  margin: 0;
  padding: 0;
}

#weather li {
  background: #fff;
  background: rgba(255,255,255,0.90);
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}

#weather .currently {
  margin: 0 20px;
}

@media (max-width: 479px)
{
	#banner .banner-content .banner-address, #banner-subpage .banner-content .banner-address
    {
      background-color: #332a29;
      margin-bottom: 1px;
      margin-top: -1px;
      padding: 5px 8px;
      line-height: 1.375em;
    }
}


@media (min-width: 480px)
{
	#banner .banner-content .banner-address
    {
        margin-top: -45px;
    }
  
  	#banner-subpage .banner-content .banner-address
    {
        margin-top: -45px;	
    }
}

@media (min-width: 768px)
{
	#banner .banner-content .weather
	{
		text-align: left;
	}
  
/*
	.banner .banner-content .weather .sun
    {
        display: table-cell;
        width: 50%;
    }
    
    .banner .banner-content .weather .water-temp
    {
        display: table-cell;
        width: 50%;
    }
*/
}

#banner-subpage
{
  	
	background-image: url(//whitakers.com/cdn/shop/t/2/assets/banner-river.jpg?v=153462581718720397151423066900); 
  
  	background-size: cover;
  	height:450px;
}

#banner-subpage .banner-content
{
  	margin-top: 100px;
}

@media (min-width: 768px)
{
	#banner-subpage .banner-content
    {
        margin-top: 125px;
    }
}


@media (min-width: 992px)
{
	#banner-subpage .banner-content
    {
        margin-top: 110px;
    }
}

#banner-subpage .banner-content .banner-address
{
	color: #fff;
  	font-family: 'Alegreya';
  	text-align: center;
  	margin-bottom 0;
  	text-shadow: 2px 1px #000;  	
}

.subpage-utilities
{
	background-color: #332a29;
  	color: #fff;
  	font-family: 'IM Fell DW Pica';
  	text-transform: uppercase;
  	font-size: 1.063em;
  	padding: 10px 0;
  	margin-bottom: 30px;
}

.subpage-utilities .weather p
{
	font-size: 1em;
  	margin-bottom: 0px;
  	font-family: 'IM Fell DW Pica';
}

.subpage-utilities .weather span
{
	font-family: 'Alegreya';
  	font-size: 1.188em;
  	padding-left: 15px;
  	color: #e0c9a0;
}

@media (max-width: 767px)
  {
	.subpage-utilities
	{
		text-align: center;
	}
}

@media (min-width: 768px)
  {
	.subpage-utilities .weather p
	{
		display: inline;
  		margin-right: 20px;
	}

	#weather
	{
		float: left;
	}
}

@media (min-width: 768px)
  {
	#banner .banner-content .banner-address, #banner-subpage .banner-content .banner-address
	{
		margin-top: -50px;
	}
}


/* Home Page */

.title
{
	overflow: hidden;
  	text-align: center;
}

.title .heading1
{
	color: #544a45;
  	font-size: 1.938em;
  	margin: 5px 0 25px 0;
}

.page-header .title h1
{
	font-size: 1.938em;
}

.title span
{
    position: relative;
    display: inline-block;
}

.title span:before, .title span:after
{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 592px; /* half of limiter */
    margin: 0 20px;
}

.title span:before
{
    right: 100%;
}
.title span:after
{
    left: 100%;
}
.m-bottom {
  margin-bottom: 30px;
}
.brands {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* More Products */
.popular
{
	background-color: #e2dbd4;
  	margin-top: 40px;
  	padding-top: 30px;
  	border-top: 1px solid #c9aa74;
}
.pop-product-size {
  font-size: 24px !important;
}

.media-object
{
	border: 3px solid #526637;
}

.media-object:hover
{
	border: 3px solid #c9aa74;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

.more-products .title h4
{
	font-family: 'Vast Shadow';
  	text-transform: uppercase;
  	font-size: 1.5em;
  	color: #544a45;
  	margin-bottom: 20px;
}


@media (min-width: 768px)
  {
	.more-products .title h4
	{
		margin-bottom: 10px;
	}
}

@media (min-width: 992px)
  {
	.more-products .title h4
		font-size: 1.750em;
	}
}

/*This .thumbnail class is not overriding the bootstrap class like it should so ".thumbnails"
will have these same styles */

.thumbnail {
	border-radius: 0px;
  	border: 5px solid #526637;
  	margin-bottom: 1px;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

a.thumbnail:hover {
	border-color: #c9aa74;
}

.thumbnails {
	border-radius: 0px;
  	border: 5px solid #526637;
  	margin-bottom: 1px;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
    margin-bottom: 40px;
}

a.thumbnails:hover {
	border-color: #c9aa74;
}


.product-info
{
	background-color: #688249;
  	padding: 10px 15px;
  	margin-bottom: 15px;
  min-height: 100px;
}

.product-info a
{
  	color: #d5b67f;
  	font-size: 1.313em;
}

@media (min-width: 992px)
{
	.product-info a
    {
        font-size: 1.438em;
    }
}

.product-info .price
{
	font-family: 'Helvetica';
  	color: #fff;
  	font-size: 1em;
  	margin-bottom: 0;
}

.btn-main
{
	display: block;
  	text-align: center;
  	margin-top: 40px;
  	margin-bottom: 55px;
}

.btn-main-text
{
	border: 1px solid #fff;
  	padding: 5px 20px;
  	display: inline;
}

.btn-main a
{
	font-family: 'IM Fell DW Pica';
  	color: #fff;
  	text-transform: uppercase;
  	background-color: #e05c16;
  	padding: 15px 10px;
  	font-size: 1.313em;
  	box-shadow:0 0 7px #7b7b7b;
}

.btn-main a:hover
{
	background-color: #cd5413;
  	text-decoration: none;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

.mid-section
{
	margin-bottom: 30px;
  	padding-left: 0;
  	padding-right: 0;
  	margin-right: 0;
  	margin-left: 0;
}

#daily-report-home
{
	background-image: url(whitakers-daily-report.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
}

#motel-home
{
	background-image: url(whitakers-motel.jpg);
  	background-repeat: no-repeat;
  	background-size: cover;
}
.motel-img {
  padding-bottom: 10px;
}

.no-padding
{
	padding-left: 0;
  	padding-right: 0;
}

.mid-section-img
{
  	height: 380px;
  	width: 100%;
}

.mid-section-text
{
	position: absolute;
  	left: 0;
  	right: 0;
  	top: 80px;
  	z-index: 1;
}

.mid-section-text p
{
	color: #fff;
  	font-size: 1.5em;
  	font-family: 'Vast Shadow';
  	text-transform: uppercase;
  	margin-bottom: 0;
  	text-align: center;
}

.mid-section-text img
{
	display: block;
  	margin: 5px auto 20px auto;
}

.mid-section-text .section-btn
{
  	font-family:'Alegreya';
	text-align: center;
  	color: #fff;
  	text-transform: uppercase;
  	border: 1px solid #fff;
  	padding: 8px 6px;
  	width: 40%;
  	margin: 0 auto;
}

.img-hover:hover
{
    opacity: 0.9;
  	filter:alpha(opacity=90);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

@media (min-width: 768px)
{
  .mid-section-text p
  {
    font-size: 1.750em;
  }
  
  .mid-section-text .section-btn
  {
  	padding: 10px;
  }
}

@media (min-width: 992px)
  {
	.mid-section-text
	{
		top: 90px;
	}

	.mid-section-text p
	{
		font-size: 2em;
	}
}

@media (max-width: 400px)
  {
	.mid-section-text
	{
		top: 35px !important;
	}

	.mid-section-img
	{
		height: 250px !important;
	}
}

@media (max-width: 767px)
  {
	.mid-section-text
	{
		top: 50px;
	}

	.mid-section-img
	{
		height: 300px;
	}
}

@media (min-width: 1200px)
  {
	.mid-section-img
	{
		height: 450px;
	}
}


.btn-secondary
{
	margin-top: 30px;
}

.btn-secondary a
{
	font-family: 'IM Fell DW Pica';
  	color: #e05c16;
  	text-transform: uppercase;
  	text-align: center;
  	border: 2px solid #e05c16;
  	padding: 10px;
  	font-size: 1.313em;
  	width: 100%;
  	display: block;
}

.btn-secondary a:hover
{
	background-color: #e05c16;
  	color: #fff;
  	text-decoration: none;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

.btn-secondary-cushion
{
	margin-bottom: 15px;
}

@media (min-width: 768px)
{
  .title .heading1
  {
      color: #544a45;
      font-size: 2.125em;
      margin: 5px 0 25px 0;
  }

  .page-header .title h1
  {
      font-size: 2.125em;
  }

	#daily-report-home
	{
		border-right: 1px solid #627b44;
	}

	.product-info
	{
		margin-bottom: 0;
	}

	.btn-main
	{
		margin:40px 0 50px 0;
	}

	.btn-main a
	{
		font-size: 1.5em;
	}

	.btn-secondary a
	{
		font-size: 1.5em;
	}

	.btn-secondary-cushion
    {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px)
  {
	.title .heading1
	{
		font-size: 2.375em;
	}

    .page-header .title h1
    {
        font-size: 2.375em;
    }
}

@media (min-width: 1200px)
{
  .title .heading1
  {
    font-size: 2.5em;
  }

  .page-header .title h1
  {
    font-size: 2.5em;
  }
}


/* Collections */
.tags
{
	margin-bottom: 25px;
}

.label-default
{
	background-color: #c9aa74;
  	border-radius: 0;
  	border: 1px solid #a98f61
}

.label-default a:hover
{
	background-color: #a98f61;
}

.label
{
	font-weight: normal;
  	font-family: 'Verdana';
  	font-size: 70%;
}
.line-row-up {
  clear: left;
}


/* Product */
.product-holder
{
	box-shadow:1px 1px 5px #818181;

}

@media (min-width: 768px)
{
	.product-list
    {
      padding: 13px;
     
    }
    .five-row {
      width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-books {
    clear: left;
  }
}
/* Product Page */
#breadcrumb
{
	font-family: 'Helvetica';
  	font-size: 0.875em;
  	color: #c9aa74;
  	margin-bottom: 20px;
}

#breadcrumb a
{
	font-family: 'Helvetica';
  	font-size: 1em;
  	color: #c9aa74;
}

#breadcrumb .page-title
{
	color: #9d8357;
}

#product-price
{
	font-family: 'Helvetica';
  	color: #e05c16;
  	font-size: 1.375em;
}

.related-products
{
	list-style-type: none;
  	padding-left: 0;
  	margin-left: -15px;
  	margin-right: -15px;
}

.related-products li
{
	
}

.btn-add-cart
{
	margin: 25px 0 0 0;
  	
}

.btn-add-cart .btn-submit
{
	font-family: 'IM Fell DW Pica';
  	color: #fff;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #e05c16;
  	padding: 10px 5px;
  	font-size: 1.313em;
  	border-radius: 0;
  	box-shadow:0px 0 7px #7b7b7b;
}

.btn-add-cart .btn-text
{
	border: 1px solid #fff;
  	padding: 5px 15px;
}

.btn-add-cart .btn-submit:hover
{
	background-color: #cd5413;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

.pager
{
	margin: 30px 0 0 0;
}

.pager li a
{
	font-family: 'Helvetica';
  	font-size: 1em;
}

.pager li a:hover
{

  	
}

.sidenav
{
	background-color: #ebebeb;
  	border: 1px solid #c9aa74;
  	padding: 20px 0;
  	margin-top: 30px;
  	position: relative;
}

.sidenav .sidenav-salmon
{
	position: absolute;
  	z-index: 1;
  	top: -25px;
    left: 0;
  	right: 0;
  	margin-left: auto;
	margin-right: auto;
}

.sidenav .sidenav-title
{
	text-transform: uppercase;
  	text-align: center;
  	border-bottom: 1px solid #e1e1e1;
  	padding-bottom: 15px;
  	margin: 10px 0 15px 0;
  	font-size: 1.250em;
  	font-family: 'IM Fell DW Pica';
}

.sidenav .secondary-nav
{
	list-style-type: none;
  	padding: 0 25px;
}

.sidenav .secondary-nav li
{
	padding: 4px 0;
}

.sidenav .secondary-nav li a
{
	font-family: 'Alegreya';  	
  	color: #4b5d32;
  	font-size: 1.125em;
}

@media (min-width: 768px)
  {
	.btn-add-cart .btn-submit
	{
		font-size: 1.5em;
	}
}

@media (min-width: 992px)
  {
	#product-price
	{
		font-size: 1.438em;
	}

	.sidenav
	{
		margin-top: 0;
	}

    .sidenav .secondary-nav li a
    {
        font-size: 1.188em;
    }
}


/* Daily Report Page */
.report-date
{
	font-family: 'Helvetica';
  	font-size: 1em;
  	color: #627b44;
  	margin-top: -5px;
  	margin-bottom: 20px;
}

.report-title
{
	font-family: 'IM Fell DW Pica';
  	color: #526637;
  	text-transform: uppercase;
  	font-size: 1.750em;
}

.daily-report-links
{
  	background-color: #ebebeb;
  	border: 1px solid #c9aa74;
  	margin-top: 20px;
  	margin-bottom: 35px;
  	position: relative;
  	padding: 20px 0 10px 0;
}

.daily-report-links .report-salmon
{
	position: absolute;
  	z-index: 1;
  	top: -25px;
  	left: 0;
  	right: 0;
  	margin-left: auto;
  	margin-right: auto;
}

.daily-report-links .box-title
{
	text-align: center;
  	text-transform: uppercase;
  	font-family: 'IM Fell DW Pica';
  	font-size: 1.250em;
  	border-bottom: 1px solid #e1e1e1;
  	padding-bottom: 15px;
  	margin: 10px 0 15px 0;
  	color: #3e3433;
}

.daily-report-links ul
{
	list-style-type: none;
  	padding-left: 0;
  	margin-bottom: 0;
}

.daily-report-links ul li
{
	padding: 5px 15px;
  	margin-bottom: 0;
}

@media (max-width: 767px) {
  .daily-report-links ul li
{
	text-align: left;
}
}

.daily-report-links ul a
{
	font-size: 1.063em;
  	text-align: center;
  	color: #4b5d32;
}

.daily-report-links img
{
	margin-right: 10px;
}

.report-featured-holder
{
	margin: 30px 0;
}



@media (max-width: 767px)
{
  .xs-cushion
  {
      margin-top: 30px;
  }
}

@media (min-width: 992px)
  {
	.report-title
	{
		font-size: 1.875em;
	}

	.daily-report-links .box-title
	{
		font-size: 1.375em;
	}
}


/* River Guides */
.blog-thumb
{
	display: table-cell;
  	width: 30%;
  	padding-right: 15px;
}

.blog-title
{
	display: table-cell;
  	width: 70%;
  	vertical-align: middle;
}

.river-guide-title
{
	font-family: 'IM Fell DW Pica';
  	color: #627B44;
  	text-transform: uppercase;
  	font-size: 1.5em;
  	margin-bottom: 20px;
}

.river-guide-title a
{
	font-family: 'IM Fell DW Pica';
  	color: #627B44;
  	font-size: 1em;
}

.table-bordered
{
	border: 1px solid #ccc;
  	background-color: #ebebeb;
}

.left-title
{
	font-family: 'IM Fell DW Pica' !important;
  	text-transform: uppercase;
  	color: #586a3e;
}

.blog-title .table-bordered tbody td
{
	font-family: 'Alegreya';
  	font-size: 1.125em;
  	border: 1px solid #ccc;
}

.blog-title h2
{
	font-family: 'IM Fell DW Pica';
  	font-size: 1.375em;
  	color: #be7e3c;	
  	text-transform: uppercase;
}

.btn-river-guide
{
	display: block;
  	text-align: left;
  	margin-bottom: 45px;
  	margin-top: 25px;
}

.btn-river-guide-text
{
	border: 1px solid #fff;
  	padding: 5px 15px;
  	display: inline;
}

.btn-river-guide a
{
	font-family: 'IM Fell DW Pica';
  	color: #fff;
  	text-transform: uppercase;
  	background-color: #e05c16;
  	padding: 11px 6px;
  	font-size: 1.313em;
  	box-shadow:0px 0px 7px #7b7b7b;
}

.btn-river-guide a:hover
{
	background-color: #cd5413;
  	text-decoration: none;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

@media (min-width: 768px)
  {
	.blog-title h2
	{
  		font-size: 1.438em;
	}

	.btn-river-guide
	{
		text-align: right;
	}

	.btn-river-guide a
	{
		font-size: 1.5em;
	}
}

@media (min-width: 992px)
  {
	.blog-title .table-bordered tbody td
    {
        font-size: 1.188em;
    }

	.river-guide-title
    {
        text-transform: uppercase;
        font-size: 1.625em;
    }
}

/*Gallery Page */
.gallery-list .thumb-holder 
{
	width: 100%;
  	height: 200px;
  	overflow: hidden;
  	position: relative;
  	display: block;
  	box-shadow:0 0 7px #7b7b7b;
  	border: 3px solid #f8f8f8;
  	background: #000;
}

.gallery-list .thumb-holder:hover
{
  	opacity: 0.9;
  	filter:alpha(opacity=90);
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

.gallery-list .thumb 
{
	position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    width: 119%;  
}

.gallery-list
{
	padding: 12px;
}


@media (max-width: 400px)
{
	.gallery-list .thumb-holder
    {
        height: 150px;
    }
}



/* General Page */
.user-content
{
	font-family: 'Alegreya'; 	
}

.user-content li
{
	font-size: 1.188em;
  	line-height: 1.5em;
  	margin-bottom: 7px;
}

.user-content h1
{
	font-family: 'IM Fell DW Pica';
  	font-size: 1.563em;
  	color: #627b44;
}

.user-content h2
{
	font-family: 'IM Fell DW Pica';
  	font-size: 1.375em;
  	color: #be7e3c;	
  	text-transform: uppercase;
}

.user-content h3
{
	font-family: 'IM Fell DW Pica';
  	font-size: 1.313em;
  	line-height: 1.313em;
  	color: #453b3a;	
}

.user-content img
{
	max-width: 100%;
}
.user-img .user-content img {
  border-radius: 0px;
  border: 5px solid #526637;
}

.user-content .table td
{
	font-family: 'Alegreya';
  	font-size: 1.188em;
  	border: 1px solid #ccc;
}

.page-header
{
	margin: 0 0 20px 0;
  	padding: 0;
  	border-bottom: 0;
  	color: #544a45;
}

@media (max-width: 767px)
{
  .xs-cushion
  {
    margin-top: 20px;
  }
}


@media (min-width: 768px)
{
	.user-content h1
    {
        font-size: 1.688em;
    }
    
    .user-content h2
    {
        font-size: 1.5em;
    }
    
    .user-content h3
    {
        font-size: 1.438em;
    }

	.user-content li
	{
		font-size: 1.25em;
	}

	.user-content .table td
	{
		font-size: 1.25em;
	}
}


/* River Map Page */
.map-legend
{
	list-style-type: none;
  	padding-left: 0;
    margin-bottom: 0;
}

.map-legend li
{
	font-family: 'Alegreya';
  	font-size: 1.188em;
  	margin-bottom: 5px;
}
.res-img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
.address-devices {
  font-size: 15px;
}
}
/*
.map-holder img
{
	width: 100%;
}

@media (max-width: 767px)
  {
	.map-holder
	{
		width: 100%;
  		height: 200px;
  		overflow: hidden;
  		position: relative;
  		display: block;
	}

	.map-holder img
	{
		width: 692px;
  		max-width: none;
	}
}
*/
@media (min-width: 768px)
  {
	.map-legend li
	{
		font-size: 1.25em;
	}
}


/* Contact Page */
.contact-heading
{
	font-family: 'IM Fell DW Pica';
  	font-size: 1.375em;
  	line-height: 1.375em;
  	text-transform: uppercase;
  	color: #627b44;
  	margin-bottom: 15px;
}

address
{
	font-family: 'Alegreya';
  	font-size: 1.188em;
  	line-height: 1.625em;
}

.required
{
	color: #e05c16;
  	font-size: 1.063em;
}

label
{
	font-family: 'Alegreya';
  	text-transform: uppercase;
  	font-size: 1.250em;
  	color: #544a45;
}

.form-control-contact
{
	border: 1px solid #c9aa74;
  	border-radius: 0;
}

.btn-contact
{
	margin: 20px 0 0 0;
  	
}

.btn-contact .btn-submit
{
	font-family: 'IM Fell DW Pica';
  	color: #fff;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #e05c16;
  	padding: 10px 5px;
  	font-size: 1.313em;
  	border-radius: 0px;
  	box-shadow:0 0 7px #7b7b7b;
}
.btn-continue {
    font-family: 'IM Fell DW Pica';
  	color: #fff;
  	text-transform: uppercase;
  	text-align: center;
  	background-color: #D89B31;
  	padding: 10px 5px;
  	font-size: 1.430em;
  	border-radius: 0px;
  	box-shadow:0 0 7px #7b7b7b;
}
.btn-continue:hover
{
	background-color: #be882a;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}

.btn-contact .btn-contact-text
{
	border: 1px solid #fff;
  	padding: 5px 15px;
}

.btn-contact .btn-submit:hover
{
	background-color: #cd5413;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out;
}


@media (min-width: 768px)
  {
	.contact-heading
	{
		font-size: 1.5em;
	}

	.btn-contact
	{
		margin: 10px 0 0 0;
  		float: right;
	}

	.btn-contact .btn-submit
	{
		font-size: 1.5em;
	}
    
    address
	{
		font-size: 1.25em;
	}
}


/* Cart */
.table > tbody > tr > td
{
	padding: 15px 8px;
}
@media (min-width: 768px) {
.price-width {
  width: 10%;
}
}
@media (max-width: 767px) {
  .mobile-font {
    font-size: 80%;
  }
  .price-width {
  width: 20%;
}
}
td
{
	font-family: 'Helvetica';
}

thead th
{
	font-family: 'Alegreya';
  	text-transform: uppercase;
  	color: #3e3433;
  	font-size: 1.250em;
}

.btn-update
{
	color: #fff;
  	background-color: #c9aa74;
  	border-radius: 0;
  	border: 1px solid #a98f61;
}

.btn-update:hover
{
	background-color: #a98f61;
  	color: #fff;
}

.price
{
	font-family: 'Helvetica';
  	font-size: 1.250em;
}
.close {
  font-size: 32px;
}




/* Pagination */
.pagination
{
	margin: 15px 0 0 0;
}

.pagination li
{
	font-family: 'Verdana';
}

.pagination li a
{
	font-family: 'Verdana';
  	font-size: 0.938em;
  	color: #e05c16;
}

.pagination li a:hover
{
  color: #e05c16;	
}

.pagination > .active > span
{
  	font-family: 'Verdana';
	color: #fff;
  	background-color: #e05c16;
  	border-radius: 0;
  	border: 1px solid #cd5413;
}

.pagination > .active > span:hover
{
	background-color: #cd5413;
  	border: 1px solid #cd5413;
  	color: #fff;
}

.pagination-text
{
	font-family: 'Verdana';
  	font-size: 0.938em;
  	margin-bottom: 0;
  	color: #544a45;
}

@media (min-width: 768px)
  {
	.pagination
	{
		margin: 25px 0 0 0;
	}
}

@media (min-width: 992px);
  {
	.pagination-text
	{
		font-size: 1em;
	}
}

/* Search */
.srch-drop {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 280px;
}

.search-nav {
  display: inline-block; 
  width: 184px; 
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .search-nav {
  width: 155px; 
}
}
@media (max-width: 767px) {
  .search-nav {
  width: 100%;
  font-size: 17px;
}
  .padding-left {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .icon-768-1200 {
    margin-top: 13px;
  }
}
.search-form
{
	margin-bottom: 0;
}




.btn-search
{
	color: #fff;
  	background-color: #e05c16;
  	border-radius: 0px;
}

.btn-search:hover
{
	color: #fff;
  	background-color: #cd5413;
  	transition: all .3s ease-in-out;
  	-webkit-transition: all .3s ease-in-out; 
}

.media-heading
{
	font-size: 1.188em;
}
.input-group-btn:last-child > .btn
{
	margin-left: 0;
}

@media (min-width: 992px)
  {
	.media-heading
	{
		font-size: 1.250em;
	}
}


/* Footer */
footer
{
	border-top: 4px solid #1e1918;
  	padding: 20px 0 15px 0;
  	background-image: url(footer-background.jpg);
  	border-bottom: 4px solid #1e1918;
  	margin-top: 40px;
}

footer .footer-heading
{
	font-family:'IM Fell DW Pica';
  	color: #fff;
  	text-transform: uppercase;
  	font-size: 1.188em;
  	text-shadow: 2px 1px 0 #000;
  	margin-bottom: 10px;
}

footer .footer-links li
{
	display: block;
  	padding: 1px 0;
}

footer .footer-links li a
{
	color: #fff;
  	font-family: 'Alegreya';
  	
  	text-shadow: 2px 1px 0px #000;
  	font-size: 1.188em;
}

footer .payment-links
{
	padding-left: 0;
  	margin-bottom: 0;
}

footer .payment-links li
{
	display: inline;
}

footer address
{
	color: #fff;
  	font-family: 'Alegreya';
  	font-size: 1.188em;
  	line-height: 1.5em;
  	text-shadow: 2px 1px 0 #000;
}

footer .attribute p
{
	color: #fff;
  	font-family: 'Alegreya';
  	text-shadow: 2px 1px 0 #000;
  	font-size: 1.188em;
  	margin-bottom: 0;
}

footer .acs-link a
{
  	font-family: 'Alegreya';
	color: #fff;
  	text-shadow: 2px 1px 0px #000;
  	font-size: 1em;
}

@media (min-width: 768px)
{
    footer .acs-link a
    {
      float: right;
    }
}

@media (min-width: 768px)
  {
	footer .footer-heading
	{
		font-size: 1.250em;
	}

	footer .footer-links li a
	{
		font-size: 1.25em;
	}
	
	footer address
	{
		font-size: 1.25em;
	}
}

@media (min-width: 1200px)
  {
	footer
	{
		background-size: cover;
	}
}

/* Pickup Option */
.pkup-heading {
  font-size: 70%;
}
.pkup-styles {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.flt-left {
  float: left;
}

/* Video */
.flt-left-home-video {
  float: left;
}
@media (max-width: 768px) {
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.flt-left-home-video {
  float: none !important;
}
}
.the-code {
  display: inline-block; 
  padding-left: 30px;
}
@media (max-width: 992px) {
  .the-code {
  padding-left: 0; 
}
}

/*MISC*/
.helpful-links {
  list-style-type: none;
  padding-left: 0;
}
.helpful-links li {
  padding-bottom: 10px;
}
.helpful-links li img {
  border: 3px solid #526637;
}
.margin-right {
  margin-right: 20px;
}

/* daily report */
body .blog-article, body .blog-article p {
  font-size: 17px;
}
.article-background
{
	background-image: url(whitakers-background.jpg);
  	background-repeat: repeat;
}

/* IE8 fixes */
@media \0screen {
   .sun-subpage {
     float: left;
     margin: -5px 180px 0 50px;
   }
   .icon {
     display: none;
   }
  .ie8fix {
    width: 50%;
    float: left;
  }
  .ie8-flt-left {
    float: left;
  }
  .widge-spacing {
    padding-left: 200px; 
  }
}