/*----------------------------
	Fonts, Titles, Text
------------------------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

/* font assignments */
body, h2.title{
	font-family: "Open Sans", arial, sans;
}
/* alignment */
.txt-c{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}

/* H1 - H6*/
h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
h1.title{
	font-size: 48px;
	
}

h3{
	font-family: verdana, arial, sans;
	font-size: 20px;
	font-weight: bold;
	color: #205720;
}
/* links */
a{
	color: #E26A36;
}
a:hover{
	color: #E98F69;
}
a.black{
	color: #000000;
}
a.white{
	color: #ffffff;
}
a.white:hover{
	color: #cecece;
}
a.site-button{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #D6541F;
	color: #ffffff;
	border-bottom: 3px solid #E98F69;
	border-right: 1px solid #E98F69;
	border-top: 1px solid #EEAB8E;
	border-left: 1px solid #E98F69;
	border-radius: 8px;
	padding: 10px;
	width: 90%;
	margin: 70px auto 10px;
	position: absolute;
	bottom: 0px;
	text-decoration: none;
	transition: border-bottom .2s, border-top .2s;
}
a[class^=page-button]{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-color: #D6541F;
	color: #ffffff;
	border-bottom: 3px solid #E98F69;
	border-right: 1px solid #E98F69;
	border-top: 1px solid #EEAB8E;
	border-left: 1px solid #E98F69;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	
	text-decoration: none;
	transition: border-top .2s, border-bottom .2s, margin-top .2s;
}
[class$="-10"]:not([class^=col-]){ /* ignore bootstrap col-x-10 */
	max-width: 10%;
	margin: 0px auto;
}
[class$="-20"]{
	max-width: 20%;
	margin: 0px auto;
}
[class$="-30"]{
	max-width: 30%;
	margin: 0px auto;
}
[class$="-40"]{
	max-width: 40%;
	margin: 0px auto;
}
[class$="-50"]{
	max-width: 50%;
	margin: 0px auto;
}
[class$="-60"]{
	max-width: 60%;
	margin: 0px auto;
}
[class$="-70"]{
	max-width: 70%;
	margin: 0px auto;
}
[class$="-80"]{
	max-width: 80%;
	margin: 0px auto;
}
[class$="-90"]{
	max-width: 90%;
	margin: 0px auto;
}

a.site-button:hover, a.page-button:hover{
	border-bottom: 8px solid #E98F69;
	border-top: 1px solid #EEAB8E;
}
a.page-button:hover{
	margin-top: 10px;
}
abbr{
	border-bottom: 0px !important;
	
}
/*----------------------------
	Inputs/input groups
-----------------------------*/

/*----------------------------
	Images
-----------------------------*/
img{
	border: 0px;
}

/*----------------------------
	Areas
-----------------------------*/

body {
	font-size: 14px; /* sets font size for page so em's work */
	background-color: #ffffff;
}
/* header */
#header.row{
	margin-bottom: 25px;
	margin-top: 15px;
}
#header.row>.col-md-2{
	text-align: center;
}
#header.row>.col-md-10>.row>.col-md-12{
	padding: 0px;
}

#header.row>.col-md-10>.row>.col-md-6.upper{
	height: 75px;
}
#header.row>.col-md-10 .nav-icons{
	text-align: right;
}
#header.row>.col-md-10 .nav-icons a{
	display: inline-block;
	padding: 10px;
	margin-left: 15px;
	line-height: 0.5em;

	vertical-align: center;
	background-color: #ffffff;
	border-radius: 15px;
	transition: background-color .3s;
}
#header.row>.col-md-10 .nav-icons a:hover{
	background-color: #C8C8C8;
	text-decoration: none;
}
#header.row>.col-md-10 .nav-icons a img{
	padding-right: 10px;
	vertical-align: center;
}

#mnav.row{
	margin-bottom: 25px;
}
#mnav.row .col-md-12{
	padding: 0px;
}

#stripe{
	background-color: #1a3a1a;
}
#stripe div{
}

