body {
	background-color: #ffffff;
	/*background: #79926a;*/
	min-width: 960px;
    /*width: 96%;*/
	margin: 0;
/*    font-family:  "Times New Roman", Times, serif;	*/
    
/*    font-family:  "Gothamhtf, sans-serif;*/
    
    font-family: 'Raleway', sans-serif;
    
    
}


a {
	color: #42C662;
	
/*	font-family: proxima-nova;*/
	font-weight: 400;
	font-style: normal;
	/*font-size: 16px;*/
	letter-spacing: 0em;
	/*text-transform: capitalize;	*/
		
	text-decoration: none;
	/*text-decoration: underline;*/
}

a:hover {
	color: #42C662;
	
	/*#000000;*/
	/*text-decoration: underline;*/
}


img {
	display: block;
	border: none;
	background: none;
}
/** box-shadow **/
.box {
	background-color: #e7e7e7; /* Needed for IE */
	display: inline-block;
	-moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	-webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShdow=true, ShadowOpacity=0.80);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.box > img {
	display: block;
	position: relative; /* This protects the inner element from being blurred */
}
.clearfix {
/*
	width: 960px;
*/ 
 
/*	width: 96%;*/
 
	margin: 0 auto;

}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}
/*------------ Sprites ------------*/
.more, .subscribe, input[type='submit'] {
	background: url(../images/interface.png) no-repeat;
}
.phone, .mail, .home, .fax, #footnote .connect a {
	background: url(../images/icons.png) no-repeat;
}
.frame1, .frame2, .frame3, .frame4, .frame5, .news > li {
	background: url(../images/frames.png) no-repeat;
}
.more, .subscribe, input[type='submit'] {
	background-position: -107px 0;
	color: #fff;
	display: inline-block;
/*	font: 12px/28px Arial, Helvetica, sans-serif; */
	height: 28px;
	width: 97px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 0;
}
.subscribe, input[type='submit'] {
	background-position: -222px -38px;
	height: 38px;
	line-height: 38px;
	width: 212px;
}
.subscribe:hover, input[type='submit']:hover {
	background-position: 0 -38px;
}
.home, .phone, .mail, .fax {
	background-position: 0 1px;
	padding-left: 24px;
}
.phone {
	background-position: 0 -26px;
}
.fax {
	background-position: 0 -54px;
}
.mail {
	background-position: 0 -82px;
}
.frame1 {
	background-position: -117px 0;
	height: 150px;
	width: 203px;
	margin: 0 auto 6px;
	padding: 8px 7px 0;
	text-align: center;
}
.frame2 {
	background-position: 0 -517px;
	height: 316px;
	width: 924px;
	margin: 0 auto 18px;
	padding: 6px 7px 0;
	text-align: center;
}
.frame3 {
	background-position: -344px 0;
	height: 221px;
	width: 586px;
	margin: 0 auto 6px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame4 {
	background-position: 0 0;
	height: 108px;
	width: 93px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame5 {
	background-position: -610px -238px;
	height: 220px;
	width: 268px;
	padding: 7px 6px 0;
	text-align: center;
}
/*------------ HEADER ------------*/
#header {
	background: #ffffff;
	/*background: #79926a;	*/
	/*padding: 0px 0 0px 0px;*/
	border-bottom: 1px solid #ccc;	
	/*max-width: 1750px;	*/
    /*width: 100%;*/
    /*width: 96%;*/
    margin: 0 auto;    
    height: auto;    
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 10; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
	right: 0;    
    overflow-x: hidden; /* Disable horizontal scroll */	
    overflow-y: hidden; /* Disable vertical scroll */	
/*    
	-webkit-backface-visibility: hidden;    
*/    
}



/** logo **/
.logo {
	float: left;
	display: inline-block;
	padding-right:20px;
	padding-left:50px;
}
/** navigation **/
.navigation {
	float: right;
	list-style: none;
	margin: 60px 10px 2px 0;
	padding: 0;
}
.navigation li {
	float: left;
	margin-left: 30px;
	position: relative;
}
.navigation li > a {
	color: #444;
	
/*	font-family: proxima-nova;*/
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0em;
	text-transform: capitalize;	
		
	text-decoration: none;
	/*text-decoration: underline;*/
}
.navigation li.active > a, .navigation li > a:hover {
	color: #42C662;
	
	/*#000000;*/
	/*text-decoration: underline;*/
}
.navigation li > div {
	background-color: #ffffff;
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}
.navigation li:hover > div {
	display: block;
}
.navigation li > div a {
	color: #444;
/*	font-family: proxima-nova;*/
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0em;
	text-transform: capitalize;	
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	/*text-decoration: underline;*/
}
.navigation li > div a:hover {
	color: #337ab7;
	/*text-decoration: underline;*/
}
/*------------ CONTENTS ------------*/
.contents {
	padding-bottom: 24px;
	/*background-image: url("../images/orchard_apples.jpg");*/
	
	max-width: 960px; 
	margin: auto;	
	
}
.contents > div.clearfix:first-child {

	width: 960px;

/*
	padding: 30px 10px 0;
*/ 
}

/*
.contents img {
	border: 1px solid rgba(231, 231, 231, 0.8);
}
* /
 
h1 {
	/*color: #57614e;*/
	/*color: #000000;*/
	color: #34445B;
/*	font-family:  "Times New Roman", Times, serif;*/
	font-weight: 400;
	font-style: normal;
	font-size: 30px;	
	margin: 0 0 12px;
	/*text-transform: uppercase;*/
}
h2 {
	color: #000000;
/*	font: 19px/24px "Times New Roman", Times, serif;*/
/*	letter-spacing: 2px;*/
	margin: 0;
/*	text-transform: uppercase;*/
}
p {
	color: #4e5944;
/*	font: 14px/24px Arial, Helvetica, sans-serif;*/
/*	
	font-family: Times, "Times New Roman", serif;
*/	
	font-weight: 400;
	font-style: normal;	
	font-size: 14/24px;	
	
	margin: 0 0 24px;
	line-height:1.3;
}
p a {
	color: #626262;
}
p a:hover {
	color: #333333;
}






