html, body {
	height: 100%;
}

.header-top {
position: relative;
background: #ffffff;
min-height: 70px;
border-bottom: 1px solid #dedede;
 }

 .site-nav {

width: 100%;

}

.site-nav .container {
 padding-top: 10px;
}

.valign-center {
	padding-top: 10px;
}

.site-nav .nav-bar {
	height: auto;
	padding-top: 10px;
	float: right;
	display: inline-block;
	text-align: center;
 }

  .site-nav .nav-bar > li {
    float: left;
    display: inline-block;
    border: none;
    font-style: none;
    padding: 5px 30px;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    font-size: 15px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .site-nav .nav-bar > li a {
      color: #222;
      font-weight: 600;
      float: right;
  }
      .site-nav .nav-bar > li.active > a, .site-nav .nav-bar > li:focus > a, .site-nav .nav-bar > li:hover > a {
        color: #222;
        text-decoration: none;
        color: #444;
         }
      .nav-bar > li.active {
      font-weight: bold;}
      .nav-bar > li a.active {
      font-weight: bold;
      background-color: #111;}

.site-logo {
  display: block;
  float: left;
  margin: 0 auto 3px;
 width: 235px;
  height: 47px;
  /* background: url("/images/logo3_03.png") center bottom no-repeat;
  background-size: contain; */
}

.carousel-control.right
{
	background-image: none !important;
}

.carousel-control.left
{
	background-image: none !important;
}

#main {
  height: 100%;
}

.panel-body {
  font-size: 16px;
}

.mainstreet {

}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat';
}

.promo-1 {
	text-align: center;
    line-height: 2.1;
    margin-top: 70px;
}

.panel-heading {
  padding: 16px 15px !important;
}

.promo-1 h1{
	padding-bottom: 20px;
}

.promo-1 p{
	font-size: 16px;
	font-family: 'open sans';
}

.entrybox {

width: 100%;
height: 40px;
border: 1px solid #B3B3B3;
padding: 3px 10px;
margin: 0px auto 15px auto;
font-family: 'open sans';
font-size: 16px;
}

.textarea-box {
	width: 100%;
	height: 120px;
	border: 1px solid #b3b3b3;
	padding: 5px 10px;
	margin: 0px auto 15px auto;
	font-family: 'open sans';
	font-size: 16px;
}

.entrytitle {
font-family: 'Montserrat';
font-size: 16px;
font-weight: 600;
color: #333;
text-transform: uppercase;
}

.button {
	min-width: 185px;
    text-align: center;
    color: #fff;
    background-color: #333;
    padding: 15px 35px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: 0.3s ease;
}

.button:hover {
	background-color: #111;
	text-decoration: none;
	color: #fff;
}

.button:active, .button:visited, .button:focus {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

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

.banner {
	background-image: url('/images/dog-1.jpg');
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about1 {
text-align: left;
color: #333333;
font-size: 16px;
line-height: 1.8;
margin: 0;
padding-right: 40px;
}

.about1{
	text-align: center;
}

.about1 p {
	text-align: left;
	margin: 0 0px 25px;
	padding: 0px 10px 0px 10px;
}

.seperator{
border-right: 1px solid #d1d3d4;
text-align: left;
}

.about2 h1 {
text-align: center;
}

.about2 {
text-align: center;
color: #333333;
font-size: 16px;
line-height: 1.8;
margin: 0;
padding-right: 40px;
}

.about2 p {
padding-bottom: 40px;
}

.about-background {
width: 100%;
background-color: #f7f3ea;
margin: 20px 0 0px 0;
padding-top: 60px;
padding-bottom: 60px;
}

.fa {
  padding: 20px !important;
  font-size: 40px !important;
  text-align: center !important;
  text-decoration: none !important;
  margin: 5px 2px !important;
  border-radius: 50% !important;
  font:normal normal normal 14px/1 FontAwesome !important;
}

.fa:hover {
    opacity: 0.7 !important;
}

.fa-facebook {
  background: #3B5998 !important;
  color: white !important;
}

.site-footer {
}

.footer-seperator {

height: 2px;
background-color: #e6e7e8;
width: 100%;
margin-bottom: 20px;

}

.footer-menu {
  padding: 0px;
  height: auto;
  list-style: none;
  background: transparent;
  margin: 0px auto 10px auto;
  text-align: center;
  font-family: 'open sans', 'Lucida Grande', 'Lucida Sans Unicode', tahoma, sans-serif;

}
  .footer-menu li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 13px;
    font-size: 14px; }

  .footer-menu a {
    position: relative;
    display: block;
    color: #434346;
    padding: 0px 20px 9px 20px;
    font-size: 12px;
    font-weight: 900;
    width: 100px;
    text-decoration: none;
    text-transform: uppercase; }
