/* ==================================================================
  									STYLES
===================================================================== */
html, body, section, .container {
	height: 100%;
}
body {
	background: #1D270A;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

/********** Top nav styles ***********/

.top-nav {
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	z-index: 1000;
	pointer-events: none;	
	-webkit-transform: translateX(-150%);
	-moz-transform: translateX(-150%);
	-o-transform: translateX(-150%);
	-ms-transform: translateX(-150%);
	transform: translateX(-150%);
	-webkit-transition: all 700ms ease-in-out;
	-moz-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}
.top-nav-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.top-nav ul {
	float: left;
}
.top-nav li:first-child {
	display: inline-block;
	font-size: 2.4em;
	color: #FFF;
}
.top-nav li:last-child {
	display: inline-block;
	font-size: 3.2em;
	color: #FFF;
}
#logo {
	padding: .5em 0 0 .5em;
	float: left;
	background-color: #729137;
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
	pointer-events: auto;
	height: 1.7em;
	width: 4.5em;
}
#current-section {
	display: inline-block;
	top: 0;
	height: 1.54em;
	position: relative;
	padding: 0 .7em;
	float: left;
	background-color: #5C7A1A;
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	-webkit-transition: all 90ms ease-in-out;
	-moz-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
	-webkit-transition: -webkit-transform 180ms ease-in-out;
	-moz-transition: -moz-transform 180ms ease-in-out;
	transition: transform 180ms ease-in-out;
	-ms-transform: translateX(-1.54em);
	-webkit-transform: translateX(-1.54em);
	-moz-transform: translateX(-1.54em);
	transform: translateX(-1.54em);
	pointer-events: auto;
}
#current-section:hover, #go-back-button:hover + #current-section {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}
#logo:after {
	position: relative;
	content: '';
	right: -.22em;
	top: 1.94em;
	height: 0;
	width: 0;
	border-top: .39em solid #22300A;
	border-left: .39em solid transparent;
	z-index: -1;
}
#go-back-button {
	display: inline-block;
	top: 0;
	color: rgba(255, 255, 255, 1);
	height: 1.23em;
	width: 1.23em;
	font-size: 4em;
	position: relative;
	padding: .07em;
	float: left;
	background-color: rgba(232, 125, 36, 1);
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	-webkit-transition: all 90ms ease-in-out;
	-moz-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
	box-shadow: -2px -2px 3px rgba(44,62,12,0.7);
	cursor: pointer;
	pointer-events: auto;
}
#go-back-button:hover {
	color: rgba(232, 125, 36, 1);
	background-color: rgba(255, 255, 255, .9);
}
#current-section > span {
	margin-top: .45em	
}
/*********** Side Navigation ***********/