/** Adbox **/
.adbox {
	#background: url(../images/bg-adbox.png) no-repeat center bottom;
	/*border-bottom: 1px solid #fff;*/
	padding-top: 0px;
}
.adbox > div {
/*
	background-color: #e9e9e9;
*/ 
/*	background-color: #ffffff;	*/

/*	width: 960px;*/

/*	border: 1px solid #fff;*/
	margin: 0 auto;
	position: relative;
}
.adbox > div img {
	float: right;
}
.adbox .detail {
/*	font-family: Times, "Times New Roman", serif;*/
	font-weight: 400;
	font-style: normal;
	height: 185px;
	line-height: 40px;
	width: 550px;
	text-align: left;
	position: absolute;
	/*left: 10px;*/
	top: 20px;
}
.adbox .detail h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}

.adbox .detail h2 {
	padding-top:15px;
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}


.adbox .detail p {
	color: #4e5944;
/*	font: 20px/40px "Times New Roman", Times, serif;*/
	margin: 0;
	font-size: 20px;
}


.adbox .detail li {
	color: #4e5944;
/*	font: 20px/35px "Times New Roman", Times, serif;*/
	margin: 0;
	text-align: left;	
	font-size: 20px;	
}


.adbox .photo-container {

    /*max-width: 752px;*/
    /*width: 500px;*/
 
    height: auto;
    border-radius: 0px;
    border-top: 0px solid #ffffff;
    background: #ffffff;
    display: block;
    padding-top:10px;
    padding-top:10px;
    
    padding-left:600px;    
 
/*
    margin-left:600px;      
*/
    font-size:0;
   
}

.inner-square {
    background: #cccccc;
    
    width: calc(95% - 8px);
 
    height: calc(50% - 8px);
/*    
    margin: 5px;    
*/ 
/*
    display:inline-block;
*/ 
}
.inner-square:nth-child(even) {
    margin-left:0;
}
.inner-square:nth-child(n+2) {
    margin-top:0;
}




.highlight {
/*
	background: #eee url(../images/bg-highlight.jpg) repeat-x left bottom;
*/ 
	border-bottom: 1px solid #fff;
}
.highlight .clearfix {
/*	width:960px; */
	border: 1px solid #fff; 
	margin: 0 auto; 
	position: relative;
}

