@import url(http://fonts.googleapis.com/css?family=Satisfy);

/* General Section */

html, body {
	background-color: #E3F7DB !important;
}

body {
	line-height: 1.25 !important;
}

.clearfix {
	clear: both;
}

.main {
	min-height: 500px;
	}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;	
}

.margin-top-5 {
	margin-top: 5px;	
}

.margin-top-10 {
	margin-top: 10px;	
}

.margin-top-15 {
	margin-top: 15px;	
}

.margin-top-20 {
	margin-top: 20px;	
}

.margin-top-30 {
	margin-top: 30px;	
}

h1 {
	color: #FF3333;
	font-family: 'Satisfy', sans-serif;
	font-weight: 400;	
	}

h2 {
	color: #000000;
	font-family: Arial, Verdana, sans-serif !important;
	}
		
.font-30px {
	font-size: 30px;
	}

.font-24px {
	font-size: 24px;
	}

.font-20px {
	font-size: 20px;
	}
	
.font-16px {
	font-size: 16px;
	}
	
.message {
	color: #FF0000;
}

.header {
	text-align: left;
	}

a.header:link, a.header:visited    { color: #FF3333; text-decoration: none; }
a.header:hover   { color: #405597; text-decoration: none; }

 @media (max-width: 767px) { 
	a.header:hover {
		color: #405597;
		text-decoration: underline;
	}			
 }
 	
.center {
	margin: 0 auto;
	}

.picture-spacing {
	border: 5px solid #FFFFFF;
	margin: 0px 0px 20px 30px;
	}

.picture-spacing-mobile {
	border: 5px solid #FFFFFF;
	margin: 10px 0px 20px 0px;
	}
	
.error {
	color: #FF0000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 600;	
	}
	
@media (min-width: 992px) { .container { max-width: 970px; } }

/* Banner Section */

#banner {
	z-index: 2;	
}

.banner-bg {
	background-image:  url('http://www.andersonorchard.com/images/banner-bg.jpg');
	background-repeat: repeat-x;
	height: 145px;
	margin: 0px;
	padding: 0px;
	}

.tagline {
	margin: 40px 0px 0px 55px;
	text-align: center;
	}

 @media (max-width: 767px) { 
	.tagline {
		margin: 30px 0px 0px 20px;
	}			
 }
	
/* Menu Section */

#menu {
	z-index: 2;	
}

.menu-bg {
	background-image:  url('http://www.andersonorchard.com/images/menu-bg.jpg');
	background-repeat: repeat-x;
	height: 33px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	}
	
.menu-shadow-bg {
	background-image:  url('http://www.andersonorchard.com/images/menu-shadow-bg.jpg');
	background-repeat: repeat-x;
	height: 12px;
	margin: 0px;
	padding: 0px;
	}

.menu-divider { 
	width: 5px; 
	height: 33px;
	background-image:  url('http://www.andersonorchard.com/images/menu-divider.jpg');
	background-repeat: no-repeat;
	float: left; 
	} 

ul.menu {
    z-index: 2;
	}

ul.menu, ul.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
	}

ul.menu li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
	}
	
ul.menu li ul.submenu {
    float: left;
	height: 0px;
    left: -3px;
	overflow: hidden;
    position: absolute;
    top: 33px;
    visibility:hidden;
    z-index: 1000;
    -webkit-transition: all ;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
	}

.items2 {
	height: 132px !important;	
}
	
ul.menu li:hover ul.submenu {
	opacity: 1;
    top:33px;
    visibility: visible;
	}
	
ul.menu li:hover ul.submenu.items3 {
	height: 99px;
	}

ul.menu li:hover ul.submenu.items4 {
	height: 165px;
	}	
	
ul.menu li:hover ul.submenu.items5 {
	height: 99px;
	}	

@media (max-width: 991px) { 

	ul.menu li:hover ul.submenu.items5 {
		height: 165px;
	}			
 }
 	
ul.menu li:hover ul.submenu.items6 {
	height: 198px;
	}

ul.menu li:hover ul.submenu.items7 {
	height: 231px;
	}
		
ul.menu li:hover ul.submenu li {
    float: none;
    width: 100%;
	}

