<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*

 *Main CSS Document

 *Created By Jamie Cookson

 *Last edited 25/01/2013

 */



html, body{

	font-family: 'Roboto Condensed', sans-serif;	

	background: #f3f3f3!important;

	width: 100%;

	height: 100%;

}

body.error{

	background-image: url(../img/error_page.png);

	background-position: center top;

}



h1{

	height: 75px;

	line-height: 75px;

	margin-bottom: 20px;

	font-family: 'Roboto Condensed', sans-serif;

	font-weight: 300;

	font-size: 3em;

	color: #00aeee;

	text-align: center;

	text-transform: uppercase;

	border-top: 1px solid #e1dcd7;

	border-bottom: 1px solid #e1dcd7;

}

h2{

	font-family: 'Roboto Condensed', sans-serif;	

	font-weight: 700;

	font-size: 6.5em;

	text-shadow: 0px 3px 3px #000;

	text-transform: uppercase;

}

	h2 span{

		font-weight: 300;

	}

h3{

	font-family: 'Roboto Condensed', sans-serif;

	font-size: 20px;

	line-height: 20px;

	text-transform: uppercase;

	margin-bottom: 20px;

	font-weight: 400;

	color: #00aeee;

}

a{

	color: #00aeee;

}

	a:hover{

		text-decoration: underline;

	}

p{

	margin-bottom: 20px;

	font-size: 1.2em;

	font-weight: 300;

}





img.four{

	width: 217px;

	height: 217px;

	margin: 10px;

	border-radius: 50%;

	float: left;

	margin-top: 20px;

}

img.fourTwo{

	width: 217px;

	height: 217px;

	border-radius: 50%;

	position: inherit;

	margin: 10px 0px 25px;

}

.four{

	width: 217px;

	height: 543px;

	margin: 10px;

	float: left;

}

	.four strong{

		width: 217px;

		float: left;

		margin-bottom: 5px;

		text-align: center;

		color: #00aeee;

	}

	section.testimonials strong{

		color: #00aeee;		

	}

	input[type=text], input[type=password]{

		width: 950px;

		padding: 5px;

		margin-bottom: 40px;

	}

	input[type=submit]{

		padding: 8px;

		border: 0px;

		background: #00aeee;

		color: #FFF;

		font-size: 1.2em;

		float: right;

	}



header {
    height: 90px;
    background: #f3f3f3;
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    background-color:#f3f3f3;   
}

#logo {
    width: 300px;
    height: 60px;
    float: left;
    padding-top: 10px;
}

	.standardNav ul {
    width: auto;
    height: 40px;
    margin: 10px 0px;
    padding: 0px;
    float: right;
    padding-top: 10px;
}

	.standardNav li{

		display:block;

		float:left;

	}

	.standardNav li a{

		display: block;

		color: #000;

		text-decoration: none;

		height: 40px;

		line-height: 40px;

		width: auto;

		text-align: center;

		font-family: 'Roboto Condensed', sans-serif;	

		font-weight: 300;

		text-transform: uppercase;

		font-size: 1.1em;

		padding: 0px 25px; 

	}

		.standardNav li.active a{

			background: #f3f3f3;

			border-radius: 40px;

			color: #00aeee;

			font-weight: 700;
			    
			    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;

		}

	#admin a{

		width: auto;

		height: 60px;

		line-height: 60px;

		float: right;

		color: #000;

		font-family: 'Roboto Condensed', sans-serif;	

		font-weight: 300;

		text-transform: uppercase;

		font-size: 1.1em;

		padding: 0px 0px 0px 25px; 

	}

		#admin a:hover{

			text-decoration: none;

		}

		#admin a.active{

			background: #f3f3f3;

			border-radius: 40px;

			color: #00aeee;

			font-weight: 700;

		}



#header{

	width: 100%;

	height: 500px;

	margin-top: 60px;

	line-height: 500px;

	text-align: center;

	background-image: url(../img/stairlifts-northern-ireland.jpg);

	background-position: top center;
	
	background-size: cover;

	color: #FFF;

}