.highlight h1 {
/*
	font-size: 25px;
	line-height: 36px;

	text-transform: none;
*/	

	padding: 12px 0 5px;	
    color: #000000;
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    text-transform: none;	
}
.highlight h2 {
	color: #000000;
	margin-bottom: 15px;
	font-weight: normal;
}

/*
.testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section {
	background-image: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-y;
}
*/

.testimonial {
	float: right;
	width: 260px;
	margin-left: 20px;
	padding: 24px 20px;
	height: 500px;
	/*padding-left:900px;*/
}
.testimonial > span {
	color: #626262;
	display: block;
/*	font: 14px/24px Arial, Helvetica, sans-serif;*/
	text-align: right;
}


.whychoosemashr {
	width: 730px;
	background-image: url(../images/border.png);
	background-position: right top;
	background-repeat: repeat-y;
	color: #4e5944;	
}


.featured {
	padding: 30px 0;
}

.featured .clearfix {
	width: 960px;
	margin: 0 auto;
}


.featured > h2 {
	color: #728063;
	width: 940px;
	margin: 0 auto 24px;
	padding: 0 10px;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.featured li p {
	padding-left: 4px;
}
.featured li p b {
	display: block;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}
.main {
	float: left;
	min-height: 960px;
	width: 600px;
	padding: 0 0 0 32px;
}
.main h1 {
	margin-bottom: 18px;
}
.main h2 {
	margin-bottom: 12px;
}
.main h1 + h2 {
	margin: 0;
}
.main h1 + div.frame3 {
	margin-top: 36px;
}
.main > .section {
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 600px;
	margin-bottom: 16px;
	margin-left: -28px;
	padding-left: 30px;
}
.main > .last-child, .sidebar ul li.last-child {
	background: none;
}
.main > .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main > .section ul li {
	display: inline-block;
	margin: 0 0 24px;
}
.main > .section ul li .frame4 {
	float: left;
	margin-bottom: 1px;
	margin-right: 20px;
}
.main > .section ul li p {
	margin: 6px 0 0;
}
.main > .section ul li p b {
	display: block;
	text-transform: uppercase;
}
.practices {
	list-style: none;
	display: inline-block;
	width: 640px;
	margin: 0 0 0 -20px;
	padding: 0;
}
.practices li {
	float: left;
	margin: 0 20px 36px;
	position: relative;
}
.practices li a {
	text-decoration: none;
}
.practices li a span {
	background-color: #696969;
	color: #e2e2e2;
	display: block;
/*	font: 19px/46px "Times New Roman", Times, serif;*/
	height: 46px;
	width: 265px;
	text-transform: uppercase;
	position: absolute;
	bottom: 21px;
	left: 8px;
	*left: 6px;
}
.practices li a:hover span {
	background-color: #393939;
}
.sidebar {
	float: left;
	width: 290px;
	padding-right: 18px;
}
.sidebar > div {
	margin: 0 0 30px;
}
.sidebar > div h2 {
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 6px;
	padding-bottom: 18px;
}
.sidebar > div:first-child h2 {
	margin-bottom: 0;
	margin-top: 6px;
}
.sidebar > div p {
	margin: 0;
	padding-bottom: 24px;
	padding-right: 30px;
}
.sidebar > div p span {
	display: block;
	text-align: right;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 36px;
	width: 280px;
	padding: 6px 0 10px 10px;
}
.sidebar ul li > a span.box {
	float: left;
	margin-right: 20px;
}
.sidebar ul li a {
	color: #755c02;
/*	font: 13px/24px Arial, Helvetica, sans-serif;*/
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: #728063;
}
.sidebar ul li img.box {
	float: left;
	margin: 4px 20px 12px 0;
}
.sidebar .contact li {
	background: none;
	padding-left: 0;
}
.sidebar .contact li p {
	padding: 0  0 0 30px;
}
.sidebar .contact li p span.home {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: -30px;
	padding: 0;
}
.sidebar .contact li p em {
	display: block;
	font-size: 19px;
	font-style: normal;
}
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news > li {
	background-position: 0 -238px;
	display: inline-block;
	height: 269px;
	width: 578px;
	margin-bottom: 12px;
	padding: 6px 22px 0 6px;
}
.news > li .box {
	float: left;
	margin-right: 20px;
}
.news > li p.info, .details p.info {
	font-size: 11px;
	margin: 0;
	padding-top: 24px;
}
.author {
	color: #755c02;
}
.news > li h2, .details h2 {
	color: #728063;
	letter-spacing: 0;
	margin-bottom: 24px;
}
.news > li .more {
	float: right;
}
.images {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-right: 10px;
}
.contents .images img.box {
	border: 5px solid #fff;
}
.details {
	float: left;
	width: 360px;
}
.details p.info {
	padding-top: 0;
}
.message label {
	color: #626262;
	display: block;
/*	font: 13px/24px Arial, Helvetica, sans-serif;*/
}
.message input[type='text'] {
	height: 24px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
}
.message textarea {
	height: 110px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	cursor: pointer;
	border: none;
}




.small-note {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
}




/*------------------------*/


.featurebox {

	border-bottom: 1px solid #fff;
	padding-top: 0px;
}
.featurebox > div {
	background-color: #ffffff;	

/*	width: 960px;*/

	border: 1px solid #fff;

	position: relative;
}

.featurebox > div img {
/*	float: right;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}
 
.featurebox .detail {
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	top: 20px;
	color: #000000;	
}
.featurebox .detail h1 {
	color: #34445B;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}
.featurebox .detail p {
	color: #4e5944;
	margin: 0;
	font-size: 20px;
}


.featurebox .detail li {
	color: #4e5944;
	margin: 0;
	text-align: left;	
	font-size: 20px;	
}



.featurebox .detail .feature-table {
	width: 100%;
	max-width: 1000px; 
	margin: auto;
}

.feature-table tr td {
	width: 33%;
	vertical-align: text-top;	
}

.feature-table tr td table {
	width:300px;
}


.feature-table tr td table tr:nth-child(1) td {
	width:280px;
}


.feature-table tr td table tr:nth-child(2) td {
	color: #34445B;
	padding-top:30px;
	font-size:20px;
	font-weight:400;
	width:280px;
}

.feature-table tr td table tr:nth-child(3) td {
	padding-top:20px;
	width:280px;
	text-align: left;
}





/*------------------------*/





.stafftemplatebox {

	border-bottom: 1px solid #fff;
	padding-top: 0px;
}
.stafftemplatebox > div {
	background-color: #ffffff;	

/*	width: 960px;*/

	border: 1px solid #fff;

	position: relative;
}

.stafftemplatebox > div img {
/*	float: right;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}
 
.stafftemplatebox .detail {
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	top: 20px;
}
.stafftemplatebox .detail h1 {
	color: #000000;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}
.stafftemplatebox .detail p {
	color: #4e5944;
	margin: 0;
	font-size: 20px;
}


.stafftemplatebox .detail li {
	color: #4e5944;
	margin: 0;
	text-align: left;	
	font-size: 20px;	
}



.stafftemplatebox .detail .stafftemplate-table {
	width: 100%;
}


.stafftemplate-table tr td {
	vertical-align: text-top;	
	padding-left: 10px;
	padding-right: 10px;
}


.stafftemplate-table tr td table {
	width:300px;
	padding-bottom: 50px;		
}


/*
.stafftemplate-table tr td table tr:nth-child(1) td {
	width:280px;
}
*/

.stafftemplate-table tr td table tr:nth-child(1) td {
	color: #34445B;
	padding-top:0px;
	font-size:20px;
	font-weight:400;
	width:280px;
}

.stafftemplate-table tr td table tr:nth-child(2) td {
	padding-top:10px;
	width:100px;
	text-align: left;
}

.stafftemplate-table tr td table tr:nth-child(2) td div img {
	height:150px;
}



.stafftemplate-table tr td table tr:nth-child(3) td {
	padding-left: 10px;
	padding-right: 10px;	
}

.stafftemplate-table tr td table tr:nth-child(3) td:nth-child(1) div {
	text-align: left;
	padding-top:0px; 
	font-size: 14px;
}

.stafftemplate-table tr td table tr:nth-child(3) td:nth-child(2) div {
	text-align: right;
	padding-top:0px; 
	font-size: 14px;
}





/*------------------------*/


.downloadbox {

	border-bottom: 1px solid #fff;
	padding-top: 0px;
}
.downloadbox > div {
	background-color: #ffffff;	

/*	width: 960px;*/

	border: 1px solid #fff;

	position: relative;
}

.downloadbox > div img {
/*	float: right;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}
 
.downloadbox .detail {
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	top: 20px;
}
.downloadbox .detail h1 {
    color: #34445B;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-transform: none;
}
.downloadbox .detail p {
	color: #4e5944;
	margin: 0;
	font-size: 20px;
}



.downloadbox .detail ul {
    -webkit-margin-before: 0em;
}


.downloadbox .detail li {
	color: #000000;
	margin: 0;
	text-align: left;	
}



.downloadbox .detail .download-table {
	width: 100%;
}


.download-table tr:nth-child(1) td {
	width:300px;
}


.download-table tr:nth-child(2) td {
	color: #34445B;
	padding-top:30px;
	font-size:20px;
	font-weight:400;
	width:300px;
}

.download-table tr:nth-child(3) td {
	padding-top:20px;
	width:300px;
	text-align: left;
}


/*
.download-table tr:nth-child(1) td {
	width: 33%;
	vertical-align: text-top;	
}


.download-table tr:nth-child(2) td {
	width: 66%;
	vertical-align: text-top;	
}




.download-table tr td:nth-child(1) table {
	width:300px;
}


.download-table tr td:nth-child(2) table {
	width:600px;
}




.download-table tr td table tr:nth-child(1) td {
	width:280px;
}


.download-table tr td table tr:nth-child(2) td {
	padding-top:30px;
	font-size:20px;
	font-weight:400;
	width:280px;
}

.download-table tr td table tr:nth-child(3) td {
	padding-top:20px;
	width:280px;
	text-align: left;
}
*/




/*------------------------*/



.pricingbox {

	border-bottom: 1px solid #fff;
	padding-top: 0px;
}
.pricingbox > div {
	background-color: #ffffff;	

/*	width: 960px;*/

	border: 1px solid #fff;

	position: relative;
}

.pricingbox > div img {
/*	float: right;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
	
}
 
.pricingbox .detail {
	font-weight: 400;
	font-style: normal;
	line-height: 20px;
	text-align: center;
	top: 20px;
}
.pricingbox .detail h1 {
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	text-transform: none;
    color: #34445B;
}
.pricingbox .detail p {
	color: #4e5944;
	margin: 0;
	font-size: 20px;
}



.pricingbox .detail ul {
    -webkit-margin-before: 0em;
}


.pricingbox .detail li {
	color: #000000;
	margin: 0;
	text-align: left;	
}



.pricingbox .detail .pricing-table {
	width: 100%;
}


.pricing-table tr:nth-child(1) td {
	width:300px;
}


.pricing-table tr:nth-child(2) td {
	color: #34445B;
	padding-top:30px;
	font-size:20px;
	font-weight:400;
	width:300px;
}

.pricing-table tr:nth-child(3) td {
	padding-top:20px;
	width:300px;
	text-align: left;
}





/*------------ FOOTER ------------*/



#footer {
	margin-top:100px;
	background: #79926a;
/*	background: #d9d9d9 url(../images/bg-footer.png) repeat-x left top;*/
/*	border-top: 2px solid #fff;*/
	height: 150px;
	width: 100% !important;
}



#footer .section {
	float: left;
	min-height: 146px;
	width: 259px;
	border-left: 1px solid #c2c2c2;
	padding: 30px;
	font-size: 12px;	
}
#footer .section h4 {
	color: #626262;
/*	font: bold 12px/24px Arial, Helvetica, sans-serif;*/
	margin: 0;
	text-transform: uppercase;
}
#footer .section p {
	font-size: 12px;
	margin: 0;	
}
#footer .section:first-child {
	border: 0;
}
#footer .contact p span {
	text-transform: uppercase;
}
#footnote {
	background: url(../images/bg-footnote.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	padding: 6px 0 3px;
}
#footnote p {
	color: #b5c1aa;