.menu {
	position: relative;
}
.menu a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #FFF;
	pointer-events: none;
}
.menu > li {
	margin: 1.2em;
	pointer-events: none;
}
.menu li span.menu-text {
	opacity: 0;
	padding: 10px 10px 10px 0;
	margin-left: -20px;
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 2em;
	z-index: -1;
	-webkit-transition: all 90ms ease-in-out;
	-moz-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
}
.menu span.dot:hover + span.menu-text {
	opacity: 1;
	margin-left: 0;
}
#side-nav {
	position: fixed;
	left: 2em;
	top: 50%;
	margin-top: -306px;
	z-index: 100;
}
.menu li a > span.dot:before {
	content: '';
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: rgba(255,255,255,0.8);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-top: .1em;
	margin-left: -2em;
	z-index: 1;
	pointer-events: auto;
	-webkit-transition: all 90ms ease-in-out;
	-moz-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
}
.menu li.active a > span.dot:before, .menu li a > span.dot:hover:before {
	width: 1.6em;
	height: 1.6em;
	border: 2px solid rgba(163,198,111,1);
	margin-top: -.3em;
	margin-left: -2.35em;
	background-color: rgba(128,163,62,1);
}
/************ Typography styles ************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}
h1 {
	text-align: left;
	font-size: 9em;
	font-weight: 700;
	line-height: 1em;
}
h1.subheading {
	text-align: left;
	font-size: 3em;
	font-weight: 100;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	/*padding: 2vh;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;/*background: rgba(128,163,62,0.85);*/
}
h2 {
	font-size: 2.8em;
	font-size: 4.1vh;
	font-weight: 800;
}
h2.hover-dark {
	color: rgb(51,51,51);
}
h3 {
	text-align: left;
	font-size: 1.8em;
	font-weight: 300;
	color: rgb(51,51,51);
}
p {
	color: #FFF;
	font-size: 1.15em;
	font-size: 1.7vh;
	line-height: 1.35em;
}
#home div.overlay-box > h1 {
	font-size: 13vh;
	position: relative;
}
#home div.overlay-box > h1.subheading {
	font-size: 4.4vh;
	position: relative;
}
div.overlay-box > h2 {
	line-height: 2.3em;
	line-height: 7.2vh;
}
div.overlay-box > p {
	font-size: 2.2vh;
	line-height: 1.5em;
	line-height: 1.5em;
	margin-top: .8em;
	margin-top: 1.8vh;
}
#home div.overlay-box > p {
	text-align: left;
	color: #FFF;
	font-size: 1.5em;
	font-size: 2.2vh;
	margin-top: 1.7em;
	margin-top: 1.9vh;
	line-height: 1.6em;
	position: relative;
	z-index: 1;
}
#victory-gardens div.overlay-box > h2, #victory-gardens div.overlay-box > p {
	color: #0f3e46;
}
.farmur-intro {
	height: 6%;	
}
#estimate-your-needs .farmur-intro {
text-align: center;
}
.farmur-title {
	margin-bottom: 20px;	
	margin-bottom: 3.4vmin;
	margin-bottom: 3.4vm;
	font-size: 1.8em;
	font-size: 2.6vmin;
	font-size: 2.6vm;
	line-height: 2.8vmin;
	line-height: 2.8vm;
	width: 100%;
	height: 30%;
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.cc-text {
	color: #444;
}
.cc-image {
	background-color: #262626;
	width: 96%;
	height: 16vh;
	margin: 0 auto;
	color: white;
}
.large-number {
	color: #D87760;
	font-size: 3.5em;
	font-size: 5.1vmin;
	font-size: 5.1vm;
	font-weight: 200;
}
.large-number.odometer {
	font-weight: 200;
	position: relative;
	top: -1vmax;
}
.middle-title > p {
	margin: 0 auto;
	width: 80%;
}
.hover-inner-box-text {
	margin-top: 1.2em;
	color: rgb(51,51,51);
}
.logo-char1 {
	letter-spacing: -.08em;
}
.logo-char2 {
	letter-spacing: -.02em;
}
.logo-char3 {
	letter-spacing: .01em;
}
.logo-char4 {
	letter-spacing: -.05em;
}
.logo-char5 {
	letter-spacing: -.03em;
}
.drop-caps {
	float: left;
	font-size: 4.8em;
	padding-top: .32em;
	padding-right: .15em;
	padding-bottom: 0.1em;
	margin-left: -.05em;
	font-weight: 800;
}
/************ Odometer Styles ************/

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  line-height: 1.1em;
  position: relative;
	top: -.05em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/************ Button styles ************/

.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	font-size: 3em;
	font-weight: 100;
	line-height: 1em;
	letter-spacing: -0.05em;
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding: 14px;
	padding: 1.3vh;
	width: 44.1vh;
}
.btn > a, .btn > a:visited {
	color: #FFF;	
	-webkit-transition: all 180ms ease-in-out;
	-moz-transition: all 180ms ease-in-out;
	transition: all 180ms ease-in-out;
}
.btn:hover > a {
	color: #3998a9;
}
#home .btn:hover {
	background-color: #FFF;
}
.blue {
	background: #3998a9;
}
#home .btn {
	margin-top: .75em;
	margin-top: 3.3vh;
	font-size: 4.4vh;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: background-color 90ms ease-in-out;
	-moz-transition: background-color 90ms ease-in-out;
	-ms-transition: background-color 90ms ease-in-out;
	-o-transition: background-color 90ms ease-in-out;
	transition: background-color 90ms ease-in-out;
}
button {
	color: #fff;
	border: 0;
}
#estimate-your-needs button {
	
}
button.md-close {
	border: none;
	padding: 0.6em 1.2em;
	background-color: #80A33E;
	color: #fff;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}
button.md-close:hover {
	background-color: #678432;
}
button.btn-more-info {
	position: absolute;
	right: .7em;
	top: 1.2em;
	border: rgba(255,255,255,0.4) solid .2em;
	background-color: #3898A8;
	text-transform: lowercase;
	margin: 0;
	margin-top: -0.75em;
	font-family: 'Roboto Slab', Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 2em;
	border-radius: 100%;
	height: 2.5em;
	width: 2.5em;
	z-index: 100;
	cursor: pointer;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-ms-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
	-webkit-transition: all 90ms ease-in-out;
	-moz-transition: all 90ms ease-in-out;
	transition: all 90ms ease-in-out;
}
button.btn-more-info:hover {
	border: #3898A8 solid .3em;
	color: #3898A8;
	background-color: #FFF;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*********** Boxes and Overlays ***********/

.overlay-center {
	position: absolute;
	left: 50%;
}
.overlay-center > div {
	position: relative;
	left: -50%;
}
.overlay-box {
	background-color: rgba(255,255,255,0);
	padding: 0;
	margin: 0;
}
#home > div.overlay-box {
	position: absolute;
	top: 12.6%;
	left: 50%;
	width: 47vh;
	margin-left: 3.9vh;
}
#modern-urban-farming > div.overlay-box {
	position: absolute;
	top: 23.2%;
	right: 50%;
	width: 36vh;
	margin-right: 6.8vh;
}
#history-of-urban-farming > div.overlay-box {
	position: absolute;
	top: 7.5%;
	left: 50%;
	width: 39vh;
	margin-left: 20.7vh;
}
#world-wars > div.overlay-box {
	position: absolute;
	top: 46.5%;
	right: 50%;
	width: 39vh;
	margin-right: 3.7vh;
}
#victory-gardens > div.overlay-box {
	position: absolute;
	top: 12.2%;
	left: 50%;
	width: 39vh;
	margin-left: 4.7vh;
}
#us-highway-system > div.overlay-box {
	position: absolute;
	top: 5.5%;
	left: 50%;
	width: 39vh;
	margin-left: 9.1vh;
}
#suburb-growth > div.overlay-box {
	position: absolute;
	top: 57.6%;
	left: 50%;
	width: 39vh;
	margin-left: 9vh;
}
#corporate-pollution > div.overlay-box {
	position: absolute;
	top: 10.7%;
	left: 50%;
	width: 39vh;
	margin-left: -1vh;
}
#yearly-livestock-waste > div.overlay-box {
	position: absolute;
	top: 4.7%;
	left: 50%;
	width: 39vh;
	margin-left: 7vh;
}
.hover-box {
	display: block;
	float: left;
	width: 50%;
	height: 50%;
	border-top: 5px solid rgba(0,0,0,.8);
	border-bottom: 5px solid rgba(0,0,0,.8);
}
#bf-healthy-food.hover-box,
#bf-employment.hover-box,
#tf-backyard.hover-box,
#tf-balcony.hover-box {
	border-left: 5px solid rgba(0,0,0,.8);
	border-right: 2.5px solid rgba(0,0,0,.8);
}
#bf-community.hover-box,
#bf-ecological.hover-box,
#tf-window-box.hover-box,
#tf-city-block.hover-box  {
	border-left: 2.5px solid rgba(0,0,0,.8);
	border-right: 5px solid rgba(0,0,0,.8);
}
.middle-title {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	height: 10%;
	background-color: #743c27;
	border-top: 3px solid #5d1300;
	border-bottom: 3px solid #5d1300;
}
.middle-title > p {
	height: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 1vmax 0;
}
.hover-inner-box {
	position: absolute;
	height: 24.5em;
	width: 30em;
	background-color: #FFF;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	
	-webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.hover-inner-box-arrow {
	position: absolute;
	width: 4em;
	height: 4em;
	padding: 0.5em;
}
.hover-inner-box-arrow > div {
	font-size: 3em;
	color: rgb(255, 255, 255);
}
.hover-text-container {
	height: 100%;
	width: 100%;
	padding: 4.2em;
}
.hover-text-container.hover-bottom {
	margin-top: -1em;
}
.absolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}