section{

	width: 100%;

	padding: 15px 0px; 

	float: left !important;
	background-color: #f3f3f3;

}

	section.testimonials{

		text-align: center;

	}
	
	.accreditations {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline;
    height: 100px;
    width: 100px;
}

.accredit-logo {
    width: 90px;
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
}

	section.contact{

		background-image: url(../img/contact.jpg);

		background-position: center;
		
		margin-top: 50px;

	}

		#contact-three{

			width: 960px;

			height: 313px;

			margin: auto;

		}

		.contact_three{

			width: 280px;

			height: 275px;

			padding: 10px;

			margin: 0px 10px;

			float: left;

			text-align: center;

			background-color: #303030;

			color: #FFF;   
			
			border-radius: 25px;

		}
		
		h1.white {
    height: 75px;
    line-height: 75px;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 3em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e1dcd7;
    border-bottom: 1px
px
 solid #e1dcd7;
}

			.contact_three img{

				display: inline;

				width: 90px;

				margin: 0px auto 10px;

			}
			
			.contact_three_icon img{

				display: inline;

				width: 50px;

				margin: 0px auto 10px;

			}

	.colarticle {

		-moz-column-count: 3;

		-webkit-column-count: 3;

		column-count: 3;

		-moz-column-gap: 20px;

		-webkit-column-gap: 20px;

		column-gap: 20px;

	}

	table{

		width: 470px;

		float: left;

		margin: 0px 5px;

		background: #EEE; 

	}

	tr:hover{

		background: #DDD;

	}

	td{

		padding: 5px;

		line-height: 20px;

		border: 1px solid #21b1e6;

	}

	td:first-child{

		width: 600px;

	}

	aside table td:first-child{

		width: 186px;

	}

	.button {

	   border: 1px solid #0a3c59;

	   background: #3e779d;

	   background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#3e779d));

	   background: -webkit-linear-gradient(top, #65a9d7, #3e779d);

	   background: -moz-linear-gradient(top, #65a9d7, #3e779d);

	   background: -ms-linear-gradient(top, #65a9d7, #3e779d);

	   background: -o-linear-gradient(top, #65a9d7, #3e779d);

	   background-image: -ms-linear-gradient(top, #65a9d7 0%, #3e779d 100%);

	   padding: 3px 10px;

	   -webkit-border-radius: 5px;

	   -moz-border-radius: 5px;

	   border-radius: 5px;

	   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;

	   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;

	   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;

	   text-shadow: #242424 0 1px 0;

	   color: #ffffff;

	   font-size: 13px;

	   font-family: helvetica, serif;

	   text-decoration: none;

	   vertical-align: middle;

	   }

	.button:hover {

	   border: 1px solid #0a3c59;

	   text-shadow: #1e4158 0 1px 0;

	   background: #303030;

	   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));

	   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);

	   background: -moz-linear-gradient(top, #3e779d, #65a9d7);

	   background: -ms-linear-gradient(top, #3e779d, #65a9d7);

	   background: -o-linear-gradient(top, #3e779d, #65a9d7);

	   background-image: -ms-linear-gradient(top, #3e779d 0%, #65a9d7 100%);

	   color: #fff;

	   text-decoration: none;

   }

footer{

	width: 100%;

	padding: 30px 0px;

	color: #000;

	text-align: center;

	float: left;

	background: #f3f3f3;

}	

footer img {
    height: 78px;
    line-height: 78px;
    margin-left: 8px;
    padding: 20px;
}

	footer a{

		color: #000;

	}

		footer a:hover{

			text-decoration: underline;

		}

.row {
	width: 100%;
	float: left;
	text-align: center;
}
	a.links {
		width: calc(18% - 10px);
		display: inline-block;
		background: #FFF;
		border-radius: 50%;
		overflow: hidden;
		margin: 2em 1%;
		border: 5px solid #FFF;
	}

a.links:hover {
    border-color: #00aeee;
}
img.links {
    width: 90%;
    margin: 5%;
}

.social-link img {
    display: inline;
    width: 36px;
    margin: 0px auto 10px;
}

.contact_no {
    font-size: 18px;
    font-weight: 600;
}</pre></body></html>