/*	font: 11px/30px Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}
#footnote .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
}
#footnote .connect a.facebook {
	background-position: 0 -112px;
}
#footnote .connect a.twitter {
	background-position: 0 -140px;
}
#footnote .connect a.googleplus {
	background-position: 0 -168px;
}
#footnote .connect a.pinterest {
	background-position: 0 -196px;
}



/*------------ slick carousel ------------*/



.slick-prev, .slick-next {
  top:350px !important;
}


/*
.slick-prev::before {
  background-color: #79926a;
}


.slick-next::before {
  background-color: #79926a;
}
*/

.slick-prev {
  z-index: 1 !important;
}


.main-carousel img {
/*
  height: -moz-calc(100% - (20px + 30px));
  height: -webkit-calc(100% - (20px + 30px));
  height: calc(100% + 200px);
  */ 
  height: 650px;
  width: auto;
  margin: 0 auto; 
}

.main-carousel .slick-prev, .slick-next {
  top:350px !important;
}





/*----------------------------------------*/

* {
    box-sizing: border-box;
}

.examples-column {
    float: left;
    padding: 10px;
}



/* Clear floats after the columns */
.examples-row:after {
    content: "";
    display: table;
    clear: both;
}


.examples-heading {
	font-size:20px;
	padding-bottom:30px;
	padding-top:20px;	
}






