﻿.navbar-brand > img {
    margin-top: -10px;
}

body {
    background-color: #8FBC8F;    

    xxxbackground-color: #FFD8B0;
}

.panel-default>.panel-heading {
    background-color: #D2E3D2;
    border-color: #6C7D6C;
}

.panel-default {
    border-color: #6C7D6C;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-color: #6C7D6C;
    color: #000000;
}

.navbar-default {
    background-color: #92A092;
    border-color: #6C7D6C;
}

.navbar-default .navbar-nav>li>a {
    color: #FFFFFF;
}

.container {
    color: #FFFFFF;
}

.container H1 {
    color: #DB6100;
}

.paginator {
    xxxfloat: right;
}

.highlight_box {
    padding-top: 7pt;
}

.highlight_link {
    font-weight: bold;
}

.highlight_body {
}

.panel-main {
    background-color: #F47A00;
    border: solid 1px white;
}


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #007b5e !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.formtable td {
    padding-bottom: 7px;
    padding-right: 18px;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}


