.headerTop .siteBtn {
	float: left;
	font-size: 20px;
	line-height: 1em;
	font-family: "proxima-nova-condensed",sans-serif;
	padding-left: 15px;
}
.headerTop .siteBtn span {
	display: inline-block;
	background: #fcf9f4;
	border: 1px solid #f4ecdc;
	line-height: 1em;
	border-radius: 25px;
	padding: 10px 23px 6px;
	color: #1b864c;
}
header .headerBottom .bottomLeftBox a.house {
		background-image: url(../gfx/icon.house.png);
		margin-right: 0;
		display: inline-block;
		background-repeat: no-repeat;
		padding-right: 50px;
		background-position:  160px center;
		background-size: contain;
	}
@media only screen and (max-width : 1000px) {
	.headerTop .siteBtn {
		float: none;
		text-align: center;
		margin-top: 50px;

	}
	.headerTop .siteBtn span {
		display: block;
		background: #fcf9f4;
		border: 1px solid #f4ecdc;
		line-height: 1em;
		border-radius: 25px;
		padding: 10px 23px 6px;
		color: #1b864c;
		float: right;
	}
}
@media only screen and (max-width : 765px) {
	.headerTop .siteBtn {
		float: none;
		text-align: center;
		margin-top: 25px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.headerTop .siteBtn span {
		display: block;
		background: #fcf9f4;
		border: 1px solid #f4ecdc;
		line-height: 1em;
		border-radius: 25px;
		padding: 10px 10px 6px;
		color: #1b864c;
		float: none;
	}
}
.pageHeadingContainer h1 {
	padding-right: 31%;
}
header .headerBottom {
	background: #f4ecdc;
}
header .headerBottom .bottomLeftBox .menuTrigger {
	background-color: #1b864c;
}
header .headerBottom .bottomRightBox a {
	background-image: url(../gfx/icon.house.png);
	margin-right: 0;
}

header .headerBottom .megamenuContainer .wrap {
	background: #f4ecdc;
}

.megamenuContainer .tabContent .navigation li{
	margin-bottom: 28px !important;
}
/* for webkir browsers to align column-count li-s nicely */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.megamenuContainer .tabContent:nth-child(2) .navigation li:nth-child(6){
		margin-bottom: 0px !important;
	}
}
.megamenuContainer .tabs {
	background: #1b864c;
}
.megamenuContainer .tabs li {
	border-bottom: 1px solid #eadbbc;
}
.megamenuContainer .tabs li.active {
	border-bottom: 1px solid #f4ecdc;
}
.megamenuContainer .tabs li.active a {
	background: #f4ecdc;
}
.megamenuContainer .navigation li {
	border: 1px solid #eadbbc;
}
.pageHeadingContainer.forumHeadingContainer {
	height: auto;
}
.pageHeadingContainer.forumHeadingContainer .bg {
	padding-top: 30px;
}
.pageHeadingContainer.forumHeadingContainer h1 {
	margin-bottom: 20px;
}
.frontTopContainer {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 430px;
	display: table;
	width: 100%;
}
.frontTopContainer .cell {
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
}
.frontTopContainer .wrap {
	font-size: 0;
	padding: 0;
}
.frontTopContainer .box {
	display: inline-block;
	width: 500px;
	box-sizing: border-box;
	padding: 38px;
	background: #fff;
}
.frontTopContainer .box h2 {
	font-size: 52px;
	font-weight: normal;
	font-family: "proxima-nova-condensed",sans-serif;
	margin-bottom: 30px;
}
.frontTopContainer .box a {
	display: block;
	line-height: 1em;
	color: #526068;
	border: 2px solid #f0e4ce;
	padding: 11px 45px 11px 26px;
	text-decoration: none;
	background: url(../gfx/arrow.right.dark.medium.png) right 30px center no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	font-size: 20px;
	border-radius: 30px;
}
.frontTopContainer .box a:hover {
	background-position: right 26px center;
}
.frontTopContainer .greenBtn {
	display: inline-block;
	vertical-align: bottom;
	padding: 0px 25px;
	background: #1b864c;
}
.frontTopContainer .greenBtn a {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 1em;
	font-weight: 600;
	padding-right: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #1b864c url(../gfx/icon.book.white.png) right 0px center no-repeat;
	text-decoration: none;
}