.menu-examples {
	float: left;
	/*list-style: none;*/
	margin: 120px 0 0;
	padding: 0;
	text-align: left;
}


.menu-examples li {
	/*float: left;*/
	padding-top:10px;
	margin-left: 0px;
	position: relative;
}



.menu-examples li > a {
	color: #666;
	font-weight: 400;
	font-style: normal;
    font-size:16px;
	letter-spacing: 0em;
	/*text-transform: capitalize;	*/
	text-decoration: none;
	/*text-decoration: underline;*/
}



.menu-examples li.active > a, .menu-examples li > a:hover {
	color: #000000;
	/*text-decoration: underline;*/
}
.menu-examples li > div {
	background-color: #ffffff;
	display: none;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 24px;
}



.menu-examples li:hover > div {
	display: block;
}
.menu-examples li > div a {
	color: #666;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0em;
	/*text-transform: capitalize;	*/
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	/*text-decoration: underline;*/
}
.menu-examples li > div a:hover {
	color: #337ab7;
	/*text-decoration: underline;*/
}




/*----------------------------------------*/




.features-matrix  table {
	text-align: center; 
	border-spacing:0px;
}

.features-matrix td {
	padding: 4px;
	background-color: #ffffff;
	vertical-align:text-top;
	font-size: 14px;
	border-bottom:1pt solid #ccc;
	border-left:1pt solid #ccc;  
 	border-right:1pt solid #ccc;  	
}

