/* Main Body Background Color */
#wrapper {
    background-color: transparent;
}

/* Header Colors */
.header_wrapper, .top_wrapper {
    background: -webkit-radial-gradient(farthest-side circle at center, #FF8000 0%, #FFBF00 80%);
    background: -moz-radial-gradient(farthest-side circle at center, #FF8000 0%, #FFBF00 80%);
    background: -o-radial-gradient(farthest-side circle at center, #FF8000 0%, #FFBF00 80%);
    background: radial-gradient(farthest-side circle at center, #FF8000 0%, #FFBF00 80%);
    background-color: #FF8000;
}

.top-header {
    background-color: #276CC9;
	background:url(../../images/backgrounds/backmenu.jpg);
}

.searchbox {
    /*background-color: #276CC9;*/
}

.navigation > li > a, .navigation > li > a > i, .sticky-navigation .navigation > a {
    color: #e0e0e0;
}

.navigation > li:hover > a,
.navigation > li > a:hover,
.navigation > li > .activelink, .navigation > li:hover > a > i {
    color: #ffffff;
}

.navigation ul {
    background-color: #ffffff;
    border-color: #00A3D9;
}

.navigation ul li a {
    color: #787878;
    background-color: #ffffff;
}

.mobile-menu-button, .mobile-nav {
    /*background-color: #16a085;*/
}

.mobile-menu-button:hover {
    background-color: #16a085;
    opacity: 0.7;
}

.navigation > li > a:after, .navigation>li>.activelink:after {
    background-color: #00A3D9;
}

.navigation .icon-arrow-menu {
    color: #16a085;
}

.navigation ul li:hover > a, .navigation ul li a.activelink {
    background-color: #f5f5f5;
    color: #010101;
}

.navigation .icon-arrow-submenu, .navigation ul li:hover > a i {
    color: #787878;
}

.sticky-navigation {
    background-color: rgb(44, 62, 80);
    background-color: rgba(44, 62, 80, 0.9);
}

.h1-page-title {
    color: #173272;
}

.h2-page-desc {
    color: #405974;
}

.breadcrumbs li:last-child {
    color: #4b4b4b;
}

/* Page Content Colors */
.body-wrapper a, .tab a, accordion .title, .top-body a, .bottom-body a {
    color: #1B4B8B;
}

.body-wrapper a:hover, .tab a:hover, accordion .title:hover, .top-body a:hover, .bottom-body a:hover {
    /*color: #16a085;*/
}

.callout-box, .team-member .team-member-content, .feature .feature-content {
    border-color: #fff;
}

.team-member-progress-bar {
    background: #16a085;
}

.tab a.active:after {
    background-color: #1B4B8B;
    border-color: #1B4B8B;
}

.content-box.content-style2 h4 i {
    color: #16a085;
}

.accordion .title:hover h4 {
    color: #16a085;
}

.button, .body-wrapper input[type="submit"], .body-wrapper input[type="button"], button.button-main {
    background-color: #1B4B8B;
    border-color: #1B4B8B;
    color: #e7e7e7 !important;
    text-shadow: 0 1px 0 #989898;
}

.button:hover, .body-wrapper input[type="submit"]:hover, .body-wrapper input[type="button"]:hover, button.button-main:hover,
.button:active, .body-wrapper input[type="submit"]:active, .body-wrapper input[type="button"]:active, button.button-main:active {
    background-color: #1AB7EA;
    color: #e7e7e7 !important;
    text-shadow: 0 1px 0 #989898;
}

.blog-post-icon, .comments-list .children .comment:before, .portfolio-filter li a.portfolio-selected,
.portfolio-filter li a:hover, .dropcaps.dropcaps-color-style, .carousel-container .carousel-icon:hover {
    background-color: #16a085;
}

.comments-list .children .comment:after {
    border-color: transparent transparent transparent #16a085;;
}

.side-navigation .menu-item.current-menu-item a, .side-navigation .menu-item:hover a:after,
.side-navigation .menu-item:hover a {
    color: #16a085
}

.tool-tip {
    color: #16a085 !important;
}

.highlighted-text {
    background-color: #16a085;
    color: #ffffff;
}

.icons-list.colored-list li:before, .blog-post-date .day, .blog-post-date .month, strong.colored, span.colored {
    color: #16a085;
}

.pagination .prev, .pagination .next, .pagination a:hover, .pagination a.current {
    background-color: #16a085;
    color: #fff;
}

div.pagination a {
    border-color: #16a085;
    color: #16a085;
}

.contact-map {
    /*border-color: #16a085;*/
}

/* Footer Area Colors */
.footer:after {
    background-color: #c7c8c7
}

.footer:before {
    background-color: #c5c5c5
}

.footer {
    background-color: #1B4B8B;
    background: -webkit-radial-gradient(farthest-side circle at center, #1B4B8B 0%, #1B4B8B 100%);
    background: -moz-radial-gradient(farthest-side circle at center, #1B4B8B 0%, #1B4B8B 100%);
    background: -ms-radial-gradient(farthest-side circle at center, #1B4B8B 0%, #1B4B8B 100%);
    background: radial-gradient(farthest-side circle at center, #1B4B8B 0%, #1B4B8B 100%);

}

.footer .copyright {
    background-color: #FFBF00;
    color: #1B4B8B;
	font-size:12px;
}

.footer .copyright a {
    color: #1B4B8B;
	text-decoration:underline;
}

.footer .copyright a:hover {
    color: #B25900;
}

.footer .footer-col .footer-content .input {
    background-color: #283849;
}

.footer .footer-col .footer-content input[type=submit], .footer button {
    /*background-color: #415c76;*/
}

.footer .footer-col .footer-content input[type=submit]:hover, .footer button:hover, .footer button:active,
.footer .footer-col .footer-content input[type=submit]:active {
    background-color: #547597;
}

.footer .footer-col .footer-content, .footer .footer-col .footer-content .footer-content-text {
    color: #d4d4d4;
}

.footer .footer-col .footer-title {
    border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.footer .footer-col .footer-content a {
    color: #f3f3f3;
}

.footer .footer-col .footer-content a:hover {
    color: #fafafa;
}