/*********** Section styles ***********/

section {
	position: relative;
}
.backface-visibility {	
	-webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;	
}
#home {
	position: relative;
	background-image: url(../img/01_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#modern-urban-farming {
	position: relative;
	background-image: url(../img/02_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#history-of-urban-farming {	
	position: relative;
	background-image: url(../img/03_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#timeline-1, #timeline-2, #timeline-3, #timeline-4, #timeline-5, #timeline-6  {	
	position: relative;
	background-image: url(../img/04_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#world-wars {
	position: relative;
	background-image: url(../img/05_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#victory-gardens {
	position: relative;
	background-image: url(../img/06_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#us-highway-system {
	position: relative;
	background-image: url(../img/07_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;	
}
#suburb-growth {
	position: relative;
	background-image: url(../img/08_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;	
}
#rural-population-goes-urban {
	position: relative;
	background-image: url(../img/09_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;	
}
#corporate-pollution {
	position: relative;
	background-image: url(../img/10_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;	
}
#yearly-livestock-waste {
	position: relative;
	background-image: url(../img/11_bg.jpg);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;	
}
#average-family-savings {
	background-image: url(../img/concrete_wall_3.png);
	background-repeat: repeat;
	box-shadow: inset 5px 5px 350px #001f28;
}
.swiper-parent {
}
.container {
	top: 70px;
	position: relative;
	margin: 0 auto;
	width: 86%;
	height: 85%;
}
.container-inner {
	margin: 0 auto;
	width: 98%;
}


/*** Timeline ***/

.tm-dot {
	background-color: rgb(255,255,255);
	border: 6px solid rgb(51,51,51);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	z-index: 100;
}
#timeline-1 .tm-dot, #timeline-2 .tm-dot, #timeline-3 .tm-dot, #timeline-4 .tm-dot, #timeline-5 .tm-dot, #timeline-6 .tm-dot {
	background-color: rgb(255,255,255);
	border: 3px solid #80a33e;
}	
.tm-next-end {
	left: 79.3%;
}
.tm-line {
	width: 100%;
	background-color: rgb(51,51,51);
	height: 5px;
}
#timeline-1 .tm-line, #timeline-2 .tm-line, #timeline-3 .tm-line, #timeline-4 .tm-line, #timeline-5 .tm-line, #timeline-6 .tm-line {
	background-color: #80a33e;
}
#timeline-1 .tm-line-over {
	position: relative;
	top: 160px;
	left: -20%;
	width: 140%;
	z-index: 0;
}
#timeline-2 .tm-line-over, #timeline-3 .tm-line-over, #timeline-4 .tm-line-over, #timeline-5 .tm-line-over, #timeline-6 .tm-line-over {
	position: relative;
	top: 160px;
	left: -20%;
	width: 140%;
	z-index: 0;
}
#timeline-1 .tm-prev {
	position: absolute;
	top: 154px;
}
#timeline-2 .tm-prev,
#timeline-3 .tm-prev,
#timeline-4 .tm-prev,
#timeline-5 .tm-prev,
#timeline-6 .tm-prev {
	position: relative;
	left: -.7em;
	margin-bottom: -.57em;
}
#timeline-1 .tm-next,
#timeline-2 .tm-next,
#timeline-3 .tm-next,
#timeline-4 .tm-next,
#timeline-5 .tm-next {
	position: absolute;
	right: -.7em;
	padding-left: .04em;
}
#timeline-2 .tm-prev,
#timeline-3 .tm-prev,
#timeline-4 .tm-prev,
#timeline-5 .tm-prev,
#timeline-6 .tm-prev,
#timeline-1 .tm-next,
#timeline-2 .tm-next,
#timeline-3 .tm-next,
#timeline-4 .tm-next,
#timeline-5 .tm-next {
	top: 123px;
	font-size: 4em;
	color: #FFF;
	width: 1.4em;
	height: 1.4em;
	position: absolute;
	border: rgba(255,255,255,0.6) solid .1em;
	background-color: rgba(232, 125, 36, 0.9);
	border-radius: 100%;
	padding: .1em .1em .1em .15em;
	cursor: pointer;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-ms-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
	-webkit-transition: all 80ms ease-out;
	-moz-transition: all 80ms ease-out;
	transition: all 80ms ease-out;
}
#timeline-2 .tm-prev,
#timeline-3 .tm-prev,
#timeline-4 .tm-prev,
#timeline-5 .tm-prev,
#timeline-6 .tm-prev {
	padding: .1em .1em .1em .1em;
}

#timeline-1 .tm-next:hover,
#timeline-2 .tm-next:hover,
#timeline-3 .tm-next:hover,
#timeline-4 .tm-next:hover,
#timeline-5 .tm-next:hover,
#timeline-2 .tm-prev:hover,
#timeline-3 .tm-prev:hover,
#timeline-4 .tm-prev:hover,
#timeline-5 .tm-prev:hover,
#timeline-6 .tm-prev:hover {
	color: rgba(232, 125, 36, 1);
	border: rgba(232, 125, 36, 1) solid .15em;
	padding: .05em .1em .1em .1em;
	background-color: #FFF;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#timeline-2 .tm-prev:hover,
#timeline-3 .tm-prev:hover,
#timeline-4 .tm-prev:hover,
#timeline-5 .tm-prev:hover,
#timeline-6 .tm-prev:hover {
	padding: .05em .1em .1em 0em;
}


#timeline-6 .tm-next {
	position: absolute;
	top: 154px;
	right: -.5em;
}