.features-matrix tr.header-row td {
  border-bottom:1pt solid black;
  border-left:1pt solid #ccc;  
  border-top:1pt solid #ccc;    
  border-right:1pt solid #ccc;    
}



/*----------------------------------------*/




dd { 
	display:none 
}

dt { 
    color: #000000;
	padding:4px; 
    padding-left: 20px;  
	cursor:pointer;
    margin: 0;
    text-align: left;
    font-size: 18px;
	display: list-item;    
    list-style-type: disc; 
    list-style-position: inside;    
}


dd.expanded-color {
	/*background-color: rgb(121,146,106);opacity:1.0;*/
	background-color: rgb(220,220,220);opacity:1.0;
}


/*----------------------------------------*/




.three-column {
	/*max-width: 1750px;	*/
	position:relative;
	top:55px;	
	text-align:center;
	
/*	max-width: 1200px; */
	margin: auto;
	
/*	width: 1915px;*/
/*    float: left;*/
/*	padding-top: 75px;*/
/*    padding: 10px;*/
}


.left {
/*
  width: 10%;
*/

  width: 200px;
  
  padding-top:40px;
  padding-left:40px;  

  height: 100%; /* Full-height: remove this if you want "auto" height */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 0; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
/*  
  -webkit-backface-visibility: hidden;    
*/
}



/* this column will be displayed below left column when width of screen less than 1403px */
.right {
/*
  width: 15%;
*/
  width: 200px;
  /*background: #ffffff;  */
  padding-bottom:125px;    
}

.middle {
  margin-left: 15%;
  /*background: #ffffff;*/
  width: 1050px;
  
/*  
  flex: 1;  
*/

  padding-left:10px;   
  padding-top:0px; 
  padding-bottom:125px;   
  
/*  
  overflow: auto;
  height: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;  
*/  
   
}


