body {
  padding-top: 50px;
  padding-bottom: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
}
.alignleft {
	float: left;
}
.alignright {
	float:right;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: white;
}
/* makes dropdown-menu hover */
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}
.navbar-default {
background-color: #698770;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #555;
background-color: #95af9b;
}
.navbar-default .navbar-nav>li>a {
color: white;
font-family: "SackersClassicRomanStd-Light", "Georgia", "Times New Roman", serif;
}
.navbar-default .navbar-nav>li>a:hover {
background-color: #95af9b;
color: white;
}
.dropdown-menu{
	background: rgba(255,255,255,0.75);
}
.dropdown-menu>li>a {
font-family: "SackersClassicRomanStd-Light", "Georgia", "Times New Roman", serif;
}

.dropdown-menu>li>a:hover {
background-color: #c69d71;
}

.dropdown-menu>li>a:hover {
background-color: #c69d71;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #c69d71 !important;
}

.social>li>a {
padding: 10px 0px;
}
.social>li>a:hover {
background: none;
}

.jumbotron {
padding: 40px;
}
.jumbotron h1, .jumbotron .h1, .jumbotron p {
	color: white !important;
	text-shadow: 1px 1px 4px black !important;
}
.featurette-heading {
margin-top: 0px;
}

.green {
 background-color: #698770;	
}
a, a:visited, a:active {
	color:#698770;
}
a:hover {
color:#95af9b;
}
footer {
	color: #fff;
}
footer a {
	color: #fff !important;
}
.btn {
border-radius: 0px;
}
.btn-primary {
color: #fff !important;
background-color: #698770;
border-color: #95af9b;
}
.btn-primary:hover {
background-color: #95af9b;
border-color: #698770;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "SackersClassicRomanStd-Light", "Georgia", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}


.blog-thumb-img {
	display: block;
  width: 100%;
}
.blog-thumb{
	  max-height: 250px;
  overflow: hidden;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-feature {
	max-height: 400px;
	overflow: hidden;
}
.subscribe-button-inner {
	margin-top: 12px !important;
}

.added_to_cart.wc-forward {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 6px 12px;
    vertical-align: middle;
}

.added_to_cart.wc-forward:hover {
	background-color: #449d44;
    border-color: #398439;
    color: #fff;
}