<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

body {
    /* padding-top: 70px; */
    font-family: 'Roboto',sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff; /*#dae3e7;*/
    color: #434343;
	font-size:16px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.affix-top {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: padding 0.2s linear;
    -moz-transition: padding 0.2s linear;
    -o-transition: padding 0.2s linear;
    transition: padding 0.2s linear;
}

.navbar-bright {
    background-color: #444846;
    color: #ddd;
    border-width: 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,.15);
    border-bottom-width: 0;
	border-radius: 0;
}

.navbar {
	margin-bottom:0;
}

.navbar-nav&gt;li&gt;a {
    color:#fff;
	padding-top:19px;
	padding-bottom:19px;
}

.navbar-nav&gt;li&gt;a&gt;i {
    color:#fff;
}

.navbar-collapse {
	padding-left:0;
	padding-right:0;
	}

.navbar-nav&gt;li&gt;a:hover {
    color:#444846;
}

.navbar-nav&gt;li&gt;a.active {
    color:#444846;
	background-color:#ffc100;
}



.icon-bar {
    background-color: #fff;
}

#sup-nav {
    background: #DFDFDF;
}

#sup-nav ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#sup-nav ul li {
    float: left;
    display: block;
	padding:10px;
	
}

#sup-nav a {
    padding: 0;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #666;
    padding-right: 20px;
    font-size: 14px;
}

#sup-nav a:hover {
	background-color:none;
}

#logo-area {
	padding-top:28px;
	padding-bottom:28px;
}

#logo-area .phone {
	
}

#logo-area .title1 {
	font-size: 23px!important;
    letter-spacing: normal;
	color: #ee2d35;
}

.pLink {
}

.pLink a {
	font-size: 23px!important;
    letter-spacing: normal;
	color: #ee2d35;
}

#logo-area .title2 {
	font-size: 23px!important;
    letter-spacing: normal;
}

#top-phone {
	display:block;
	float: right;
	text-align:center;
	padding:10px 0;
}

#top-phone .number {
	font-size:34px;
	color:#708F03;
}

#top-phone .number  a{
	font-size:34px;
	color:#708F03;
}

#masthead {
    min-height: 350px;
    background-color: #FFC100;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
    /*padding-top: 20px;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    /*font-weight: 300;*/
    border: 0 solid #ccc;

}

#masthead .bImg {
	/*background:url(/static/k4u1/images/slide-bg.jpg) no-repeat top right;*/
	min-height:350px;
	/*background-image: image-url(/static/k4u1/images/slide-bg.jpg) ;
    min-height:100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;*/
}

#masthead h1 {
    font-size: 32px;
    line-height: 1;
    /*margin-top: 40px;*/
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
}

#masthead p.lead {
    color: #F51616;
    font-weight: 500;
	padding-left:200px;
}

#masthead p.title {
	font-size: 2.0em;
    color: #060080;
    margin: 0;
	font-weight: 300;
	text-shadow: #333 1px 1px;
	
}

#masthead p.title-sub {
	color: #f8f8f8;
    font-weight: 500;
	text-shadow: #333 1px 1px;
	font-size: 21px;
}

#masthead p.services {
	font-size: 20px;
	color:#333;
}

#masthead p.phone {
    text-align: center;
    color: #fff;
    font-size: 36px;
    background-color: rgba(0,0,0,.8);
    font-weight: 500;
    border: 1px solid;
    border-radius: 5px;
}

section.pagesHeader {
	min-height: 350px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
    margin-bottom: 15px;
    /*padding-top: 20px;*/
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    /*font-weight: 300;*/
    border: 0 solid #ccc;
}

section.pagesHeader img {
	max-width:100%;
	width:100%;
}

section.about {
    background: url(/static/k4u1/images/about-bg.jpg);
    min-height: 400px;
    position: relative;
}

section.about .dmask {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: rgba(100, 0, 0, 0.42);
    color: #ffffff;
    padding: 40px 0;
}