/* Remove the scrollbar on WebKit browsers*/
.left::-webkit-scrollbar,
.middle::-webkit-scrollbar,
.right::-webkit-scrollbar {
    display: none;
}




/* When the right column is populated use this */
.left-media-responsive {
  width: 10%;
  padding-top:0px;
  padding-left:40px;  
}

.right-media-responsive {
  width: 10%;
  padding-bottom:125px;   
}

.middle-media-responsive {
  width: 1050px;
  padding-bottom:125px;  
}



/* Clear floats after the columns */
.three-row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - */
@media screen and (max-width: 1350px) {

    .left {
        padding-top:30px; 
      
    }

    .middle {
        padding-top:0px; 
    }
}


/* Responsive layout - */
@media screen and (max-width: 1100px) {

    .left {
        padding-top:40px; 
   
    }

    .middle {
        padding-top:0px; 
    }
    
    
	.navigation {
		margin: 80px 10px 2px 0;
	}    
    
}


/* Responsive layout - */
/*
@media screen and (max-width: 1170px) {

    .left {
        padding-top:50px; 
      
    }

    .middle {
        padding-top:40px; 
    }
}
*/



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1900px) {

    .left-media-responsive {
        width: 1%;
    }
    
    .right-media-responsive {
		padding-left:30px;
    }    
        
}




/*----------------------------------------*/

.faq_detail {
	display:block;
	padding-top:5px;
	padding-bottom:15px;	
	padding-left:0px;
	line-height: 20px;
}

.faq_detail_indent {
	display:block;
	padding-top:5px;
	padding-bottom:15px;	
	padding-left:0px;
	line-height: 20px;
    padding-left: 3.5em;
    text-indent:-3.5em;
}


.faq_detail > img {
	float:none!important;
	margin-left:auto;
	margin-right:auto;
	width:65%
}

.faq_detail > a  > img {
	/*float:left!important;*/
	margin-left:auto;
	margin-right:auto;
}



.faq_detail li {
	font-size: 16px!important;	
}



/*----------------------------------------*/

.main-points-table {
	position:relative;
	top:80px;
}

.main-points-table table {
	margin: 0 auto; /* align (center) */
	border-collapse: separate; 
	border-spacing: 25px 5px;	
}


.main-points-table td {
	vertical-align: top;
	width: 150px;
	text-align:center;
}


.main-points-table td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*----------------------------------------*/

.main-examples-container {
	position:relative; 
	top:150px; 
	text-align:center;
	padding-bottom:200px;
}


.main-examples-container .heading {
	display: block; 
	padding-top:50px; 
	font-size: 1.1em; 
	text-align:center;
	padding-bottom:15px;
    color: #34445B;
    font-size: 20px;
    font-weight: 400;	
}


.main-examples-container .image-container {
	padding-top:20px; 
	text-align:center; 
	margin: 0 auto;
}

.main-examples-container .image-container img {
	display: inline;
}


.main-examples-container .video-container {
	background-image: url('../images/tablet_landscape_template_900x625.jpg'); 
	width:900px; 
	height:625px;	
	padding-top:0px; 
	text-align:center; 
	margin: 0 auto;
}

.main-examples-container .video-container video {
	display: inline;
	padding-top:43px;	
}



.main-examples-container .footer {
	display: block; 
	width: 800px;
	padding-top:10px; 
	font-size: 1em; 
	margin: 0 auto;
}

.main-examples-container .list li {
    /*background-image: url(../images/tick-green.jpg);*/
    background-repeat: no-repeat;
    background-position: top left;
    font-weight: normal;
    padding-left: 1.5em;
    margin-top: 1em;
    list-style: none;
	text-align:left;    
}		


.main-examples-container .list li:before {
    content: '✔';
    margin-left: -37px;
    margin-right: .5em;
    color: #79926a;
    font-weight: 800;
    font-size: 1.7em;
    vertical-align: text-top;
    line-height: 20px;
}

/*

https://stackoverflow.com/questions/43308508/li-before-content-different-color-on-some-mobile-devices 
content: "\2714 \fe0e";

@media screen {

	.main-examples-container .list li:before {
		content: '✔';
		margin-left: -1.7em;
		margin-right: .5em;
		color: #79926a; 
		font-weight: 800;
		font-size: 1.2em;
		vertical-align: text-top;
		line-height: 20px;
	}

}
*/


