
#container {
	width:100%;
	height:auto;
	max-width:1024px !important;
	margin:122px auto 0 auto;
	overflow:hidden;
}

#subjects {
	width:100%;
	height:auto;
	overflow:hidden;
	background:url(../images/paper.png) repeat;
	padding:35px 0 25px 0;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
}

#quicklinks {
	width:100%;
	max-width:1024px !important;
	margin:0 auto;
}

.distributor {
	width:100%;
	padding:1% 0;
	background-color:#006940;
}

.distributor p {
	font-family:'Sorts Mill Goudy', serif;
	font-size:36px;
	text-align:center;
	color:#c8b37c;
	cursor:default;
}

.about {
	width:100%;
	padding:2% 0 0 0;
}

.about h1 {
	font-family:'Sorts Mill Goudy', serif;
	font-style:italic;
	color:#006940;
	cursor:default;
	float:left;
	width:100%;
	font-size:28px;
	margin:15px 0 5px 0;
}

.about p {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3b2b1b;
	line-height:24px;
	cursor:default;
}

.about a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

.about a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#more {
	width:100%;
	float:right;
	text-transform:uppercase;
	text-align:right;
	font-size:15px;
	margin:0 0 15px 0;
}

#more a {
	color:#006940;
	text-decoration:none;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

#more a:hover {
	color:#333333;
	-webkit-transition:color 0.25s ease-out;
	-moz-transition:color 0.25s ease-out;
	-ms-transition:color 0.25s ease-out;
	-o-transition:color 0.25s ease-out;
	transition:color 0.25s ease-out;
}

/*Set the menu behaviour for all screens smaller than 1200px */
@media all and (max-width:1200px) {
	
	.about {
		padding:2% 35px 0 35px;
	}
}

/*Set the menu behaviour for all screens smaller than 1024px */
@media all and (max-width:1024px) {
	
	#quicklinks {
		width:100%;
	}
	
	.distributor {
		width:100%;
	}
	
	.distributor p {
		font-size:32px;
	}
}

/*Set the menu behaviour for all screens smaller than 950px */
@media all and (max-width:950px) {
	
	#container {
		margin:0 auto;
	}
	
	.flexslider {
		width:100%;
	}
	
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
	
	.about {
		width:100%;
	}
}

/*Styles for screen 768px and lower*/
@media screen and (max-width:768px) {
		
}

/*Styles for screen 592px and lower*/
@media screen and (max-width:592px) {
	
	.distributor {
		display:none;
	}
	
	.about {
		padding:2% 25px 0 25px;
	}
	
	#more {
		text-align:left;
	}
	
}

/*Styles for screen 480px and lower*/
@media screen and (max-width:480px) {

	.about h1 {
		font-size:22px;
		margin: 0.4em 0 !important;
	}
		
	.about p {
		font-size:13px;
	}
}

/*Styles for screen 380px and lower*/
@media screen and (max-width:380px) {
		
	.flex-control-nav {
		display:none !important;
	}
}