﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
		Theme Title: The Farm
		Date: February 2014
		Description: HTML5/CSS3 Responsive Format
		Version: 2.0
		Copyright Â©: 2014 CrossWalk Photography & Design
		Author: Corbyn Klassen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
*:focus {
    outline: 0;
}
html { 
	padding: 0;
    height: 100%;
}
:root{
    --1: #7d2121;
    --1b: rgba(125, 33, 33, .8);
    --2: #3f4041;
    --2b: rgba(0, 0, 0, .85);
    --3: #fff;
    --3b: #d5d5d5;
    --lightgreen: #5c991a;
    --darkgreen: #324F13;
    --headerhover: rgba(213, 213, 213, .2);
}
body {
	color: var(--2);
	font-size: 1em;
	font-family: 'Lato';
    font-weight: 300;
    min-height: 100%;
	display: flex;
	flex-direction: column;
	line-height: 1.8em;
	text-align: left;
	background: var(--3b) no-repeat center center fixed; 
	background-image: url(img/BG2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a {
	text-decoration: none;
	color: var(--1);
}
a:link, a:visited {
	border: none;
    transition: 0.15s;
}
a:hover, a:active {
	color: var(--3b);
}
.body {
	margin: 0 auto;
	width: 100%;
	clear: both;
}
#top {
	Z-index: 20;
}
#top_arrow {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 15;
	width: 65px;
	height: 65px;
	display: none;
}
#top_link {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 16;
	width: 65px;
	height: 65px;
	display: none;
	border-radius: 65px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
}
#top_link:hover {
	box-shadow: inset 0px 0px 100px;
    opacity: 70%;
    color: rgb(255 255 255);
}
#foot_link {
	text-decoration: none;
	color: var(--2);
}
#foot_link:link, #foot_link:visited {
	border: none;
    transition: 0.15s;
}
#foot_link:hover, #foot_link:active {
	color: var(--3b);
}
/* ~~~~~~~~~~~~ Start Main Header ~~~~~~~~~~~~ */
.mainheader {
	background: no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 300px;
	padding-top: 3%;
	font-size: 100%;
	position: relative;
	-webkit-transition: background-image="img/down_arrow.png" 1.25s ease-in-out;
    -moz-transition: background-image 1.25s ease-in-out;
    -o-transition: background-image 1.25s ease-in-out;
    transition: background-image 1.25s ease-in-out;
}
#header_title {
	width: 100%;
	margin: 0 auto ;
	text-align: center;
}
#header_subtitle {
	margin: -2% 6% 1% 1%;
	text-align: center;
}
.mainheader h1 {
	color: var(--1);
	font-size: 4em;
	line-height: 1em;
	font-family: 'Lato';
	font-weight: 700;
	text-shadow: 0px 0px 0px var(--1);
	padding: 50px 0 1% 0;
	margin: 0 0 0 0;
}
.mainheader h3 {
	color: var(--1);
	font-size: 1.5em;
	font-family: 'Lato';
	font-weight: 400;
	text-shadow: 0px 0px 0px var(--1);
	padding: 2% 0;
	margin: 0 0 0 0;
}
.mainheader nav {
	position: absolute;
	bottom: 0;
	height: 50px;
	width: 100%;
	clear: both;
	z-index: 5;
    background: var(--1b);
}
	/* ~~~~~~~~~~~~ Start Mobile Nav Menu ~~~~~~~~~~~~ */
	#menulines {
		display: none;
		margin-left: 40px;
		width: 125px;
		padding-left: 0px;
		z-index: 50;
	}
	#menulines a {
		color: transparent;
		display: block;
		padding: 15px 10px 15px 12px;
		width: 65px;
		height: 20px;
		font-weight: bold;
	}
	#menuicon {
		height: 20px;
		width: auto;
		position: absolute;
		left: 55px;
		top: 15px;
	}
	#downarrow {
		height: 8px;
		width: auto;
		position: absolute;
		left: 85px;
		top: 20px;
	}
	#aboutarrow, #productsarrow, #meatsarrow, #producearrow {
		height: 8px;
		width: auto;
		position: absolute;
		left: 150px;
		top: 23px;
	}
	#menulink {
		display: none;
	}
	#menuabout {
		display: none;
	}
	#menuproducts {
		display: none;
	}
	#menumeats {
		display: none;
	}
	#menuproduce {
		display: none;
	}
	ul.mobilemenu {
		background: var(--3);
	}
	ul.mobilemenu, ul.mobilesub1, ul.mobilesub2 {	
		display: none;
		margin: 0 auto;
		padding: 0;
		list-style: none;
		border-top: 1px solid var(--3);
		border-bottom: 1px solid var(--3);
	}
	ul.mobilemenu li:hover .mobilesub1 {
		display: block;
	}
	ul.mobilemenu .mobilesub1 li:hover .mobilesub2 {
		display: block;
	}
	ul.mobilemenu li, ul.mobilesub1 li, ul.mobilesub2 li {
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding-left: 30px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	ul.mobilemenu > li {
		display: default;
		float: none;
		position: aboslute;
		text-align: left;
		background:  var(--2b);
	}
	ul.mobilemenu a, ul.mobilemenu a:visited {
		color: var(--3);
		display: block;
		padding: 5px 20px;
		width: 85%;
		height: 30px;
		font-weight: bold;
		font-size: 1em;
	}
	/* ~~~~~~~~~~~~ End Mobile Nav Menu ~~~~~~~~~~~~ */
	/* ~~~~~~~~~~~~ Start Main Nav Menu ~~~~~~~~~~~~ */
	ul.mainmenu {
		margin: 0 0 0 50px;
		list-style: none;
		font-size: 14pt;
		padding: 0;
	}
	ul.sub1, ul.sub2 {
		list-style: none;
		font-size: 11pt;
		margin: 0;
		padding: 0;
		background: url(img/nav_sub_bg.jpg) no-repeat center center;
		}
	ul.sub1 li, ul.sub2 li {
		background:  var(--2b);
	}
	ul.mainmenu li {
		display: inline;
		position: relative;
		float: left;
		text-align: center;
	}
	ul.mainmenu a, ul.mainmenu a:visited {
		color: var(--3);
		display: inline-block;
		padding: 12px 10px;
		width: 120px;
		height: 26px;
		font-weight: 700;
		font-size: 1em;
        font-family: 'Lato';
	}
	.mainheader nav ul.mainmenu a:hover, .mainheader nav ul.mainmenu a:active, .mainheader nav ul.mainmenu .active a:link, .mainheader nav ul.mainmenu .active a:visited {
		background: rgba(213, 213, 213, .2) repeat-x bottom center;
        transition: 0.5s;
	}
	ul.mainmenu .sub1 a {
		margin-top: 0px;
		border-top: 1px solid var(--3);
	}
	ul.mainmenu .sub2 a {
		margin-left: 0px;
		border-left: 1px solid var(--3);
	}
	ul.mainmenu li:hover > a {
		background: var(--headerhover);
	}
	ul.mainmenu li:hover a:hover, .mainheader nav ul.mainmenu .active a:hover {
		background: var(--headerhover) repeat-x bottom center;
	}
	ul.mainmenu ul.sub1 {
		display: none;
		position: absolute;
		top: 50px;
		left: 0px;
	}
	ul.mainmenu ul.sub2 {
		display: none;
		position: absolute;
		top: 10px;
		left: 130px;
	}
	ul.mainmenu li:hover .sub1 {
		display: block;
	}
	ul.mainmenu .sub1 li:hover .sub2 {
		display: block;
	}
	.submenuarrow {
		height: 8px;
		width: auto;
		position: absolute;
		left: 108px;
		top: 30px;
	}
	/* ~~~~~~~~~~~~ End Main Nav Menu ~~~~~~~~~~~~ */
	/* ~~~~~~~~~~~~ Start Social Media Links ~~~~~~~~~~~~ */
	#socialbar {
		width: 167px;
		height: 40px;
		float: right;
		position: absolute;
		top: 6px;
		right: 0px;
	}
	#socialbar ul {
		width: 167px;
		float: right;
		list-style: none;
		display: inline;
		padding: 0 20px 0 0;
		margin: 0px 0 0 0;
	}
	#socialbar ul li {
		display: inline;
		float: right;
		position: relative;
		height: 30px;
		width: 25%;
		text-align: center;
		margin: 0 0 0 0;
	}
	#socialbar a {
		display: inline-block;
		width: 50px;
		height: 50px;
        transition: 0s;
	}
	#fb {
		background-image: url(img/fb.png);
	}
	#pinterest {
		background-image: url(img/pinterest.png);
	}
	#email {
		background-image: url(img/email.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
	}
	#signup {
		background-image: url(img/signup.png);
	}
	#fb, #pinterest, #email, #signup {
		background-position: 5px 5px;
	}
	#fb:hover, #pinterest:hover, #email:hover, #signup:hover {
		background-size: 35px 35px;
        background-position: 2.75px 2.75px;
        transition: 0.05s;
	}
	/* ~~~~~~~~~~~~ End Social Media Links ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ End Main Header ~~~~~~~~~~~~ */