.frontTopContainer .greenBtn a:hover {
	text-decoration: underline;
}
@media only screen and (max-width : 1000px) {
	.frontTopContainer .box {
		width: 50%;
		padding: 20px 15px;
		box-sizing: border-box;
	}
	.frontTopContainer .box h2 {
		font-size: calc(30px + 1vw);
	}
	.frontTopContainer .box a {
		font-size: 18px;
	}
	.frontTopContainer .greenBtn {
		width: 100%;
	}
	.frontTopContainer .greenBtn a {
		padding: 15px 80px 15px 20px;
		font-size: 18px;
		background-position: right 60px center;
	}
}
@media only screen and (max-width : 760px) {
	.frontTopContainer .box {
		width: 100%;
		display: block;
	}
	.frontTopContainer .greenBtn {
		display: block;
		width: 100%;
	}
}
.frontBtns {
	background: #fff;
}
.frontBtns .wrap {
	font-size: 0;
	padding: 50px 0;
}
.frontBtns a {
	display: inline-block;
	font-size: 24px;
	color: #526068;
	width: 32%;
	margin: 0 2% 0 0;
	border: 2px solid #f0e4ce;
	line-height: 1em;
	text-align: center;
	box-sizing: border-box;
	border-radius: 35px;
}
.frontBtns a:last-child {
	margin: 0;
}
.frontBtns a span {
	display: inline-block;
	padding: 20px 42px 20px 0;
	background: url(../gfx/arrow.right.grey.medium.png) 98% center no-repeat;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.frontBtns a:hover span {
	background-position: 100% center;
}
@media only screen and (max-width : 1000px) {
	.frontBtns .wrap {
		padding: 30px 20px;
		box-sizing: border-box;
	}
	.frontBtns a {
		font-size: 18px;
	}
	header .headerBottom .bottomLeftBox a.house {
		background-image: url(../gfx/icon.house.png);
		margin-right: 0;
		background-repeat: no-repeat;
		padding-right: 50px;
		background-position:  130px center;
		background-size: contain;
	}
}
@media only screen and (max-width : 760px) {
	.frontBtns a {
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
		font-size: 18px;
	}
}
@media only screen and (max-width : 550px) {
	header .headerBottom .bottomLeftBox a.house {
		background-image: url(../gfx/icon.house.png);
		margin-right: 0;
		background-repeat: no-repeat;
		padding-right: 50px;
		background-position:  130px center;
		background-size: contain;
	}
	header .headerBottom .bottomLeftBox a.cart {
		margin-left: 180px;
	}
	.frontBtns a {
		font-size: 14px;
	}
	.frontBtns a span {
		padding: 20px 30px 20px 0;
	}
}
@media only screen and (max-width : 450px) {
	header .headerBottom .bottomLeftBox a.cart {
		margin-left: 137px;
	}
}

@media only screen and (max-width : 330px) {
	header .headerBottom .bottomLeftBox a.house {
		background-image: url(../gfx/icon.house.png);
		margin-right: 0;
		float: right;
		background-repeat: no-repeat;
		padding-right: 50px;
		background-position:  130px center;
		background-size: contain;
	}
	header .headerBottom .bottomLeftBox a.house {
    margin: 15px -5px 0 0;
	}
}
.frontVideoContainer {
	background: #f4ebdb;
	padding-bottom: 60px;
}
.frontVideoContainer h2 {
	font-size: 60px;
	text-align: center;
	color: #000;
	font-weight: normal;
	line-height: 1em;
	font-family: "proxima-nova-condensed",sans-serif;
	padding: 70px 0 40px;
}
.boxList.media.video .image .bg {
	background-image: url(../gfx/icon.play.green.png);
}
.boxList.media li .title {
	color: #1b864c;
}
.frontQuoteContainer {
	text-align: center;
	padding: 60px 0;
}
.frontQuoteContainer h2 {
	font-size: calc(28px + 1vw);
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 300;
	padding: 0 20%;
	font-style: italic;
	margin-bottom: 30px;
	line-height: 1.2em;
}
.frontQuoteContainer .author {
	font-size: 20px;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.6);
}
article ul.downloads li a {
	 background: url(../gfx/icon.download.green.png) no-repeat 16px center;
	color: #1b864c;
}
.forum {
	border-top: 1px solid #dbd4c6;
	margin-bottom: 50px;
}
.forum .row {
	display: table;
	width: 100%;
	background: #f8f4ea;
	border-left: 1px solid #dbd4c6;
	border-right: 1px solid #dbd4c6;
	border-bottom: 1px solid #dbd4c6;
	box-sizing: border-box;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.forum .row:nth-child(odd) {
	background: #f4ecdc;
}
.forum .row:hover:hover {
	background: #fff;
}
.forum .row .cell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 30px 1.5%;
	box-sizing: border-box;
	color: #526068;
}
.forum .row .cell a {
	color: #526068;
}
.forum .row:hover .cell a {
	color: #526068;
	text-decoration: none;
}
.forum .row .leftCell {
	width: 65%;
	border-right: 1px solid #dce9ec;

}
.forum .row .leftCell .details {
	font-size: 0;
}
.forum .row .leftCell .archived {
	margin-top: 5px;
}
.forum .row  .details span {
	display: inline-block;
	font-size: 14px;
	margin: 0 10px 0 0;
	line-height: 1em;
}
.forum .row  .details span.date {
	background: url(../gfx/icon.calendar.png) 0 center no-repeat;
	padding: 0 0 0 16px;
}
.forum .row .details span.time {
	background: url(../gfx/icon.clock.png) 0 center no-repeat;
	padding: 0 0 0 16px;
}
.forum .row .leftCell .title {
	font-size: 34px;
	display: inline-block;
	position: relative;
	line-height: 1em;
	color: #000000;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 500;
	padding-bottom: 8px;
}
.forum .row.highlighted .leftCell .title {
	color: #1b864c;
	font-weight: 700;
}
.forum .row .leftCell .title span.counter {
	position: absolute;
	right: -40px;
	top: -4px;
	display: block;
	background: #2396af;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding-top: 9px;
	line-height: 1em;
}
.forum .row .centerCell {
	width: 22%;
	border-right: 1px solid #dce9ec;
}
.forum .row .rightCell {
	width: 13%;
	text-align: center;
	font-size: 14px;
	position: relative;
}
.forum .row .count .bubble {
	display: table;
	background: url(../gfx/icon.bubble.png) 0 0 no-repeat;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 0 0 0;
	text-align: center;
	width: 57px;
	height: 53px;
	line-height: 1em;
	margin: 0 auto;
	font-weight: 600;
}
.forum .row .count .bubble.newPosts {
	background: url(../gfx/icon.bubble.green.png) 0 0 no-repeat;
}
.forum .row .count .bubble .innerCell {
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding-bottom: 5px;
}
.forum .row .count .bubble span {
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	padding: 0;
	display: block;
}
@media only screen and (max-width : 640px) {
	.forum .row .cell {
		display: block;
		width: 100% !important;
		border-bottom: 1px solid #dce9ec;
		padding: 20px;
		border-right: none;
	}
	.forum .row .leftCell .title {
		font-size: 28px;
	}
	.forum .row .rightCell {
		text-align: left;
		border-bottom: none;
	}
	.forum .row .count span {
		margin: 0;
	}
}
.commentBlock {
	border-top: 1px solid #dbd4c6;
}
.commentBlock h2 {
	background: url(../gfx/content.heading.bg.png) 0 100% no-repeat;
	line-height: 1em;
	padding: 0 0 10px 0;
	font-size: 46px;
	font-weight: normal;
	color: #2396af;
}
.commentBlock .commentList {
	margin-bottom: 80px;
}
.commentBlock .commentList li {
	display: table;
	width: 100%;
	background: #f4ecdc;
	border-left: 1px solid #dbd4c6;
	border-bottom: 1px solid #dbd4c6;
	border-right: 1px solid #dbd4c6;
	box-sizing: border-box;
}
.commentBlock .commentList li:nth-child(2n) {
	border-top: 1px solid #dbd4c6;
}
.commentBlock .commentList li:nth-child(even) {
	background: #f8f4ea;
}
.commentBlock .leftCell {
	display: table-cell;
	width: 27%;
	vertical-align: top;
	text-align: center;
	padding: 0 0 20px;
	box-sizing: border-box;
	border-right: 1px solid #dbd4c6;
}
.commentBlock .leftCell .image img {
	width: 100%;
}
.commentBlock .leftCell .user {
	color: #000000;
	font-family: "proxima-nova-condensed",sans-serif;
	font-weight: 500;
	line-height: 1em;
	margin: 11px 0 17px;
	font-size: 34px;
}
.commentBlock .leftCell .details {
	font-size: 0;
}
.commentBlock .leftCell .details span {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
}
.commentBlock .leftCell .details span.date {
	background: url(../gfx/icon.calendar.png) 0 center no-repeat;
	padding: 0 0 0 17px;
	margin-right: 14px;
}
.commentBlock .leftCell .details span.time {
	background: url(../gfx/icon.clock.png) 0 center no-repeat;
	padding: 0 0 0 17px;
}
.commentBlock li.you .details span.date {
	background: url(../gfx/icon.calendar.png) 0 center no-repeat;
}
.commentBlock li.you .details span.time {
	background: url(../gfx/icon.clock.png) 0 center no-repeat;
}
.commentBlock .rightCell {
	display: table-cell;
	width: 73%;
	vertical-align: top;
	font-size: 18px;
	box-sizing: border-box;
	padding: 45px 6%;
	position: relative;
}
.commentBlock .rightCell.widthBtns {
	padding: 100px 6% 45px;
}
.commentBlock .rightCell form textarea.tinymce4.editpost {
	width: 73%;
	display: none;
}
.commentBlock .rightCell .btns {
	position: absolute;
	left: 0;
	top: 0;
	background: #dbd4c6;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 8%;
	font-size: 0;
}
.commentBlock .rightCell .btns a {
	font-size: 18px;
	display: inline-block;
	color: #526068;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	line-height: 1em;
	margin-right: 10px;
	padding: 10px 58px 10px 24px;
	border-radius: 25px;
	background-position: right 23px center;
	background-repeat: no-repeat;
	text-decoration: none;
}
.commentBlock .rightCell .btns a.edit {
	background-image: url(../gfx/icon.edit.png);
}
.commentBlock .rightCell .btns a.save {
	background-image: url(../gfx/icon.save.png);
}
.commentBlock .rightCell .btns a.delete {
	background-image: url(../gfx/icon.x.grey.png);
}
.commentBlock li.featured .rightCell {
	background: #fff;
}
@media only screen and (max-width : 760px) {
	.commentBlock .leftCell .user {
		font-size: 26px;
	}
}
@media only screen and (max-width : 600px) {
	.commentBlock .leftCell {
		display: block;
		width: 100%;
		background: none;
		border-right: none;
		border-bottom: 1px solid #dce9ec;
	}
	.commentBlock .rightCell {
		width: 100%;
		display: block;
	}

	.commentBlock li.featured .leftCell {
		background: none;
		border-right: none;
	}
}
ul.boxList.forumList {
	padding: 40px 0 0 0;
}
.boxList.forumList li {

	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.boxList.forumList li:nth-child(4n+4) {
	margin: 0 0 27px;
}
.boxList.forumList li .bubble {
	float: right;
	color: #fff;
	background-image: url(../gfx/icon.bubble.green.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 36px;
	height: 34px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	font-size: 18px;
	padding-top: 6px;
	margin-left: 10px;
}
.boxList.forumList li .title {
	color: #000;
}
.boxList.forumList li .details {
	padding: 20px 8%;
}
.loginContainer {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	text-align: center;
}
.forumRegisterContainer .loginContainer:not(.open) {
	display: none;
}
.loginContainer .fbLogin {
	padding:  50px 0;
	border-bottom: 1px solid #eaeaea;
}
.loginContainer .fbLogin a {
	display: inline-block;
	background-color: #3a5897;
	background-image: url(../gfx/icon.facebook.white.png);
	background-position: right 13px center;
	background-repeat: no-repeat;
	padding: 16px 78px 13px 33px;
	border-radius: 3px;
	color: #fff;
	line-height: 1em;
	font-family: "proxima-nova-condensed",sans-serif;
	font-size: 24px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.loginContainer .fbLogin a:hover {
	text-decoration: none;
	background-color: #4765a4;
}
@media only screen and (max-width : 760px) {
	.loginContainer .fbLogin a {
		font-size: 20px;
		padding: 16px 60px 13px 20px;
	}
}
.loginContainer .accountLogin {
	padding: 40px 0;
	background: #fcfcfc;
}
.loginContainer .accountLogin .loginAfterReset{
	display: none;
}
.loginContainer h2 {
	font-family: "proxima-nova-condensed",sans-serif;
	font-size: 34px;
	font-weight: 400;
	color: #000;
	margin-bottom: 34px;
}
.loginContainer .row {
	margin-bottom: 14px;
}
.loginContainer .row input {
	width: 50%;
	background: #fff;
	border: 1px solid #e3e3e3;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 10px;
	border-radius: 20px;
	color: #000;
	text-align: center;
}
@media only screen and (max-width : 760px) {
	.loginContainer .row input {
		width: 80%;
	}
}
.loginContainer button {
	background-color: #526068;
	background-image: url(../gfx/arrow.right.white.medium.png);
	background-position: right 19px center;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 1em;
	padding: 0 39px 0 28px;
	border: 0;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
	height: 36px;
	font-size: 18px;
	font-weight: 300;
	border-radius: 18px;
	cursor: pointer;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.loginContainer button:hover {
	background-position: right 15px center;
}
.loginContainer .registerBox {
	font-size: 16px;
	font-weight: 100;
	padding: 30px 0;
	border-top: 1px solid #eaeaea;
}
.loginContainer .registerBox a {
	color: #1b864c;
	text-decoration: underline;
	padding-left: 15px;
}
.loginContainer .row.forgotPass{
	border-top: 1px solid #eaeaea;
	padding: 20px;
	display: none;
}
.rightbar .threads .newsList li {
	padding: 15px 7.5% 10px;
}
.rightbar .threads .newsList li .title {
	margin-bottom: 0;
}
.rightbar .newsList li.active .title {
	color: #1b864c;
}
.rightbar ul.list {
	margin-bottom: 40px;
}
.rightbar ul.list li {
	border-bottom: 1px solid #e4e4e4;
}
.rightbar ul.list li a {
	display: block;
	background: url(../gfx/arrow.down.black.medium.png) 20px center no-repeat;
	padding: 20px 0 20px 50px;
	color: #000;
	line-height: 1em;
}
.rightbar ul.list li.active a {
	font-weight: 600;
}
.rightbar ul.list li.pdf a {
	background: url(../gfx/icon.pdf.png) 13px center no-repeat;
}
.rightbar .ctaBtn a {
	background-color: #1b864c;
}
