@charset "UTF-8";

 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
	background-image: url(images/greenvalley.jpg);
	background-position: center center;
	background-size:cover;
	margin: 0px;
	padding: 0px;
	background-color: #545529;
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
}
.copy {
	font-size: 14px;
	color: #303234;
	line-height: 22px;
}
.heading, h1 {
	font-size: 18px;
	color: #63944D;
	font-weight: 700;
	margin-top: 0;
}
.foot {
	font-size: 10px;
	color: #F4F7EE;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.panel {
	background-image: url(images/goodmerry_r4_c3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container {
	max-width: 935px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align:center;
}
#logo {
	position: relative;
	width: 275px;
	height: auto;
	margin: 0 auto;
}
.slider {
	margin: 20px;
	border: solid 5px #63944D;
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.slider img {
	max-width: 100%;
	height:auto;
}
.nivoSlider {
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.nivo-controlNav {
    display: none;
}
.content {
	width: 845px;
	max-width: 100%;
	margin: 0 45px;
	background-color:rgba(255,255,255,0.85);
	text-align:left;
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}
.main {
	width: 605px;
	float: right;
	padding: 20px;
}
.sidebar {
	width: 200px;
}
.sidebar ul {
    margin: 0;
    padding: 20px;
}
.sidebar ul li {
    border-left: 3px solid rgba(255,255,255,0.2);
    font-weight: 700;
    list-style: outside none none;
    margin: 10px 0;
    padding-left: 5px;
}
.active {
    border-left: 3px solid #63944D !important;
}
.active a {
    color: #63944D !important;
}
.footer {
	font-size: 11px;
	color: #eeeeee;
	padding:20px;
}
.social {
	margin-left:20px;
}

@media only screen and (max-width: 966px) {
.content {
	width: 100%;
	margin: 0;
}
.main {
    float: none;
    padding: 25px;
    width: auto;
}
.sidebar {
	width: 100%;
}
.sidebar ul {
    margin: 0;
    padding: 0 20px;
}
.social {
    display: block;
    margin-left: 30px;
    margin-top: 20px;
}
}
