
	
/* ==================== FONT FACE  ==================== */	
@font-face 
	{
	font-family: 'YanoneKaffeesatzRegular';
	src: url('font/YanoneKaffeesatz-Regular-webfont.eot');
	src: local('-'), url('font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'), url('font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'), url('font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
	font-weight: normal;
	font-style: normal;
	}	

/* ==================== PRICING TABLE  ==================== */
/* --- base --- */
div.p_table 
	{
	width: 890px;
	height: 100%;
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #444444;
	line-height: normal !important;
	margin: 0 auto;
	}

/* --- hyperlinks --- */
div.p_table a
	{
	color: #444444;
	text-decoration: none;
	}
	
/* --- lists --- */
div.p_table ul
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}
	
div.p_table li
	{
	margin: 0px;
	padding: 0px !important;
	list-style-type: none !important;
	}

/* --- div aligns --- */
div.p_table .align_center
	{
	text-align: center;
	}
	
/* --- div rounded corners --- */
/* --- border radius 3px --- */	
div.p_table .radius3
	{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
/* --- border radius 5px top left --- */	
div.p_table .radius5_topleft
	{
	border-radius: 5px 0px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	}
	
/* --- border radius 5px top right --- */	
div.p_table .radius5_topright
	{
	border-radius: 0px 5px 0px 0px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
	
/* ==================== HEADINGS  ==================== */
/* ------ common styles ------  */
div.p_table h1,
div.p_table h2,
div.p_table h3
	{
	margin: 0px;
	padding: 0px !important;
	font-weight: normal !important;
	border: 0 !important;
	line-height: normal !important;
	}
	
div.p_table h1
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 48px;
	}
	
div.p_table h1 span
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 59px;
	}

div.p_table h2
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 30px;
	}
	
	
div.p_table h3
	{
	font-size: 13px;
	}
	
	
.toptext
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 30px;
	color:#FFFFFF;
	line-height: normal;
	}
	
.toptextgrey
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 30px;
	color:#999999;
	line-height: normal;
	}	
	
	.prices
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 59px;
	color:#FFFFFF;
	line-height: normal;
	}	
	
	.smallprint
	{
	font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	line-height: normal;
	}	
	
