body {
	font-family: 'Montserrat', sans-serif;
	/* [disabled]background-color: #87C66B; */
}
p {
	font-size: 16px;
	line-height: 30px;
	color: #585858;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	font-weight: 300;
}
a {
	text-decoration: underline;
	color: #585858;
	transition: color .10s ease-in-out;
   -moz-transition: color .10s ease-in-out;
   -webkit-transition: color .10s ease-in-out;
}
a:hover {
	color: #89c22c;
}
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
.btn-white {
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	display: inline-block;
	border: 1px solid #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.btn-white:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
.btn-black {
	color: #585858;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	display: inline-block;
	border: 1px solid #585858;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .10s ease-in-out;
	-moz-transition: background-color .10s ease-in-out;
	-webkit-transition: background-color .10s ease-in-out;
}
.btn-black:hover {
	text-decoration: none;
	background-color: #87C66B;
	color: #FFFFFF;
	border: 1px solid #87C66B;
}
.btn-desk {
	display: none;
}
h1 {
	padding: 0;
	margin: 0;
	font-family: 'Life Savers', cursive;
	font-weight: 400;
	color: #585858;
}
h2 {
	padding: 0;
	margin: 0;
	font-family: 'Life Savers', cursive;
	font-weight: 400;
	color: #585858;
}
h3 {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 0;
	font-family: 'Life Savers', cursive;
	font-weight: 400;
	color: #585858;
}
.green-text {
	color: #89c22c;
}
.bold-text {
	font-weight: 700;
}
.padding-wrap {
	max-width: 1366px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.sky {
	background-image: url(../img/sky.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]background-color: #87C66B; */
}
.sky-page {
	background-image: url(../img/sky-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
header {
	position: fixed;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
	z-index: 9999999;
	height: 88px;
}
#tree-content {
	background-image: url(../img/tree-top-small.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 25%;
}
#strapline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 130px;
	position: relative;
	z-index: 99999;
}
#strapline img {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#strapline p, #strapline h1 {
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 0px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
}
#storylink {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#storylink a {
	font-family: 'Life Savers', cursive;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	display: inline-block;
	background-image: url(../img/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 25px 25px;
	padding-right: 34px;
}
.section {
	overflow: auto;
}
.section-col {
	padding: 0;
	margin: 0;
	display: table;
}
.section-col-btm {
	padding: 0;
	margin: 0;
}
.section-col-top {
	padding: 0;
	margin: 0;
	display: table;
}
.section-col h1, .section-col h2 {
	font-size: 38px;
	color: #FFFFFF;
	line-height: 38px;
	padding-bottom: 40px;
	padding-top: 5px;
}
.section-col-btm h1, .section-col-btm h2 {
	font-size: 38px;
	color: #FFFFFF;
	line-height: 38px;
	padding-bottom: 40px;
}
.section-col-top h1 {
	font-size: 38px;
	color: #FFFFFF;
	line-height: 38px;
	padding-bottom: 40px;
}
.section-col p {
	color: #FFFFFF;
	padding-bottom: 40px;
}
.section-col-btm p {
	color: #FFFFFF;
	padding-bottom: 40px;
}
.section-col-top p {
	color: #FFFFFF;
	padding-bottom: 40px;
}
.section-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section-img {
	height: 350px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
	display: none;
}
.section-img-btm {
	height: 350px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
	display: none;
}
.section-img-top {
	height: 350px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
	display: none;
}
.section-img img {
	margin-left: auto;
	margin-right: auto;
}
.section-img-btm {
	height: 350px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
	display: none;
}
.section-img-btm img {
	margin-left: auto;
	margin-right: auto;
}
.section-img-top {
	height: 350px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
	display: none;
}
.section-img-top img {
	margin-left: auto;
	margin-right: auto;
}
.static-img {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.line-one {
	background-image: url(../img/line01-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 90px;
	padding-bottom: 90px;
}
.line-five {
	background-image: url(../img/line01-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 90px;
	padding-bottom: 90px;
}
.line-two {
	background-image: url(../img/line01-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
}
.line-six {
	background-image: url(../img/line01-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
}
.wrap-two {
	overflow: auto;
	background-image: url(../img/line02-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 90px;
}
.wrap-six {
	overflow: auto;
	background-image: url(../img/line02-top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 90px;
}
.line-three {
	background-image: url(../img/line02-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
}
.line-seven {
	background-image: url(../img/line02-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 90px;
}
.wrap-three {
	overflow: auto;
	background-image: url(../img/line03-top.png);
	padding-bottom: 90px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.line-four {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/line03-bottom.png);
	padding-top: 90px;
}
.wrap-four {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	overflow: auto;
}
#tree-bottom {
}
.section-tree-btm {
	padding-bottom: 100px;
}
#undertree {
	position: relative;
	background-image: url(../img/undertree-bgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ede5d4;
}
.padding-wrap-green {
	background-color: #87C66B;
}
#tree-content-colour {
	background-color: #87C66B;
}
.section-col .black-text {
	color: #000000;
}
.section-col-btm .black-text {
	color: #000000;
}
.section-col-top .black-text {
	color: #000000;
}
.world-wide {
	background-color: #1ca0de;
	padding-top: 50px;
	padding-bottom: 50px;
}
.world-wide h1, .world-wide h3  {
	color: #FFFFFF;
	padding-bottom: 15px;
}
.animation-section {
}
.pin {
	height: 790px;
}
#pin1 {
	background-image: url(../img/line-one.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#pin2 {
	background-image: url(../img/line-two.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#pin3 {
	background-image: url(../img/line-three.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#pin5 {
	background-image: url(../img/line-five.png);
	background-repeat: no-repeat;
	background-position: center 105px;
	background-size: contain;
}
#pin6 {
	background-image: url(../img/line-six.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
#pin7 {
}
.animation-section.first-animation {
	margin-top: 150px;
	background-repeat: no-repeat;
}
#myimg {
	margin-top: 65px;
}
#myimgtwo {
	margin-top: 40px;
}
.animation-section.animation-tree {
	background-image: url(../img/tree-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#tree-content .tree-btm {
	padding-bottom: 100px;
	background-image: url(../img/tree-btm.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.globe-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 1226px;
	width: 100%;
	margin-top: 20px;
}
.world-wide .btn-white:hover {
	color: #1BA0DE;
}
.anims {
	display: none;
}
.non-anims {
}
.mob-section {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 790px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.mob-section.section-white h1, .mob-section.section-white h2  {
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 30px;
}
.mob-section.section-white p {
	color: #FFFFFF;
}
.mob-section h1, .mob-section h2  {
	color: #585858;
	padding-bottom: 20px;
	padding-top: 30px;
}
.mob-section p {
	color: #585858;
}
.mob-section.section-white.first-mob-section {
	padding-top: 100px;
	background-image: url(../img/mob-line-one.png);
}
.second-mob-section {
	background-image: url(../img/mob-line-two.png);
}
.third-mob-section {
	background-image: url(../img/mob-line-three.png);
}
.fourth-mob-section {
	padding-bottom: 100px;
}
.fifth-mob-section {
	background-image: url(../img/mob-line-five.png);
	padding-top: 70px;
}
.sixth-mob-section {
	background-image: url(../img/mob-line-six.png);
}
.seventh-mob-section {
}
.mob-img {
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	margin-top: 35px;
	width: 100%;
	height: auto;
}
.three-blocks {
	padding-top: 100px;
	overflow: auto;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}
.three-blocks p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 540px;
}
.three-blocks h1, .three-blocks h3 {
	padding-bottom: 15px;
}
.three-blocks .col {
	padding-bottom: 70px;
}
.btm-section {
	background-color: #CA191C;
	overflow: auto;
}
footer {
	padding-top: 60px;
	text-align: center;
	color: #D9F1CF;
	padding-bottom: 60px;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer ul li {
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0;
	margin: 0;
	display: inline-block;
	font-size: 12px;
}
footer ul li a {
	color: #D9F1CF;
	text-decoration: none;
}
footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.f-home {
	position: relative;
	background-color: #87C66B;
}
.f-info {
	background-color: #87C66B;
}
#top-section {
	background-color: #973234;
	height: 600px;
}
.white-text {
	color: #FFFFFF;
}
.white-section {
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.img-section {
	padding-top: 70px;
}
.col-section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-wrap.overflow {
	overflow: auto;
}
.curve {
	background-image: url(../img/curve.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#strapimg {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#strapimg img {
	margin: 0;
	padding: 0;
	max-width: 768px;
	width: 100%;
}
#other {
	background-color: #87C66B;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 80px;
	padding-top: 50px;
}
#other .other-head {
	padding-bottom: 10px;
	font-size: 40px;
}
.f-page {
	background-color: #F7F4ED;
}
.f-page ul {
	color: #764A27;
}
.f-page ul li a {
	color: #764A27;
}
.f-page ul li a:hover {
	color: #87C66B;
}
#join-line {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	display: none;
	padding-top: 40px;
}
.other-block {
	padding-bottom: 70px;
	padding-top: 10px;
}
.mob-tree-link {
	margin-top: 40px;
}
#strapline .text-max, #strapline .text-max p {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	line-height: 35px;
	font-weight: 400;
}
.left-col {
}
.middle-head {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	display: block;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 40px;
	color: #FFFFFF;
	line-height: 50px;
}
#quote-block {
	background-color: #F7F4ED;
	padding-top: 70px;
}
#quote-block p {
	text-align: center;
	font-family: 'Life Savers', cursive;
	font-weight: 400;
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: #FFFFFF;
}
#brown-block {
	padding-top: 50px;
	background-color: #F7F4ED;
}
#section {
	background-image: url(../img/tree-top-about.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: right;
	overflow: auto;
	display: none;
	padding-top: 40px;
}
#section img {
	margin-left: auto;
	margin-right: auto;
}
.sky-page .hand {
	margin-top: 30px;
}
.topgap {
	padding-top: 50px;
}
#quote-block .quotename {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	font-size: 14px;
}
.float-right {
	float: right;
}
#strapline a {
	text-decoration: none;
}
#field {
	border-style: none;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #585858;
}
#area {
	border-style: none;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #585858;
}
#quote {
}
#quote label {
	color: #FFFFFF;
	font-weight: 300;
	width: 100%;
}
#quote .mathcont label {
	width: auto;
	color: #FFFFFF !important;
}
#quote .mathcont .spam {
	padding: 0;
	margin: 0;
}
#contactwrap {
	background-image: url(../img/tree-top-contact.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 175px;
}
#quote .pophead {
	color: #FFFFFF;
	padding-bottom: 20px;
}
#form-button {
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 18px;
	margin-top: 20px;
	color: #FFFFFF;
	font-weight: 700;
	background-color: transparent;
	transition: all .10s ease-in-out;
   -moz-transition: all .10s ease-in-out;
   -webkit-transition: all .10s ease-in-out;
}
#form-button:hover {
	background-color: #FFFFFF;
	color: #87C66B;
}
.col ul {
	padding-top: 0;
	padding-right: 0;
	padding-left: 14px;
	padding-bottom: 20px;
	margin: 0;
	color: #585858;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
}
.quote-t {
	height: 645px;
	display: table;
	width: 100%;
}
.quote-c {
	display: table-cell;
	vertical-align: middle;
}
.about {
	background-image: url(../img/about-quote.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.fruit {
	background-image: url(../img/fruit-quote.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#page-img-btm {
	padding-top: 70px;
}
#page-img {
}
#page-img img {
	width: 100%;
}
.col-white p {
	color: #FFFFFF;
}
.middle-head p {
	color: #FFFFFF;
	line-height: 50px;
	font-family: 'Life Savers', cursive;
	margin: 0;
	padding: 0;
	font-size: 36px;
}
.section-text p {
	color: #FFFFFF;
	text-align: left;
}
.address-foot {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7DFC8;
}
.social {
	margin-top: 20px;
	margin-bottom: 50px;
}
.sky .f-page .social {
}
.social ul {
	padding: 0;
	margin: 0;
}
#black-t h2 {
	color: #000000;
}
#black-t p {
	color: #000000;
}
.white-text p {
	color: #FFFFFF;
}
@media (min-width:500px){
#storylink a {
	font-size: 25px;
}
.section-col h1, .section-col h2 {
	font-size: 45px;
	line-height: 45px;
}
.section-col-top h1 {
	font-size: 45px;
	line-height: 45px;
}
.section-col-btm h1, .section-col-btm h2 {
	font-size: 45px;
	line-height: 45px;
}
.mob-section.section-white h1, .mob-section.section-white h2 {
	font-size: 45px;
	line-height: 45px;
}
.mob-section h1, .mob-section h2 {
	font-size: 45px;
	line-height: 45px;
}
}

