@charset "utf-8";
/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body{

	background: #DDDCE2 url(../img/content_bg.jpg) repeat left top;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-family: 'Lato', sans-serif !important;
	color: #333;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* END RESET CSS */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 3, 2011 02:05:32 PM America/New_York */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body {
	font-family: 'Lato', 'sans-serif';
	text-align:center;
	color:#333333;
	min-width:100%;
	min-height:100%;
}

h1, h2, h3 {
	font-family:  'Lato', 'sans-serif';
	font-weight:normal;
	margin:8px 0;
	color:#333333;
}

h2{
	font-size:28px;
}

h3{
	font-size:12px;
	text-align:left;
}
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
h5 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
/* 
 decoration styles
*/
.engraved_white {
	text-shadow: -1px -1px #888888, 1px 1px #fff;
}
.rounded{
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.shadow{
	-moz-box-shadow:inset 0 0 4px #000000;
   	-webkit-box-shadow:inset 0 0 4px #000000;
   	box-shadow:inset 0 0 4px #000000;
}
.top-shadow{
  border-top:4px solid #686868;
  box-shadow: 0 7px 7px -5px #686868 inset;
	-moz-box-shadow:0 7px 7px -5px #686868 inset;
   	-webkit-box-shadow:0 7px 7px -5px #686868 inset;
	}

.bottom_shadow {
  box-shadow: 0 0 20px 5px #ACACA1;
}
.grey{
  border: 1px solid #000000;
	background-color:rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 10px  #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
}
.pull-right{
float:right;
text-align:right;
}
.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}
.paddingtop{
padding-top:20px;
float:left;
}
.bg_gradient{
background:url("../img/nav_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.bg_gradient_2{

  background-color: #648a43;
  background-image: -moz-linear-gradient(top, #8fb450, #648a43);
  background-image: -ms-linear-gradient(top, #8fb450, #648a43);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fb450), to(#648a43));
  background-image: -webkit-linear-gradient(top, #8fb450, #648a43);
  background-image: -o-linear-gradient(top, #8fb450, #648a43);
  background-image: linear-gradient(top, #8fb450, #648a43);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'8fb450, endColorstr='#'648a43, GradientType=0);
  }
.box_shadow_1{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(143,180,80,0.65);
	-moz-box-shadow: 0px 0px 15px 0px rgba(143,180,80,0.65);
	box-shadow: 0px 0px 15px 0px rgba(143,180,80,0.65);
	}
.box_shadow_2{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	}
/* 
 containers
*/
.col-12{
width:100%;
float:left;
padding:1%;
}
.col-9{
width:73.6%;
float:left;
padding:1%;
margin:1%;
}
.col-6{
width:48%;
float:left;
padding:1%;
margin:1%;
}
.col-4{
width:31.3%;
float:left;
padding:1%;
margin:1%;
}
.col-3{
width:22.3%;
float:left;
padding:1%;
margin:1%;
}

.col-12_fluid{
width:100%;
float:left;
padding:1%;
}
.col-9_fluid{
width:75%;
float:left;
padding:1%;
margin:0;
}
.col-6_fluid{
width:50%;
float:left;
padding:1%;
margin:0;
}
.col-4_fluid{
width:33.3%;
float:left;
padding:1%;
margin:0;
}
.col-3_fluid{
width:25%;
float:left;
padding:1%;
margin:0;
}
.col-2_fluid{
width:16%;
float:left;
padding:1%;
margin:0;
}

.row{
width:100%;
min-height:80px;
padding:0 1%;
float:left;
}
/* 
main styles
*/
.main_stuff{
display:none;
}
.page_container{
width:100%;
margin:0 auto;
}
.top-nav{
    padding: 7px 1% 0 1%;
	border-top:1px solid #ACACA1;
	border-bottom:1px solid #ACACA1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    filter: none;

}
.logo_container{
width:20%;
min-height:70px;
float:left;
}
.logo_container img{
max-width:100%;
}
.brand {
  color: #a3a3a3;
  font-size: 46px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  width: 100%;
  text-align: left;
  float: left;
}
.top-social {
  float: right;
  padding-bottom: 20px;
  text-align: right;
}
.top-social p {
  color: #E5E5E3;
  display: inline;
  padding: 0 15px 0 0;
  vertical-align: top;
}
.top-social img{
width:25px;
height: 25px;
padding:3px;
	background-color:rgba(0,0,0,0.3);
}
.top-social img:hover{
	background-color:#063754;
}
.menu_container {
  bottom: 0;
  right:0;
  float: right;
  position: relative;
  right: 0;
  width: 68%;
}
.top-carosel{
padding :0;
}
.page_inner{
margin-top:0px;
}
.content_container{
margin-top:15px;
margin-bottom:20px;
width:100%;
float:left;
}
.well{
font-family:Verdana,Arial,Helvetica,sans-serif;
border:solid 1px #686868;
background-color:rgb(230, 230, 230);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.well_home_top{
	min-height:550px;
}
.well_home{
	min-height:530px;
}
.well_home h3 {
  color: #252b34;
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 0;
  border-bottom: 1px solid;
  text-align: center;
	font-family: 'Lato', sans-serif !important;
}

.well_home img.thumb {
	width:100%;
	margin-bottom:10px;
	border: 1px solid #252b34;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px #bcbcbc;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;	
}
.well_home img.thumb:hover {
	box-shadow: 0px 0px 7px 1px #8cbe5b;
}

.well_home_title {
text-decoration:none;
color:#252b34 !important;
}
.well_home_title visited{
text-decoration:none;
color:#252b34;
}
 a:hover.well_home_title{
text-decoration:none;
color:#434e5f;
}
.well_copy{
	text-align:justify;
	padding:20px 10px;
	font-size:14px;
	line-height:150% ; 
	box-sizing:inherit;
}
.well_title {
	text-decoration:underline;
	margin-bottom:25px;
	border: 1px solid #005596;
	color:#F2F2F0;
	padding:10px;
  background-color: #5bb75b;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #51a351 #51a351 #387038;
  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(enabled = false);
}
.product_img {
	padding-right: 40px;
}
.article {
	padding-right: 20px;
	padding-left: 20px;
	padding-top:20px; 
}
.article ul{
	text-align:left;
	list-style-position: inside;
}
.mainfeatures {
	text-align: left;
}
a.blgsocial {
	color: #333;
	text-decoration: none;
	padding-right: 10px;
}
.formbox{
width:100%;
margin-top:5px;
}
.form-control {
  display: inline-block;
  width: 95%;
  height: 40px;
  margin-bottom:15px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #555555;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #005596;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}
.contact_lable{
text-align:left;
padding-bottom:5px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
	border: 1px solid #8fb450;
	color:#F2F2F0;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #51a351 #51a351 #387038;
  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(enabled = false);
}

.btn:focus {
  outline: none;
}

.btn:hover,
.btn:focus {
  text-decoration: underline;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fullwidth{
	width:100%;
	}
.featItem {
padding : 0px 0 10px 0;
float:left;
}
.featItem img {
  width:100%;
  height:100%;
}
.featItem h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.featItem p{
padding:5px 5px;
}

.well_prices {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #686868;
    min-height: 500px;
    float: right;
}
.well_prices p{
	color:#E5E5E3;
	text-align:justify;
	padding:0px 30px 5 30px;
	font-size:14px;
}
.well_prices h2{
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:underline;
	margin-bottom:10px;
	border: 1px solid #686868;
	background-color:rgba(0,0,0,0.7);
	color:#E5E5E3;
	padding:10px;
}
.well_prices h3{
	font-size:26px;
	color:#ffffff;
	margin-bottom:0px;
	margin-top:15px;
	text-decoration:underline;
}
.well_content {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 800px;
    float: left;
}
.well_content p{
	color:#111111;
	text-align:justify;
	padding:0px 30px 5 30px;
	font-size:14px;
	line-height:22px;
	padding-bottom:20px;
}
.well_content h2{
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration:underline;
	margin-bottom:20px;
	margin-top:0px;
	border: 1px solid #686868;
	background-color:rgba(0,0,0,0.7);
	color:#E5E5E3;
	padding:10px;
}
.well_content h3{
	font-size:26px;
	color:#111111;
	margin-bottom:5px;
	margin-top:0px;
	text-decoration:underline;
}

.well_content h4{
	color:#111111;
	text-align:center;
	padding:0px 30px 5 30px;
	font-size:14px;
	padding-bottom:20px;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
}
.testimonial_row {
margin-top:10px;
margin-bottom:10px;
border-bottom :1px solid #333333;
}

img.testimonial {
float:left;
width:100px;
height:100px;
margin-right:20px;
margin-bottom:10px;
	border: 1px solid #686868;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.35);

}
.rt_touch_social{
padding:20px 0;
}
img.testimonial_social {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px;
  width: 15%;
}
img.testimonial_social:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
 h1.page-header {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #686868;
  color: #E5E5E3;
  font-size:28px;
  margin-top:0px;
  margin-bottom: 10px;
  padding: 10px;
  text-decoration: underline;
}
.product_description{
margin-top:0px;
}
.product_img_tmb{
    float: left;
    margin: 1%;
    padding: 1%;
    width: 18%;
}

a.rt_location  {
color:#111111;
}
a:visited.rt_location  {
color:#111111;
}
a:focus.rt_location  {
color:#111111;
}
a:hover.rt_location {
text-decoration:none;
}
h5.rt_location  {
  text-align: left;
  padding:15px 0 5px 0;
}
p.rt_location  {
  color: #111111;
  font-size: 14px;
  padding-bottom: 5px;
  text-align: left;
}

.sidebar_menu {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
.sidebar_menu li {
	margin-bottom: 10px;
	font-size: 15px;
	text-align:left;
	padding-left:20px;
}
.sidebar_menu li a {
	color: #333;	
}
.sidebar_menu li a:hover {
	color: #87a46e;
	text-decoration: underline;
}
.recent_posts {
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0px;
}
.recent_posts li {
	margin-bottom: 20px;
	font-size: 15px;
}
.footer{
	padding :20px 0 0 0;
	border-top:1px solid #ACACA1;
	border-bottom:1px solid #ACACA1;
	-moz-box-shadow: 1px 1px 10px  #000000;
	-webkit-box-shadow: 1px 1px 10px #000000;
	box-shadow: 1px 1px 10px #000000;
	min-height:0px;
	color:#E5E5E3;
    background: url("../img/nav_bg.jpg") 0 0 repeat;
}
.footer p{
padding:10px 0;
}
.footer a, a:visited, a:focus, a:hover{
color:#E5E5E3;
}
.footer a:hover{
text-decoration:none;
}
.credits{
font-size:10px;
    font-family: arial;
}
@media (max-width: 1280px) {
.page_container {
  margin: 0 auto;
  width: 98%;
  }
}
@media (max-width: 1024px) {
.brand{
font-size:41px
}
.well_home {
  min-height: 470px;
}
.well_home h2 {
  font-size:21px;
  }
.well_home {
  min-height: 300px;
}
.well_home p {
  font-size: 12px;
}
.featItem p {
  padding: 0px;
}
}
@media (max-width: 980px) {
.page_container {
  margin: 0 auto;
  width: 100%;
  }
.top-nav {
  padding: 7px 0 0;
}
.menu_container {
  width: 100%;
}
h2 {
  font-size: 22px;
}
.logo_container {
  width: 50%;
  padding-left: 10px;
}
.brand {
  font-size: 38px;
}
.top-social {
  padding-right: 10px;
}
.well_home_top {
  background-color: #E8EFF4;
  min-height: 420px;
}
.menu_container {
  width: 100%;
  
  border-top: 1px solid #000000;
  float: left;
}
.form-control {
  font-size: 12px;
  height: 28px;
}
}
@media (max-width: 800px) {
h2 {
  font-size: 22px;
}
.well_home h2 {
  font-size: 17px;
}
.top-social img {
  height: 20px;
  width: 20px;
}
.well_home p {
  font-size: 12px;
  padding: 0 10px 20px;
}
.featItem p {
  font-size: 8px;
}
.well_home h3 {
  font-size: 14px;
}
}

@media (max-width: 768px) {
.logo_container {
  float: left;
  padding-bottom:10px;
  min-height:50px;
}
h2 {
  font-size: 18px;
}
.well_home h2 {
  padding: 10px 5px;
}
.well_title {
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 5px;
}
.form-control {
  margin-bottom: 5px;
}
.form_after {
  font-size: 12px;
}
.well_home_top {
  background-color: #e8eff4;
  min-height: 360px;
}
.well_home img.thumb {
  margin-bottom: 15px;
}
.btn{
font-size:14px;
}
}
@media (max-width: 640px) {
.col-9{
width:100%;
float:left;
padding:1%;
margin-left:0px;
}
.col-6{
width:100%;
float:left;
padding:1%;
margin-left:0px;
}
.col-4{
width:100%;
float:left;
padding:1%;
margin-left:0px;
}
.col-3{
width:100%;
float:left;
padding:1%;
margin-left:0px;
}
.logo_container {
  float: left;
  width: 40%;
}
.top-nav {
  position: relative;
  min-height:60px;
}
.menu_container {
  float: left;
  position: relative;
  width: 100%;
}
.logo_container {
  float: left;
  min-height:60px;
}
.brand {
  font-size: 30px;
}
.top-social {
  padding-top: 0;
  padding-bottom: 0;
  width: 55%;
}
.top-social p {
	padding: 0 0px 15px 0;
	color: #333;
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: ;
}
.well_home_top {
  background-color: #e8eff4;
  min-height: 0;
}
.well_home {
  min-height: 120px;
}
}
@media (max-width: 416px) {
.well_home_top{
  min-height: 200px;
  
}
.logo_container {
  float: left;
  width: 100%;
  padding:2%
}
.brand {
  text-align: center;
}
.top-social {
  float: left;
  padding-bottom: 0;
  padding-top: 5px;
  text-align: center;
  width: 100%;
}
.brand {
  font-size: 42px;
}
.well_home {
  min-height: 0;
  padding: 10px;
}
.well_home h2 {
  padding: 10px;
  font-size:24px;
}
.article ul {
	padding-left: 20px;
	padding-right: 20px;
}
.featItem h3 {
  font-size: 26px;
}
.featItem p {
  float: left;
  font-size: 14px;
}

}