/* ==================== COLUMNS  ==================== */
/* ------ common styles ------  */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1
	{
	height: 75px;
	width: 100%;
	padding: 4px 0px 0px 0px !important;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2
	{
	height: 100px;
	width: 100%;
	padding: 3px 0px 7px 0px !important;
	}
	
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2
	{	
	height: 72px;
	width: 100%;
	padding: 32px 0px 6px 10px !important;
	}
	
/* ==================== CAPTION COLUMN  ==================== */
div.p_table div.caption_column
	{
	width: 250px;
	height: 100%;
	float: left;
	}

/* =================== COLUMN STYLE 1  ==================== */
div.p_table div.column_1
	{
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 2  ==================== */
div.p_table div.column_2
	{
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
	}	
	
/* ==================== COLUMN STYLE 3  ==================== */
div.p_table div.column_3
	{
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ==================== COLUMN STYLE 4  ==================== */
div.p_table div.column_4
	{
	width: 160px;
	height: 100%;
	float: left;
	position: relative;
	}
	
/* ========== COLUMN HOVERS ========== */
div.p_table div.column_1,
div.p_table div.column_2,
div.p_table div.column_3,
div.p_table div.column_4
	{
	/* transitions */
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;	
	}

div.p_table div.column_1:hover,
div.p_table div.column_2:hover,
div.p_table div.column_3:hover,
div.p_table div.column_4:hover
	{
	position: relative;
	z-index: 100;
	left: -5px;
	top: -15px;
	/* shadow */
	box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
	}
	
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_2,
div.p_table div.column_3:hover li.row_style_2,
div.p_table div.column_4:hover li.row_style_2,
div.p_table div.column_1:hover li.row_style_3,
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_3:hover li.row_style_3,
div.p_table div.column_4:hover li.row_style_3,
div.p_table div.column_1:hover li.row_style_4,
div.p_table div.column_2:hover li.row_style_4,
div.p_table div.column_3:hover li.row_style_4,
div.p_table div.column_4:hover li.row_style_4
	{
	min-height: 46px;
	padding-top: 12px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	
	}
	
div.p_table div.column_1:hover li.header_row_1,
div.p_table div.column_2:hover li.header_row_1,
div.p_table div.column_3:hover li.header_row_1,
div.p_table div.column_4:hover li.header_row_1
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	}	

div.p_table div.column_1:hover li.header_row_2,
div.p_table div.column_2:hover li.header_row_2,
div.p_table div.column_3:hover li.header_row_2,
div.p_table div.column_4:hover li.header_row_2
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	}
	
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_4:hover li.footer_row
	{
	padding-left: 5px !important;
	padding-right: 5px !important;
	}	
	
/*==================== DATA ROWS  ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3,
div.p_table li.row_style_4
	{
	width: 100%;
	height: 100%;
	min-height: 48px;
	padding-top: 9px !important;
	
	float: left;
	}

div.p_table li.pad{
	
	padding-left: 6px !important;
}


div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span,
div.p_table li.row_style_4 span
	{

	padding-left: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	list-style-position: outside;
	

	}
	
/* --- white ---  */
div.p_table li.row_style_1
	{
	background-color: #ffffff;
	}
	
/* --- light gray ---  */
div.p_table li.row_style_2
	{
	background-color: #f6f6f6;
	}
	
/* --- mid gray ---  */
div.p_table li.row_style_3
	{
	background-color: #ebebeb;
	}
	
/* --- dark gray ---  */
div.p_table li.row_style_4
	{
	background-color: #e3e3e3;
	}
	
/*========== FOOTER  ==========*/
/* ------ common styles ------  */
div.p_table li.footer_row
	{
	width: 100%;
	height: 60px;
	padding-top: 14px !important;
	padding-bottom: 6px !important;
	float: left;
	border-top: 1px solid #d3d3d3;
	border-bottom: 2px solid #404040;
	background-color: #e2e2e2; /* background color for non-css3 browsers */
	/* gradient */
	background-image: linear-gradient(top, #f6f6f6, #d0d0d0); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE5.5 - 7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE8 */
	background: -ms-linear-gradient(top, #f6f6f6, #d0d0d0); /* IE9 */
	background: -moz-linear-gradient(top, #f6f6f6, #d0d0d0); /* Firefox */ 
	background: -o-linear-gradient(top, #f6f6f6, #d0d0d0); /* Opera 11  */
	background: -webkit-linear-gradient(top, #f6f6f6, #d0d0d0); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d0d0)); /* Chrome 10, Safari */	
	}
	
/* --- button --- */
div.p_table a.sign_up
	{
	width: 120px;
	height: 34px;
	padding: 12px 0px 0px 0px !important;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/*text-shadow: 0px 1px 0px #ffffff; 
	border: 1px solid #b5b5b5;
	/*background-color: #000; */
	outline: none;
	/* gradient */
		/* shadow */
	/*box-shadow: 0px 1px 0px rgba(255,255,255,0.5);*/
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	/* font */
	/*font-weight: bold;*/
	font-size:18px;

  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);


	
	}

/* --- button hover --- */
div.p_table a.sign_up:hover
	{
	height: 34px;
	padding: 12px 0px 0px 0px !important;
	text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
	border: 1px solid #b5b5b5;
	background-color: #000; /* background color for non-css3 browsers */
	outline: none;
	/* gradient */
		box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
	
	
	
	}
	
/* ==================== COLUMN RIBBONS  ==================== */
/* --- base --- */
div.column_ribbon
	{
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	}
	
/* --- hover--- */	
div.p_table div.column_1:hover div.column_ribbon,
div.p_table div.column_2:hover div.column_ribbon,
div.p_table div.column_3:hover div.column_ribbon,
div.p_table div.column_4:hover div.column_ribbon
	{
	right: -10px;
	}
	
/* ------ ribbon styles ------  */
/* --- style1--- */	
div.ribbon_style1_best { background: url(../images/ribbon_style1_best.png); }
div.ribbon_style1_buy { background: url(../images/ribbon_style1_buy.png); }
div.ribbon_style1_free { background: url(../images/ribbon_style1_free.png); }
div.ribbon_style1_free_caps { background: url(../images/ribbon_style1_free_caps.png); }
div.ribbon_style1_fresh { background: url(../images/ribbon_style1_fresh.png); }
div.ribbon_style1_gift_caps { background: url(../images/ribbon_style1_gift_caps.png); }
div.ribbon_style1_heart { background: url(../images/ribbon_style1_heart.png); }
div.ribbon_style1_hot { background: url(../images/ribbon_style1_hot.png); }
div.ribbon_style1_hot_caps { background: url(../images/ribbon_style1_hot_caps.png); }
div.ribbon_style1_new { background: url(../images/ribbon_style1_new.png); }
div.ribbon_style1_new_caps { background: url(../images/ribbon_style1_new_caps.png); }
div.ribbon_style1_no1 { background: url(../images/ribbon_style1_no1.png); }
div.ribbon_style1_off5 { background: url(../images/ribbon_style1_off5.png); }
div.ribbon_style1_off10 { background: url(../images/ribbon_style1_off10.png); }
div.ribbon_style1_off15 { background: url(../images/ribbon_style1_off15.png); }
div.ribbon_style1_off20 { background: url(../images/ribbon_style1_off20.png); }
div.ribbon_style1_off25 { background: url(../images/ribbon_style1_off25.png); }
div.ribbon_style1_off30 { background: url(../images/ribbon_style1_off30.png); }
div.ribbon_style1_off35 { background: url(../images/ribbon_style1_off35.png); }
div.ribbon_style1_off40 { background: url(../images/ribbon_style1_off40.png); }
div.ribbon_style1_off50 { background: url(../images/ribbon_style1_off50.png); }
div.ribbon_style1_off75 { background: url(../images/ribbon_style1_off75.png); }
div.ribbon_style1_pack { background: url(../images/ribbon_style1_pack.png); }
div.ribbon_style1_pro { background: url(../images/ribbon_style1_pro.png); }
div.ribbon_style1_sale { background: url(../images/ribbon_style1_sale.png); }
div.ribbon_style1_save { background: url(../images/ribbon_style1_save.png); }
div.ribbon_style1_save_caps { background: url(../images/ribbon_style1_save_caps.png); }
div.ribbon_style1_top { background: url(../images/ribbon_style1_top.png); }
div.ribbon_style1_top_caps { background: url(../images/ribbon_style1_top_caps.png); }
/*div.ribbon_style1_trial { background: url(../images/ribbon_style1_trial.png); }*/

/* --- style2--- */
div.ribbon_style2_best { background: url(../images/ribbon_style2_best.png); }
div.ribbon_style2_buy { background: url(../images/ribbon_style2_buy.png); }
div.ribbon_style2_free { background: url(../images/ribbon_style2_free.png); }
div.ribbon_style2_free_caps { background: url(../images/ribbon_style2_free_caps.png); }
div.ribbon_style2_fresh { background: url(../images/ribbon_style2_fresh.png); }
div.ribbon_style2_gift_caps { background: url(../images/ribbon_style2_gift_caps.png); }
div.ribbon_style2_heart { background: url(../images/ribbon_style2_heart.png); }
div.ribbon_style2_hot { background: url(../images/ribbon_style2_hot.png); }
div.ribbon_style2_hot_caps { background: url(../images/ribbon_style2_hot_caps.png); }
div.ribbon_style2_new { background: url(../images/ribbon_style2_new.png); }
div.ribbon_style2_new_caps { background: url(../images/ribbon_style2_new_caps.png); }
div.ribbon_style2_no1 { background: url(../images/ribbon_style2_no1.png); }
div.ribbon_style2_off5 { background: url(../images/ribbon_style2_off5.png); }
div.ribbon_style2_off10 { background: url(../images/ribbon_style2_off10.png); }
div.ribbon_style2_off15 { background: url(../images/ribbon_style2_off15.png); }
div.ribbon_style2_off20 { background: url(../images/ribbon_style2_off20.png); }
div.ribbon_style2_off25 { background: url(../images/ribbon_style2_off25.png); }
div.ribbon_style2_off30 { background: url(../images/ribbon_style2_off30.png); }
div.ribbon_style2_off35 { background: url(../images/ribbon_style2_off35.png); }
div.ribbon_style2_off40 { background: url(../images/ribbon_style2_off40.png); }
div.ribbon_style2_off50 { background: url(../images/ribbon_style2_off50.png); }
div.ribbon_style2_off75 { background: url(../images/ribbon_style2_off75.png); }
div.ribbon_style2_pack { background: url(../images/ribbon_style2_pack.png); }
div.ribbon_style2_pro { background: url(../images/ribbon_style2_pro.png); }
div.ribbon_style2_sale { background: url(../images/ribbon_style2_sale.png); }
div.ribbon_style2_save { background: url(../images/ribbon_style2_save.png); }
div.ribbon_style2_save_caps { background: url(../images/ribbon_style2_save_caps.png); }
div.ribbon_style2_top { background: url(../images/ribbon_style2_top.png); }
div.ribbon_style2_top_caps { background: url(../images/ribbon_style2_top_caps.png); }
div.ribbon_style2_trial { background: url(../images/ribbon_style2_trial.png); }

/* ==================== TOOLTIP  ==================== */
/* --- base --- */
div.p_table a.tooltip
	{
	position: relative;
	text-decoration: underline;	
	}
	
div.p_table a.tooltip:hover
	{
	color: #999999;
	text-decoration: none !important;
	}
	
div.p_table a.tooltip:hover:after, div.p_table a.tooltip:hover:before
	{
    display: block;
	}

/* --- tooltip container --- */
div.p_table a.tooltip:before
	{
	content: attr(rel);
	display: block;
	width: 140px;
    position: absolute;
	z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
	text-align: left;
    color: #ffffff;
    display: none;
	/* background */
	background: #404040; /* CSS2 */
	background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
	background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
	/* border-radius */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* box-shadow */
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	/* text-shadow */
	text-shadow: 0px 1px 0px #292929;
	}
	
/* --- tooltip arrow --- */
div.p_table a.tooltip:after
	{
	content: "";
	display: block;
    width: 0;
    height: 0;
    position: absolute;
	z-index: 1000;
	bottom: 18px;
	left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
	border-top: 6px solid #404040;
    display: none;
	background: transparent;	
	}
	
	
	
	/* Footer fix*/
	
	html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px; /* bottom = footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
}


.site-inner {
	margin-top: 9px;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	 border-radius:3px;
  clear:both;
  padding:2rem;
  margin:0 auto;
  max-width:1140px;
}


body {
        padding-top: 150px;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;        
        background: none repeat scroll 0 0 #ABBD77;
        font-family: 'Lato', sans-serif !important;
	    color:#565656;
 	    line-height:1.5;
}


h1, h2, h3, h4 {
	font-family: 'Lato', sans-serif !important;
	
 /* font-family: 'Slabo 13px', serif; */
}

body#mobile{
	
        padding-top: 0;
        -webkit-font-smoothing: antialiased;
        font-size: 18px;        
        background: none repeat scroll 0 0 #FFFFFF;
        font-family: 'Lato', sans-serif !important;
	
	
}
      /* Custom container
.container {
        margin: 0 auto;
        max-width: 1170px;
       
}

*/


p {
  color:#6B7178;
  font-family:proxima-nova, sans-serif;
  font-size:18px;
  font-weight:300;
  line-height:24px;
  margin-top:20px;
  width:99%;
}

.container > hr {
        margin: 60px 0;
      }

      /* Main marketing message and sign up button */
.jumbotron {
        margin: 80px 0;
        text-align: center;
}

.jumbotron h1 {
        font-size: 100px;
        line-height: 1;
      }


.jumbotron .lead {
        font-size: 24px;
        line-height: 1.25;
      }


.jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */


.marketing {
        margin: 60px 0;
      }


.marketing p + h4 {
        margin-top: 28px;
      }

#splash{
	
	width:100%;
	/*height:583px;*/
	/*background-image: url(http://lawnproimages.s3.amazonaws.com/Lawn-Care-Software-LawnPro.png);*/
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin:auto;
}

#splash h1{
	
	font-size:32px
}

#splash h2{
	
	font-size:26px
}