section.about h3 {
	font-size:26px;
	color:#fff;
	padding: 0 0 25px 0;
}

section.about img {
	max-width:100%;
    border-radius: 5px;
	margin-bottom:20px;
}

.show-grid {
    margin-bottom: 15px;
}

section.gray {
    margin-top: 0;
    padding: 50px 0;
    background: #eeeeee;
	font-size:14px;
}

section.gray ul {
	list-style:none;
	-webkit-padding-start: 0;
}

section.gray ul li:before{
   font-family: FontAwesome;
   content: "\f087";
   display: inline-block;
   padding-right: 10px;
   vertical-align: middle;
}


section.contact {
    background: #f5f5f5 url(/static/k4u1/images/map-bottom.png);
    min-height: 400px;
    background-size: auto 100%;
    padding-top: 30px;
	border-top: 4px solid #1F1F1F;
}

section.contact ul  {
	padding-left:0;
	font-size: 14px;
	}

section.contact ul li {
	list-style:none;
	}
	
section.contact i {
	min-width:25px;
	text-align:center;
	}

	
	
section.aboutLS {
    position: relative;
    background-color: #b84d45;
    background-image: url(/static/k4u1/images/bg.png);
	padding-top:30px;
}

section.aboutLS .whiteText {
	color:#fff;
}

section.aboutLS img {
	max-width:100%;
    border-radius: 5px;
	margin-bottom:20px;
	padding:10px;
	background:#ccc;
}

section.greySpace {
	background: #DFDFDF;
	min-height:15px;
	}
	
section.whiteSpacer {
	background:#fff;
	min-height:60px;
	border-bottom: 4px solid #1F1F1F;
	}


section.highlight {
    background-color: #96BA02;
    margin-top: 0;
    margin-bottom: 0;
    border: 0 solid #ccc;
	font-size: 32px;
    line-height: 1;
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
	padding:20px 0;
	text-align:center;
	color:#fff;
}

section.whiteSection {
	padding:20px 0 40px 0;
}

.largeText {
	font-size:36px;
	font-weight:500;
	text-align:center;
}

.whiteText {
	color:#fff;
}
	

@media screen and (min-width: 768px) {
	#masthead h1 {
		font-size:46px;
		/*padding-top:40px;*/
	}
	#masthead .well {
		margin-top:5%;
		background-color: rgba(0,0,0,.5);
	}
	
}

@media screen and (max-width: 768px) {
	
	#masthead p.title, #masthead p.title-sub {
		color: #fff;
	}
	.Clogo {
		text-align:center;
	}
	
}

@media screen and (max-width: 1000px) {
	
	#masthead .bImg {
		background:transparent;
		}
	
}

footer {
    background: #121214;
    border-top: 4px solid #1F1F1F;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
}

footer * {
    color: #ffffff;
}

small, .small, .fa {
	color:#666;
}

.footer-copyright {
    margin-top: -40px;
}

footer div.container div.row &gt; div {
    margin-bottom: 25px;
}

footer p {
	margin:0;
	padding:0;
}

#footer-menu {
    text-align: right;
}

#footer-menu li {
    display: inline;
    list-style: none;
    margin-left: 10px;
}

#footer-menu a {
	color:#333;
}

/* contact forms settings */

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.mobile-phone {
    position: fixed !important;
    bottom: 0px!important;
    display: none;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 900000 !important;
}

@media screen and (max-width: 650px) {
    .mobile-phone {
        display: block!important;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.mobile-phone-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    opacity: .5;
}
.mobile-phone-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .4 !important;
}

.mobile-phone-circle {
    border-color: #cc9a00;
}

.mobile-phone-circle-fill {
    background-color: #cc9a00;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
.mobile-phone-img-circle {
    background-color: #cc9a00;
}
.mobile-phone-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWâ€¦GKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 70%;
}

</pre></body></html>