/* CSS Document */
/*font-family: 'Walter Turncoat', cursive;
font-family: 'Vollkorn', serif;
*/
/*Start of Base CSS*/
@font-face {
	font-family: 'dirtyhouse';
	src: url('fonts/dirtyhouse.eot');
	src: url('fonts/dirtyhouse.eot?#iefix') format('embedded-opentype'), url('fonts/dirtyhouse.woff') format('woff'), url('fonts/dirtyhouse.ttf') format('truetype'), url('fonts/dirtyhouse.svg#dirtyhouse') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
html {
	font-size: 62.5%;
	width: 100%;
}
body {
	background: #d0d0d0;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
}
.clear {
	clear: both!important;
	height: 0px!important;
	padding: 0!important;
	margin: 0!important;
	float: none!important;
	border: none !important;
}
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
img {
	border: none;
	display: block;
}
input[type=submit], input[type=reset], input[type=button] {
	filter: chroma(color=#000000);
}
textarea, input[type="text"], input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transform: translateZ(0);
}
h2 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.6888;
}
h3 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
}
p {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
}
.left {
	float: left;
}
.right {
	float: right;
}
.mar-right {
	margin-right: 0!important;
}
.mar-left {
	margin-left: 0!important;
}
.cont {
	width: 940px;
	margin: 0 auto;
}
/*End of Base CSS*/
/*Start of Header*/
.l-bar {
	width: 100%;
	background-color: #519305;
	line-height: 2.2;
	z-index: 99999999999;
	color: #faedd7;
	font-family: "Lato";
	font-size: 14px;
	font-size: 1.4rem;
	position: fixed;
	top: 0;
	left: 0;
}
.l-bar a.lang {
	padding-left: 20px;
	background: url(../images/globe-sprite@2x.png) no-repeat 0 0;
	background-size: 15px 30px;
	height: 15px;
	line-height: 1.07142;
	margin-top: 6px;
	color: #faedd7;
	font-family: "Lato";
	font-size: 14px;
	font-size: 1.4rem;
	webkit-transition: background-image 0.6s ease-in-out;
	-moz-transition: background-image 0.6s ease-in-out;
	-ms-transition: background-image 0.6s ease-in-out;
	-o-transition: background-image 0.6s ease-in-out;
	transition: background-image 0.6s ease-in-out;
}
.l-bar a:hover {
	color: #ffffff;
	background: url(../images/globe-sprite@2x.png) no-repeat 0 -15px;
	background-size: 15px 30px;
	height: 15px;
}
.l-bar p {
	margin-right: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2;
}
#faceb {
	margin-top: 5px;
	height: 21px;
}
/*End of Header*/
.block-1 {
	width: 100%;
	background: #fcc842 url(../images/patterns/pattern-1.png) repeat center;
	overflow: hidden;
	position: fixed;
	top: 30px;
	left: 0;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.back-1 {
	background: url(../images/block-1/cp.png) no-repeat;
	background-size: 699px 643px;
	background-position: center -34px;
	padding-top: 30px;
	position: relative;
}
.nav-1 {
	width: 940px;
	margin: 0 auto;
	height: 138px;
	overflow: hidden;
}
.nav-1 ul {
	margin-top: 45px;
	padding-bottom: 35px;
	float:left;
}
.nav-1 ul.ul-1 {
	background: url(../images/border.png) no-repeat left bottom;
}
.nav-1 ul.ul-2 {
	background: url(../images/border.png) no-repeat right bottom;
}
.nav-1 ul li {
	float: left;
	margin-right: 24px;
}
.nav-1 ul li a {
	color: #529406;
	font-family: 'Walter Turncoat', cursive;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	text-transform: uppercase;
	webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
.nav-1 ul li a:hover {
	color: #85b53d;
}
.nav-1 a.logo {
	background: url(../images/logo@2x.png) no-repeat center;
	background-size: 274px 115px;
	width: 274px;
	height: 115px;
	margin-top: 20px;
	float:left;
	display: block;
}
.nav-2 {
	width: 100%;
	margin-top: 60px;
	position: fixed;
	top: -430px;
	left: 0;
	background-color: #519305; /* layer fill content */
	-moz-box-shadow: 0 -1px 0 #65ad12; /* drop shadow */
	-webkit-box-shadow: 0 -1px 0 #65ad12; /* drop shadow */
	box-shadow: 0 -1px 0 #65ad12; /* drop shadow */
	border-top: 1px solid #65ad12;
	z-index: 999999;
	webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	padding-top: 4px;
}
.nav-2 ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 16px;
	line-height: 4.125;
}
.nav-2 ul li a {
	color: #ffffff;
	font-family: 'Walter Turncoat', cursive;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	text-transform: uppercase;
	webkit-transition: color 0.4s ease-in-out;
	-moz-transition: color 0.4s ease-in-out;
	-ms-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}
.nav-2 ul li a:hover {
	color: #93c151;
}
.nav-2 a.logo {
	background: url(../images/logo-3@2x.png) no-repeat center;
	background-size: 153px 63px;
	width: 153px;
	height: 63px;
	display: block;
}
.cup-left-top {
	background: url(../images/block-1/shape-1.png) no-repeat;
	background-size: 157px 62px;
	background-position: 240px 8px;
	width: 474px;
	height: 207px;
	opacity: 0;
}
.cup-left-top h2 {
	opacity: .8; /* layer alpha */
	color: #e58b2b; /* text color */
	font-family: "dirtyhouse";
	font-size: 39.75px;
	font-size: 3.975rem;
	line-height: 1.15;
	text-transform: uppercase;
	text-align: center;
	margin-left: -236px;
}
.cup-left-top h2 span {
	color: #fbf3c8;
}
.cup-left-top h2 span.s1 {
	font-size: 102.73px;
	font-size: 10.273rem;
	line-height: 0.8795;
}
.cup-left-top h2 span.s2 {
	font-size: 60.94px;
	font-size: 6.094rem;
}
.cup-left-bottom {
	background: url(../images/block-1/shape-2.png) no-repeat;
	background-size: 153px 68px;
	background-position: 115px 10px;
	width: 474px;
	height: 270px;
	opacity: 0;
}
.cup-left-bottom h2 {
	color: #628c0a; /* text color */
	font-family: "dirtyhouse";
	font-size: 33.21px;
	font-size: 3.321rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-left: -196px;
	padding-top: 98px;
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg); /* IE 9 */
	-webkit-transform: rotate(-4deg); /* Safari and Chrome */
}
.cup-left-bottom h2 span {
	color: #e68b2b;
}
.cup-left-bottom h2 span.s2 {
	font-size: 27.44px;
	font-size: 2.744rem;
}
.cup-left-bottom h2 span.s3 {
	font-size: 80.87px;
	font-size: 8.087rem;
	line-height: 0.8721;
}
.cup-right {
	width: 466px;
	height: 500px;
	background: url(../images/block-1/shape-3.png) no-repeat;
	background-size: 153px 68px;
	background-position: 95px 0px;
	opacity: 0;
}
.cup-right-content {
	width: 205px;
	margin-left: 260px;
	text-align: center;
	text-transform: uppercase;
	font-family: "dirtyhouse";
}
.cup-right-content h2 {
	background: url(../images/block-1/shape-4.png) no-repeat;
	background-size: 204px 17px;
	padding-bottom: 20px;
	background-position: left bottom;
	margin-bottom: 10px;
}
.cup-right-content h2 span.s1 {
	color: #ffffff; /* text color */
	font-size: 85.26px;
	font-size: 8.526rem;
	line-height: 0.6019;
}
.cup-right-content h2 span.s2 {
	color: #ffffff;
	font-size: 32.53px;
	font-size: 3.253rem;
	line-height: 0.92222;
	margin-left: 8px;
}
.cup-right-content h3 {
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 1.3158;
	margin-left: -50px;
}
.cup-right-content h3.s1 {
	color: #e50d0d;
}
.cup-right-content h3.s2 {
	color: #933804;
}
.cup-right-content h3.s3 {
	color: #db6002;
}
.cup-right-content h3.s4 {
	color: #fff09d;
}
.cup-right-content h3.s5 {
	color: #3a94d3;
}
.cup-right-content h3.s6 {
	color: #628c0a;
}
.cup-right-content h3.s7 {
	color: #f19b29;
}
.block-2-cont {
	width: 100%;
	z-index: 2;
	margin-top: 698px;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.block-2 {
	width: 100%;
	background: #f8faf9 url(../images/block-2/block-2-bg.jpg) no-repeat;
	padding-bottom: 68px;
}
.p-1 {
	background: url(../images/block-2/image-2.png) no-repeat;
	background-size: 317px 193px;
	background-position: 20px 0px;
	width: 317px;
	height: 695px;
}
.block-2 h2 {
	color: #89bf17; /* text color */
	font-family: "Walter Turncoat";
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	padding-top: 70px;
	margin-bottom: 50px;
}
.block-2 p {
	color: #e58b2b; /* text color */
	font-family: "Vollkorn";
	width: 619px;
	margin: 0 auto;
	text-align: center;
}
.block-3 {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #fbf3c7;
	position: relative;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.block-3-cont {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.block-4 {
	background: #58a003 url(../images/block-4/block-4-bg1.jpg) no-repeat; /* layer fill content */
	padding-bottom: 87px;
	width: 100%;
	z-index: 2;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.block-4 h2 {
	color: #fbf3c8; /* text color */
	font-family: "Walter Turncoat";
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 85px;
	padding-top: 90px;
}
.block-4 p {
	color: #fbf3c8; /* text color */
	font-family: "Vollkorn";
	width: 621px;
	margin: 0 auto;
	text-align: center;
}
.block-4 ul {
	width: 621px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 95px;
}
.block-4 ul li {
	margin-right: 30px;
	color: #fbf3c8; /* text color */
	font-family: "Vollkorn";
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
	width: 120px;
	display: inline-block;
}
.block-4 ul li.growth {
	padding-top: 100px;
	background: url(../images/block-4/growth@2x.png) no-repeat top center;
	background-size: 84px 68px;
}
.block-4 ul li.tractor {
	padding-top: 100px;
	background: url(../images/block-4/tractor@2x.png) no-repeat top center;
	background-size: 86px 69px;
}
.block-4 ul li.mag {
	padding-top: 100px;
	background: url(../images/block-4/magic@2x.png) no-repeat top center;
	background-size: 53px 78px;
}
.block-4 ul li.arrow {
	background: url(../images/block-4/arrow@2x.png) no-repeat center;
	background-size: 41px 18px;
	width: 41px;
	height: 18px;
	padding-top: 60px;
}
.block-5 {
	width: 100%;
	background: #e88327 url(../images/block-5/block-5-bg.png) repeat-x;
	height: 330px;
	z-index: 2;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.block-5 .cont {
	position: relative;
	overflow: hidden;
}
.block-5 ul {
	text-align: center;
	padding-top: 35px;
	height: 295px;
	z-index: 1;
	position: relative;
	white-space: nowrap;
}
.block-5 ul li {
	color: #fff; /* text color */
	font-family: "Dirtyhouse";
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 0.8571;
	text-align: center;
	margin: 0 28px;
	width: 190px;
	height: 312px;
	display: inline-block;
}
.block-5 ul li.lemon {
	background: url(../images/block-5/lemon-small.png) no-repeat center 54px;
	background-size: 190px 312px;
	opacity: 0;
}
.block-5 ul li.bar {
	background: url(../images/block-5/bbq-small.png) no-repeat center 54px;
	background-size: 190px 312px;
	opacity: 0;
}
.block-5 ul li.garlic {
	background: url(../images/block-5/garlic-small.png) no-repeat center 54px;
	background-size: 190px 312px;
	opacity: 0;
}
.block-5 ul li.curry {
	background: url(../images/block-5/curry-small.png) no-repeat center 54px;
	background-size: 190px 312px;
	opacity: 0;
}
.block-5 ul li.chilli {
	background: url(../images/block-5/chilli-small.png) no-repeat center 54px;
	background-size: 190px 312px;
	opacity: 0;
}
.block-6 {
	width: 100%;
	background: #ffffff url(../images/block-6/block-6-bg.jpg) no-repeat center;
	z-index: 600;
	padding-top: 90px;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.block-6 h2 {
	color: #89bf18; /* text color */
	font-family: "Walter Turncoat";
	margin-bottom: 70px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}
.block-6 h2.b6-1 {
	margin-bottom: 78px;
}
.block-6 h2.b6-2 {
	margin-bottom: 55px;
}
.block-6 p {
	color: #e58b2b; /* text color */
	font-family: "Vollkorn";
	width: 620px;
	margin: 0 auto;
	text-align: center;
}
.block-6-slider {
	width: 960px;
	margin: 70px auto;
	position: relative;
}
.fran {
	padding-top: 80px;
	padding-bottom: 90px;
}
.fran-button {
	color: #89bf18; /* text color */
	font-family: "Walter Turncoat";
	font-size: 20px;
	font-size: 2rem;
	border: 2px solid #89bf18;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	width: 270px;
	height: 46px;
	line-height: 2.3;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fran-button:hover {
	background-color: #89bf18;
	color: #fff;
}
.block-7 {
	width: 100%;
	background: #f8edb7 url(../images/block-7/block-7-bg.jpg) no-repeat center;
	height: 100%;
	padding-top: 80px;
	padding-bottom: 48px;
	z-index: 2;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.block-7 h2 {
	margin-bottom: 40px;
	color: #89bf18; /* text color */
	font-family: "Walter Turncoat";
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
}
.block-7 p {
	padding-bottom: 80px;
	color: #e58b2b; /* text color */
	font-family: "Vollkorn";
	text-align: center;
	width: 620px;
	margin: 0 auto;
}
.block-7 ul {
	text-align: center;
}
.block-7 ul li {
	margin-right: 95px;
	display: inline-block;
	height: 132px;
}
.block-7 ul li a.b7-1 {
	background: url(../images/block-7/p-logo-1@2x.png) no-repeat center;
	background-size: 118px 98px;
	width: 118px;
	height: 132px;
	display: block;
}
.block-7 ul li a.b7-2 {
	background: url(../images/block-7/p-logo-2@2x.png) no-repeat center;
	background-size: 154px 81px;
	width: 154px;
	height: 132px;
	display: block;
}
.block-7 ul li a.b7-3 {
	background: url(../images/block-7/p-logo-3@2x.png) no-repeat center;
	background-size: 129px 132px;
	width: 129px;
	height: 132px;
	display: block;
}
.block-7 ul li a.b7-4 {
	background: url(../images/block-7/p-logo-4@2x.png) no-repeat center;
	background-size: 142px 77px;
	width: 142px;
	height: 132px;
	display: block;
}
.footer-cont {
	padding-top: 125px;
	padding-bottom: 70px;
	background-color: #539f03;
	z-index: 2;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	display: block;
}
.footer {
	width: 800px;
	margin: 0 auto;
}
.f-1 h3 {
	color: #f2efbf; /* text color */
	font-family: "Walter Turncoat";
	padding-bottom: 22px;
}
.f-1 p {
	color: #f2efbf; /* text color */
	font-family: "Vollkorn";
	padding-bottom: 35px;
}
.f-1 a.em {
	color: #f2cf3e; /* text color */
	font-family: "Vollkorn";
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
}
.f-1 ul li {
	float: left;
	margin-right: 20px;
}
.f-1 ul li a {
	background: url(../images/footer/social@2x.png) no-repeat;
	background-size: 340px 132px;
	width: 75px;
	height: 66px;
	display: block;
	webkit-transition: background-image 0.6s ease-in-out;
	-moz-transition: background-image 0.6s ease-in-out;
	-ms-transition: background-image 0.6s ease-in-out;
	-o-transition: background-image 0.6s ease-in-out;
	transition: background-image 0.6s ease-in-out;
}
.f-1 ul li a:hover {
	background: url(../images/footer/social@2x.png) no-repeat;
	background-size: 340px 132px;
	width: 75px;
	height: 66px;
}
.f-1 ul li a#face {
	background-position: 0 0;
}
.f-1 ul li a#twit {
	background-position: -89px 0;
}
.f-1 ul li a#goog {
	background-position: -176px 0;
}
.f-1 ul li a#insta {
	background-position: -266px 0;
}
.f-1 ul li a#face:hover {
	background-position: 0 -66px;
}
.f-1 ul li a#twit:hover {
	background-position: -89px -66px;
}
.f-1 ul li a#goog:hover {
	background-position: -176px -66px;
}
.f-1 ul li a#insta:hover {
	background-position: -266px -66px;
}
.f-2 {
	width: 320px;
}
.f-2 h3 {
	color: #f2efbf; /* text color */
	font-family: "Walter Turncoat";
	padding-bottom: 22px;
}
.f-2 .input-box {
	color: #96c962; /* text color */
	font-family: "Vollkorn";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.875;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f3efbf; /* layer fill content */
	width: 300px;
	padding-left: 20px;
	height: 40px;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 15px;
}
.f-2 .input-box:focus {
	background-color: #ffffff;
}
.input-box .placeholder {
	color: #96c962;
}
.input-box::-webkit-input-placeholder { /* WebKit browsers */
 color: #96c962;
}
.input-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #96c962;
}
.input-box::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #96c962;
}
.input-box:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #96c962;
}
.f-2 .message-box {
	color: #96c962; /* text color */
	font-family: "Vollkorn";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3125;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f3efbf; /* layer fill content */
	width: 290px;
	height: 160px;
	padding: 10px;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin-bottom: 20px;
	padding-left: 20px;
}
.f-2 .message-box:focus {
	background-color: #ffffff;
}
.message-box .placeholder {
	color: #96c962;
}
.message-box::-webkit-input-placeholder { /* WebKit browsers */
 color: #96c962;
}
.message-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #96c962;
}
.message-box::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #96c962;
}
.message-box:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #96c962;
}
.submit-button {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #f1cf3d; /* layer fill content */
	color: #539f04; /* text color */
	font-family: "Walter Turncoat";
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	width: 160px;
	height: 40px;
	display: block;
	text-align: center;
	cursor: pointer;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	line-height: 2.5;
}
.submit-button:hover {
	background-color: #dfbe37;
}

