/* GREEN */

body.boxed {
    background: #0099B9 url("../img/patterns/square_bg.png") 50% 0 repeat fixed;
}

.page-section.directions .parallax-overlay {
    /*background-color: rgba(0, 48, 81, 0.50); */
	/*background-color: #f6f7f8; */
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #0099B9;
}

h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa {
    color: #00407E;
}
/*small hr under section header title */
.section-title small:before {
    background-color: #00407E;
}


.view-header small:before {
    background-color: #00407E;
}

a,
a:hover,
a:active,
a:focus {
    color: #004990;
}

a:hover,
a:active,
a:focus {
    color: #8CC540;
}

.sf-menu li > a {
    color: #8CC540;
}
 
.sf-menu ul.dropdown-menu li.first.leaf > a {
    color: #8CC540;
}
.do-up:hover .caption-category a {
    color: #00FFFF;
}

.sf-menu > li > a.active-off:after,
.sf-menu > li.active > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > li.sfHover-off > a:after {
    background-color: #8CC540 !important;
}
/* This is only for the register link so turn it back on when register is added
.sf-menu li:first-child > a {
    color: #EE4023;
}
.sf-menu > li:first-child > a.active-off:after,
.sf-menu > li:first-child.active > a:after,
.sf-menu > li:first-child:hover > a:after,
.sf-menu > li:first-child.sfHover-off > a:after {
    background-color: #EE4023 !important;
}
*/
ul.sf-menu.nav li.expanded.active.dropdown ul.dropdown-menu li.leaf a:hover {
	color:black;
}

.list-ul .fa {
    color: #0099B9;
}

.btn-theme-primary {
    background-color: #8CC540;
    border-color: #8CC540;
}

.btn-theme-primary:focus,
.btn-theme-primary:active,
.btn-theme-primary:hover {
    background-color: #85b12a;
    border-color: #85b12a;
}
.btn-theme-blue {
	color: #ffffff;
    background-color: #8CC540;
    border-color: #8CC540;
}

.btn-theme-blue:focus,
.btn-theme-blue:active,
.btn-theme-blue:hover {
    background-color: #6EA204;
    border-color: #6EA204;
}
.btn-theme-red {
	color: #ffffff;
    background-color: #EE4023;
    border-color: #EE4023;
}

.btn-theme-red:focus,
.btn-theme-red:active,
.btn-theme-red:hover {
    background-color: #252525;
    border-color: #EE4023;
}
.btn-theme-white:hover {
    background-color: #0099B9;
}

.form-control:focus {
    border-color: #0099B9;
}

.price-table-header {
    background-color: #0099B9;
}

.wide .header.sticky-header,
.boxed .header.sticky-header > .container {
    background-color: #00407E;
}

.wide .header,
.boxed .header > .container {
    background-color: #00407E;
}

.sub-menu a:hover {
    color: #00062B !important;
}

.post-author a:hover {
    color: #00062B;
}

.post-meta a:hover {
    color: #00062B;
}

.post-media .media-link {
    background-color: #00062B;
}

.post-title a:hover {
    color: #00062B;
}

.timeline .item-left .dot,
.timeline .item-right .dot {
    background-color: #0099B9;
}

.nav-tabs > li > a {
    color: #0099B9;
}

.do-up:hover .caption {
    background-color: #0099B9;
}

.do-up .caption-category a {
    color: #00062B;
}

.do-up .caption-social {
    background-color: #00062B;
}

.do-hover .caption {
    background-color: #00062B;
    background-color: rgba(0, 48, 81, 0.50);
}

.feature:hover .media-object,
.feature.hover .media-object {
    color: #00062B;
}

.last-tweet .twitter-icon .fa {
    color: #00062B;
}

.last-tweet a {
    color: #00062B;
}

.media .post-date {
    color: #00062B;
}

.totop {
    background-color: #00062B;
}

.totop:hover {
    background-color: #00062B;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #00062B;
    border-color: #00062B !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #00062B;
    border-color: #00062B !important;
}

.widget.categories li.active a,
.widget.categories li a:hover {
    background-color: #00062B;
}

.tag-cloud a:hover {
    background-color: #00062B;
}

.widget.flickr-feed li a:hover {
    border-color: #00062B;
}
.dropdown-menu {
   background-color: #00407E;
   color: #8CC540;
}
.dropdown-menu .hover {
   background-color: #F6E9A2;
   color: #00407E;
}
