/*Fonts*/
body{
	/*font-family: signoriaregular,Times,Georgia,serif;*/
	/*font-family: 'aller_lightregular', monospace;*/
	font-family: "Old Standard TT",Times,Georgia,serif;
}
h1,h2,h3,h4,h5{
font-family: signoriaregular,Times,Georgia,serif;
text-transform: uppercase;
/*font-weight: 400; */

}
p{
	font-family: "Old Standard TT",Times,Georgia,serif;
	line-height: 1.5;
	/*font-size: 1.2em;*/
	font-weight: normal;
	color: #444444;
}
a{
	outline: 0 !important;
	text-decoration: none !important;
}
.scrollbox{
	height:  450px;
	overflow: scroll;
}
/*heading styles*/
.centered-title{
	text-align: center;
	text-transform: uppercase;
	border-bottom: 2px solid #ce0054;

}
/*change Button appearance*/
.btn-success{
	border: none !important;
	/*border-radius: 0px !important;*/
	background-color: #222222;
}
.btn-success:hover,.btn-success:active,.btn-success:focus, #mc_embed_signup input#mc-embedded-subscribe:hover {
 background-color: #777777 !important;
}

/* allow margin on top for buttons that flow in the same row */
.btn-multi-row{
	margin-top: .5em;
	font-size: .8em;
}
.btn-login{
	font
}
/*End of Button Styling */
.top-header{
	height: auto;
	min-height: 170px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	margin-bottom: 20px;
	 background-color: #bfc3cb;
	/*background-color: #888888;*/
	/*background-color: #e50067;*/
}
.top-header .brand{
	text-align: left;
}
.top-header .brand h3{
	color: #ffffff;
}
.top-header .brand h2{
	color: #888888;
	margin-top: -.2em;
}

/*navigation*/

.navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
.navbar{
	margin-bottom: 0;
}
.navbar-default {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-brand {
	height: auto;
}
.navbar-default .navbar-toggle{
	border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #ffffff;
}
.navbar-default .navbar-nav li a{
	font-family: signoriabold,Arial,Helvetica,sans-serif;
	color: #333333;
	text-transform: uppercase;
	font-size: .8em;
	margin-top: 2.5em;
	padding: 8px 8px;
}
.navbar-default .navbar-nav li a{
	/*This puts in the slashes at the end of the menu items */
	background: url(../images/primary_nav_menu_item_divider_1407527144.png) no-repeat center center;
	margin-right: -100%;

}
.navbar-default .navbar-nav .menuend a{
	/*This removes the slashes at the end of the menu items that don't require the slash. */
	background: none;
	margin-right: 0;
}
.navbar-default .navbar-nav .dropdown-menu li a{
	margin-top: 0;
	margin-right: 0;
}

.menulogo{
	background: url(../images/menu_logo.png) no-repeat center center;
	margin: 0px 10px;
	width: 430px;
	height: 80px;
}
.navbar-default .navbar-nav  li a:hover,
.current a
{
	color: #333333;
	/*border-bottom: 1px solid #ffffff;*/
	/*margin-bottom: 1em;*/
}
/*List Styles for Menu */
.list-unstyled,
.list-unstyled ul {

}
.dropdown-menu{
	top: auto;
	width: 100%;
	background: #777777 !important;
	text-align: center;

}
.dropdown-menu ul li{
	background-color: none;
	width: 100% !important;
	text-align: center !important;
	padding-top: .75em;
	padding-bottom: .75em;
}
.dropdown-menu ul li a:hover, .dropdown-menu ul li:hover{
	color: #333333 !important;
	background-color: #ffffff !important;
	width: 100% !important;
	border-bottom: none !important;
}
/*the class .open is set by Bootstrap when a dropdown toggle is selected*/
.open a{
	background-color: transparent !important;
	background-image: none !important;
	margin-right: 0 !important;
}
.dropdown:hover .dropdown-menu {
	/*Opens Drop Down on Hover */
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
 }
/*Page Header Common
-------------------------------------------------- */
/*Notes: The next three classes center the inner-container inside the page-header;*/
.page-header{
	background-color: rgb(206, 206, 206);
	background-size: cover;
	height: 220px;
	margin-top: 0 !important;/*Overrides bootstrap page-header attributes*/
}

.page-header-inner-container{
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 220px;/*same height as background image*/

}
.page-header-title{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 100%; height: 90px;
	/*background-color: red;*/
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 4em;
	color: #ffffff;
}
/*End - Page Header Common
-------------------------------------------------- */
/*Page Header Specific
-------------------------------------------------- */
.hp-header{
	background-image: url("../images/striponeimage-350080.png");
}

.index .navbar-nav{
	float: right !important;
}
/*End - Page Header Specific
-------------------------------------------------- */
/*Blocks
-------------------------------------------------- */
/*Notes: Block-4-action means using a col-sm-4 with an action button;*/
.block-4-action{
	height: 320px;
	border-right: 1px solid #666666;
}
.block-4-action-icon{
	font-size: 3em;
}
.block-4-action p{
	color: #777777;
}
.block-4-action-heading{
	min-height: 80px;
	
}
.block-4-action-paragraph{
	min-height: 80px;
	/*background-color: red;*/
}

/*End Blocks
-------------------------------------------------- */

/*Page Background Images
-------------------------------------------------- */
/*Notes: Block-4-action means using a col-sm-4 with an action button;*/
.index{
background: url(../images/backgrounds/forest_01.svg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*sets menu area to transparent for the homepage*/
.index .top-header{
	background-color: transparent;
}
/*Side-Bar Styling
--------------------------------------------------*/
.sidebar1{
	/*width: 270px;*/
	background: url(../images/sidebar_bg_1.png)no-repeat center center;
	background-position: top left;
	background-attachment: scroll;
	padding-right: 30px;
}
.sidebar-content{
	margin-top: 105px;
	text-align: center;
}

/*End of side-bar styling
-------------------------------------------------*/
/*Blog Page Styling
--------------------------------------------------*/
.blog_history_link{
	color: #777777;
}
.blog-container h3{
	margin-top: 10px !important;
}

/*End of blog page styling
-------------------------------------------------*/

/*End Page Background Images
-------------------------------------------------- */

/*Image Styling
-------------------------------------------------- */
.column-img img{

}

/*End Image Styling
-------------------------------------------------- */
.trail-file-list {
	list-style: none;
	font-size: 1.1em;
}
.trail-file-list li{
	height: 100px;
}
.trail-file-list li a img{
	float: right;
	width: 70px;
	height: 70px;
	margin-top: -1.5em;
}
.trail-file-list li a:hover{
	text-decoration: none;
	color: red;
}
.trail-photos img{
	min-height: 150px;
	max-height: 150px;
	margin-top: 10px;
}
/*Footer
-------------------------------------------------- */
.footer-container{
	/*background-image: url(../images/seamless-wood-texture-free-76.jpg);
	background-repeat: repeat;*/
	/*min-height: 100px;*/
	/*color: #bbb5b4;*/
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background-color: #ffffff;*/
}
.footer-container h1, .footer-container h2, .footer-container h3, .footer-container h4, .footer-container h5{
	margin: 0 !important;
	font-weight: normal;
}

.btn-success{
	color: #bbb5b4;
}
.footer-address{
	margin-left: 30px;
	margin-bottom: 3px !important;
}
address span{
	font-size: 1.5em;
}
address, address a {
	/*color: #bbb5b4;*/
	color: #ffffff;
}
address{
	margin-bottom: 0px !important;
}
.neonet{
	font-size: .8em;
}
/*End - Footer
-------------------------------------------------- */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height or greater to allow white space at bottom of container */
  margin-bottom: 90px;
}

.footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #4c642a;
  /*background-color: #709ec2;*/
  /* Set the fixed height of the footer here */
  height: 80px;
}
/* End - Sticky footer styles
-------------------------------------------------- */

/*photo gallery*/

.album-container{
	position: relative;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	border:2px solid #000000;
	border-radius: 5px;
}
.album-container img{
	min-height: 200px;
}
.album-container:hover{
	border:2px solid red;
	
}
.album-title{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 900;
}
.album-description {
  background-color: rgba(255,255,255,0.5);
  padding: 10px;
  position: absolute;
  bottom: -250px;
  transition: all 0.5s ease;
}

.album-description h4 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
}
.album-description p{
	font-size: .85em;
}

.album-container:hover .album-description {
  background-color: rgba(255,255,255,0.9);
  bottom: 0px;
  margin-bottom: 0;
}
.album-description a{
	color: red;
}

/*Short-Cuts*/
.center-element{
    margin-left: auto !important;
    margin-right: auto !important;

 }
 .center-text{
 	text-align: center;
 }	
 .no-pad{
 	padding-left: 0;
 	padding-right: 0;
 }	
.underline{
	border-bottom: 1px solid #666666;
}

/*Design Elements
-------------------------------------------------- */
/*HR Styles */

/* Glyph, by Harry Roberts */ 
hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	margin-top: 0 !important;
	margin-bottom: 10px !important;
}
hr.style-two {
	border-bottom-color: #333;
    border-bottom-width: 1px;
    letter-spacing: 3px;
    border-bottom-style: dotted;
    margin-top: 0px !important;
}