/* ^-^-^-^-^-^-^-^-^-^ This is for preloading header bg images ^-^-^-^-^-^-^-^-^-^ */
#blackberries {
	background: transparent url(img/blackberries.jpg) no-repeat;
	display: none;
}
#coals {
	background: transparent url(img/coals.jpg) no-repeat;
	display: none;
}
#csa {
	background: transparent url(img/csa_bundle.jpg) no-repeat;
	display: none;
}
/* ^-^-^-^-^-^-^-^-^-^ This is for preloading header bg images ^-^-^-^-^-^-^-^-^-^ */
/* ~~~~~~~~~~~~ Start Main Content ~~~~~~~~~~~~ */
.mainContent {
	width: 75%;
	margin: 0 auto;
	line-height: 25px;
	clear: both;
    text-align: left;
}
.content {
	width: 77%;
	float: left;
	margin: % 0 0 0;
	background-color: #FFF;
	box-shadow: 0px 0px 8px 0px var(--1b);
	-moz-box-shadow: 0px 0px 15px 0px var(--1b);
	-webkit-box-shadow: 0px 0px 30px 0px var(--);
}
.content-img-left {
	width: 55%;
	height: auto;
	float: left;
	margin: 5px 12px 5px 0;
}
.content-img-left-small {
	width: 40%;
	height: auto;
	float: left;
	margin: 5px 12px 5px 0;
}
.content-img-right {
	width: 55%;
	height: auto;
	float: right;
	margin: 5px 0 5px 12px;
}
.content-img-right-small {
	width: 40%;
	height: auto;
	float: right;
	margin: 5px 0 5px 12px;
}
#sign-up-animation {
	width: 25%;
	height: auto;
	float: right;
	margin: 5px 0 5px 12px;
}
.portrait-left {
	width: 25%;
	height: auto;
	float: left;
	margin: 5px 12px 5px 0;
}
	/* ~~~~~~~~~~~~ Start Articles ~~~~~~~~~~~~ */
	.article {
		margin: 0 5%;
		clear: both;
		position: relative;
        font-size: 130%;
	}
	.article h2 {
		font-family: 'Lato';
		padding: 0 0 0 5%;
		line-height: 1.5em;
        color: var(--1);
	}
	.article h3 {
		font-family: 'Lato';
		padding: 0 0 0px 0;
	}
	.article h4 {
		font-family: "Lato";
		padding: 0 0 0px 0;
	}
	.article div p:first-child {
		text-indent: 0;
	}
	.article div p:first-child:first-letter {
		float: left;
		font-size: 50px;
		color: var(--1);
		line-height: 42px;
		padding-right: 5px;
		padding-top: 2px;
		font-family: 'Lato';
	}
	.article div p {
		text-indent: 0%;
	}
	.authorinfo {
		font-style: italic;
		font-size: 80%;
		color: #888;
		text-indent: 3%;
		margin: 0 160px 0 0;
	}
		/* ~~~~~~~~~~~~ Start Show - Hide Articles ~~~~~~~~~~~~ */
		.content article > label + input {
			display:none;
		}
		.content article > label {
			display:block;
			color: var(--2.50);
			font-size: .9em;
			line-height: 20px;
			width: 145px;
			height: 22px;
			text-align: center;
			position: absolute;
			bottom: 8px;
			right: 0px;
			background: rgba(0, 0, 0, 0.05);
			box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
			-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
		}
		.content article > label:hover {
			color: #9E1111;
			background: rgba(158, 17, 17, 0.1);
			box-shadow: inset 0px 0px 3px 0px rgba(158, 17, 17, 0.8), 0px 0px 3px 0px rgba(158, 17, 17, 0.8);
			-moz-box-shadow: inset 0px 0px 3px 0px rgba(158, 17, 17, 0.8), 0px 0px 3px 0px rgba(158, 17, 17, 0.8);
			-webkit-box-shadow: inset 0px 0px 3px 0px rgba(158, 17, 17, 0.8), 0px 0px 3px 0px rgba(158, 17, 17, 0.8);
		}
		.content article > .hidder {
			overflow:hidden;
			height:350px;
		}
		.content article > label + input:checked + .hidder {
			height:auto;
		}
		/* ~~~~~~~~~~~~ End Show - Hide Articles ~~~~~~~~~~~~ */
	/* ~~~~~~~~~~~~ End Articles ~~~~~~~~~~~~ */
	/* ~~~~~~~~~~~~ Start Image Rotator on Home Page ~~~~~~~~~~~~ */
	/* rotator in-page placement */
	div.rotator {
		position: relative;
		width: 500px;
		height: 375px;
		display: none;
	}
	/* rotator css */
	div.rotator ul {
		margin: 0;
		padding: 0;
	}
	div.rotator ul li {
		float: left;
		position: absolute;
		left: center;
		top: center;
		list-style: none;
	}
	/* rotator image style */	
	div.rotator ul li img {
		width: 96.5%;
		height: auto;
		border: 2px solid #ccc;
		padding: 1px;
		background: #FFF;
	}
	div.rotator ul li.show {
	}
	/* ~~~~~~~~~~~~ End Image Rotator on Home Page ~~~~~~~~~~~~ */