@media (min-width:650px){
#tree-content {
	position: relative;
	top: -50px;
	padding-top: 19%;
}
#storylink {
}
#undertree {
	top: -50px;
}
.btm-section {
	position: relative;
	top: -50px;
}
.f-home {
	top: -50px;
}
}
@media (min-width:768px){
#storylink a {
	font-size: 28px;
}
.padding-wrap {
	padding-left: 80px;
	padding-right: 80px;
}
.btn-desk {
	display: inline;
}
.btn-mob {
	display: none;
}
.world-wide h1, .world-wide h3 {
	font-size: 45px;
}
.mob-tree-link {
	display: none;
}
#join-line {
	display: block;
}
.white-section {
	background-image: url(../img/tree-top-page.jpg);
}
.img-section {
}
.col-section {
}
#quote-block p {
	font-size: 36px;
	line-height: 50px;
}
}

@media (min-width:992px){
.section-col h1, .section-col h2 {
	font-size: 72px;
	line-height: 65px;
	padding-bottom: 40px;
}
.section-col-top h1 {
	font-size: 72px;
	line-height: 65px;
	padding-bottom: 40px;
}
.section-col-btm h1, .section-col-btm h2 {
	font-size: 72px;
	line-height: 65px;
	padding-bottom: 40px;
}
.line-one {
	background-image: url(../img/line01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-top: 0px;
	padding-bottom: 0px;
}
.line-five {
	background-image: url(../img/line01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-top: 0px;
	padding-bottom: 0px;
}
.line-two {
	background-image: url(../img/line02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 0px;
	padding-bottom: 0px;
}
.line-six {
	background-image: url(../img/line02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 0px;
	padding-bottom: 0px;
}
.wrap-two {
	overflow: auto;
	background-image: url(../img/line03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 0px;
}
.wrap-six {
	overflow: auto;
	background-image: url(../img/line03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	padding-bottom: 0px;
}
.line-three {
	background-image: url(../img/line04.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 0px;
}
.line-seven {
	background-image: url(../img/line04.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 0px;
}
.wrap-three {
	background-image: url(../img/line05.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	overflow: auto;
	padding-bottom: 0px;
}
.line-four {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-image: url(../img/line06.png);
	padding-top: 0px;
}
.wrap-four {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	overflow: auto;
}
.section-col p {
}
.section-text {
	text-align: left;
}
.section-col {
	margin: 0;
	padding: 0;
}
.section-col-btm {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 150px;
}
.section-col-top {
	margin: 0;
	padding: 0;
	height: 790px;
}
.section-img {
	display: block;
	padding-top: 0px;
}
.section-img-top {
	display: block;
	padding-top: 220px;
}
.section-img-btm {
	display: block;
	padding-top: 220px;
}
.static-img {
	display: none;
}
.section {
}
#tree-bottom {
	height: 370px;
	background-image: url(../img/tree-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#tree-bottom .tree-btm {
	display: none;
}
.section-tree-btm {
	padding-bottom: 0px;
}
.section-text.btm-gap {
	padding-top: 220px;
}
.anims {
	display: block;
}
.non-anims {
	display: none;
}
.mob-tree-btm {
	display: none;
}
#other {
	background-image: url(../img/tree-bottom.jpg);
	padding-bottom: 350px;
}
#join-line {
	padding-top: 50px;
}
.left-col {
	padding-right: 30px;
}
.right-col {
	padding-left: 30px;
}
}
@media (min-width:1050px){
#tree-content {
	top: -80px;
	width: 100%;
}
.br {
	display: none;
}
#undertree {
	top: -80px;
}
.world-wide h1, .world-wide h3 {
	font-size: 60px;
}
.btm-section {
	top: -80px;
}
.f-home {
	top: -80px;
}
}

@media (min-width:1250px){
#tree-content {
	background-image: url(../img/tree-top.jpg);
	background-size: auto auto;
	padding-top: 237px;
}
#storylink {
}
.block-left {
	padding-left: 100px;
}
.block-right {
	padding-right: 100px;
}
}

@media (min-width:1300px){
.block-left {
	padding-left: 150px;
}
}

@media (min-width:1125px){
#section {
	display: block;
}
.hand {
	display: none;
}
}