.error {
	border: 1px solid #dfbe37;
}
.footer-bottom {
	padding-top: 125px;
}
.footer-bottom p {
	padding-left: 20px;
	border-bottom: 1px solid #61b60a;
	width: 300px;
	margin-top: 50px;
}
.footer-bottom ul {
	padding-right: 20px;
	border-bottom: 1px solid #61b60a;
	width: 300px;
	margin-top: 50px;
}
.footer-bottom p, .footer-bottom a {
	color: #f3f0c0; /* text color */
	font-family: "Vollkorn";
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8571;
}
.badge {
	background: url(../images/footer/f-badge@2x.png) no-repeat center;
	background-size: 114px 113px;
	width: 160px;
	height: 113px;
	vertical-align: top;
	display: inline-block;
}
.l-fade {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSItMS40MjEwODU0NzE1MjAyZS0xNCUiIHkxPSI1MCUiIHgyPSIxMDAlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ODMyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ODMyNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* layer fill content */
	background-image: -moz-linear-gradient(left, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	background-image: -o-linear-gradient(left, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(left, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	background-image: linear-gradient(left, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	position: absolute;
	width: 133px;
	height: 330px;
	left: 0;
	z-index: 2;
}
.r-fade {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxMDAlIiB5MT0iNTAlIiB4Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIiB5Mj0iNTAlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ODMyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ODMyNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* layer fill content */
	background-image: -moz-linear-gradient(right, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	background-image: -o-linear-gradient(right, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	background-image: -webkit-linear-gradient(right, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	background-image: linear-gradient(right, #e78327 0%, rgba(232,131,39,0) 100%); /* layer fill content */
	position: absolute;
	width: 133px;
	height: 330px;
	right: 0;
	z-index: 2;
}
.parall {
	background-attachment: scroll;
	background-size: cover;
	height: 100%;
	position: relative;
}
.parall1 {
	background-attachment: scroll;
	height: 100%;
}
/*Animation/Transition Scroll Effects End*/
.fadeIn {
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	-o-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1500ms;
	-moz-animation-duration: 1500ms;
	-o-animation-duration: 1500ms;
	animation-duration: 1500ms;
}
.fadeInUp {
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity: 0;
	-webkit-animation: fadeInUp ease-in 1;
	-moz-animation: fadeInUp ease-in 1;
	-o-animation: fadeInUp ease-in 1;
	animation: fadeInUp ease-in 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
	animation-duration: 1000ms;
}
.fadeds {
	/* CSS needed for animation
	---------------------------------------------------- */
	-webkit-animation: fadeds linear 1;
	-moz-animation: fadeds linear 1;
	-o-animation: fadeds linear 1;
	animation: fadeds linear 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
	animation-duration: 1000ms;
}
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-1s {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-1s {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.fadeIn-Delay-2s {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}
.fadeIn-Delay-3s {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}
.fadeIn-Delay-4s {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}
.fadeIn-Delay-5s {
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s;
}

/* Key Frames
---------------------------------------------------- */


@-webkit-keyframes fadeIn {
from {
opacity:0;
margin-bottom:-900px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
margin-bottom:-900px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
@-o-keyframes fadeIn {
from {
opacity:0;
margin-bottom:-900px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
@keyframes fadeIn {
from {
opacity:0;
margin-bottom:-900px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
 @-webkit-keyframes fadeInUp {
from {
opacity:0;
margin-bottom:400px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
@-moz-keyframes fadeInUp {
from {
opacity:0;
margin-bottom:-800px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
@-o-keyframes fadeInUp {
from {
opacity:0;
margin-bottom:-800px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
@keyframes fadeInUp {
from {
opacity:0;
margin-bottom:-800px;
}
to {
	opacity: 1;
	margin-bottom: 75;
}
}
 @-webkit-keyframes fadeds {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-moz-keyframes fadeds {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@-o-keyframes fadeds {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
@keyframes fadeds {
from {
opacity:0;
}
to {
	opacity: 1;
}
}