iframe, object, embed {
	max-width: 100%;
}
#fb-share-button {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2%;
	text-align: center;
}
/* ~~~~~~~~~~~~ End Main Content ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Start Sidebars ~~~~~~~~~~~~ */
.signup {
	width: 18%;
	float: right;
	background: #FFF repeat-x center top;
	margin: % 0 0 1%;
	padding: 0 2%;
	box-shadow: 0px 0px 5px 0px var(--2);
	-moz-box-shadow: 0px 0px 5px 0px var(--2);
	-webkit-box-shadow: 0px 0px 5px 0px var(--2);
}
	.signup p {
		font-size: 90%;
	}
.bookmarks, .links, .testimonials {
	width: 18%;
	float: right;
	background: #FFF url(img/aside_hd_bg.png) repeat-x center top;
	margin: 1% 0 0 1%;
	padding: 0 2%;
	box-shadow: 0px 0px 5px 0px var(--1b);
	-moz-box-shadow: 0px 0px 5px 0px var(--1b);
	-webkit-box-shadow: 0px 0px 5px 0px var(--);
}
aside ul {
	list-style: none;
	padding: 0;
}
aside a {
	font-weight: bold;
	font-size: 90%;
}
aside article h3 {
	color: #FFF;
	font-family: 'Lato';
	font-size: 135%;
	line-height: 70%;
	margin-bottom: 1.25em
}
.testimonial_hdr {
	font-size: 85%;
	line-height: 1.1em;
	color: #777;
	margin: 0px;
}
.testimonial {
	font-size: 100%;
	margin-top: .65em;
	text-indent: 7%;
}
aside hr {
	background-color: var(--3);
	border: none;
	border-top: 2px solid var(--1);
	height: 1px;
}
#top_arrow, #top_link {
    display: inline;
    margin: 0px 8px 13px 0px;
    transition: 0.25s;
    opacity: 50%
}
.img_link {
    transition: 0.15s;
    height: 45px;
}
.img_link:hover, .img_link:active {
	opacity: 0.5;
}
	/* ~~~~~~~~~~~~ Start Comments Form ~~~~~~~~~~~~ */
	#contact-comment-form-wrap {
		width: 60%;
		margin-left: 45px;
	}
	.form-holder {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.send-comments-hdr {
		text-align: center;
		color: var(--1b);
		margin-bottom: 12px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.comment-labels {
		color: var(--2b);
		font-weight: bold;
	}
	.comment-inputs {
		width: 95%;
		max-width: 95%;
		padding: 5px;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: var(--3b);
        transition: 0.5s;
		border: 1px lightgray inset;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.comment-dropdown {
		width: 100%;
		max-width: 100%;
		padding: 5px;
		font-size: 15px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: var(--3b);
        transition: 0.5s;
		border: 1px lightgray inset;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.comment-inputs:hover, .comment-dropdown:hover {
		box-shadow: 0px 0px 7px var(--2);
		-webkit-box-shadow: 0px 0px 7px var(--2);
	}
	.comment-inputs:focus, .comment-dropdown:focus {
		background: #f4f4f4;
		box-shadow: 0px 0px 7px var(--2);
		-webkit-box-shadow: 0px 0px 7px var(--2);
	}
	#phone_number { 
		display: none;
	}
	.send-button {
		background: var(--1);
		border: none;
		font-family: 'Lato';
		font-size: 15px;
		font-weight: 700;
		color: var(--3);
        transition: 0.2s;
		width: 50%;
		max-width: 150px;
		height: 32px;
		padding: 5px;
		margin: 5px 0 12px 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 0px 0px 10px 0px var(--2), inset 0px 0px 5px 0px #000;
		-moz-box-shadow: 0px 0px 10px 0px var(--2), inset 0px 0px 5px 0px #000;
		-webkit-box-shadow: 0px 0px 10px 0px var(--2), inset 0px 0px 5px 0px #000;
	}
	.send-button:hover, .send-button:active {
		font-size: 14.5px;
		background: var(--1b);
		box-shadow: 0px 0px 5px 0px var(--2), inset 0px 0px 10px 0px #000;
		-moz-box-shadow: 0px 0px 5px 0px var(--2), inset 0px 0px 10px 0px #000;
		-webkit-box-shadow: 0px 0px 5px 0px var(--2), inset 0px 0px 10px 0px #000;
	}
	.result {
		text-align: center;
		font-weight: bold;
	}
	/* ~~~~~~~~~~~~ End Comments Form ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ End Sidebars ~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~ Start Main Footer ~~~~~~~~~~~~ */
.mainFooter {
	position: relative;
	width: 100%;
	min-height: 100px;
	float: left;
	background:  var(--1b);
	margin: auto 0 0 0;
}
.mainFooter p {
	width: 92%;
	margin: 2% auto;
	color: var(--3);
	text-align: center;
}
.copywrite {
	font-size: 90%;
}
.designer {
	font-size: 80%;
	font-style: italic;
}
#back2top {
	font-family: 'Lato';
	font-size: 1.25em;
	font-weight: bold;
	position: absolute;
	top: 40%;
	right: 5%;
}
/* ~~~~~~~~~~~~ End Main Footer ~~~~~~~~~~~~ */
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.verse {
    text-indent: 0%;
    text-align: center;
    margin: 0 10%;
}
.no_italics {
	 font-style: normal;
}
.uline {
	text-decoration: underline;
}
.p-indent {
	margin-left: 45px;
}
.first-line-indent {
	text-indent: 2%;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.clear-both {
	clear: both;
}
.first-word {
	font-family: 'Lato';
	font-weight: bold;
	font-size: 110%;
}
.bio-verse {
	font-family: 'Lato';
	font-style: italic;
	font-size: 90%;
}
.largertext {
	font-size: 125%;
}
.smalltext {
	font-size: 90%;
}
.disclaimer {
	font-size: 75%;
	color: var(--3b);
}
.click-me {
	cursor: pointer;
}
ul.dash_list {
	list-style: none;
	margin-left: 0px;
	padding-left: 40px;
}
ul.dash_list li:before {
	display: inline-block;
	font-weight: bold;
	content: "-";
	width: 20px;
	margin-left: -20px;
}
/* ~~~~~~~~~~~~ Start Media Queries ~~~~~~~~~~~~ */
@media only screen and (min-width: 150px) and (max-width: 992px) {	
	body {
		font-size:125%
	}
	.mainheader {
		min-height: 250px;
	}
	.signup p {
		font-size: 1em;
	}
	.send-comments-hdr {
		font-size: 1em;
		line-height: 1em;
	}
	.mainContent {
		width: 90%;
	}
	div.rotator {
		width: 400px;
		height: 300px;
	}
	.content-img-left, .content-img-right {
		width: 65%;
	}
	.content-img-left-small, .content-img-right-small {
		width: 50%;
	}
	#contact-comment-form-wrap {
		width: 80%;
	}
}
@media only screen and (min-width: 150px) and (max-width: 885px) {	
	#locations_table {
		font-size: 80%;
	}
}
@media only screen and (min-width: 150px) and (max-width: 768px) {	
	#header_title {
		width: 435px;
	}
	.mainheader {
		min-height: 234px;
	}
	.mainheader h1 {
		font-size: 1.75em;
        padding: 20px 0 1% 0;
	}
	.mainheader h3 {
		font-size: .9em;
        padding: 0px 0 50px 0;
	}
	.mainheader nav {
		padding-left: 0;
	}
	#menulines {
		display: block;
	}
	ul.mainmenu {
		display: none;
	}
	.content {
		width: 100%;
		margin-bottom: 0;
	}
	.content-img-left, .content-img-right {
		width: 100%;
	}
	.content-img-left-small, .content-img-right-small {
		width: 60%;
	}
	.portrait-left {
		width: 35%;
	}
	#sign-up-animation {
		width: 35%;
	}
	#locations_table {
		font-size: 100%;
	}
	.signup, .bookmarks, .links, .testimonials {
		width: 94%;
		margin: 5% 0  0;
	}
	.mainFooter {
		margin-top: 1%;
	}
	#back2top {
		display: none;
	}
}
@media only screen and (min-width: 150px) and (max-width: 625px) {	
	#locations_table {
		font-size: 80%;
	}
}
@media only screen and (min-width: 150px) and (max-width: 480px) {	
	body { 
		background: var(--3b) url(none) repeat; 
	}
	#header_title {
		width: 100%;
	}
	#header_subtitle {
		margin: 2% auto;
		float: center;
	}
	.mainContent {
		width: 100%;
	}
	div.rotator {
		width: 280px;
		height: 210px;
	}
	#sign-up-animation {
		width: 40%;
	}

	#list_wrap {
		columns: auto 2;
		-moz-columns: auto 2;
		-webkit-columns: auto 2;
	}
}