hr.style-eight {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #333;
	text-align: center;
} 

hr.style-eight:after {
	content: "☼";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
	background: white;
}
/* Banners */
.full-width-banner{
	width: 100%;
	height: 40px;
	background-image: url("../images/hex.png");/*default is repeat x and y */
	background-color: #555555;


}
/*End of Design Elements
-------------------------------------------------- */

/*Sign up form slider
-------------------------------------------------- */
#slideout {
			position: fixed;
			top: 0px;
			left: 0px;
			width: 35px;
			padding: 12px 0;
			text-align: center;
			background: #ffa64d;
			/*-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration: 0.3s;
			transition-duration: 0.3s;*/
			-webkit-border-radius: 0 5px 5px 0;
			-moz-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
			z-index: 99;
		}
		#slideout_inner {

			position: fixed;
			top: 160px;
			left: 0px;
			background: #ffa64d;
			width: 300px;
			padding: 10px;
			height: 160px;
			/*-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration: 0.3s;
			transition-duration: 0.3s;*/
			text-align: left;
			-webkit-border-radius: 0 0 5px 0;
			-moz-border-radius: 0 0 5px 0;
			border-radius: 0 0 5px 0;
			z-index: 99;
		}
		#slideout_inner textarea {
			width: 190px;
			height: 100px;
			margin-bottom: 6px;
		}
		/*#slideout:hover {
			left: 260px;
		}
		#slideout:hover #slideout_inner {
			left: 0;
		}*/
/*End of slider
*/
/*Font Styling
-------------------------------------------------- */
.author p{
	font-size: .9em;
	font-family: signoriaregular,Times,Georgia,serif;
	margin-bottom: 0px;
	margin-top: 5px;
}
/*End of Font Styling*/

/*Subscribe on homepage */

.subscribe{
margin-top: 60px;

}
.social a{
	font-size:20px;
	padding: 5px; 
	/*color: #bbb5b4;*/
	color: #ffffff;
}

/*Responsive*/
@media only screen and (max-width : 480px) {
.navbar-brand img{
	max-width: 80px;
}	
h1,h2,h3{
	font-size: 1.2em;
}
.page-header{
	height: 220px;/*background image height*/
}
.page-header-inner-container{
  height: 220px;/*same height as background image*/
}

.btn-success{
	font-size: .6em;
}
address, address a {
	font-size: .9em;
}
.subscribe{
margin-top:0px;

}
}


@media (max-width: 768px) { 
	body {
  /* Margin bottom by footer height or greater to allow white space at bottom of container */
  margin-bottom: 250px;
}
.page-header-title{
	font-size: 2em;
}
.footer-container {
  /* Set the fixed height of the footer here */
  height: 200px;
}
.top-header .brand{
	text-align: center;
}
.block-4-action{
	height: 200px;
	border-bottom: solid 1px #666666;
	border-right: none;
	margin-bottom: 20px;
}

.brand img{
	margin-bottom: 15px;
}

}

@media (max-width: 991px) {
.navbar-header {
        float: none;
    }
.navbar-toggle {
        display: block;
    }
.navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
.navbar-collapse.collapse {
        display: none!important;
    }
.navbar-nav {
        float: none!important;
        /*margin: 7.5px -15px;*/
    }
.navbar-nav>li {
        float: none;
    }
.navbar-nav>li>a {
        padding-top: 2px;
        padding-bottom: 2px;
    }
.navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
.navbar-collapse.collapse.in { 
        display: block!important;
    }
.collapsing {
        overflow: hidden!important;
    }
.nav.navbar-nav{
	text-align: center;
	}
.navbar-default .navbar-nav li a{
	background: none ;
	margin-right: 0%;
	margin-top: 0em;
	padding: 4px 4px;

}
.menulogo{
	width: 0;
	height: 0;

}
	/* Photo Gallery*/
.album-description h4 {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0.5em;
}
.facebook{
	position: absolute;
	right: 100px;
	top: 5px;
	width: 30px;
	height: 30px;
}
.block-4-action-heading h2{
	font-size: 1.6em;
}


/* hover and active state of menu on collapsed menu */
.navbar-default .navbar-nav li a:hover,
.current a
{
	color: #ffffff;
	background-color: #666666;
	margin-bottom: 0em;
	border-bottom: none;

}
.sidebar1{
background-image:none;
padding: 5px;

}
.blog-container{
	margin-top: 0px;
}
.sidebar-content{
	margin-top: 0px;
}
}
