/*Add ons here added*/

h2, .h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
h3, .h3 {
    font-size: 25px;
    font-weight:300;
}
ul.list-outside {
    padding: 0;
    padding-left:10px;
    list-style-position: outside;
    list-style: none;
}
ul.list-outside h6 .fa {
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}
a.back-top {
    position: fixed;
    bottom: 10%;
    right: 12%;
    color: #fff;
    padding: 0px 15px;
    font-size: 30px;
    background: #222;
}
.wrapper {
  	background: url('http://cnymediahost.com/emcahill1/images/bg-sunflower.jpg') no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.container > div {
	border-radius:0;
	margin-bottom:0;
}
.content h6 {
    line-height: 20px;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 13px !important;
}

/*NAVIGATION BAR*/
.navbar.navbar-default {
    margin-top: 0;
    margin: auto -30px;
    padding: 0;
    width: calc(100% + 60px);
    background: #28672D;
    border-radius: 0;
}
.navbar.navbar-default:before, .navbar.navbar-default:after {
    display: block;
    /* border: 2px solid red; */
    content: " ";
    position: absolute;
    /* height: 100%; */
    border-top: 20px solid #070E08;
    border-left: 20px solid transparent;
    width: 20px;
    height: 20px;
    bottom: -20px;
    z-index: 999;
}
.navbar.navbar-default:after {
    right: 0;
    border-left: none;
    border-right: 20px solid transparent;
}
.navbar.navbar-default .nav.navbar-nav {
    margin: auto;
    float: none;
    display: block;
    width: 705px;
    max-width:100%;
}
.navbar-default .navbar-nav>li>a {
    color: #F3F3F3;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    /*color: #103C13;
    background-color: transparent;*/
    color: #57995C;
    background-color: transparent;
    text-decoration: underline;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #579957;
    background-color: transparent;
}

/*HEADER*/
.contact-header {
    font-size: 25px;
    position: relative;
    background: #3774B1;
    color: #fff;
    padding: 10px 20px;
    width: 300px;
    top: -15px;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    box-shadow: 11px 27px 28px -17px #021B35;
    text-shadow: 1px 1px 1px #000;
}
.contact-header .fa-phone{
    font-size: 30px;
    margin-right: 5px;
    color: #E02108;
}
/*FOOTER*/
.footer > div {
    background: #28672D;
}
.footer > div * {
    color: #FFFFFF;
}
/*CONTACT US*/
.form-control, 
.select2-search input[type=text] {
    height: 40px;
    padding: 5px 12px;
    line-height: 20px;
    border: 2px solid #bdc3c7;
}

/*PRODUCTS*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background: none repeat scroll 0 0 #28672D;
    border: 1px solid #28672D;
}