@charset "utf-8";
@import url("../webfonts/Open_Sans/stylesheet.css");
@import url("../webfonts/Open_Sans_Bold/stylesheet.css");
@import url("../webfonts/Open_Sans_Bold/stylesheet.css");




body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/green-apples-background.jpg);
	background-repeat: repeat-y;
	overflow: scroll;
	background-attachment: fixed;
}

html, body {
	margin: 0px;
	padding: 0px;
}


/* test header */
.headerWrapper {
	

	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}


#topHeader {
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(../images/waves.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 75px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
#topHeaderContent {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}




#whiteHeader {
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 100%;
	background-color: #FFFFFF;
}
#whiteContainer {
	width: 100%;
	clear: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}

#logoContent {
	clear: both;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: auto;
	width: 90%;
}

.headerImgContainer {
	clear: both;
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Sunrise-top-header-tablet.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 400px;
}




/*collapse button code*/
.collapse-button {
	width: 40px;
	background-color: #000000;
	border-radius: 4px 4px 4px 4px;
	color: rgba(14,16,15,1);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.075);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid rgba(204,204,204,1);
	display: block;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	margin-top: 20px;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: rgba(14,16,15,1);
	color: rgba(14,16,15,1);
}
.collapse-button .icon-bar {
	background-color: #CCCCCC;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.collapse-button .icon-bar2 {
	background-color: #CCCCCC;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.collapse-button .icon-bar3 {
	background-color: #CCCCCC;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	height: 2px;
	width: 18px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

nav {
	width: 100%;
	height: 65px;
	
	padding-left: 0px;
	background-color: rgba(255,255,255,0);
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(../images/Nav-top-white-line.png);
}

nav li {
	background-image: url(../images/top-white-line.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%; 
}




/* header */

.blackLine {
	position: fixed;
    top: 75px
	width: 100%;
	height: 105px;
	-khtml-box-shadow: 5px 5px 5px rgba(209,208,208,1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: rgba(14,16,15,1);
	width: 100%;
	z-index: 1000;
}
#blackHeaderContainer {
	width: 60%;
	clear: none;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
blackHeader {
	width: 100%;
	height: 75px;
}

.logoWrapper {
	width: 270px;
	clear: left;
	float: left;
	margin-top: 20px;
	padding-left: 20px;
}
/*.blueline{
    top: 15px
	width: 100%;
	-khtml-box-shadow: 5px 5px 5px rgba(209,208,208,1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #bb212f;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
}


/* backgrounds 
.whiteBackground {
	background-color: rgb(255,255,255);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
}
.backgroundColour {
	background-color: #32414c;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
}
.backgroundImg {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 0px;
	text-align: center;
}
.backgroundImg2 {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/white-oaks-map.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	text-align: center;
	
}


/* text blocks */
.textBlock {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 20px;
}
.textBlockMap {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

.textBlockApples {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
	}
	
.whiteTextBlock {
	padding-top: 0px;
	padding-bottom: 20px;
}

.textBlockAboutUs {
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 40px;
	
	margin-bottom: 100px;
}

/*.textContainerApples {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgb(255,255,255,0.8);
	}*/
	
	
	.mainContainerApples {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgb(255,255,255,0.6);
	}
	
.mainContainerApples img {
	text-align: center;
	display: block;
	clear: both;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-left: 20px;
	}
	
		
	
.textContainerApples-1 {
	text-align: center;
	width: 100%;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,1);
}


.textContainerApples-2 {
	text-align: center;
	width: 100%;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,1);
}


.textContainerApples-3 {
	text-align: center;
	width: 100%;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgba(255,255,255,1);
}


.applesTitle {
	font-family: "Biryani Regular", "Arial Black", sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	margin-top: 0px;
	text-align: center;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}	
	
.applesDescription {
	font-family: "arimo regular", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}



.applesTasteBlocks {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 30px;
	clear: none;
	float: none;		
	}
	
.applesGreenBlock {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 1em;
	color: rgb(255,255,255);
	background-color: rgb(39,163,73);
	text-align: center;
	display: inline-block;
	clear: both;
	float: none;
	width: 35%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;
	}
.applesRedBlock {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 1em;
	color: rgb(255,255,255);
	background-color: rgb(187,33,47);
	text-align: center;
	display: inline-block;
	clear: both;
	float: none;
	width: 35%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;	
		
	}
.applesBrownBlock {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 1em;
	color: rgb(255,255,255);
	background-color: rgb(194,150,107);
	text-align: center;
	display: inline-block;
	clear: both;
	float: none;
	width: 35%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;
	}



/* packaging section */
.PackagingContainer {
	
	width: 100%;
	height: 2000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	background-color: rgb(255,255,255,1);
}


.PackagingContainer img{
	width: 275px;
	height: 275px;
}
	
.packagingBlocksContainer {
	clear: none;
	float: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgb(255,255,255,1);
	text-align: center;
	margin-right: auto;
	}
	
	.packagingBrownBlock {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 1.1em;
	color: rgb(255,255,255);
	background-color: rgb(194,150,107);
	text-align: left;
	display: inline-block;
	clear: none;
	float: left;
	width: 43%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 30px;
	font-weight: normal;
	}
	
.packagingBrownBlockRedText {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 1.1em;
	color: rgb(187,33,47);
	background-color: rgb(194,150,107);
	text-align: right;
	display: inline-block;
	clear: none;
	float: left;
	width: 47%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	margin-top: 30px;
	font-weight: normal;
	}
	
	
.packagingImg1 {
	clear: both;
	float: none;
	width: 90%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 0px;
	background-color: rgb(255,255,255,1);
	
}
.packagingImg2 {
	clear: both;
	float: none;
	width: 90%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 0px;
	background-color: rgb(255,255,255,1);
	
	text-align: center;
}

.packagingImg3 {
	clear: both;
	float: none;
	width: 90%;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 0px;
	background-color: rgb(255,255,255,1);
	
	text-align: center;
}


/* blocks of text that are in lists */
.listTextBlock {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	
}

.listTextBlock {
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 0px;
	padding-bottom: 20px;
}
.listTextBlockWImage {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 15px;
	padding-bottom: 30px;
}
.listTextBlockWImage img {
	clear: both;
	float: none;
	border: 5px solid rgb(255,255,255);
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 200px;
	width: auto;
}



/* text in the list */
.listText {
	font-family: "Open Sans", arial, "helvetica neue", helvetica, sans-serif;
	font-size: 1.1em;
	color: rgb(14,16,15);
	line-height: 1.5em;
	text-align: left;
	list-style-image: url(../images/check.png);
	list-style-position: inside;
	margin-top: 0px;
	padding-top: 0px;
}
.listTextCircles {
	font-family: "Open Sans", arial, "helvetica neue", helvetica, sans-serif;
	font-size: 1.1em;
	color: rgb(14,16,15);
	line-height: 1.5em;
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
}
.whiteListTextCircles {
	font-family: "Open Sans", arial, "helvetica neue", helvetica, sans-serif;
	font-size: 1.1em;
	color: rgb(255,255,255);
	line-height: 1.5em;
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: circle;
}



/* Text 
p {
	font-family: "Open Sans", arial, "helvetica neue", helvetica, sans-serif;
	color: #32414c;
}

.backgroundImg2  p {
	color: rgb(255,255,255);
}*/
h1 {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #27a349;
	text-transform: uppercase;
}
h2 {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #BB212F;
	text-transform: uppercase;
}
h3 {
	font-family: "Biryani Bold", "Arial Black", sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
h4 {
	font-family: "Biryani Regular", "Arial Black", sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}


/* photos */
.photo-wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.photo-wrapper img {
	border: 8px solid rgb(255,255,255);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	height: 206px;
	width: 275px;
	-moz-box-shadow: 0px 5px 8px rgba(0,51,0,0.5);
	-webkit-box-shadow: 0px 5px 8px rgb(0,51,0);
	box-shadow: 0px 5px 8px rgba(0,51,0,0.5);
}
.AboutUsPhoto {
	clear: both;
	float: none;
	width: 90%;
	height: 90%;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}



/* contact form */
#frmContainer {
	margin-right: auto;
	margin-left: auto;
	padding-top: -20px;
	padding-bottom: 20px;
	width: 90%;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
}


.mainContainerForm {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: rgb(255,255,255,0.6);
	}

.whiteLineBottom{
	height: 400px;
	width: 100%;
	-khtml-box-shadow: 5px 5px 5px rgba(209,208,208,1);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 0px;
	text-align: center;	
}




/* Design by text */
.designbyText {
	font-family: "arimo regular", Arial, sans-serif;
	font-size: 0.8em;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 50px;
}
.designbyText a:link {
	color: #999999;
	text-decoration: none;
}
.designbyText a:visited {
	color: #999999;
	text-decoration: none;
}
.designbyText a:hover {
	color: #6aad57;
	text-decoration: none;
}
.designbyText a:active, a:focus {
	color: #6aad57;
}