ul {
    margin-left: 0;
}
ul li {
    list-style: none;
}
.list-img li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.list-links li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.list-links li span {
    display: block;
}
.list-social li {
    display: inline;
    text-align: center;
}
.list-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.list-social li a:hover {
    color: #fff;
    text-decoration: none;
}
.list-social li a.twitter {
    background: #00aced;
}
.list-social li a.twitter:hover {
    background: #0074a1;
}
.list-social li a.facebook {
    background: #3b5998;
}
.list-social li a.facebook:hover {
    background: #263961;
}
.list-social li a.google-plus {
    background: #dd4b39;
}
.list-social li a.google-plus:hover {
    background: #ac2d1e;
}
.list-social li a.pinterest {
    background: #cb2027;
}
.list-social li a.pinterest:hover {
    background: #89161a;
}

.list-social li a.youtube {
    background: #cb2027;
}
.list-social li a.youtube:hover {
    background: #89161a;
}

.list-social li a i {
    padding-top: 13px;
}

.block {
    width: 100%}
.block-small {
    width: 100%;
    padding: 20px 0;
}
.block-large {
    width: 100%;
    padding: 80px 0;
}


#tour .feature {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 65px;
}



      /* Customize the navbar links to be fill the entire space of the .navbar */

#header.navbar{
	
	background: #201600;
	margin-bottom: 0px;
}





