@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.clear {
	clear: both;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#banner {
	margin-bottom: 80px;
}
#toper {
	height: 50px;
	z-index: 100;
	width: 100%;
	background: url(images/nav-bg.png) repeat-x;
	background-size: contain;
	position: fixed;
	top: 0;
}
#logo {
	width: 15%;
	margin: 5px 30% 0 3%;
	float: left;
	opacity: inherit;
}
#logo img {
	max-height: 80px;
}
#nav {
	width: 52%;
	float: right;
	margin-top: 15px;
}
#nav li {
	margin-right: 6%;
}
#slid {
	margin-top: 40px;
}
.slider {
	position: relative;
	overflow: visible;
	margin: 0 auto;
	height: 500px;
	z-index: 1;
}
.slider img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.slider img.active {
	opacity: 1;
}
#intro {
	margin-top: 100px;
	width: 100%;
	background-color: none;
	font-family: 'rns_cameliaregular';
}
.highlights {
	width: 100%;
	font-size: 22px;
	color:#425A20;
	margin: 150px auto 50px auto;

}
.singer {
	padding-top: 120px;
	width: 100%;
}
.two {
	width: 80%;
	height: 400px;
	float: left;
}
.twopic {
	width: 75%;
	float: left;
}
.threetxt {
	width: 90%;
	float: left;
	min-height: 400px;
	padding-left: 5%;
	font-family: 'rns_cameliaregular';
	margin-left: 3%;
	color: #607E36;
}
.threetxt h2, .threetxt_intro h2 {
	font-size: 35px;
	color: #8DC73F;
	font-weight: bold;
	margin-top: 30px;
}
.threetxt p, .threetxt_intro p {
	font-size: 22px;
	color: #607E36;
}
.threetxt strong{
	color: #8DC73F;
}
#footer {
	border-top: solid 1px #273513;
	font-size: 12px;
	text-align: center;
	color: #4e6890;
	margin: 50px auto 50px auto;
	padding-top: 20px;
}
#float {
	width: 50px;
	height: auto;
	position: fixed;
	right: 0;
	bottom: 50px;
}
.zeroMargin_mobile {
	margin-left: 0;
}
.hide_mobile {
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#banner {
}
#toper {
	height: 90px;
	z-index: 100;
	width: 100%;
	background: url(images/nav-bg.png) repeat-x;
	position: fixed;
	top: 0;
}
#logo {
	width: 15%;
	margin: 0 30% 0 3%;
	float: left;
	opacity: inherit;
}
#nav {
	width: 52%;
	float: right;
	opacity: inherit;
}
#slid {
	margin-top: 0px;
}
.slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	height: 500px;
	z-index: 1;
}
.slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.slider img.active {
	opacity: 1;
}
#float {
	width: 60px;
	height: 320px;
	position: fixed;
	right: 0;
	bottom: 50px;
}
.zeroMargin_tablet {
	margin-left: 0;
}
.hide_tablet {
	display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#banner {
}
#toper {
	height: 90px;
	z-index: 100;
	width: 100%;
	background: url(images/nav-bg.png) repeat-x;
	position: fixed;
	top: 0;
}
#logo {
	width: 15%;
	margin: 0 30% 0 3%;
	float: left;
}
#nav {
	width: 52%;
	float: right;
	opacity: inherit;
}
#slid {
	margin-top: 00px;
}
.slider {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	z-index: 1;
}
.slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.slider img.active {
	opacity: 1;
}
.singer {
	margin-bottom: 80px;
}
.twopic {
	width: 25%;
	float: left;
}
.twopic_intro {
	width: 25%;
	float: left;
}
.threetxt_intro {
	width: 65%;
	float: left;
	min-height: 400px;
	padding-left: 5%;
	font-family: 'rns_cameliaregular';
	margin-left: 3%;
}
.threetxt {
	width: 50%;
	float: left;
	min-height: 400px;
	padding-left: 5%;
	margin-left: 3%;
}
.threetxt h2 {
	font-size: 30px;
	font-weight: bold;
}
.threetxt p {
	font-size: 15px;
}
.threetxt_intro h2 {
	font-size: 35px;
	font-weight: bold;
}
.threetxt_intro p {
	font-size: 22px;
}
.highlights {
	width: 90%;
	text-align: center;
}
#float {
	width: 80px;
	height: 320px;
	position: fixed;
	right: 0;
	bottom: 50px;
}
.zeroMargin_desktop {
	margin-left: 0;
}
.hide_desktop {
	display: none;
}
}