a.menu:link, a.menu:visited { 
	color: #E2F7DA; 
    display: block;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 16px; 
	font-weight: 500;
	height: 26px;
	margin-top: 7px; 
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	}

a.menu:hover   { 
	color: #000000; 
	}

a.sub-menu:link, a.sub-menu:visited {  
	background: #757c6d; 
	border-bottom: #424241 1px solid; 
	border-left: #424241 1px solid; 
	border-right: #424241 1px solid; 
	color: #E2F7DA;
	display: block;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 14px;
	filter: alpha(opacity=90); 
	height: 33px;
	opacity: 0.90;
	padding: 8px 5px 5px 12px;
	text-decoration: none;
	width: 150px;
	z-index: 1; 	
	} 

a.sub-menu:hover   {  
	background: #98a595; 
	color: #000000;
	} 
	
/* Menu - Mobile */

.navbar { 
	border: 0px; 
	margin: 0px; 
	min-height: 0px;
	}

.navbar-header {
	border-bottom: 1px solid #384A3C;
	padding-bottom: 7px;	
}

.navbar-default {
	background-color: transparent;
	background-image: none;	
	}
	
.navbar-default .navbar-nav >.open, .navbar-collapse {
	border: 0px;
	margin: 0px;
	background-color: transparent;
	background-image: none;	
	}

.navbar-toggle {
	background-color: #D6E1C5;
	margin: 5px 15px 0px 0px;
	border: 1px solid #757c6d;
	}

