/* CSS DOCUMENT */
body {
	background:url(/images/new-background.jpg);
	background-size:100%;
	background-position:top center;
	background-attachment:fixed;
}
.header {
	background-image:url(/images/header-grad.jpg);
	background-repeat:repeat-x;
}
.blogHead a {
	color:#464646;
	font-size:1.5em;
	text-decoration:none;
}
.blogHead a:hover {
	color:#464646;
	text-decoration:underline;
}
.blogDate a {
	color:#C54317;
	font-size:.9em;
}
.navbar-default {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c54317+0,d06845+100 */
	background: #c54317; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #c54317 0%, #d06845 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #c54317 0%,#d06845 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #c54317 0%,#d06845 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c54317', endColorstr='#d06845',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footer-nav-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#136d09+0,599852+100 */
background: #136d09; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #136d09 0%, #599852 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #136d09 0%,#599852 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #136d09 0%,#599852 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#136d09', endColorstr='#599852',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
ul.nav.navbar-nav {
    margin: 0 auto;
    width: 746px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 24px;
	color:#fff;
}
ul.nav.navbar-nav.footer-nav {
    margin: 0px auto;
    width: 746px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 24px;
	color:#fff;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
}
/* SLIDER */
/*Now the styles*/

/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	width: 805px; 
	height: 353px;
	overflow: hidden;
	/*Time for some styling*/
	margin: 0px auto;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	margin-left:-40px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 160px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul.hover li {width: 40px;}
/*Lets apply hover effects now*/

/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 670px;}


.accordian li img {
	display: block;
}

#img-gallery img {
	width:250px;
	display:block;
	float:left;
	padding:10px;
	border:1px solid #ea501a;
	margin:5px;
}

/*Image title styles*/
.image_title {
	position: absolute;
	left: 0; bottom: 0;	
width: 640px;	

}
.image_title a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-size: 16px;
}
/*End Slider*/
.heading h2 {
	margin:0px;
}
.heading-grn {
	background: #136D09;
	color: #fff;
	display:inline-block;
	padding: 5px 10px;
	margin-top:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.grn-border {
	border: 3px solid #136D09;
	border-radius: 5px;
	border-top-left-radius:0px;
	padding: 10px;
	background:#fff;
}

.heading-org {
	background: #c54317;
	color: #fff;
	display:inline-block;
	padding: 5px 10px;
	margin-top:30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.org-border {
	border: 3px solid #c54317;
	border-radius: 5px;
	border-top-left-radius:0px;
	padding: 10px;
	background:#fff;
}

.footer {
	margin-top:20px;
}
#social {
	font-size:40px;
	text-align:center;
}
#social a {
	color:#c54317;
}
#copy {
	text-align:center;
}

/***********************Contact Form******************************/

.frm {
    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin:0 auto;
}
.frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.frm h1>span {
    display: block;
    font-size: 11px;
}
.frm label {
    display: block;
    margin: 0px 0px 5px;
}
.frm label>span {
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.frm input[type="text"], .frm input[type="email"], .frm textarea, .frm select {
    border: 1px solid #CCC;
    color: #888;
    height: 35px;
    line-height:15px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 95%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-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);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.frm select {
    background: #FFF;
    background: #FFF;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 95%;
}
.frm .button {
    background: #FFA322;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    border-radius: 4px;
}
.frm .button:hover {
    color: #FFF;
    background-color: #575c5f;
    border-color: #ADADAD;
	cursor:pointer;
}
/***********End Contact Form****************/


/* BUTTONS */
.org-btn {
	-moz-box-shadow: 0px 1px 0px 0px #d06845;
	-webkit-box-shadow: 0px 1px 0px 0px #d06845;
	box-shadow: 0px 1px 0px 0px #d06845;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c54317), color-stop(1, #d06845));
	background:-moz-linear-gradient(top, #c54317 5%, #d06845 100%);
	background:-webkit-linear-gradient(top, #c54317 5%, #d06845 100%);
	background:-o-linear-gradient(top, #c54317 5%, #d06845 100%);
	background:-ms-linear-gradient(top, #c54317 5%, #d06845 100%);
	background:linear-gradient(to bottom, #c54317 5%, #d06845 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c54317', endColorstr='#d06845',GradientType=0);
	background-color:#c54317;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d06845;
	display:inline-block;
	cursor:pointer;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #545454;
}
.org-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d06845), color-stop(1, #c54317));
	background:-moz-linear-gradient(top, #d06845 5%, #c54317 100%);
	background:-webkit-linear-gradient(top, #d06845 5%, #c54317 100%);
	background:-o-linear-gradient(top, #d06845 5%, #c54317 100%);
	background:-ms-linear-gradient(top, #d06845 5%, #c54317 100%);
	background:linear-gradient(to bottom, #d06845 5%, #c54317 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d06845', endColorstr='#c54317',GradientType=0);
	background-color:#d06845;
	color:#fff;
	text-decoration:none;
}
.org-btn:active {
	position:relative;
	top:1px;
}
.grn-btn {
	-moz-box-shadow: 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow: 0px 1px 0px 0px #3dc21b;
	box-shadow: 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #069412;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #616161;
}
.grn-btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
	color:#fff;
	text-decoration:none;
}
.grn-btn:active {
	position:relative;
	top:1px;
}

.grn-btn-top {
	-moz-box-shadow: 0px 1px 0px 0px #3dc21b;
	-webkit-box-shadow: 0px 1px 0px 0px #3dc21b;
	box-shadow: 0px 1px 0px 0px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #069412;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #616161;
	margin-top: calc(75px - 28px);
}
.grn-btn-top:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
	color:#fff;
	text-decoration:none;
}
.grn-btn-top:active {
	position:relative;
	top:1px;
}