/*--------------------------------------*/

.main-carousel-notes-container {
	padding:10px;
}

.main-carousel-notes-container .heading {
	text-align:center; 
	font-weight: 600; 
	font-size: 1.1em;
}

.main-carousel-notes-container .paragraph {
	padding-top:7px;
}

.main-carousel-notes-container .footer-container {
	position:relative; 
	padding-top:20px;
}

.main-carousel-notes-container.footer-container .image-container {
	display: inline-block; 
	width: 65px;
}

.main-carousel-notes-container.footer-container .image-container img {
	display: inline-block; 
	margin: 0px 10px 0px 0px;
}	




/* Responsive layout */
/*
@media screen and (max-height: 850px) {

	#responsive-main-carousel-image-orchard {
		content: url("../images/main_carousel_orchard_1915_430.jpg")
	}
		
	#responsive-main-carousel-image-chainsaw {
		content: url("../images/main_carousel_chainsaw_1915_430.jpg")
	}
		
	#responsive-main-carousel-image-quadbike {
		content: url("../images/main_carousel_quadbike_1915_430.jpg")
	}
}
*/		






.main-carousel-banner-content h3 {
    margin-bottom: 24px;
    font-size: 36px;
    color: #fff;
    text-align: left;
    line-height: 43px;
    font-weight: 400;
}


.main-carousel-banner-content p {
    width: 700px;
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #fff;
    text-align: left;
}



.main-carousel-banner-content .button {
    height: auto;
    text-align: center;
    font-size: 22px;
    background: #42C662;
    border-color: #42C662;
    border-radius: 8px;
    padding: 9px 44px;
    display: table;
    
    position: relative;
    height: 40px;
    line-height: 38px;
    border: 1px solid #42C662;
    background-color: #40ba5d;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42C662), to(#40ba5d));
    background-image: -webkit-linear-gradient(top, #42C662, #40ba5d);
    background-image: linear-gradient(to bottom, #42C662, #40ba5d);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff42c662', endColorstr='#ff40ba5d', GradientType=0);
    color: #FFF;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;    
}


.main-carousel-banner-content a {
    background-color: transparent;
    text-decoration: none;
}



.main-points-table a {
    display: block;
    -webkit-transform: translate();
    -ms-transform: translate();
    transform: translate();
    -webkit-transition: all ease .3s;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-points-table a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}









/*--------------------------------------*/


.registration_detail > form {
  /* Center the form on the page */
  margin: 0 auto;
  width: 400px;
  /* Form outline */
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
}

.registration_detail > form li + li {
  margin-top: 1em;
}

.registration_detail > label {
  /* Uniform size & alignment */
  display: inline-block;
  width: 90px;
  text-align: right;
}


.registration_detail > form ul { 
    list-style-type: none; 
    text-align: right;
}


.registration_detail > .button {
  /* Align buttons with the text fields */
  padding-left: 90px; /* same size as the label elements */
  
	display:block;
	margin:20px auto;
	padding:10px 30px;
	background-color:#eee;
	border:solid #ccc 1px;
    cursor: pointer;  
  
}

.registration_detail> button {
  /* This extra margin represent roughly the same space as the space
     between the labels and their text fields */
  margin-left: .5em;
}



#registration_success_div {
    text-align: justify;
    padding-right: 50px;
    padding-top: 20px;    
}

#registration_failure_div {
    text-align: justify;
    padding-right: 50px;
    padding-top: 20px;    
}



/*-- loading spinner -*/
#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.2);
}


#spinner-container {
	top: 0;
	z-index: 101;
	display: none;
}

.cv-spinner {
	/*height: 100%;*/
	display: flex;
	justify-content: center;
	align-items: center;  
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

.spinner-text {
	text-align:center;
	font-weight:600;
	padding-top:20px;
	padding-bottom:10px;
}


@keyframes sp-anime {
	0% { 
		transform: rotate(0deg); 
	}
	100% { 
		transform: rotate(359deg); 
	}
}
.is-hide{
	display:none;
}


.invalid-red {
	border:1px 
	solid red;
}
