/* Utilities */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

/* General */

body {
	background: url(../img/main-bg.jpg);
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	line-height: 28px;
	color: #3F3F3F;
	min-width: 1100px;
}

p {
	margin-bottom: 15px;
}

li {
	line-height: 27px;
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 50px;
	line-height: 54px;
	margin-bottom: 25px;
}

/* Nav Bar */

nav ul {
	margin: 0 0 100px 0;
}

nav ul > li {
	display: inline-block;
	text-align: center;
	margin: 0 50px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	color: #C3C3C3;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

nav ul > li a {
	color: #C3C3C3;
}

nav ul > li:hover a {
	color: #E4A152;
	text-decoration: none;
}

/* Header */

header {
	background: #3F3F3F;
	box-shadow: inset 0 -60px 60px -60px rgba(0,0,0,0.6);
	text-align: center;
	padding: 50px 0;
	margin-bottom: 100px;
}

header .main_title {
	margin-bottom: 50px;
}

header .main_title_first, header .main_title_second {
	display: block;
}

header .main_title_first {
	color: #fff;
	font-size: 90px;
	line-height: 100px;
	font-weight: 400;
}

header .main_title_second {
	color: #FDB055;
	font-weight: 300;
	text-shadow: 0 2px 1px rgba(0,0,0,0.3);
}

/* Sections */

section {
	width: 800px;
	margin: 0 auto 100px auto;
}

.centered {
	text-align: center;
}

.strong {
	font-weight: 700;
}

.divider {
	margin-bottom: 100px;
	height: 68px;
	background: url(../img/swoosh.png) no-repeat center center;
	text-align: center;
}

.divider img {
}

/* The Facts */

.maternity_pen_videos {
	overflow: hidden;
	padding-bottom: 40px;
	margin-left: -100px;
	position: relative;
	right: -50px;
}

.maternity_pen_videos h4 {
	text-align: center;
}

.maternity_pen_videos div {
	width: 32%;
	float: left;
}

.maternity_pen_videos img {
	box-shadow: 0 4px 5px -1px rgba(0,0,0,0.3);
}

.war_on_bacon,
.farmers_vets_video {
	margin-right: 2%;
}

#the_facts ol {
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

.fancy {
	line-height: 8px;
	text-align: center;
	margin: 50px 0;
}
.fancy span {
	font-size: 70px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #FDB055;
	display: inline-block;
	position: relative;
	text-shadow: 3px 3px 0 #D48821;
}
.fancy span:before,
.fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid #C8C8C8;
	top: 0;
	width: 500px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}

/* European Experience */

#european_experience {
	width: 960px;
	min-height: 520px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background: #FAFAFA;
	box-shadow: 0 3px 20px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}

.european_experience_inner {
	padding: 40px;
}

#european_experience h2,
#european_experience p {
	width: 50%;
	text-align: left;
}

#european_experience img {
	position: absolute;
	top: 20px;
	right: -30px;
}

#european_experience .bacon-1 {
	z-index: 3;
}

#european_experience .bacon-2 {
	z-index: 2;
	right: 20px;
	top: 40px;
}

#european_experience .bacon-3 {
	z-index: 1;
	top: 70px;
}

/* Credibility Chart */

.credibility_chart .strong {
	font-size: 30px;
	line-height: 35px;
	width: 60%;	
	margin-bottom: 50px;
}

.main_chart {
	float: right;
	position: relative;
	bottom: 100px;
}

.chart_source {
	color: #8C8C8C;
	font-size: 17px;
	font-style: italic;
	clear: both;
	margin-top: 40px;
}

.credibility_chart img {
}

.chart_source {
}

/* Vet Statement */

#vet_statement {
}

.letter_container {
	position: relative;
	height: 980px;
}

#vet_statement h2 {
	text-transform: none;
	margin-bottom: 40px;
}


#vet_statement img {
	position: absolute;
}

.vet-letter-1 {
	z-index: 1;
}

.vet-letter-2 {
	right: 0px;
	top: 100px;
}

.vet_statement_link {
	text-align: center;
}


/* HSUS / PETA Agenda */

#hsus-peta_agenda h2 {
	background: #FDB055;
	margin: 0;
	padding: 20px;
	text-align: center;
}

#hsus-peta_agenda ul {
	background: #FBE7D2;
	margin: 0;
	padding: 40px;
	list-style-type: none;
}

#hsus-peta_agenda li {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #FDB055;
}

#hsus-peta_agenda li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.quote_text {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 27px;
	line-height: 35px;
	font-style: italic;
}

.quote_source {
	width: 300px;
	float: right;
	line-height: 21px;
}

.quote_source:before {
	content: '\2014';
	display: block;
	float: left;
	height: 80px;
	margin-right: 5px;
}

/* Footer */

footer {
	background: #000;
	height: 150px;
}

footer a {

	/* Hide Text */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/hw-logo.png) no-repeat center center;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	transition: opacity 300ms linear;	
}

footer a:hover {
	opacity: 0.7;
}