.tm-line-over.tm-line-over-end {
	width: 100%;
}
.tm-line-over-start {
	left: 0;
}
.tm-decade {
	background-color: rgb(221,221,221);
	width: 22%;
	float: left;
	margin: 0 1%;
}
.tm-decade .tm-dot {
	position: relative;
	top: 0px;
	left: 50%;
	background-color: rgb(51,51,51);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tm-decade-first {
	margin-left: 3%
}
.tm-decade-last {
	margin-right: 3%
}
.tm-decade-date {
	display: block;
	font-size: 2.2em;
	text-align: center;
	margin: 10px 4%;
}
.tm-image {
	width: 96%;
	height: 100px;
	margin: 10px 2%;
	background-color: rgb(51,51,51);
	clear: left;
}
.tm-yr {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(204,204,204);
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
	border-radius: 1%;
	width: 96%;
	margin: 10px 2%;
	clear: left;
}
.tm-yr-date {
	display: block;
	font-size: 1.5em;
	padding: 4% 4% 2% 4%;
}
.tm-yr-desc {
	display: block;
	padding: 2% 4% 4% 4%;
}


/*** Rural Population Goes Urban ***/

#rural-population-goes-urban > .container {
	top: 9%;
}
#rural-population-goes-urban > div.container p.farmur-intro {
	margin: 0 40px 40px;
	height: auto;
	text-align: center;
	max-width: 850px;
}
.ru-box {
	background-color: #FFF;	
	margin: 0 auto 20px;
	float: left;
}
#ru-year-box {
	position: relative;
	width: 96%;
	height: 2.4em;
	float: none;	
}
.ru-dot-start {
	position: absolute;
	left: -9px;
	top: -10px;
}
.ru-dot-end {
	position: absolute;
	right: -9px;
	top: -10px;
}
.ru-line {
	position: absolute;
	top: -4px;
}
.ru-year {
	width: 8.33%;
	float: left;
	text-align: center;
	font-size: 1.8em;
	margin-top: 8px;
}
#ru-box-rural, #ru-box-urban {
	width: 49%;
	float: left;
}
#ru-box-rural {
	margin-right: 1%;
}
#ru-box-urban {
	margin-left: 1%;
}
.ru-sm-box-image {
	position: relative;
	background-color: rgb(51,51,51);
	margin: 2%;
	height: 120px;
}
.ru-sm-box-inner {
	height: 1.5em;
	margin: 2%;
}
.ru-lg-box-image {
	float: left;
	background-color: rgb(51,51,51);
	margin: 1% 0 1% 1%;
	height: 120px;
	width: 79%;
}
.ru-lg-box-inner {
	width: 20%;
	float: left;
	margin: 1% 0;
}
.ru-sm-box-title{
	float: left;
	width: 80%;
}
.ru-lg-box-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin: 1.6vw 0;
	text-align: center;
	line-height: 1em;
}
.ru-lg-box-title > h3 {
	text-align: center;
}
.ru-sm-box-inner > .large-number{
	float: left;
	width: 20%;
	text-align: right;
}
.ru-lg-box-inner > .large-number {
	float: left;
	width: 100%;
	text-align: center;
}
#ru-box-acres, #ru-box-labor-force {
	width: 100%;
}


/*** Corporate Consolidation ***/

#cc-crop-seeds-and-biotechnology {
	margin-left: 0;
}
#cc-animal-genetics {
	margin-right: 0;
}
#corporate-consolidation > div.container p.farmur-intro {
	margin-bottom: 0;
}
#corporate-consolidation .farmur-title {
	min-height: 54px;
}
#corporate-consolidation > div.container div {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
#corporate-consolidation > div.container div .cc-box-top {
	background-color: rgb(221,221,221);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
#corporate-consolidation > div.container div .cc-box-bottom {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 90%;
}
.cc-box-container {
	width: 18%;
	float: left;
	margin: 0 1.25%;
}


/*** Benefits of Urban Farming  &  Types of Urban Farms     ***/

#bf-healthy-food {	
	position: relative;
	background-image: url(../img/textured_stripes.png);
	background-repeat: repeat;	
	overflow: hidden;	
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#tf-backyard {	
	position: relative;
	background: url(../img/tf-backyard.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-backyard.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-backyard.jpg', sizingMethod='scale')";
	overflow: hidden;	
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#bf-healthy-food > .hover-inner-image {	
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../img/bf-healthy-food.png);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;		
}
#bf-healthy-food > .hover-inner-box,
#tf-backyard > .hover-inner-box {
	bottom: 0;
	right: 0;
	 -webkit-transform: translate(26em, 20.5em);  
     -moz-transform: translate(26em, 20.5em);
      -ms-transform: translate(26em, 20.5em);
       -o-transform: translate(26em, 20.5em); 
          transform: translate(26em, 20.5em);
	-webkit-backface-visibility: hidden;
}
#bf-healthy-food:hover > .hover-inner-box,
#tf-backyard:hover > .hover-inner-box {
	bottom: 0;
	right: 0;
	 -webkit-transform: translate(0%, 0%);  
     -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%); 
          transform: translate(0%, 0%);
	-webkit-backface-visibility: hidden;
}
#bf-healthy-food > .hover-inner-box div.icon-up-left,
#tf-backyard > .hover-inner-box div.icon-up-left {
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
	
	-webkit-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#bf-healthy-food:hover > .hover-inner-box div.icon-up-left,
