body {
	background-color: #fafcfe;
}
a {
	color: #2080C0;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #1F80C0;
    font-weight: 400;
    text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    font-weight: 400;
    text-shadow: none;
}

.site-header {
	background: #3399CC;
	border-top: 5px solid #10171C;
}

.top-logo a {
	color: #fff;
	text-shadow: 0 1px 0 #2B6886;
}

.top-cta .btn {
    background-color: #FFE445;
    background-image: none;
    font-weight: 400;
    color: #16485A;
    text-shadow: none;
}

.site-description {
	color: #fff;
	font-weight: 600;
	text-shadow: 0 1px 0 #2B6886;
}

.nav-container {
	background-color: #87AAC1;
	padding-top: 1px;
	padding-bottom: 3px;
}

.site-navigation {
	background-color: #2080C0;
}
.top-leadin {
	color: #fff;
	font-weight: 400;
	text-shadow: 0 1px 0 #2B6886;
}

.top-tel {
	color: #fff;
	font-weight: 400;
}
.top-tel:before {
	color: #FFE445;
}

#primary-menu > li.current-menu-item,
#primary-menu > li:hover,
#primary-menu > li.current-menu-item:hover {
	background-color: #87AAC1;
	color: #fff;
	font-weight: 300;
}

#primary-menu li a,
#primary-menu li a:hover,
#primary-menu li.current-menu-item a,
#primary-menu li:hover a,
#primary-menu ul li a,
#primary-menu ul li a:hover,
#primary-menu > li > a {
	text-shadow: none;
}

#primary-menu ul {
	background-color: #87AAC1;
}
#primary-menu ul li a {
	color: #fff;
}
#primary-menu ul li a:hover {
	background: #2080C0;
	color: #fff;
}
#primary-menu > li > a,
#primary-menu ul {
	font-weight: 400;
	color: #fff;
}

.site-search i {
	color: #fff;
}

.hentry,
.widget,
.post-author,
.comments-area,
.error404 .content-area,
.pagination .page-numbers {
	border: none;
}

.slide-caption {
	background: rgba(0,0,0,0.6);
	border-radius: 0;
}
.slide-caption .heading1{ 
	color:#FFE445;
	text-shadow: none;
}
.slide-caption .heading2{
	color:#fff;
	text-shadow: none;
}
.slide-caption .button1 .btn{ 
    background-color: #1F80C0;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}

.home-widget-left .widget {
	background: transparent;
}
.home-widget-right .widget {
	background: #FFE445;
}

#secondary .widget-title {
	background-color: #87AAC1;
	font-weight: 400;
}

.widget .post-item .post-title a:hover {
	color: #fff;
}
.widget ul li a:before {
	background-color: #1F80C0;
}
.sticky:after, .entry-meta i, .entry-footer i {
	color: #1F80C0;
}

.site-footer {
	background: #253843;
	color: #708FA3;
}
.site-footer a {
	color: #95BED9;
}
.site-footer a:hover {
	color: #fff;
}
.footer-widget .widget ul li a {
	color: #95BED9;
}
.footer-widget .widget ul li a:hover {
	color: #fff;
}

@media screen and (max-width: 1024px) {
	#primary-menu {
		background: #2080C0;
	}
}