.mobile-bg {
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A7B29C", endColorstr="#757c6d");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#A7B29C), to(#757c6d));
	background-image: -moz-linear-gradient(top, #A7B29C, #757c6d);
	background-image: -ms-linear-gradient(top, #A7B29C, #757c6d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A7B29C), color-stop(100%, #757c6d));
	background-image: -webkit-linear-gradient(top, #A7B29C, #757c6d);
	background-image: -o-linear-gradient(top, #A7B29C, #757c6d);
	background-image: linear-gradient(#A7B29C, #757c6d);
	-moz-box-shadow: 0px 2px 10px 0px #666666;
	-webkit-box-shadow: 0px 2px 10px 0px #666666;
	box-shadow: 0px 2px 10px 0px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#666666');
}

.menu-mobile-bg2 {
	background-color: #ABACA0;
}

.icon-bar {
	background-color: #757c6d;
	}
		
.btn-custom {
  background-color: #333333 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#868f72", endColorstr="#0d2f0b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#868f72), to(#0d2f0b));
  background-image: -moz-linear-gradient(top, #868f72, #0d2f0b);
  background-image: -ms-linear-gradient(top, #868f72, #0d2f0b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #868f72), color-stop(100%, #0d2f0b));
  background-image: -webkit-linear-gradient(top, #868f72, #0d2f0b);
  background-image: -o-linear-gradient(top, #868f72, #0d2f0b);
  background-image: linear-gradient(#868f72, #0d2f0b);
  border-color: #333333;
  color: #FFFFFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.66);
  -webkit-font-smoothing: antialiased;
}

a.mobile:link    { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: bold; margin-top: 5px; }
a.mobile:visited { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: bold; margin-top: 5px; }
a.mobile:hover   { font-family: Arial, Verdana, sans-serif; font-size: 16px; color: #FFFFFF; text-decoration: none; font-weight: bold; margin-top: 5px; }	

/* Social Media Section */

.social-media-mobile {
	height: auto;
	margin: 4px 0px 0px 10px;
	width: auto;
}

#social-media-fixed {
	height: auto;
	position: fixed;
	right: 10px;
	top: 5px;
	width: 50px;
	z-index: 99999;
}

.social-media-item {
	height: 50px;
	width: 50px;	
}

 @media (max-width: 767px) { 

	.social-media-item {
		float: left;
		height: 35px;
		margin-right: 10px;
		width: 35px;
	}			
 }
 
/* Carousel Section */

.carousel {
	border: 5px solid #FFFFFF;	
}

.shadow {
	-moz-box-shadow: 0px 0px 10px 0px #666666;
	-webkit-box-shadow: 0px 0px 10px 0px #666666;
	box-shadow: 0px 0px 5px 1px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
	}

.carousel-caption {
	color: #FFFFFF;
	font-family: 'Satisfy', sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-shadow: 4px 4px 2px rgba (0,0,0,.8)
}

/* Home Page Section */

.home-page-pic {
	border: 5px solid #FFFFFF;
	margin: 10px 0px 5px 10px;
	}

.news {
	
	}

h2.signup-header {
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	margin: 8px 0px 10px 8px;	
	}

.signup-field {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 20px;
	margin: 0px 0px 8px 8px;
	padding: 4px;
	width: 75%	
	}

.signup-button {
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 20px;
	margin: 0px 8px 8px 8px;	
	}
	
.mailing-list-bg {
	background-color: #aeb9a2 !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#688668", endColorstr="#022002");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#688668), to(#022002));
	background-image: -moz-linear-gradient(top, #688668, #022002);
	background-image: -ms-linear-gradient(top, #688668, #022002);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #022002), color-stop(100%, #737a6b));
	background-image: -webkit-linear-gradient(top, #688668, #022002);
	background-image: -o-linear-gradient(top, #688668, #022002);
	background-image: linear-gradient(#688668, #022002);
	border: 3px solid #B5CBB1;
	color: #003333 !important;
	min-height: 60px;
	}

.field-trip-bg {
	background-color: #aeb9a2 !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c38769", endColorstr="#5c2002");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#c38769), to(#5c2002));
	background-image: -moz-linear-gradient(top, #c38769, #5c2002);
	background-image: -ms-linear-gradient(top, #c38769, #5c2002);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c38769), color-stop(100%, #5c2002));
	background-image: -webkit-linear-gradient(top, #c38769, #5c2002);
	background-image: -o-linear-gradient(top, #c38769, #5c2002);
	background-image: linear-gradient(#c38769, #5c2002);
	border: 3px solid #D2BCA5;
	color: #003333 !important;
	min-height: 60px;
	}

.directions-bg {
	background-color: #aeb9a2 !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#876969", endColorstr="#210303");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#876969), to(#210303));
	background-image: -moz-linear-gradient(top, #876969, #210303);
	background-image: -ms-linear-gradient(top, #876969, #210303);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #876969), color-stop(100%, #210303));
	background-image: -webkit-linear-gradient(top, #876969, #210303);
	background-image: -o-linear-gradient(top, #876969, #210303);
	background-image: linear-gradient(#876969, #210303);
	border: 3px solid #A8A692;
	color: #003333 !important;
	min-height: 60px;
	}

/* Footer Section */

.footer-bg {
	background-color: #AEB9A2 !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aeb9a2", endColorstr="#737a6b");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#aeb9a2), to(#737a6b));
	background-image: -moz-linear-gradient(top, #aeb9a2, #737a6b);
	background-image: -ms-linear-gradient(top, #aeb9a2, #737a6b);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aeb9a2), color-stop(100%, #737a6b));
	background-image: -webkit-linear-gradient(top, #aeb9a2, #737a6b);
	background-image: -o-linear-gradient(top, #aeb9a2, #737a6b);
	background-image: linear-gradient(#aeb9a2, #737a6b);
	color: #003333 !important;
	padding-bottom: 10px;
	}	

h2.footer-header {
	color: #000000;
	font-size: 16px;
	text-align: left;
	}

h2.footer-address-header {
	color: #000000;
	font-size: 16px;
	text-align: right;
	}
		
ul.footer {
	color: #2B3729;
	margin-left: -24px;
	}
	
.footer-address {
	color: #2B3729;
	text-align: right;
	}

a.footer:link, a.footer:visited    { font-family: Arial, Verdana, sans-serif; font-size: 12px; text-decoration: none; color: #000000; }
a.footer:hover   { font-family: Arial, Verdana, sans-serif; font-size: 12px; text-decoration: underline; }

/* Sub-Footer Section */

.sub-footer-bg {
	background-color: #737A6B !important;
	color: #000000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px;
	text-align: center;
	}

a.sub-footer:link, a.sub-footer:visited    { font-family: Arial, Verdana, sans-serif; font-size: 10px; text-decoration: none; color: #000000; }
a.sub-footer:hover   { font-family: Arial, Verdana, sans-serif; font-size: 10px; text-decoration: underline; }

	
/* Map Section */

#map-canvas, #apple-barn-tour {
	width: auto;
	height: 500px;
  	border: 1px solid #330000;
	z-index: 1;
}

.orchard-map {
	height: 600px !important;
}

#directions-panel {
	width: auto;
	color: #330000;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
 
 @media (max-width: 767px) { 
	#map-canvas {
		margin-top: 15px;
	}			
 }

/* Tour Section */

.orchard-tour {
	margin-top: 40px !important;
}

/* Form Section */

.form-text {
	color: #330000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	margin-top: 4px;
	text-align: right;
	}
	
.form_header2 {
	color: #333300;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	}

fieldset {
	background-color: #D8E9D4;
	border: 1px solid #96a899;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	clear: left;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 0px;
	width: 100%;
	}

fieldset.comments {
	padding: 0px 10px 10px 10px;
	}
	
legend {
	border-bottom: 0px;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	width: auto !important;
	}

fieldset.submit {
	background-color: transparent;
	border-style: none;
	text-align: center;
	}
 
 .form-text-button {
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-size: 6px;
	text-align: left;
	}

 .inline-horizontal, .inline-horizontal-time {
	 display: inline;
	 padding: 0px;
	 width: auto;
 }
 
  @media (max-width: 480px) { 
	.inline-horizontal {
	 display: block;
	 margin-bottom: 5px;
	}			
 }
 
 @media (min-width: 768px) and (max-width: 991px) { 
	.last-field {
		margin-top: 5px;
		}
 }
 
 .radio-inline {
	padding-top: 9px !important;
	}

input[type=radio], input[type=checkbox] {
	margin: 3px 0 0;
}
		
 @media (max-width: 991px) { 
	.directions-button {
		margin-top: 10px;
	}			
 }

/* recaptcha Section */

#recaptcha_holder {
	height: 57px;
	margin: 0 auto;
	width: 300px;
	}
	
#recaptcha_image {
	text-align: center;
	clear: left;
	background-color: #F5F5F5;
	border: 1px solid #999999;
	margin: 0 auto;
	padding: 0px;
	}

#recaptcha_widget {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	}

.recaptcha_text2 {
	width: 300px;
	color: #333333;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 5px;
	}		

/* Apple Variety Section */

table.apple-table {
	width: 100%;
	}	
	
table.apple-table, table.apple-table th, table.apple-table td {
	border: 1px solid #000000;
    border-collapse: collapse;		
}

table.apple-table td {
	padding: 5px;
}

.table-header	 { background-color:#8B9184; }
.table-subheader { background-color:#BCC4B4; }	
.table-bg		 { background-color:#D6E1C5; }

.table-header-text {
	color: #E2F7DA;
	font-size: 14px;
	}

  @media (max-width: 480px) { 
	table.apple-table {
	 width: 90%;
	}			
 }
 
 /* News Section */
 
.news-header {
	margin-top: 0px !important;	
}

.news-table { 
	border-top: 1px solid #000000;
	display: table; 
	width: 100%;
	} 

.table-row { 
	display: table-row; 
	width: 100%;
	}

.table-row div {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: table-cell;
	padding: 5px;
	}

.news-table-subheader { 
	background-color:#BCC4B4;
	}

.news-table-bg { 
	background-color:#D6E1C5;
	}

.news-bullet-list {
	margin-left: -15px;
	}

 /* Field Trip Section */
 
 .field-trip-pic {
	margin: 10px 0px 10px 0px;
 	border: 5px solid #FFFFFF;
 }
 
  .field-trip-pic-modal {
 	border: 1px solid #000000;
 }
 
  /* Orchard Dash Section */
  
 #orchard-dash {
	width: 189px;
	height: 132px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
	-webkit-overflow-scrolling:touch;
	clear: both;
	}
	
 #orchard-dash-logo {
	width: 124px;
	height: 122px;
	margin-right: 45px;
	margin-top: 10px;
	}	