#tf-backyard:hover > .hover-inner-box div.icon-up-left {
	-webkit-transform: rotate(180deg);  
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg); 
          transform: rotate(180deg);
}
#bf-healthy-food > .hover-inner-box > .hover-inner-box-arrow,
#tf-backyard > .hover-inner-box > .hover-inner-box-arrow {
	background-color: #d3654b;
	top: 0;
	left: 0;
}
#bf-healthy-food > .hover-inner-box > p.hover-inner-box-text,
#tf-backyard > .hover-inner-box > p.hover-inner-box-text {
	margin: 2.9em 3.3em;
	color: #333;
}
#bf-community {	
	position: relative;
	background-image: url(../img/wavegrid.png);
	background-repeat: repeat;
	overflow: hidden;		
	-webkit-backface-visibility: hidden;
}
#tf-window-box {
	position: relative;
	background: url(../img/tf-window-box.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-window-box.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-window-box.jpg', sizingMethod='scale')";
	overflow: hidden;		
	-webkit-backface-visibility: hidden;
}
#bf-community > .hover-inner-image {	
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../img/bf-community.png);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;				
}
#bf-community > .hover-inner-box,
#tf-window-box > .hover-inner-box {
	bottom: 0;
	left: 0;
	 -webkit-transform: translate(-26em, 20.5em);  
     -moz-transform: translate(-26em, 20.5em);
      -ms-transform: translate(-26em, 20.5em);
       -o-transform: translate(-26em, 20.5em); 
          transform: translate(-26em, 20.5em);
	-webkit-backface-visibility: hidden;
}
#bf-community:hover > .hover-inner-box,
#tf-window-box:hover > .hover-inner-box {
	bottom: 0;
	left: 0;
	 -webkit-transform: translate(0%, 0%);  
     -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%); 
          transform: translate(0%, 0%);
	-webkit-backface-visibility: hidden;
}
#bf-community > .hover-inner-box div.icon-up-right,
#tf-window-box > .hover-inner-box div.icon-up-right {
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
	
	-webkit-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#bf-community:hover > .hover-inner-box div.icon-up-right,
#tf-window-box:hover > .hover-inner-box div.icon-up-right {
	-webkit-transform: rotate(180deg);  
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg); 
          transform: rotate(180deg);
}
#bf-community > .hover-inner-box > .hover-inner-box-arrow,
#tf-window-box > .hover-inner-box > .hover-inner-box-arrow {
	background-color: #e87d24;
	top: 0;
	right: 0;
}
#bf-community > .hover-inner-box > p.hover-inner-box-text,
#tf-window-box > .hover-inner-box > p.hover-inner-box-text {
	margin-left: 5em;
	color: #333;
}
#bf-employment {	
	position: relative;
	background-image: url(../img/light_wool.png);
	background-repeat: repeat;	
	overflow: hidden;	
	-webkit-backface-visibility: hidden;
}
#tf-balcony {
	position: relative;
	background: url(../img/tf-balcony.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-balcony.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-balcony.jpg', sizingMethod='scale')";
	overflow: hidden;		
	-webkit-backface-visibility: hidden;
}
#bf-employment > .hover-inner-image {	
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../img/bf-employment.png);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;			
}
#bf-employment > .hover-inner-box,
#tf-balcony > .hover-inner-box {
	top: 0;
	right: 0;
	 -webkit-transform: translate(26em, -20.5em);  
     -moz-transform: translate(26em, -20.5em);
      -ms-transform: translate(26em, -20.5em);
       -o-transform: translate(26em, -20.5em); 
          transform: translate(26em, -20.5em);
	-webkit-backface-visibility: hidden;
}
#bf-employment:hover > .hover-inner-box,
#tf-balcony:hover > .hover-inner-box {
	top: 0;
	right: 0;
	 -webkit-transform: translate(0%, 0%);  
     -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%); 
          transform: translate(0%, 0%);
	-webkit-backface-visibility: hidden;
}
#bf-employment > .hover-inner-box div.icon-down-left,
#tf-balcony > .hover-inner-box div.icon-down-left {
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
	
	-webkit-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#bf-employment:hover > .hover-inner-box div.icon-down-left,
#tf-balcony:hover > .hover-inner-box div.icon-down-left {
	-webkit-transform: rotate(180deg);  
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg); 
          transform: rotate(180deg);
}
#bf-employment > .hover-inner-box > .hover-inner-box-arrow,
#tf-balcony > .hover-inner-box > .hover-inner-box-arrow {
	background-color: #3898a8;
	bottom: 0;
	left: 0;
}
#bf-employment > .hover-inner-box > p.hover-inner-box-text,
#tf-balcony > .hover-inner-box > p.hover-inner-box-text {
	margin-left: 5em;
	color: #333;
}
#bf-ecological {	
	position: relative;
	background-image: url(../img/white_texture.png);
	background-repeat: repeat;
	overflow: hidden;	
	-webkit-backface-visibility: hidden;	
}
#tf-city-block {
	position: relative;
	background: url(../img/tf-city-block.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-city-block.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/tf-city-block.jpg', sizingMethod='scale')";
	overflow: hidden;		
	-webkit-backface-visibility: hidden;
}
#bf-ecological > .hover-inner-image {	
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(../img/bf-ecological.png);
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 100%;			
}
#bf-ecological > .hover-inner-box,
#tf-city-block > .hover-inner-box {
	top: 0;
	left: 0;
	 -webkit-transform: translate(-26em, -20.5em);  
     -moz-transform: translate(-26em, -20.5em);
      -ms-transform: translate(-26em, -20.5em);
       -o-transform: translate(-26em, -20.5em); 
          transform: translate(-26em, -20.5em);
	-webkit-backface-visibility: hidden;
	
}
#bf-ecological:hover > .hover-inner-box,
#tf-city-block:hover > .hover-inner-box {
	top: 0;
	left: 0;
	 -webkit-transform: translate(0%, 0%);  
     -moz-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%); 
          transform: translate(0%, 0%);
	-webkit-backface-visibility: hidden;
}
#bf-ecological > .hover-inner-box div.icon-down-right,
#tf-city-block > .hover-inner-box div.icon-down-right {
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
	
	-webkit-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
   -moz-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
     -o-transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
        transition: all 450ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#bf-ecological:hover > .hover-inner-box div.icon-down-right,
#tf-city-block:hover > .hover-inner-box div.icon-down-right {
	-webkit-transform: rotate(180deg);  
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg); 
          transform: rotate(180deg);
}
#bf-ecological > .hover-inner-box > .hover-inner-box-arrow,
#tf-city-block > .hover-inner-box > .hover-inner-box-arrow {
	background-color: #81a43f;
	bottom: 0;
	right: 0;
}
#bf-ecological > .hover-inner-box > p.hover-inner-box-text
#tf-city-block > .hover-inner-box > p.hover-inner-box-text {
	margin-left: 5em;
	color: #333;
}


