.main-header .header-top {
    background: #eee;
    color: #000;
	border-color: #005164;
	border-style: solid;
    border-width: 3px 0 0 0;
}

.main-header .header-top .social-links li a:hover {
    color: rgba(102,102,102,1);
    background: rgba(255,255,255,0.30);
}

.main-header .header-top .social-links li a {
    color: rgba(102,102,102,0.50);
}

.main-header .info-box:hover .icon-box {
    color: #000;
}

.main-header .info-box .icon-box {
    color: #005164;
}

.main-header .info-box strong {
    color: #005164;
}

.main-header .info-box li {
    text-transform: none;
}

.main-footer .footer-column h2 {
    color: #fff !important;
}

.main-footer .footer-column p {
    color: #fff !important;
}

.main-footer .footer-column a:hover {
    color: #ccc !important;
}

.header-lower .main-menu, .nav-outer {
    background-color: #005164;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a, .main-header .sticky-header .main-menu .navigation > li.current > a, .main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
    background: #005164;
    color: #ffffff;
    opacity: 1;
}

.main-menu .navigation > li > a {
    text-transform: none;
}

.btn-style-one {
    position: relative;
    padding: 10px 30px;
    line-height: 26px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    background: #005164;
    border: 2px solid #005164;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-top-color: rgb(0, 81, 100);
        border-right-color: rgb(0, 81, 100);
        border-bottom-color: rgb(0, 81, 100);
        border-left-color: rgb(0, 81, 100);
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-style-one:hover {
    color: #005164;
    background: none;
    border-color: #005164;
}

.btn-style-three:hover {
    color: #005164;
    background: none;
    border-color: #005164;
}

.btn-style-three {
    color: #fff;
    background: #005164;
    border-color: #005164;
}

.page-info .bread-crumb li {
    color: #005164;
}

.page-info .bread-crumb li a:hover {
    color: #005164;
}

a {
    color: #005164;
}

.call-to-action-two {
    background-color: #333;
}

.main-footer {
    position: relative;
    background: #005164;
    color: #fff;
}

.main-footer .footer-bottom .footer-links li a:hover {
    color: #ccc;
}

.btn-style-four:hover {
    color: #333;
    background: #fff;
    border-color: #fff;
}

.call-to-action-two .link-column .theme-btn {
    text-transform: none;
}

.main-header .search-form .form-group {
    position: relative;
    display: none;
    margin: 0px;
}

.main-header.header-style-two .header-top .social-links li a:hover {
    background: #ccc;
}

input[type="text"], input[type="email"],  input[type="subject"], .contact-form select {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 14px;
    padding: 10px 20px;
    background: none;
    color: #333333;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 250px;
    font-size: 14px;
    padding: 10px 20px;
    background: none;
    color: #333333;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .tp-caption .theme-btn.btn-style-one:hover {
    color: #fff;
    border-color: #fff;
    background: none;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #000;
border: none;
text-align: center;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #005164;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}


.kc-elm ul { 
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1.1em;
}

.kc-elm ul li::before { 
    color:#005164; 
    font-size: 1em;
    content: "► "; 
}