.screen-thumbs a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

      
#menu .navbar-inner {
    background-color: #fff;
    background-image: url("../../img/top/bg-navigation.gif");
    background-repeat: repeat-x;
    border-radius: 0 0 0 0;
    min-height: 40px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #669900;
    box-shadow: 2px 2px 2px  #888;
}     
      
      
#menu.navbar .nav > li > a {
    color: #000;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ccc;
}

#menu.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #201600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #fff;
    text-decoration: none;
}


#main-content.container{
	padding: 10px 25px;
	background: #fff;
	-moz-box-shadow: 0 0 15px 7px #888;
	-webkit-box-shadow: 0 0 15px 7px#888;
	box-shadow: 0 0 15px 7px #888;	
}

#main-content-mobile.container{
	padding: 10px 0;
	background: #fff;
	
}


/* section header */
.section_header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-top: 80px;
	position: relative;
	margin-bottom: 40px;
}
.section_header.left span {
	margin-left: 0px;
	text-align: left;
}
.section_header hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	width: 36%;
	position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
	right: 0px;
	top: 0px;
}
.section_header span {
	width: 27%;
	display: block;
	margin: 0 auto;
}
.section_header small {
	margin-left: 20px;
	font-size: 16px;
	color: #7f8387;
	display: none;
}