/*** Benefits of Urban Farming  &  Types of Urban Farms     ***/
#as-container {
	position: absolute;
	width: 70%;
	height: 70%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
}
#as-family-image {
	float: left;
	position: relative;
	height: 100%;
	width: 50%;
	background-image: url(../img/as-family.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 20%;
}
#as-family-text-box {
	position: relative;
	height: 100%;
	width: 50%;
	float: left;
	padding-left: 10%;
}
#as-family-text-box > h2 {
	line-height: 1em;	
	margin-bottom: .8em;
}
#as-family-text-box > p {
	font-size: 2.2vh;
	line-height: 1.5em;
	line-height: 1.5em;
	margin-top: .8em;
	margin-top: 1.8vh;
}
#as-family-text-box .large-number {
	margin-top: .5em;
	color: #D87760;
	font-size: 4.5em;
	font-size: 7.1vmin;
	font-size: 5.1vm;
}
#as-family-text-box .thick-text {
	font-weight: 800;
}
#as-family-text-box > p.thick-text {
	margin-top: 1.8em;
	margin-top: 4vh;
}


/*** Estimate Your Needs ***/

.em-left-container {
	width: 73%;
	float: left;	
	margin-right: 2%;
	height: 96%;
}
.em-right-container {
	width: 25%;
	float: left;
	height: 96%;
}
.em-top-box-row {
	height: 60%;
	padding-bottom: 2%;
}
.em-left-people {
	background-color: rgb(221,221,221);
	padding: 1%;
	height: 100%;
	overflow: hidden;
}
.em-left-vegetables {
	background-color: rgb(221,221,221);	height: 40%;
}
.em-row {
	width: 100%;
	height: 100%;
	padding: 1%;

}
.em-person {
	position: relative;
	width: 100%;
	float: left;
	height: 100%;
	background-color: #FFF;
	overflow: hidden;
}
.em-veg {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.em-row-dropdown {
	height: 10%;
}
.em-row-number {
	height: 20%;	
	padding-top: 6%;
	text-align: right;
}
.em-box-number {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	padding: 6%;
	padding: 2vmin;
	padding: 2vm;
}
.em-icon {
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #EB6916;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #FFF;
	padding-top: 6px;
	font-size: 1.6em;
	font-weight: 200;	
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.em-icon-add {
	right: 50%;
	top: 60%;
	margin-top: -40px;
	margin-right: -40px;
	width: 80px;
	height: 80px;
	padding-top: 0;
	font-size: 3.6em;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.em-edit {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -25px;
	background-color: #158799;
	color: #FFF;
	width: 50px;
	height: 30px;
	text-align: center;
	padding-top: 6px;
	opacity: 1;
}
.em-add-veg {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}
.em-add-person:hover, .em-add-veg:hover {
	opacity: 1;	
}
.em-add-person .em-edit {
	bottom: -30px;
	opacity: 0;
}
.em-person-illustration, .em-veg-illustration {
	width: 100%;
	height: 100%;
	background-color: #262626;
	text-align: center;
	color: #FFF;
}
.em-person-illustration > span, .em-veg-illustration > span {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	font-size: 1.2em;
	font-weight: 300;
}
.em-title {	
	text-transform: capitalize;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding: 6px;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
.em-add-veg .em-title {
	bottom: -30px;
	opacity: 0;
}
.em-dropdown {
	height: 100%;
}
.em-dropdown,
.em-select {
	position: relative;
	width: 100%;
	margin: 0;
	height: 100%;
	display: block;
}

.em-dropdown > span {
	width: 100%;
	height: 100%;
	line-height: 65px;
	color: #FFF;
	font-weight: 300;
	font-size: 1.5em;
	background: #EB6916;
	display: block;
	padding: 0 5%;
	position: relative;
	cursor: pointer;
}

.em-dropdown > span:after {
	content: '\25BC';
	position: absolute;
	right: 0px;
	top: 15%;
	width: 50px;
	text-align: center;
	font-size: 1.2em;
	padding: 10px;
	height: 40%;
	line-height: 24px;
}

.em-dropdown.em-active > span:after {
	content: '\25B2';
}

.em-dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

.em-dropdown ul li {
	display: block;
}

.em-dropdown ul li span {
	width: 100%;
	background: #D5D5D5;
	line-height: 60px;
	padding: 0 5%;
	display: block;
	color: #262626;
	cursor: pointer;
	font-weight: 800;
}

.em-dropdown > span,
.em-dropdown ul li span {
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}remove-person

.em-dropdown > span span[class^="icon-"],
.em-dropdown > span span[class*=" icon-"]{
	padding: 0 30px 0 45px;
}

/* Select fallback styling */
.em-select {
	border: 1px solid #ddd;
}
.em-dropdown {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.em-dropdown > span {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;

	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	-o-transition: -o-transform .3s;
	-ms-transition: -ms-transform .3s;
	transition: transform .3s;
}

.em-dropdown > span:active {
	-webkit-transform: rotateX(60deg);
	-moz-transform: rotateX(60deg);
	-o-transform: rotateX(60deg);
	-ms-transform: rotateX(60deg);
	transform: rotateX(60deg);
}

.em-dropdown > span,
.em-dropdown ul li:nth-last-child(-n+3) span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.em-dropdown ul {
	position: absolute;
	top: 5px;
	width: 100%;
}

.em-dropdown ul li {
	position: absolute;
	width: 100%;
}

.em-active.em-dropdown > span {
	color: #262626;
}

.em-active.em-dropdown > span,
.em-active.em-dropdown ul li span {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.em-active.em-dropdown ul li span {
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.em-active.em-dropdown ul li span:hover {
	background: #f8b161;
	color: #fff;
}
.em-row-dropdown-top{
	z-index: 1;
	position: relative;
}
.em-row-dropdown-bottom{
	padding-top: 3%;
}

/*Masonry styles*/
.masonry, .masonry-2 {
	width: 100%;
	height: 50%;
	overflow: hidden;
}
/* clearfix */
.masonry:after, .masonry-2:after {
	content: '';
	display: block;
	clear: both;
}
.gutter-sizer {
	width: 2%;
}
.grid-sizer {
	width: 25%;
}
.grid-sizer-2 {
	width: 20%;
	height: 100%;
}
.masonry-2 .item {
	width: 20%;
	height: 100%;
	padding: .5%;
	float: left;
}
.masonry .item {
	width: 25%;
	height: 100%;
	padding: .5%;
	float: left;
}
.item:hover {
	background: #729137;
}

@font-face {
	font-family: 'nlicons';
	src:url('../fonts/nlicons/nlicons.eot');
	src:url('../fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nlicons/nlicons.woff') format('woff'),
		url('../fonts/nlicons/nlicons.ttf') format('truetype'),
		url('../fonts/nlicons/nlicons.svg#nlicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* general style for the form */
.nl-form {
	padding: 13% 6%;
	width: 100%;
	font-size: 3em;
	line-height: 1.4;
	text-align: center;
}

.nl-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
	border: none;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nl-form input:focus {
	outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
	display: inline-block;
	position: relative;
}

.nl-field.nl-field-open {
	z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select  {
	line-height: inherit;
	display: inline-block;
	color: #C8E09B;
	cursor: pointer;
	border-bottom: 1px dashed #C8E09B;
}

/* drop-down list / text element */
.nl-field ul {
	position: absolute;
	visibility: hidden;
	background: #BCD58F;
	left: -0.5em;
	top: 50%;
	font-size: 80%;
	opacity: 0;
	-webkit-transform: translateY(-40%) scale(0.9);
	-moz-transform: translateY(-40%) scale(0.9);
	transform: translateY(-40%) scale(0.9);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
	color: #fff;
	position: relative;
}

.nl-dd ul li {
	padding: 0 1.5em 0 0.5em;
	cursor: pointer;
	white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
	color: #5E8813;
}


.no-touch .nl-dd ul li:hover {
	background: rgba(0,0,0,0.05);
}

.no-touch .nl-dd ul li:hover:active {
	color: #478982;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
	font-family: 'nlicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
	content: "\e000";
	position: absolute;
	right: 1em;
	font-size: 50%;
	line-height: 3;
}

.nl-ti-text ul {
	min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
	width: 100%;
	padding: 0.2em 2em 0.2em 0.5em;
	border-bottom: none;
	color: #fff;
}

.nl-form .nl-field-go {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	background: rgba(0,0,0,0.1);
	width: 1.8em;
	text-align: center;
	color: transparent;
}

.nl-field-go:before {
	content: "\e001";
	font-size: 75%;
	color: #fff;
	width: 100%;
	line-height: 2.5;
	display: block;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8);
}

input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
	color: rgba(255,255,255,0.2);
}

input::-moz-placeholder {
	color: rgba(255,255,255,0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
	color: rgba(255,255,255,0.2);
}

input:-ms-input-placeholder {  
	color: rgba(255,255,255,0.8);
}

input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
	color: rgba(255,255,255,0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
	font-size: 40%;
	font-style: italic;
	font-weight: 400;
	padding: 0.4em 1em;
	color: rgba(0,0,0,0.2);
	border-top: 1px dashed rgba(255,255,255,0.7);
}

.nl-ti-text ul li.nl-ti-example em {
	color: #fff
}

/* submit button */
.nl-submit-wrap {
	margin-top: 0.4em;
}

.nl-form .nl-submit {
	line-height: 3;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	background: #76C3BD;
	color: #fff;
	padding: 0 1em 0 0;
	font-size: 40%;
	font-weight: bold;
	letter-spacing: 3px;
}

.nl-submit:before {
	content: "\e001";
	color: #fff;
	float: left;
	padding: 0 0.7em;
	margin: 0 0.8em 0 0;
	background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
	background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
	background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

@media screen and (max-width: 45em) {
	.nl-form {
		font-size: 3em;
	}
}

@media screen and (max-width: 25em) {
	.nl-form {
		font-size: 2em;
	}
}

/************ Animated More Info Modal Styling ************/

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 800px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background-color: rgba(56,152,168,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-content {
	color: #fff;
	background-color: #5C7A1A;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}
.md-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 700;
	/* opacity: 0.8; */
	background: rgba(0,0,0,0.075);
	border-radius: 3px 3px 0 0;
	color: #FFF;
}
.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}
.md-content > div p {
	margin: 0;
	padding: 10px 0;
}
.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.md-content > div ul li {
	padding: 5px 0;
}
.md-content button {
	display: block;
	margin: 0 auto;
}
#em-modal #md-close-form.md-close, #em-modal-2 #md-close-form-2.md-close {
	position: absolute;
	top: 6px;
	right: 6px;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 0;
}
/* Effect 6: side fall */
.more-info-modal.md-modal, .main-menu-modal.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}
.more-info-modal .md-content, .main-menu-modal .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: translate(70%) translateZ(100px) rotateY(-90deg);
	-moz-transform: translate(70%) translateZ(100px) rotateY(-90deg);
	-ms-transform: translate(3070) translateZ(100px) rotateY(-90deg);
	transform: translate(3070) translateZ(100px) rotateY(-90deg);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.more-info-modal .md-content, .md-show.main-menu-modal .md-content {
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0%) translateZ(0) rotate(0deg);
	-ms-transform: translate(0%) translateZ(0) rotate(0deg);
	transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

/************ Border menu play button on front page ************/


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bt-menu-trigger-out {
	display: block;
	cursor: pointer;
}

.bt-menu-trigger-out span {
	font-size: .8em;
	position: relative;
	right: .2em;
	bottom: -0.1em;
}

.bt-menu-trigger-out:focus span {
	opacity: 1;
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-width: 0px;
	border-style: solid;
	border-color: rgba(20,60,67,1);
	background-color: rgba(255,255,255,0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	z-index: 201;
}

.bt-menu.bt-menu-open {
	height: 100%;
	border-width: 100px 60px 100px 60px;
	background-color: rgba(56,152,168,0.97);
	-webkit-transition: border-width 0.3s, background-color 0.3s;
	transition: border-width 0.3s, background-color 0.3s;
}

.bt-overlay {
	position: absolute;
	width: 100%;
}

.bt-menu-open .bt-overlay {
	height: 100%;
}

.bt-overlay:after {
	content: 'Video playing';
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 5em;
	top: 50%;
	margin-top: -2.5em;
	font-size: 5em;
	z-index: 100;
	color: rgba(0,0,0,0.1);
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visbility 0s 0.3s;
	transition: opacity 0.3s, visbility 0s 0.3s;
}

.bt-menu-open .bt-overlay:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.2s;
	transition: opacity 0.3s 0.2s;
}

.bt-menu-trigger {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 200;
	-webkit-transform: translateY(-100%) translateY(-20px);
	transform: translateY(-100%) translateY(-20px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.bt-menu-open .bt-menu-trigger {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}

.bt-menu-trigger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	font-size: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content: '';
}

.bt-menu-trigger span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bt-menu-trigger span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bt-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: fixed;
	left: 50%;
	z-index: 200;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: visibility 0s 0.3s;
	transition: visibility 0s 0.3s;
}

.bt-menu.bt-menu-open ul {
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}

.bt-menu ul li {
	display: inline-block;
	line-height: 100px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bt-menu ul li a {
	text-decoration: none;
	outline: none;
	display: block;
}

#farmur-video {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
	overflow: hidden;
	opacity: 0;	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.bt-menu.bt-menu-open #farmur-video {
	opacity: 1;
}


/************ Animated Home Page BG Styling ************/

@-webkit-keyframes bg-home {
 0% {
 -webkit-background-size: auto 110%;
 opacity: 0;
}
 100% {
 -webkit-background-size: auto 100%;
 opacity: 1;
}
}
 @-moz-keyframes bg-home {
 0% {
 -moz-background-size: auto 110%;
 opacity: 0;
}
 100% {
 -moz-background-size: auto 100%;
 opacity: 1;
}
}
 @-o-keyframes bg-home {
 0% {
 -o-background-size: auto 110%;
 opacity: 0;
}
 100% {
 -o-background-size: auto 100%;
 opacity: 1;
}
}
 @keyframes bg-home {
 0% {
 background-size: auto 110%;
 opacity: 0;
}
 100% {
 background-size: auto 100%;
 opacity: 1;
}
}
.animated.bg-home {
	-webkit-animation-name: bg-home;
	-moz-animation-name: bg-home;
	-o-animation-name: bg-home;
	animation-name: bg-home;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/************ Animated Home Page Slide Up Styling ************/

@-webkit-keyframes home-slide {
 0% {
 -webkit-transform: translateY(80px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateY(0px);
 opacity: 1;
}
}
 @-moz-keyframes home-slide {
 0% {
 -moz-transform: translateY(80px);
 opacity: 0;
}
 100% {
 -moz-transform: translateY(0px);
 opacity: 1;
}
}
 @-o-keyframes home-slide {
 0% {
 -o-transform: translateY(80px);
 opacity: 0;
}
 100% {
 -o-transform: translateY(0px);
 opacity: 1;
}
}
 @keyframes home-slide {
 0% {
 transform: translateY(80px);
 opacity: 0;
}
 100% {
 transform: translateY(0px);
 opacity: 1;
}
}
.animated.home-slide {
	-webkit-animation-name: home-slide;
	-moz-animation-name: home-slide;
	-o-animation-name: home-slide;
	animation-name: home-slide;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes nav-slide {
 0% {
 left: -2em;
 opacity: 0;
}
 100% {
 left: 0;
 opacity: 1;
}
}
 @-moz-keyframes nav-slide {
 0% {
 left: -2em;
 opacity: 0;
}
 100% {
 left: 0;
 opacity: 1;
}
}
 @-o-keyframes nav-slide {
 0% {
 left: -2em;
 opacity: 0;
}
 100% {
 left: 0;
 opacity: 1;
}
}
 @keyframes nav-slide {
 0% {
 left: -2em;
 opacity: 0;
}
 100% {
 left: 0;
 opacity: 1;
}
}
.animated.nav-slide {
	-webkit-animation-name: nav-slide;
	-moz-animation-name: nav-slide;
	-o-animation-name: nav-slide;
	animation-name: nav-slide;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateX(30px);
}
 80% {
 -webkit-transform: translateX(-10px);
}
 100% {
 -webkit-transform: translateX(0);
}
}
 @-moz-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -moz-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateX(30px);
}
 80% {
 -moz-transform: translateX(-10px);
}
 100% {
 -moz-transform: translateX(0);
}
}
 @-o-keyframes bounceInLeft {
 0% {
 opacity: 0;
 -o-transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateX(30px);
}
 80% {
 -o-transform: translateX(-10px);
}
 100% {
 -o-transform: translateX(0);
}
}
 @keyframes bounceInLeft {
 0% {
 opacity: 0;
 transform: translateX(-2000px);
}
 60% {
 opacity: 1;
 transform: translateX(30px);
}
 80% {
 transform: translateX(-10px);
}
 100% {
 transform: translateX(0);
}
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes zoomHome {
 0% {
	 opacity: 0;
	-webkit-transform: scale(1.2) translateY(8%);
}
 100% {
	opacity: 1;
	-webkit-transform: scale(1) translateY(0);
}
}
 @-moz-keyframes zoomHome {
 0% {
	 opacity: 0;
	 -moz-transform: scale(1.2) translateY(8%);
}
 100% {
	opacity: 1;
	 -moz-transform: scale(1) translateY(0);
}
}
 @-o-keyframes zoomHome {
 0% {
	 opacity: 0;
	 -o-transform: scale(1.2) translateY(8%);
}
 100% {
	opacity: 1;
	 -o-transform: scale(1) translateY(0);
}
}
 @keyframes zoomHome {
 0% {
	 opacity: 0;
	 transform: scale(1.2) translateY(8%);
}
 100% {
	opacity: 1;
	 transform: scale(1) translateY(0);
}
}
.animated.zoomHome {
	-webkit-animation-name: zoomHome;
	-moz-animation-name: zoomHome;
	-o-animation-name: zoomHome;
	animation-name: zoomHome;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}


.animated.delay-1 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.animated.delay-2 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.animated.delay-3 {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}
.animated.delay-4 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}
.animated.delay-5 {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s;
}
