/***************************************
****************************************
				RESET
****************************************
***************************************/
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Dosis', cursive;
	background-color: #4D8837;
	min-width: 886px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.blog-single-post table {
	width: 100%;
}
*:focus {
	outline: none !important;
}
blog-post a:hover, a:focus {
	color: white;
	text-decoration: none;
}
/***************************************
****************************************
				GENERAL
****************************************
***************************************/
a {
	color: #BAECA7;
}
a:hover {
	color: #9DD18A;
	text-decoration: none;
}
a img, .blog-single-post img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.blog-single-post img:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
.blog-image-noborder {
    border: none !important;
    box-shadow: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
 color:    #4A8235;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #4A8235;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #4A8235;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #4A8235;
}
input:focus {
	outline: none;
}
b, strong {
	font-weight: 700;
}
.pingback {
	display: none;
}
/***************************************
****************************************
		  BACKGROUND PARALLAX
****************************************
***************************************/
.parallax-wrapper {
	width: 100%;
    height: 643px;
	overflow: hidden;
	position: absolute;
	z-index: 0;
	top: 90px;
    opacity: .8;
}
.parallax-1 {
	width: 100%;
	height: 3000px;
	overflow: hidden;
	background: url(/images/eco/description-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: -9;
	-webkit-animation: upup linear alternate infinite;
	animation: upup linear alternate infinite;
	animation-duration: 75s;
	-webkit-animation-duration: 75s;
}
 @-webkit-keyframes upup {
 0% {
 top:0px;
}
 100% {
 top: -1500px;
}
}
 @keyframes upup {
 0% {
 top:0px;
}
 100% {
 top: -1500px;
}
}
.parallax-pause {
	height: 20px;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.parallax-2 {
	display: none;
	width: 100%;
	height: 770px;
	overflow: hidden;
	background: url(/images/eco/description-bg-mobile.png);
	position: absolute;
	z-index: -9;
}
/***************************************
****************************************
			    MENU
****************************************
***************************************/
.menu-wrapper-1 {
	width: 100%;
	min-width: 100%;
	height: 133px;
	text-align: center;
    position: relative;
    z-index: 1;
	background: #309F9C;
	background: url(/images/eco/patterns/pattern-2.png);
	border-bottom: 5px solid rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.3);
}
.menu-wrapper-2 {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}
.menu-link-logo {
	background: url(/images/eco/eco-logo-new.png);
	background-size: 320px;
	background-repeat: no-repeat;
	width: 320px;
	height: 116px;
	margin-top: 13px;
	display: block;
	float: left;
}
.menu-link-logo-big {
	background: url(/images/eco/eco-logo-new.png);
	background-size: 520px;
	background-repeat: no-repeat;
	width: 530px;
	height: 176px;
	display: block;
	margin: 50px auto 0px;
}
.menu-link-logo:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.menu-wrapper-1.cloned {
	display:none;
    height: 70px;
    background: url(/images/eco/patterns/pattern-9.png);
}
.cloned .menu-link-logo {
    background: url(/images/eco/eco-logo-new.png);
    background-size: 150px;
    background-repeat: no-repeat;
    width: 180px;
    height: 55px;
    margin-top: 10px;
}
.cloned .menu-link-1, .cloned .menu-link-2, .cloned .menu-link-3, .cloned .menu-link-4 {
    line-height: 66px;
}
.notification-wrapper {
	display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    background-color: rgba(57, 187, 102, 0.8);
    font-size: 27px;
    text-shadow: 1px 1px 3px black;
    color: white;
    text-align: center;
    padding: 10px;
    line-height: 30px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.18);
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes pulse {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.menu-wrapper-3 {
	width: 520px;
	height: 133px;
	text-align: right;
	float: right;
}
.menu-link-1, .menu-link-2, .menu-link-3, .menu-link-4 {
	display: inline-block;
	font-size: 25px;
	line-height: 128px;
	color: #DFFEF3;
	text-shadow: 2px 2px 3px black;
	text-transform: uppercase;
	padding: 0 15px;
	vertical-align: top;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.menu-link-1:hover, .menu-link-2:hover, .menu-link-3:hover, .menu-link-4:hover, .menu-link-1:focus, .menu-link-2:focus, .menu-link-3:focus, .menu-link-4:focus {
	color: white;
	background: rgba(255, 255, 255, 0.40);
	border-bottom: 5px solid rgba(0, 0, 0, 0.18);
	text-decoration: none;
}
.menu-link-title-1, .menu-link-title-2, .menu-link-title-3, .menu-link-title-4 {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.menu-link-buy {
	height: 50px;
    line-height: 43px;
    margin: 41px 0 0 5px;
    border: 2px solid rgba(0,0,0,0.18);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 1px;
    background: #62b7b4;
    color: white;
    vertical-align: top;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
}
.menu-link-buy:hover, .cloned .menu-link-buy:hover {
	color: white;
    background: rgba(255, 255, 255, 0.24);
    text-decoration: none;
    border: 2px solid rgba(0,0,0,0.18);
}
.cloned .menu-link-buy {
    height: 40px;
    line-height: 36px;
    margin: 12px 0 0 7px;
    border: 2px solid rgba(0,0,0,0.18);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* letter-spacing: 1px; */
    background: #62b7b4;
    color: white;
    vertical-align: top;
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -o-transition: background .2s;
}
/***************************************
****************************************
			  DESCRIPTION
****************************************
***************************************/
.description-learnmore-button {
	display: none;
	font-size: 49px;
	width: 330px;
	height: 60px;
	line-height: 53px;
	margin: 0 auto -60px;
	position: relative;
	top: -30px;
	border: 3px solid rgba(0, 0, 0, 0.18);
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background: #5BA041;
	background-position: -6px -6px;
	color: white;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.72);
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-transform: uppercase;
}
.description-learnmore-button:hover {
	color: white;
	background: #6CB351;
}
.description-learnmore-button:hover + .description-wrapper-1 {
	height: 200px;
}
.description-wrapper-2 {
	
    position: relative;
    padding: 20px 20px 30px;
    border-radius: 30px;
    display: block;
    text-align: center;
}
.description-blurb {
    padding: 5px 0;
    text-align: left;
    background: white;
    box-shadow: 13px 0 0 white, -13px 0 0 white;
    font-size: 28px;
    line-height: 46px;
    color: black;
    /* text-shadow: 1px 1px 3px #5189AE; */
    cursor: default;
    text-indent: -13px;
    vertical-align: top;
}
.description-quotemark-wrapper {
    position: relative;
    display: inline-block;
    width: 41px;
	height: 30px;
	}
.description-quotemark {
	font-size: 90px;
    font-weight: 400;
    position: absolute;
    bottom: -7px;
    left: 20px;
    opacity: .8;
    line-height: 0px;
}
.description-blurb img {
    height: 37px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 5px;
}
.description-logo-subtitle {
    text-shadow: none;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 7px;
    line-height: 35px;
    color: black;
	}
.description-blubr-title {
    font-size: 31px;
    display: inline;
    text-indent: 0;
    color: black;
    text-transform: uppercase;
    vertical-align: top;
    white-space: nowrap;
}
.description-concepts-wrapper-1 {
	margin: 0 auto 0px;
	font-size: 22px;
	line-height: 26px;
	min-height: 260px;
	color: #144664;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-align: center;
}
.description-concepts-wrapper-2-left, .description-concepts-wrapper-2-right {
	display: inline-block;
	width: 485px;
}
.description-concepts-concept-bg-1 {
	float: left;
	background: url(/images/eco/concept-bg-4.png);
	background-position: 0px 7px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.description-concepts-concept-bg-2 {
	background: url(/images/eco/concept-bg-2.png);
	background-position: 0px 20px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.description-concepts-concept-bg-3 {
	float: right;
	background: url(/images/eco/concept-bg-3.png);
	background-position: 0px 17px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.description-concepts-concept-bg {
	width: 236px;
	height: 286px;
	padding: 0 10px 10px 10px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	cursor: default;
}
.watch-trailer-wrapper {
    display: inline-block;
    font-size: 52px;
    line-height: 50px;
    color: white;
    font-family: 'Pathway Gothic One', sans-serif;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .8;
}
.watch-trailer-wrapper:hover, .social-wrapper-4 a:hover, .intro-awards-wrapper a:hover {
	opacity:1;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
    color: white;
}
.watch-trailer-wrapper img {
width: 93px;
}
.watch-trailer-wrapper div {
    display: inline-block;
	}
.watch-trailer-wrapper span {
    display: block;
    font-size: 70px;
	}
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
 -ms-transform: translateY(-20px);
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.description-concepts-concept-1, .description-concepts-concept-2, .description-concepts-concept-3, .description-concepts-concept-4 {
	width: 216px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	padding: 65px 10px 0;
	position: relative;
	color: rgb(20, 70, 100);
	cursor: pointer;
}
.description-concepts-concept-2 {
	margin-left: -10px;
	width: 200px;
}
/*.description-concepts-concept-1 {
	background: url(/images/eco/icon-woman-2.png);
	background-repeat: no-repeat;
	background-position: 55px 0;
}
.description-concepts-concept-2 {
	background: url(/images/eco/social-icon-squirel.png);
	background-repeat: no-repeat;
	background-position: 38px 2px;
	padding: 141px 14px 0 8px;
}
.description-concepts-concept-3 {
	background: url(/images/eco/icon-man.png);
	background-repeat: no-repeat;
	background-position: 50px 0;
}*/
.description-concepts-concept-title-1, .description-concepts-concept-title-2, .description-concepts-concept-title-3, .description-concepts-concept-title-4 {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 6px;
	color: #1F3F5E;
	text-align: center;
	text-shadow: 1px 1px 3px #5189AE;
	text-transform: uppercase;
}
/***************************************
****************************************
		   INTRO CONTENT
****************************************
***************************************/

.description-wrapper-1 {
    height: 590px;
    position: relative;
}
.intro-content-wrapper {
    width: 1680px;
    margin: 10px auto 40px;
	border-bottom: 4px dashed rgb(66, 116, 47);
	}
.intro-text-wrapper {
    font-size: 25px;
    line-height: 34px;
    color: white;
    text-shadow: 0px 1px 0px #000000;
    text-align: center;
}
.blog-intro-title {
    font-size: 68px;
    line-height: 71px;
    text-shadow: 2px 2px 3px black;
    text-transform: uppercase;
    color: #FFFE79;
    letter-spacing: 1px;
    word-spacing: 10px;
    font-family: 'Pathway Gothic One', sans-serif;
    margin-bottom: 5px;
	}
.intro-text {
    text-align: justify;
    display: block;
    max-width: 1090px;
    margin: 0 auto;
    line-height: 40px;
    text-shadow: 0px 1px 2px black;
    letter-spacing: 1px;
}
.into-text-highlight {
    font-weight: 600;
    letter-spacing: 1px;
    color: #BAECA7;
}
.social-wrapper-1 {
    text-align: center;
    margin: 20px auto 70px;
    clear: both;
    overflow: hidden;
}
.social-wrapper-3-bear {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 0 0px;
}
.social-wrapper-3-bubble, .social-wrapper-3-bubble::before, .social-wrapper-3-bubble::after {
	border: 3px solid rgba(0, 0, 0, 0.18);
	background: #DFFEF3;
}
.social-wrapper-3-bubble {
	display: block;
	color: #4A8235;
	position: relative;
	padding: 18px;
	margin: 0 auto -7px;
	-webkit-border-top-left-radius: 240px 140px;
	-webkit-border-top-right-radius: 240px 140px;
	-webkit-border-bottom-right-radius: 240px 140px;
	-webkit-border-bottom-left-radius: 240px 140px;
	-moz-border-radius: 240px / 140px;
	border-radius: 120px / 120px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 44px;
	line-height: 43px;
	text-align: center;
	text-transform: uppercase;
}
.social-wrapper-3-bubble::before {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -3px;
	left: -7px;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
}
.social-wrapper-3-bubble::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -25px;
	left: 17px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	display: block;
}
.social-wrapper-2 a:hover, .social-wrapper-2 a:focus {
	color: #3E931D;
}
.social-wrapper-3-left {
	display: block;
	background: url(/images/eco/social-icon-bear.png);
	background-repeat: no-repeat;
	width: 235px;
	height: 212px;

	margin: -22px auto 0;
	z-index: 10;
	position: relative;
}
.social-wrapper-3-left:hover, .social-wrapper-3-bubble:hover + .social-wrapper-3-left {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes shake {
 0%, 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translateX(-10px);
 transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translateX(10px);
 transform: translateX(10px);
}
}
 @keyframes shake {
 0%, 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
 10%, 30%, 50%, 70%, 90% {
 -webkit-transform: translateX(-10px);
 -ms-transform: translateX(-10px);
 transform: translateX(-10px);
}
 20%, 40%, 60%, 80% {
 -webkit-transform: translateX(10px);
 -ms-transform: translateX(10px);
 transform: translateX(10px);
}
}
.social-wrapper-3-right {
    display: inline-block;
    vertical-align: top;
    margin: 25px 0 0 40px;
    position: relative;
}
.social-email-signup-1 {
    display: inline-block;
    margin: 0 auto;
    border-radius: 14px 0px 0px 14px;
    -moz-border-radius: 14px 0px 0px 14px;
    -webkit-border-radius: 14px 0px 0px 14px;
    vertical-align: top;
    color: #4A8235;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 62px;
    width: 270px;
    height: 83px;
    margin-right: -3px;
    line-height: 75px;
    text-align: left;
    padding-left: 20px;
    text-shadow: 1px 1px 0px #839B94;
    -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.3);
    background-color: rgba(223, 254, 243, 0.8);
    border: 3px solid rgba(77, 136, 55, 1);
    border-right: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.social-email-signup-1:hover {
	background-color: rgba(223, 254, 243, 1);
}
.social-email-signup-1:hover + .social-email-signup-2 {
	color: rgb(255, 254, 121);
	font-size: 63px;
}
.social-email-signup-cursor {
	position: absolute;
	height: 53px;
	left: 18px;
	top: 16px;
	width: 3px;
	background: rgb(74, 130, 53);
	display: block;
	-webkit-animation-duration: 1.1s;
	animation-duration: 1.1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: blink-empty;
	animation-name: blink-empty;
}
@keyframes blink-empty {
 30% {
background: transparent;
}
 70% {
background: transparent;
}
}
@-webkit-keyframes blink-empty {
 30% {
background: transparent;
}
 70% {
background: transparent;
}
}
.social-email-signup-1:focus + .social-email-signup-cursor {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	display: none;
}
.social-email-signup-1:focus {
	content: "";
	background-color: rgba(223, 254, 243, 1);
}
.social-email-signup-2 {
     display: inline-block;
    font-size: 62px;
    width: 270px;
    height: 83px;
    line-height: 75px;
    border: 3px solid rgba(77, 136, 55, 1);
    border-radius: 0px 14px 14px 0px;
    -moz-border-radius: 0px 14px 14px 0px;
    -webkit-border-radius: 0px 14px 14px 0px;
    border-left: none;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background: url(/images/eco/patterns/pattern-4.png);
    color: white;
    font-family: 'Pathway Gothic One', sans-serif;
    text-align: center;
    text-shadow: 0px 1px 0px #000000;
    -webkit-box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
.social-email-signup-2:hover {
	color: rgb(255, 254, 121);
	font-size: 64px;
}
.social-wrapper-4 {
    display: inline-block;
    margin: 25px 0 0 40px;
}
.social-wrapper-5 {
	width: 290px;
	margin: 0 auto;
}
.social-icons {
	display: inline-block;
	margin-bottom: 11px;
	width: 103px;
	height: 83px;
	line-height: 53px;
	border: 3px solid rgba(0, 0, 0, 0.18);
	cursor: pointer;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #5BA041;
	background-position: -6px -6px;
	color: white;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.72);
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.social-icons:hover {
	background-color: #6CB351;
}
.social-facebook {
	background-image: url(/images/eco/social-icons/facebook.png);
	background-size: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 13px;
	background-color: rgba(32, 67, 133, 0.7);
}

.social-discord {
	background-image: url(/images/eco/social-icons/discord.png);
    background-size: 102px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
}

.social-facebook:hover {
	background-color: rgba(32, 67, 133, 0.8);
}
.social-twitter {
	background-image: url(/images/eco/social-icons/twitter.png);
	background-size: 73px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(42, 169, 224, 0.7);
}
.social-twitter:hover {
	background-color: rgba(42, 169, 224, 0.8);
}
.social-steam {
	background-image: url(/images/eco/social-icons/steam.png);
	background-size: 67px;
	background-repeat: no-repeat;
	background-position: 32px 29px;
	margin-right: 14px;
	background-color: rgba(35, 31, 32, 0.5);
}
.social-steam:hover {
	background-color: rgba(35, 31, 32, 0.8);
}
.social-youtube {
	background-image: url(/images/eco/social-icons/youtube.png);
	background-size: 58px;
	background-repeat: no-repeat;
	background-position: 36px 14px;
	background-color: rgba(235, 36, 41, 0.5);
}
.social-youtube:hover {
	background-color: rgba(235, 36, 41, 0.8);
}
.intro-awards-wrapper {
    margin-top: 40px;
}

.intro-awards-1, .intro-awards-2, .intro-awards-3, .intro-awards-4 {
    display: inline-block;
    color: white;
    font-size: 24px;
    line-height: 26px;
    padding: 150px 5px 0px 0;
    margin: 0 35px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
	}
.intro-awards-1 {
    background-image: url(/images/eco/awards/department-of-education.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 150px;
}
.intro-awards-2 {
    background-image: url(/images/eco/awards/curse-award.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 168px;
}
.intro-awards-3 {
    background-image: url(/images/eco/awards/games-for-change.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 192px;
    margin: 0;
}
.intro-awards-4 {
    background-image: url(/images/eco/awards/kickstarter.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 150px;
}
/***************************************
****************************************
				 BLOG
****************************************
***************************************/
.blog-title-wrapper-1 {
	background: url(/images/eco/blog-featured/blog-post-featured-image-1920.png);
	background-repeat: no-repeat;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
    position: relative;
    z-index: 1;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: -1;
    position: relative;
}
.blog-wrapper-1 {
	width: 100%;
	min-width: 845px;
	background: #5BA041;
	overflow: auto;
	background: url(/images/eco/patterns/pattern-4.png);
	border-top: 5px solid rgba(0, 0, 0, 0.18);
	border-bottom: 5px solid rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px -3px 5px 3px rgba(0,0,0,0.3);
    box-shadow: 0px -3px 5px 3px rgba(0,0,0,0.3);
}
.blog-wrapper-2 {
	width: 80%;
	max-width: 850px;
	overflow: visible;
	margin: 0 auto;
	padding: 0 5px;
}
.blog-wrapper-3 {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
    display: table;
    border-top: 4px dashed rgb(66, 116, 47);
    padding-top: 30px;
}
.blog-wrapper-intro {
    margin: 30px auto 60px;
    position: relative;
	}
.blog-wrapper-center {
	display: table-cell;
	max-width: 950px;
	padding: 0 5px;
	vertical-align: top;
	text-align:center;
}
.blog-wrapper-right, .blog-wrapper-left {
	display: table-cell;
	min-width: 390px;
	max-width: 390px;
	vertical-align: top;
	padding: 0 5px;
	text-align:center;
	display: none !important;
}
.blog-post {
	display: block;
	margin: 0px auto;
	font-size: 25px;
	line-height: 34px;
	color: white;
	text-shadow: 0px 1px 0px #000000;
	overflow: auto;
	/*background: rgba(95, 170, 66, 0.43);
	-webkit-box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.3);
	*/
	padding: 50px;
    text-align: justify;
	border-top: 4px dashed rgb(66, 116, 47);
	border-right: 4px dashed rgb(66, 116, 47);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.blog-post:hover {
	color: white;
	border-left-color: rgb(255, 254, 108);
	border-right-color: rgb(255, 254, 108);
}
.blog-post-altcolor {
	border-right: none;
	border-left: 4px dashed rgb(66, 116, 47);
}
.blog-wrapper-center .blog-post, .blog-wrapper-center .blog-post-altcolor,

.blog-wrapper-left .blog-post, .blog-wrapper-left .blog-post-altcolor,
.blog-wrapper-right .blog-post, .blog-wrapper-right .blog-post-altcolor {
	border-right: none;
    border-left:none;
}
.blog-wrapper-center .blog-post, .blog-wrapper-center .blog-post-altcolor {
	padding-right: 60px;
}
.blog-wrapper-right .blog-post, .blog-wrapper-right .blog-post-altcolor,
.blog-wrapper-left .blog-post, .blog-wrapper-left .blog-post-altcolor {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: table;
}
.blog-wrapper-left .blog-post, .blog-wrapper-left .blog-post-altcolor {
    padding-left: 10px;
    padding-right: 10px;
}
.blog-wrapper-right .blog-post, .blog-wrapper-right .blog-post-altcolor {
	padding-left: 10px;
    padding-right: 10px;
}
.blog-wrapper-right .blog-pic-center, 
.blog-wrapper-left .blog-pic-center {
    height: 120px;
    width: 140px;
    vertical-align: top;
}
.blog-wrapper-right .blog-post-title-center,
.blog-wrapper-left .blog-post-title-center {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 33px;
    color: white;
    display: inline-block;
    display: table-cell;
    max-width: 250px;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
    text-transform: capitalize;
}
.blog-type-title {
	text-transform: uppercase;
    color: rgb(57, 104, 40);
    font-weight: 700;
    letter-spacing: 7px;
    font-family: 'Pathway Gothic One', sans-serif;
    margin: 19px auto 0px;
    padding: 0 10px;
    font-size: 54px;
    text-align: center;
    border: 4px dashed rgb(66, 116, 47);
    display: inline-block;
	}
.blog-wrapper-right .blog-post-4,
.blog-wrapper-left .blog-post-4 {
		min-height:auto;
}
.blog-devblog-mobile {
	display:none;
	}
.blog-wrapper-right .blog-post-sticky, .blog-wrapper-left .blog-post-0, .blog-wrapper-center .blog-post-0 {
	border-top: none;
    padding-top: 30px;
}
.blog-pic-center, .blog-pic-center-bottom, .blog-pic-left, .blog-pic-right {
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
}
.blog-pic-center, .blog-pic-center-bottom {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	height: 220px;
	height: 328px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 63% !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.blog-wrapper-left .blog-post:hover > .blog-pic-center,
.blog-wrapper-right .blog-post:hover > .blog-pic-center {
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-ms-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
	}
.blog-post-last {
	margin-top: 20px;
	min-height: 503px;
}
.blog-pic-left, .blog-pic-right {
	display: inline-block;
	height: 220px;
	width: 220px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-size: 220px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 58% 50% !important;
}
.blog-pic-left {
	float: left;
	margin-right: 20px;
}
.blog-pic-right {
	float: right;
	margin-left: 20px;
}
/*.blog-post-altcolor {
	background: rgba(95, 170, 66, 0.7);
}
.blog-post-altcolor:hover {
	color: #DFFEF3;
	background: rgba(95, 170, 66, 1);
	-webkit-box-shadow: -1px -1px 10px -2px rgba(0,0,0,0.3);
	box-shadow: -1px -1px 10px -2px rgba(0,0,0,0.3);
}*/
.blog-post-title-left, .blog-post-title-right, .blog-post-title-center {
	font-size:48px;
    line-height: 49px;
    margin-bottom: 10px;
    color: #8FE270;
    text-shadow: 2px 2px 3px black;
    text-transform: uppercase;
    color: #FFFE79;
    letter-spacing: 2px;
    font-family: 'Pathway Gothic One', sans-serif;
}
.blog-post-title-left {
	text-align: left;
}
.blog-post-title-right {
	text-align: right;
}
.blog-post-title-center {
	text-align: center;
}
.blog-graphic-1 {
	background: url(/images/eco/description-bg.jpg);
	background-size: 350px;
	float: left;
	height: 506px;
	width: 350px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	border: 5px solid #3E6C2C;
	margin-top: 20px;
	margin-right: 20px;
}
.blog-intro-status {
    display: block;
    margin: 30px auto 0;
    font-size: 34px;
    line-height: 57px;
    color: white;
    letter-spacing: 3px;
    font-family: 'Pathway Gothic One', sans-serif;
}
/***************************************
****************************************
		 	BLOG POST
****************************************
***************************************/
.front-trailer {
	display: block;
	margin: 0px auto;
	line-height: 34px;
	font-size: 25px;
	font-family: Dosis, cursive;
	color: white;
	text-shadow: 0px 1px 0px #000000;
	padding: 30px;
	text-align: center;
	border-bottom: 4px dashed rgb(66, 116, 47);
	border-left: 4px dashed rgb(66, 116, 47);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	overflow: hidden;
}
.front-trailer:hover {
	color: white;
	border-left-color: rgb(255, 254, 108);
	border-right-color: rgb(255, 254, 108);
}
.front-trailer-image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	width: 100%;
	height: auto;
}
.blog-single-title {
	text-shadow: 2px 2px 4px black;
	text-transform: uppercase;
	color: #C1E6CC;
	font-weight: 700;
	letter-spacing: 7px;
	font-family: 'Pathway Gothic One', sans-serif;
    margin: 60px auto;
	font-size: 74px;
	max-width: 1450px;
	line-height: 80px;
	display: inline-block;
	padding: 9px 30px;
	background: url(/images/eco/patterns/pattern-9.png);
	border-bottom: 5px solid rgba(0, 0, 0, 0.18);
	border-radius: 14px;
	box-shadow: 6px 6px 5px 1px rgba(0,0,0,0.3);
}
.blog-single-post {
	font-size: 25px;
	line-height: 38px;
	color: white;
	text-shadow: 1px 1px 0px black;
	overflow: visible;
	text-align: left;
}
.blog-single-post img {
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	border: 3px solid #3E6C2C;
	border-radius: 10px;
	max-width: 830px;
	height: auto;
	margin: 10px auto;
}
.blog-single-post iframe {
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	border: 3px solid #3E6C2C;
	border-radius: 10px;
	max-width: 830px;
	margin: 10px auto;
}
.blog-single-post h3 {
    font-size: 32px;
}
.alignright {
	float: right;
	margin-left: 40px !important;
}
.alignleft {
	float: left;
	margin-right: 40px !important;
}
.simplePullQuote {
	background: none;
	margin: 20px 0 20px 40px;
	font-size: 44px;
	line-height: 57px;
	text-shadow: 1px 1px 3px black;
	color: white;
	letter-spacing: 3px;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
	border-left: 4px dashed rgb(66, 116, 47);
	padding: 0px 0 0px 20px;
	float: right;
	width: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.simplePullQuote:hover {
	border-color: rgb(255, 254, 108);
}
.simplePullQuote p {
	margin-top: 0;
}
.blog-author {
	display:none;
	margin: -10px auto 0px;
	padding: 20px 30px 20px 0px;
	font-size: 25px;
	line-height: 38px;
	color: white;
	text-shadow: 1px 1px 0px black;
	overflow: visible;
	text-align: justify;
}
.blog-author img {
	border-radius: 50%;
	float: left;
	width: 200px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	border: 3px solid #3E6C2C;
	margin: 5px 20px;
	vertical-align: top;
}
.blog-intro {
	background: none;
	margin: 0px auto 20px;
	padding: 20px 40px;
	font-size: 44px;
	line-height: 57px;
	text-shadow: 1px 1px 3px black;
	color: white;
	letter-spacing: 3px;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
	width: 100%;
	border: 4px dashed rgb(66, 116, 47);

	border-left: none;
	border-right: none;
	padding: 20px 0 25px;
}
.blog-devcategory {
    font-size: 33px;
    color: rgb(57, 104, 40);
    text-shadow: none;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Pathway Gothic One', sans-serif;
    margin: 15px auto;
}
.blog-article-title {
	font-size: 44px;
	line-height: 57px;
	text-shadow: 1px 1px 3px black;
	color: white;
	letter-spacing: 3px;
	font-family: 'Pathway Gothic One', sans-serif;
	width: 100%;
	text-align: center;
	display: block;
    margin: 50px auto 0px;
	font-weight: 700;
}
.blog-signature {
    font-size: 44px;
    line-height: 57px;
    text-shadow: 1px 1px 3px black;
    color: white;
    letter-spacing: 3px;
    font-family: 'Pathway Gothic One', sans-serif;
    width: 100%;
    display: block;
    font-weight: 700;
    text-align: right;
    padding-right: 50px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.blog-article-title a {
	color:white;
	}
.blog-single-post p {
	margin-top: 30px !important;
}
/***************************************
****************************************
			BLOG COMMENTS
****************************************
***************************************/
.comments-title {
	font-size: 40px;
	line-height: 40px;
	color: #8FE270;
	text-shadow: 2px 2px 3px black;
	margin: 70px auto 40px;
	text-transform: uppercase;
	color: #FFFD50;
	text-align: center;
}
.comment-avatar img {
	width: 96px;
	height: 96px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.3);
	border: 3px solid #3E6C2C;
	border-radius: 10px;
	max-width: 830px;
}
.comment-avatar {
	float: left;
}
li.comment ul.children {
	margin-left: 110px;
	margin-right: 21px;
}
.row-fluid .span10 {
	float: left;
	width: 82%;
	margin: 0 0 30px 2%;
	border: none;
	display: block;
	font-size: 22px;
	line-height: 28px;
	color: white;
	text-shadow: 1px 1px 0px black;
	overflow: auto;
	text-align: left;
	background: rgba(95, 170, 66, 0.43);
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.3);
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
li.comment {
	list-style: none;
	font-size: 22px;
	color: white;
	margin-bottom: 40px;
	text-align: justify;
}
.reply {
	float: right;
	margin-right: 10px;
}
.comment .edit-link, .comment .edit-link a, .comment .edit-link a:hover, .comment .edit-link a:focus, .comment-reply-link, .span10 .reply a, .span10 .reply a:hover, .span10 .reply a:focus, .span10 .btn, .span10 .btn:hover, .span10 .btn:focus {
	display: block;
	float: right;
	margin-right: 10px;
	padding-top: 0;
	font-size: 26px;
	color: #FFF07D;
	background: none;
	border: none;
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: color ease-in-out 0.2s;
	-webkit-transition: color ease-in-out 0.2s;
	-o-transition: color ease-in-out 0.2s;
	-ms-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}
.comment .edit-link a:hover, .comment .edit-link a:focus, .span10 .reply a:hover, .span10 .reply a:focus, .span10 .btn:hover, .span10 .btn:focus {
	color: #F5DD28;
}
.comment cite {
	font-size: 33px;
	line-height: 26px;
	color: #FFF07D;
	display: inline-block;
	text-align: left;
}
.comment-meta a.comment-date {
	font-size: 26px;
	display: inline-block;
	margin-left: 20px;
	color: #FFF07D;
	text-decoration: none;
	-moz-transition: color ease-in-out 0.2s;
	-webkit-transition: color ease-in-out 0.2s;

	-o-transition: color ease-in-out 0.2s;
	-ms-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}
a:hover.comment-date {
	color: #F5DD28;
}
section {
	word-wrap: break-word;
	margin-top: 10px;
}
.fn a, .fn a:hover, .fn a:focus {
	color: #FFF07D;
	text-decoration: none;
	-moz-transition: color ease-in-out 0.2s;
	-webkit-transition: color ease-in-out 0.2s;
	-o-transition: color ease-in-out 0.2s;
	-ms-transition: color ease-in-out 0.2s;
	transition: color ease-in-out 0.2s;
}
.fn a:hover, .fn a:focus {
	color: #F5DD28;
}
.fn span {
	margin-left: 10px;
}
#reply-title {
	text-transform: uppercase;
	background: none;
	margin: 20px auto 30px;
	;
	font-size: 44px;
	line-height: 57px;
	text-shadow: 1px 1px 3px black;
	color: white;
	letter-spacing: 3px;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
	border-top: 4px dashed rgb(66, 116, 47);
	padding: 50px 15% 5px;
	font-weight: 700;
}
.blog-comment-line {
	background: url(../../../../../images/picturethis/media-line-yellow-long.png) center top;
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	margin-bottom: -23px;
	position: relative;
	bottom: 11px;
	z-index: 99;
}
#commentform p.logged-in-as {
	text-align: center;
}
#cancel-comment-reply-link {
	display: none;
}
#commentform {
	margin: 0 auto;
	line-height: 28px;
	color: white;
	text-shadow: 1px 1px 9px black;
}
label {
	font-weight: 400;
}
.comment-respond {
}
#commentform p {
	text-align: center;
	font-size: 17px;
	margin: -10px 0 30px 0px;
	text-align: left;
    overflow: hidden;
}
#commentform label {
	margin: 7px 0 5px 40px;
	text-transform: uppercase;
	font-size: 34px;
	text-shadow: 1px 1px 3px black;
	color: white;
	font-family: 'Pathway Gothic One', sans-serif;
}
#commentform p.comment-notes {
	text-align: center;
	font-size: 17px;
	margin: -10px 0 30px;
}
.comment-respond input {
	font-size: 29px;
	line-height: 38px;
	display: inline-block;
	height: 42px;
	margin-top: 3px;
	outline: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 80%;
	float: right;
	/* display: block; */
/* margin: 0 auto; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #4A8235;
	font-family: 'Pathway Gothic One', sans-serif;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.72);
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
	background-color: #DFFEF3;
	border: 3px solid rgba(0, 0, 0, 0.18);
}
.comment-form-comment label {
	display: none;
}
#commentform .comment-form-subscriptions {
	text-align: center;
}
.comment-respond #subscribe-reloaded {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	width: 30px;
	height: 30px;
	margin: 0 0 0 20px;
}
.manage-comment {
	margin: 140px auto 40px;
	text-transform: uppercase;
	font-size: 34px;
	text-shadow: 1px 1px 3px black;
	color: white;
	font-family: 'Pathway Gothic One', sans-serif;
	width: 100%;
	text-align: center;
}
code {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #5BA041;
	white-space: normal;
}
.form-allowed-tags {
	padding-left: 6%;
	padding-top: 323px;
}
#submit {
	display: block;
	font-size: 49px;
	width: 290px;
	height: 60px;
	line-height: 53px;
	margin: 11px auto 60px;
	position: relative;
	left: -40px;
	border: 3px solid rgba(0, 0, 0, 0.18);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #5BA041;
	background-position: -6px -6px;
	color: white;
	font-family: 'Pathway Gothic One', sans-serif;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
	-webkit-box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.72);
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-transform: uppercase;
}
#commentform p.form-submit #submit {
	margin-bottom: 30px;
}
#commentform p.form-submit {
	width: 390px;
	margin: 0 auto;
}
#submit:hover, #submit:focus {
	color: white;
	background: #6CB351;
}
.comment-respond textarea {
	float: right;
	width: 100%;
	font-size: 29px;
	line-height: 38px;
	display: inline-block;
	margin-top: 3px;

	outline: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #4A8235;
	font-family: 'Pathway Gothic One', sans-serif;
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
	background-color: #DFFEF3;
	border: 3px solid rgba(0, 0, 0, 0.18);
}
/***************************************
****************************************
				FOOTER
****************************************
***************************************/
.blog-footer {
	border: 0;
	position: relative;
	bottom: 0;
	overflow: visible;
	width: 100%;
	background: none;
    position: relative;
    z-index: 1;
	padding: 50px 0;
	background: url(../../../../../images/eco/media-footer-bg-v2.png);
	background-position-y: 290px;
}
.blog-footer-bg {
	display: none;
	width: 100%;
	height: 690px;
	position: fixed;
	bottom: 0px;
	background: url(../../../../../images/eco/media-footer-bg-v2.png);
	background-position-y: 290px;
	z-index: -1;
}
.footer-logo {
	display: none;
	float: left;
	height: 243px;
	width: 246px;
	margin: -17px 10px 0;
	background: url(../../../../../images/picturethis/media-slglogo-shadow.png) no-repeat center;
}
.footer-logo:hover {
	-webkit-animation-name: pulse2;
	animation-name: pulse2;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
 @-webkit-keyframes pulse2 {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.02);
 transform: scale(1.02);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes pulse2 {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.02);
 -ms-transform: scale(1.02);
 transform: scale(1.02);
}
 100% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
.footer-slider {
	display: none;
	float: left;
	height: 200px;
	width: 350px;
	margin: 0 30px 0 0;
	box-shadow: -3px 3px 12px 6px rgba(0, 0, 0, 0.38);
	-webkit-box-shadow: -3px 3px 12px 6px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: -3px 3px 12px 6px rgba(0, 0, 0, 0.38);
}
.footer-slider-small {
	display: block;
	float: left;
	height: 200px;
	width: 200px;
	margin: 0 30px;
	box-shadow: -3px 3px 12px 6px rgba(0, 0, 0, 0.38);
	-webkit-box-shadow: -3px 3px 12px 6px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: -3px 3px 12px 6px rgba(0, 0, 0, 0.38);
}
.footer-description {
	text-align: justify;
	margin-top: 5px;
}
.footer-description a {
	color: #DBB96D;
	-moz-transition: all ease-in-out 0.7s;
	-webkit-transition: all ease-in-out 0.7s;
	-o-transition: all ease-in-out 0.7s;
	-ms-transition: all ease-in-out 0.7s;
	transition: all ease-in-out 0.7s;
	display: inline-block;
}
.footer-description a:hover, .footer-description a:focus {
	text-decoration: none;
}
.box-text-link-span1, .box-text-link-span2, .box-text-link-span3 {
	display: inline-block;
}
/***************************************
            FLOATING LINKS
***************************************/
.footer-description a:hover .box-text-link-span1, .footer-description a:focus .box-text-link-span1 {
	-webkit-animation-name: shiftall1;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: shiftall2;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	-o-animation-name: shiftall3;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: shiftall4;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.footer-description a:hover .box-text-link-span2, .footer-description a:focus .box-text-link-span2 {
	-webkit-animation-direction: reverse;
	-webkit-animation-name: shiftall1;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-direction: reverse;
	-moz-animation-name: shiftall2;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-direction: reverse;
	-o-animation-timing-function: linear;
	-o-animation-name: shiftall3;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-direction: reverse;
	animation-name: shiftall4;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.footer-description a:hover .box-text-link-span3, .footer-description a:focus .box-text-link-span3 {
	-webkit-animation-name: shiftallb1;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: shiftallb2;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-o-animation-name: shiftallb3;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: shiftallb4;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
 @-webkit-keyframes shiftall1 {
 from {
-webkit-transform:translate(0px, 0);
}
 25% {
-webkit-transform:translate(2px, -1px);
}
 45% {
-webkit-transform:translate(0px, 1px);
}
 65% {
-webkit-transform:translate(-2px, -1px);
}
 85% {
-webkit-transform:translate(0px, 1px);
}
to {
 -webkit-transform: translate(-0px, 0);
}
}
 @-moz-keyframes shiftall2 {
 from {
-moz-transform:translate(0px, 0);
}
 25% {
-moz-transform:translate(2px, -1px);
}
 45% {
-moz-transform:translate(0px, 1px);
}
 65% {
-moz-transform:translate(-2px, -1px);
}
 85% {
-moz-transform:translate(0px, 1px);
}
to {
 -moz-transform: translate(-0px, 0);
}
}
 @-o-keyframes shiftall3 {
 from {
-o-transform:translate(0px, 0);
}
 25% {
-o-transform:translate(2px, -1px);
}
 45% {
-o-transform:translate(0px, 1px);
}
 65% {
-o-transform:translate(-2px, -1px);
}
 85% {
-o-transform:translate(0px, 1px);
}
to {
 -o-transform: translate(-0px, 0);
}
}
 @keyframes shiftall4 {
 from {
transform:translate(0px, 0);
}
 25% {
transform:translate(2px, -1px);
}
 45% {
transform:translate(0px, 1px);
}
 65% {
transform:translate(-2px, -1px);
}
 85% {
transform:translate(0px, 1px);
}
to {
 transform: translate(-0px, 0);
}
}
 @-webkit-keyframes shiftallb1 {
 from {
-webkit-transform:translate(0px, 0);
}
 25% {
-webkit-transform:translate(2px, 0px);
}
 45% {
-webkit-transform:translate(0px, -2px);
}
 65% {
-webkit-transform:translate(-1px, 0px);
}
 85% {
-webkit-transform:translate(-2px, -1px);
}
to {
 -webkit-transform: translate(-0px, 0);
}
}
 @-moz-keyframes shiftallb2 {
 from {
-moz-transform:translate(0px, 0);
}
 25% {
-moz-transform:translate(2px, -1px);
}
 45% {
-moz-transform:translate(0px, 1px);
}
 65% {
-moz-transform:translate(-2px, -1px);
}
 85% {
-moz-transform:translate(0px, 1px);
}
to {
 -moz-transform: translate(-0px, 0);
}
}
 @-o-keyframes shiftallb3 {
 from {
-o-transform:translate(0px, 0);
}
 25% {
-o-transform:translate(2px, -1px);
}
 45% {
-o-transform:translate(0px, 1px);
}
 65% {
-o-transform:translate(-2px, -1px);
}
 85% {
-o-transform:translate(0px, 1px);
}
to {
 -o-transform: translate(-0px, 0);
}
}
 @keyframes shiftallb4 {
 from {
transform:translate(0px, 0);
}
 25% {
transform:translate(2px, -1px);
}
 45% {
transform:translate(0px, 1px);
}
 65% {
transform:translate(-2px, -1px);
}
 85% {
transform:translate(0px, 1px);
}
to {
 transform: translate(-0px, 0);
}
}
.blog-footer h3 {
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 40px;
	color: #FFFBF6;
	text-shadow: 0px 3px 7px #000000;
	letter-spacing: 3px;
	line-height: 1.1;
}
/* Comment threading fix*/
.row-fluid {
	overflow: hidden;
	min-width: 650px;
}
.avatar, .row-fluid .span10 {
	float: left;
}

/* END - Comment threading fix*/

/* Super Small Slideshow */
#slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1020px;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: .6;
}
#slideshow:hover {
	opacity:.9;
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
#slideshow > div { 
    display: none;
}
#slideshow > div:first-child{
     display: inline;
}

/* Slab Text */
.slabtexted .slabtext
        {
        display:-moz-inline-box;
        display:inline-block;
        white-space:nowrap;
        word-spacing:0 !important;
        letter-spacing:7px !important;
        }
.slabtextinactive .slabtext
        {
        display:inline;
        white-space:normal;
        font-size:1em !important;
        letter-spacing:inherit !important;
        word-spacing:inherit !important;
        *letter-spacing:0 !important;
        *word-spacing:0 !important;
        }
.slabtextdone .slabtext
        {
        display:block;
        }
ul ul, ol ul, ul ol, ol ol {
    margin-left: 40px;
    list-style-type: circle;
    list-style-position: outside !important;
}
ol, ul {
    list-style-position: outside !important;
    margin-left: 30px;
}
.corner-tag-wrapper {
	overflow: hidden;
    height: 150px;
    width: 240px;
    right: 0;
    top: 0;
    position: absolute;
}
.corner-tag {
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 35px;
    line-height: 30px;
    background-color: #FFFE79;
    text-align: center;
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
    position: absolute;
    padding: 6px 0 0 22px;
    right: -100px;
    top: 31px;
    width: 380px;
    height: 42px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    -moz-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 6px rgba(0,0,0,0.3);
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.corner-tag:hover {
	color: #000;
}
.no-underline a:hover, .no-underline a:active, .no-underline a:link, .no-underline a:visited {
	text-decoration: none;
}
		
/***************************************
****************************************
		   RESPONSIVE DESIGNS
****************************************
***************************************/
@media (max-width: 1717px) {
.blog-footer h3 {
	font-size: 35px;
}
}

@media (max-width: 1445px) {
.footer-description {
	text-align: justify;
	margin-top: -9px;
}
.blog-footer h3 {
	font-size: 39px;
}
}

@media (max-width: 1435px) {
.blog-wrapper-left {
	display:none;
	}
.blog-devblog-mobile {
	display:block;
	}
.blog-wrapper-right {
	border-left: 4px dashed rgb(66, 116, 47);
	}
}
@media (max-width: 1380px) {
.blog-wrapper-3 {
    width: 100%;
}
}
@media (max-width: 1305px) {
.blog-footer h3 {
	font-size: 30px;
}
}
@media (max-width:1179px) {
	.blog-wrapper-intro {
    border-top: 4px dashed rgb(66, 116, 47);
    padding-top: 30px;
    margin-top: 50px;
    max-width: 830px;
	}
.intro-text {
    line-height: 36px;
}
.intro-awards-wrapper {
    margin: 20px auto 0;
}
.intro-awards-1 {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
}
.blog-intro-status {
    padding-top: 20px;
    width: 480px;
    line-height: 39px;
}
.intro-awards-1, .intro-awards-2, .intro-awards-3, .intro-awards-4 {
    padding: 103px 5px 0px 0;
    background-size: 100px;
    width: 130px;
}
.intro-awards-2 {
    background-size: 110px;
}
.intro-awards-2 {
    background-size: 89px;
}
.blog-intro-status {
    padding-top: 40px;
    width: 480px;
}
#slideshow {
width: 90%;
}
.description-blurb {
padding: 3px 0;
    font-size: 27px;
    line-height: 40px;
}
.description-blubr-title {
font-size: 27px;
}
.description-blurb img {
height: 32px;
margin-left: 10px;
}
.description-logo-subtitle {
font-size: 21px;
line-height: 27px;
}
.social-wrapper-1 {
    position: relative;
    height: 240px;
    width: 570px;
    margin: 20px auto 60px;
}
.social-wrapper-3-right {
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 8px;
    margin-top: 0;
}
.social-email-signup-cursor {
    display: none;
}
.watch-trailer-wrapper {
    position: absolute;
    top: 0;
    display: block;
    left: 10px;
}
.social-wrapper-4 {
    position: absolute;
    top: 0;
    display: block;
    right: 40px;
    margin: 14px 0 0 0;
}
}
@media (max-width: 1130px) {
	.corner-tag-wrapper {
		display:none;
	}
}
@media (max-width:1080px) {
.description-wrapper-2 {
	width: 100%;
}
.blog-wrapper-2 {
	width: 100%;
}
.menu-wrapper-2 {
	width: 95%;
}
.menu-wrapper-3 {
	width: 510px;
}
.menu-link-1, .menu-link-2, .menu-link-3, .menu-link-4 {
	font-size: 24px;
}
}

@media (max-width:1040px) {

.blog-wrapper-right, .blog-devblog-mobile {
    min-width: 350px;
    max-width: 350px;
}
.blog-type-title {
    font-size: 44px;
}
}

@media (max-width:1015px) {
.blog-type-title {
    font-size: 54px;
}
.blog-wrapper-center {
    display: block;
    max-width: inherit;
    width: 800px;
    margin: 0 auto;
}
.blog-wrapper-right{
    display: block;
    width: 800px;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto;
    border-left: 0;
	
	 border-top: 4px dashed rgb(66, 116, 47);
    margin-top: 0px;
    padding-top: 30px;
}
.blog-howto-mobile {
    float: left;
    display: inline-block;
    width: 43%;
}
.blog-devblog-mobile {
    float: right;
    display: inline-block;
    width: 43%;
}
.blog-wrapper-right .blog-type-title {
    margin-top: 0px !important;
	border:none;
}
.blog-howto-mobile .blog-post, .blog-devblog-mobile .blog-post {
    padding-left: 10px;
    margin: 0;
}
}
@media (max-width:886px) {
.parallax-1 {
	display: none;
}
.parallax-2 {
	display: block;
}
}

@media (max-width: 768px) {
.footer-slider {
	display: block;
	float: none;
	margin: 30px auto
}
.footer-slider-small {
	display: none;
}
.footer-description {
	margin: 0px 30px;
	text-align: center;
}
}

@media (max-width: 550px) {
.blog-footer {
	background: url(../../../../../images/picturethis/media-footer-bg.png);
	background-position-y: 150px;
}
.blog-footer-bg {
	display: none !important;
}
}

@media (max-width: 420px) {
.footer-slider {
	display: none;
}
.footer-slider-small {
	display: block;
	float: none;
	margin: 0 auto 20px;
}
.footer-description {
	margin: 0px 5px;
}
.blog-footer h3 {
	font-size: 28px;
}
}

/*****************************
         MAX / MIN
******************************/
@media (min-width: 768px) {
.footer-description {
	text-align: center;
}
}

@media (min-width: 992px) {
.footer-slider {
	display: block;
}
.footer-slider-small {
	display: none;
}
.footer-description {
	text-align: justify;
}
}

@media (min-width: 1446px) {
.container {
	width: 1350px;
}
.footer-logo {
	display: block;
}
.footer-slider {
	float: right;
	margin: 0 30px;
}
}

@media (min-width: 1718px) {
.container {
	width: 1700px;
}
}