.scale-table {
	border-collapse: separate;
	border-spacing: 0;	
	width: 100%;
}
.scale-title {
	padding: 10px 20px;
    background: #000000;
	background-image: url(../images/caldwell-tile.jpg);
    height: 60px;
    text-align: center;
    -webkit-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    -moz-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	text-align: center;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.scale-title span {
	display: block;
	background: #000000;
	padding: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}
.scale-break {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222222;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #fff;
	background: #FF670F;
	font-size: 18px;
}
.scale-head {
	background-color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222222;
}
.scale-data {
  background-color: rgba(0, 0, 0, .5);
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000;
  vertical-align: top;
}
.scale-data:first-child {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000;
}
.scale-data:nth-child(2) {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000;
}
.scale-data:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.scale-group {
  background-color: rgba(0, 0, 0, .5);
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000;
}
.scale-span {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.scale-foot {
	background-color: #000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: Normal;
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	border: none;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
td.scale-foot.rate-notes {
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
}
.trip-name {
	font-size: 14px;
	text-align: left;
}
.trip-load {
	font-size: 16px;
	font-weight: bold;
}
.trip-price {
	font-size: 14px;
	font-weight: bold;
}
.trip-spots {
	font-size: 16px;
	font-weight: bold;
}
.call-btn {
	color: red;
	text-shadow: -1px -1px 0 #333,  
				  1px -1px 0 #333,
				 -1px 1px 0 #333,
				  1px 1px 0 #333;
	margin-top: 5px;
}
td.filter {
	width: 95%;
	padding-left: 10px;
}
.trip-comments {
	font-size: 14px

}
td.filter > label {
	font-weight: normal;
}
hr.filter {
	margin-top: 3px;
	margin-bottom: 8px;
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
.scale-head a:hover,
.scale-head a:visited,
.scale-head a:link
{
	color: white;
}
.scale-data a:hover,
.scale-data a:visited,
.scale-data a:link,
.scale-foot a:hover,
.scale-foot a:visited,
.scale-foot a:link
{
	color: #F3AF72;
}
.rates-table > tbody > tr:nth-child(odd) {
	background: #FFC;
} 
.rates-table > tbody > tr:nth-child(even) {
	background: #FFF;
} 
.rates-table > tbody > tr:first-child {
	background: #9CF;
}
.rates-table > tbody > tr:last-child {
	background: #FFF;
} 
.trip-icons {
	display: block;
	float: right;
	color: #333;
}
.trip-info .lbl, .trip-depart .lbl, .trip-return .lbl, .trip-load .lbl, .trip-price .lbl, .trip-spots .lbl {
	font-weight: bold;
	font-size: 14px;
}
.trip-info .lbl, .trip-depart .lbl, .trip-return .lbl {
	float: left;
	clear: both;
	display: block;
}
.rent-table {
	width: 100%;
}
.photo_gallery_container {
	text-align: center;
	padding: 4px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 25px 20px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 25px 20px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 25px 20px -16px rgba(0,0,0,0.75);
	margin-bottom: 20px;
	border: 1px solid #999;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.photo_gallery_img {
	max-width: 100%;
	max-height: 240px;
	margin: auto;
}
.section1 {
	height: auto;
	padding: 10px;
}
.announcement_text {
	color: #000000;
	display: inline-block;
	font-family: Cabin,sans-serif;
	font-size: 16px;
}
.contact-row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-submit {
	margin-top: 10px;
	text-align: center;
}
textarea.contact-message {
	height: 150px;
}
.add-shadow {
	border: 4px solid #FFF;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
}
.pod_bottom2 {
	width: 100%;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
a.audio_count {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 8px;
    text-decoration: none;
    height: 14px;
    width: 14px;
    background-image: url(../images/icons/but_audio_play.png);
    background-position: bottom;
}
a.audio_count:hover {
    background-image: url(../images/icons/but_audio_play.png);
}
a.audio_count:active {
    position:relative;
    top:1px;
}
a.down {
    background-image: url(../images/icons/but_audio_no.png);
}
a.down:hover {
    background-image: url(../images/icons/but_audio_no.png);
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.with-gutter > [class*='col-'] {
    padding-right:15px;
    padding-left:15px;
}
.fish-report-date {
	vertical-align: top;
}
.scale-text-left {
	text-align: left;
}
body {
	background: none transparent;
}
.feature-wrapper {
    padding: 15px;
	background-color: inherit;
	background: none transparent;
    border-radius: 0px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	color: #ffffff;
}
.feature-img {
	background-color: inherit !important;
}
h3, h3.feature-title {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
}
.img-alt-feature {
	max-width: 100%;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    -moz-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
	padding: 10px;
	background-color: black;
}
.feature-wrapper {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	font-family: "Times New Roman", Times, serif;
}
div.row > div.col-xs-12:nth-child(1) > .feature-wrapper {
	background-image: url('../images/caldwell-feature1.png');
}
div.row > div.col-xs-12:nth-child(3) > .feature-wrapper {
	background-image: url('../images/caldwell-feature2.png');
}
div.row > div.col-xs-12:nth-child(2) > .feature-wrapper {
	background-image: url('../images/caldwell-feature3.png');
}
.feature-author {
	margin-top: 18px;
	font-weight: bold;
}
.feature-teaser {
	line-height: 1.5em;
}
h3.feature-title {
	height: 2.5em;
}
.feature-more {
	max-width: 100%;
	height: 69px;
	background-image: url(../images/caldwell-more1.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.feature-more:hover {
	background-image: url(../images/caldwell-more2.png);
}
a:link {
	color: #17579C;
}
a:visited {
	color: #469ACD;
}
a:hover {
	color: #0E2F51;
}
.feature-ellipsis {
	margin-bottom: 20px;
	margin-top: -8px;
}
.panel {
	font-family: "Times New Roman", Times, serif;
	color: white;
	background-color: inherit;
	background: none transparent;	
}
.panel img {
	-webkit-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    -moz-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
	padding: 10px;
	background-color: black;
}
.photo2wrapper {
	background-color: inherit;
	background: none transparent;
	border: none;
}
.feature-wrapper a:link {
	color: #ffffff;
}
.feature-wrapper a:hover {
	color: #F3AF72;
}
.caption-text {
	padding: 2px 12px;
	color: #fff;
}
.carousel {
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
	-moz-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
	box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
	border: 5px solid #000;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(10, 10, 10,.5) 0,rgba(10, 10, 10,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(10, 10, 10,.5) 0,rgba(10, 10, 10,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(10, 10, 10,.5)),to(rgba(10, 10, 10,.0001)));
    background-image: linear-gradient(to right,rgba(10, 10, 10,.5) 0,rgba(10, 10, 10,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(10,10,10,.0001) 0,rgba(10,10,10,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(10,10,10,.0001) 0,rgba(10,10,10,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(10,10,10,.0001)),to(rgba(10,10,10,.5)));
    background-image: linear-gradient(to right,rgba(10,10,10,.0001) 0,rgba(10,10,10,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-indicators li {
	border-color: #666;
	background-color: #666;
}
.carousel-indicators .active {
	background-color: #FFF;
}
.item img {
	margin-left: auto;
	margin-right: auto;
}
.carousel-control {
	padding-top: 220px;
}
.carousel-control .homepage-carousel-control {
	color: #fff;
}
.carousel-control:hover .homepage-carousel-control {
	color: #ccc;
}
.table {
	background-color: rgba(255, 255, 255, .5);
}
.carousel-caption {
	font-family: 'Abril Fatface', cursive;
	font-size: 32px;
	color: #fff;
	top: 0px;
	text-align: left;
}
div.carousel-caption {
	left: 10px;
	right: 10px;
}
.photo2wrapper {
	padding: 0;
	padding-top: 10px;
	border: 10px solid black;
	height: auto;
	width: auto;
	max-width: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	border-radius: 0px;
	margin-bottom: 30px;
	-webkit-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    -moz-box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
    box-shadow: 4px 4px 18px 6px rgba(0,0,0,0.8);
}
.photo2wrapper img {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}
.photo2comments {
	font-size: 0.9em;
	text-align: center;
}
.photo2credits {
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
photo {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.photo2wrapper.photo-left {
	max-width: calc(50% - 20px);
	float: left;
    margin-top: 0px;
	margin-right: 20px;
}
.photo2wrapper.photo-right {
	max-width: calc(50% - 20px);
	float: right;
    margin-top: 0px;
	margin-left: 20px;
}
.photo2wrapper img {
	max-height: 600px;
}
#gallery.row {
	margin-top: 20px;
}
h1, h2, h3 {
	font-family: 'Abril Fatface', cursive;
    color: #333;
}
dt {
	margin-top: 20px;
}
