<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300);
body {
	font-family: 'GillSans', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.btn {
	font-family: 'GillSansMTProBold';
	font-size: 18px;
}

.probold {
	font-family: 'GillSansMTProBold';
}

.btn-lg {
	padding: 20px;
}

.margin-8 {
	margin: 8px;
}


.wrapped-text {
	display: inline-block;
}

.display-block {
	display: block;
}

.weight400 {
	font-weight: 400;
}

.space-big {
	height: 300px;
}
.space30 {
	height: 30px;
}
.space50 {
	height: 50px;
}

.no-margin {
	margin: 0;
}

.all-caps {
	text-transform: uppercase;
}

.white {
	color: #fff;
}

.red {
	color: #cc3c3c;
}


.underscore {
	text-decoration: underline;
}


.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
	background-color: #b7b7b7;
	border-color: #b7b7b7;
	font-weight: 600;
}

.grey-frame {
	background-color: rgba(0,0,0,0.05);
}

.border-bottom {
	border-bottom: rgba(0,0,0,0.1) 1px solid;
}

.padding-top-down-8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.bullet {
	width: 56px;
	height: auto;
}

.relative {
	position: relative;
}

.bullet-text-bottom {
	position: absolute; 
	bottom: 8px;
	left: 72px;
}

.bullet-text-top {
	position: absolute; 
	left: 72px;
	top: -5px;
}

.img32x32 {
	margin-top: 0px;
	margin-left: 10px;
	width: 32px;
	height: auto;
}



/*
* HOME ICONS
*/

#home-icons .imoon {
	width: 140px;
    height: 140px;
    line-height: 130px;
    font-size: 120px;

}

#home-icons .imoon:hover {
	color:#fff;
	background-color:#c72727;
}

#home-icons .square {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0px;
}


/*
* HOME WORK
*/

#home-work h2 {
	text-transform: uppercase;
}




/*
* HOME WHY
*/

.red-frame {
	background-color: #cc3c3c;
}

.red-frame h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

.red-frame p {
	color: #fff;
}


/*
* SERVICE LINK
*/
#service-link .container {
	margin-top: 64px;
	margin-bottom: 64px;
}


/*
* FOOTER
*/
.footer-logo {
	padding-top: 0;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 96px;
	max-width: 100%;
	max-height: 100%;
}

#footer .input-group {
	margin: 12px;
}

#footer .input-group textarea {
	height: 80px;	
}

#footer .btn {
	padding-top: 0;
	padding-bottom: 0;
}

.page-header ul.page-header-tabs&gt;li.active:hover {
	background-color: #fff;
}

.page-header ul.page-header-tabs&gt;li:hover,
.page-header ul.page-header-tabs&gt;li {
	background-color: #464646;
}
.page-header ul.page-header-tabs&gt;li a {
	color: #fff;
}

#contact-map {
	padding: 0px;
}


.bg-shift {
	background: url('../images/shifts/sep.jpg') no-repeat center top fixed;
	background-size:100%;
	height: 200px;
	
}

.datepicker-days table {
	font-size: 12px;
}



section.page-header .breadcrumb {
	font-size: 14px;
}

.box-icon.box-icon-transparent .box-icon-title&gt;i {
	border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.contact-loader {
	font-family: 'GillSansMTProBold';
	font-size: 22px;
}

.contact-loader img {
	margin-left: 10px; 
	margin-top: 5px; 
	margin-bottom: 10px;	
}

.red-frame-revolution {
	background-color: rgba(227, 20, 28, 0.3);
	width: 100%;
	min-height: 400px;
}

.slider-logo {
	opacity: 0.6;
	width: 280px;
}

.fullscreen-frame {
	left: 0 !important;	
	width: 100%;
}

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