/* footer */

.footer-top, .footer-bottom {
    color: #676e76;
}
.footer-top h1, .footer-bottom h1, .footer-top h2, .footer-bottom h2, .footer-top h3, .footer-bottom h3, .footer-top h4, .footer-bottom h4, .footer-top h5, .footer-bottom h5, .footer-top h6, .footer-bottom h6 {
    color: #fff;
}
.footer-top a, .footer-bottom a {
    color: #fff;
}


.footer-non-link-text
{
color: #fff;
}
.footer-top a:hover, .footer-bottom a:hover {
    color: #0088cc;
    text-decoration: none;
}
.footer-top {
    border-top: 10px solid #24292f;
    background: #2f353e;
}
.footer-bottom {
    background: #24292f;
}

span.roll {
	background:url(/img/mag.png) center center no-repeat #000;
	height: 430px;
	position: absolute;
	width: 570px;
	z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
}

.item-image5{
box-shadow: 0 0 7px #888;
}

.red{
	
	color:red;
}


.block .block-title.sub-title {
    font-size: 16px;
}
.block .block-title {
    border-bottom: 1px solid rgba(108, 137, 17, 0.3);
    font-size: 20px;
    margin: 0 0 1em;
}



#secure-payment-container p {
    background: url("https://www.lawnprosoftware.com/images/padlock.png") no-repeat scroll 0 0 transparent;
    margin: 10px;
    padding: 10px 10px 10px 50px;
}

.hreview-aggregate{
	
	float:left;
	
}

.site-inner {
	margin-top: 9px;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px 5px rgba(0,0,0,0.2);
}


/* ============ Style 5 ============= */
/* ========== HEADINGS  ========== */
div.p_table h1.col1,
div.p_table h1.col2,
div.p_table h1.col3,
div.p_table h1.col4
	{
	color: #ffffff;
	}
	
div.p_table h1 span
	{
	color: #ffffff;
	}

div.p_table h2.col1,
div.p_table h2.col2,
div.p_table h2.col3,
div.p_table h2.col4
	{
	color: #ffffff;
	}
	
div.p_table h2.caption
	{
	color: #999999;
	}
	
div.p_table h2.caption span
	{
	color: #999999;
	}	
	
div.p_table h3.col1,
div.p_table h3.col2,
div.p_table h3.col3,
div.p_table h3.col4
	{
	color: #ffffff;
	}
	
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 
	{
	border-top: 0;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	}
	
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2
	{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	}

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #83c145;
	background-color: #83c145;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
	{
	border-top: 1px solid #96cd56;
	border-bottom: 1px solid #96cd56;
	background-color: #96cd56;
	}
	
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #44982b;
	background-color: #44982b;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
	{
	border-top: 1px solid #55a938;
	border-bottom: 1px solid #55a938;
	background-color: #55a938;
	}
	
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #186f32;
	background-color: #186f32;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
	{
	border-top: 1px solid #208240;
	border-bottom: 1px solid #208240;
	background-color: #208240;
	}
	
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
	{
	border-top: 0;
	border-bottom: 1px solid #0a4945;
	background-color: #0a4945;
	}
	
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
	{
	border-top: 1px solid #0e5b56;
	border-bottom: 1px solid #0e5b56;
	background-color: #0e5b56;
	}



/*Video center*/
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


/* section header */
.section_header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-top: 80px;
	position: relative;
	margin-bottom: 40px;
}



.testimonials {
	 
  background:#F7F8FB;
  border-color:#CDCDCD;
  border-radius:5px;
  border-style:solid;
  border-width:1px;
  margin:0 auto;
  padding:30px 60px;

}


