body, .modal{ 
    padding-top: 70px; 
    font-size:15px;
}

.nopad{
    padding:0px;
}

.nomargin{
    margin:0px;
}

.float-right{

    float:right;
}

.float-left{
    float:left;
}

.navbar {
    margin-bottom: 0;
    background-color: #D34E3B;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
    
}


.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #D34E3B !important;
    background-color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.jumbotron{
	background-color: #ffffff;
	
}


.carousel-inner img{
	width:800px;
	
	
}

.carousel-img img{
	max-width: 250px;
	
}
.carousel-control.right, .carousel-control.left{
    background-image: none;
    color: #97AA3A;
}

.carousel-indicators li {
    border-color: grey;
}

.carousel-indicators li.active {
    background-color: grey;
}

/* Gallery */
 .gallery {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 2px 1px rgba(255,255,255,0.9), 0 -2px 1px rgba(255,255,255,0.9);
}

/* Add an Green color to all icons and set the font-size */
.logo-xs {
    color: #97AA3A;
    font-size: 15px;
}
.logo-small {
    color: #97AA3A;
    font-size: 50px;
}

.logo {
    color: #D34E3B;
    font-size: 200px;
}

.green {
	color: #97AA3A;
}

.red {
	color: #D34E3B;
}

 hr.red {
height: 3px;
color: #D34E3B;
background-color: #D34E3B;
border: none;
width: 85%;
}



 hr.green {
height: 3px;
color: #97AA3A;
background-color: #97AA3A;
border: none;
width: 85%;
}

hr.full_width{
    width:100%;
}
#about{
		padding-top:55px;
}

//Panels

.panel {
    border: 1px solid #f4511e; 
    border-radius:0;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}



.panel-heading {
    color: #fff !important;
    background-color: #97AA3A !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: #fff !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn, .panel-footer-red .btn, .btn-green {
    margin: 15px 0;
    background-color: #97AA3A;
    color: #fff;
}

.btn-red {
    margin: 15px 0;
    background-color: #D34E3B;
    color: #fff;
}

.panel-footer .btn:hover, .btn-green:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.btn-red:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-footer-red{
    background-color: #D34E3B !important;
}

	
li {
    display: block;
}

li.glyph:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #97AA3A;

}




}