/* Index*/
#slide.row>.col-md-12{

	margin-top:-15px;
	background-color: #328732;
	padding: 0px;
}
#feature-box.row{
	margin-top: 30px;
}
#feature-box.row>.col-md-4{
	padding: 0px 7px;
}
#feature-box.row>.col-md-4:first-of-type{
	padding-left: 0px;
	padding-right: 14px
}
#feature-box.row>.col-md-4:last-of-type{
	padding-right: 0px;
	padding-left: 14px;
}
#feature-box.row .feature-boxes{
	width: 100%;
	background-color: #333333;
	color: #ffffff;
	padding: 15px 15px 70px;
}
#feature-box.row .feature-boxes h2.title{
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}
 #feature-box.row .feature-boxes img{
	margin: 0px auto 10px;
}
/* Sub Pages */
.sp-title-col{
	background: #e0e4e7; /* Old browsers */
	background: -moz-linear-gradient(left,  #c4dbc4 0%, #1a3a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c4dbc4), color-stop(100%,#1a3a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c4dbc4 0%,#1a3a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c4dbc4 0%,#1a3a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c4dbc4 0%,#1a3a1a 100%); /* IE10+ */
	background: linear-gradient(to right,  #c4dbc4 0%,#1a3a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4dbc4', endColorstr='#1a3a1a',GradientType=1 ); /* IE6-9 */
	
	padding: 20px 15px;
	margin-top: -15px;
	margin-bottom: 20px;

}
.sp-title{
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	font-family: verdana, arial, sans
}
/*#feature-box.row .feature-boxes a{
	color: #DF473E;
}
#feature-box.row .feature-boxes a{
	color: #EFA39E;
} */
/* Foot */
#foot.row{
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: #1a3a1a;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#foot .foot-icon{
	margin-bottom: 10px;
}
#foot .col-md-4 .foot-icon path{
	fill: #ffffff;
	transition: fill .2s;
}
#foot .col-md-4:hover .foot-icon path{
	fill: #E98F69;
}
#foot .col-md-4{
	padding-bottom: 15px;
}
#foot [class^=col-md-]{
	text-align: center;
}
#foot p{
	margin: 0px auto;
}
#foot p a{
	color: #ffffff;
	font-weight: bold;
}
/* Events */
/* */
/* News */
/* slider */
.carousel-control.left, .carousel-control.right{
	background: rgba(0,0,0,.6);
	font-size: 60px;
	font-weight: 700;
	top: 45%;
	bottom: auto;
	width: 40px;
	height: 40px;
	line-height: 29px;
	padding: 0px 5px 0px 5px;
	border-radius: 100%;
	transition: opacity .2s;
}
.carousel-control.left{
	left: 20px;

}
.carousel-control.right{
	right: 20px;
}
.carousel-indicators{
	bottom: 0px;
}
/*---------------------------------------------
		Videos
---------------------------------------------*/
.v_video {
	max-width: 800px;
	width: 80%;
}
/*---------------------------------------------
		Layout - Forms
---------------------------------------------*/
.v_form div.row{
	margin: 5px 0px;
}
.v_form div.row>div[class^=col-md]:first-of-type:not(.col-md-12){
	text-align: right;
	font-weight: bold;
}
.v_form div.row>div[class^=col-md]:last-of-type:not(.col-md-12){
	font-weight: normal;
}
.v_form div.row>div[class^=col-md]:last-of-type input:not([type='submit']):not([type='reset']):not([type='radio']), .v_form div.row>div[class^=col-md]:last-of-type textarea{
	width: 80%;
}
/*---------------------------------------------
		Layout - data, non data-tables (pricing.php)
---------------------------------------------*/
.v_table {
	border-collapse: collapse;
	max-width: 800px;
	width: 80%;
	margin: 0px auto;
	
}
.v_table td{
	border: 1px solid #ccc;
}


/*----------------------------
	Utility
-----------------------------*/
.p-0, .p-0x{
	padding: 0px;
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
.pl-b{
	padding-left: px;
}
.pr-b{
	padding-right: px;
}
.m-0{
	margin: 0px;
}
.bump{
	height: 5px;
}
.p-b{
	padding:;
}
.mb{
	margin-bottom: 10px;
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.o-no{
	overflow: auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cb{
	clear:both;
}
/* z-indices */
.z-150{
	position: relative;
	z-index: 150;
}
.z-100{
	position: relative;
	z-index: 100;
}
.z-50{
	position: relative;
	z-index: 50;
}

