/* Milton Keynes Scaffolding CSS */
/*---------------------------------------------------------------------------------------------
	Reset
---------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	font-family: 'OpenSansRegular';
	background-color: rgb(240,240,240);
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/*--------------------------------------------------------------------
	Global Styles & Typography
---------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-family: 'OpenSansBold';
	position:relative;
	color: rgb(50,50,50);
	font-size: 21px;
	line-height: 21px;
	margin: 35px 0 14px 0;
	padding: 0 0 7px 30px;
	background-image: url(../_img/heading-sprite.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	border-bottom: 1px dotted rgb(100,100,100);
}
.anchor {
	position:absolute;
	bottom:130px;
}
#main .row:first-child h2:first-child {
	margin-top:0;
}
h3 {
	font-family: 'OpenSansSemibold';
	font-size: 16px;
	line-height: 18px;
	margin: 14px 0 14px 0;
	color: rgb(50,50,50);
}
h3.heading {
	background-color: rgb(222,222,222);
	line-height: 30px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 7px 7px 7px 50px;
	background-image: url(../_img/1340775001_tag.png);
	background-repeat: no-repeat;
	background-position: 11px center;
}
#commercial-icon {
	background-image:url(../_img/1341388214_shop.png);
}
#domestic-icon {
	background-image:url(../_img/1341064218_home.png);
}
#industrial-icon {
	background-image:url(../_img/industrial.png);
}
p {
	font-size: 13px;
	line-height: 21px;
	color: rgb(80,80,80);
	margin: 21px 0;
}
.small {
	font-size: 12px;
	line-height: 18px;
}
strong {
	font-family: 'OpenSansBold';
}
em {
	font-family: 'OpenSansItalic';
}
a {
	text-decoration: none;
	color: #09F;
}
a:hover {
	text-decoration: underline;
}
hr {
	border:0;
	border-bottom: 1px dotted rgb(100,100,100);
	margin:21px 0;
}
.row {
	width: 100%;
	zoom: 1;
}
.clearfix {
	zoom: 1;
}
.row:before, .row:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.row:after, .clearfix:after {
	clear: both;
}
.container {
	width: 940px;
	margin: 0 auto;
}
#services img, .img-border {	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:rgb(250,250,250);
	border:1px solid rgb(200,200,200);
	padding:4px;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.5); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,.5); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#main ul.checklist {
	margin: 21px 0 21px 20px;
}
#main ul.checklist li {
	font-size: 13px;
	line-height: 21px;
	color: rgb(40,40,40);
	padding-left:22px;
	background-image:url(../_img/1341309696_stock_form-checkbox.png);
	background-repeat:no-repeat;
	background-position:left center;
}
/*--------------------------------------------------------------------------
	Header
---------------------------------------------------------------------------*/
#header {
	background-color: rgb(20,20,20);
	position: fixed;
	z-index: 999;
	border-top: 3px solid #f90;
	-webkit-box-shadow: -1px 0px 8px 0px rgba(0,0,0,0.5); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: -1px 0px 8px 0px rgba(0,0,0,0.5); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#logo {
	height: 100px;
	width:190px;
	float: left;
	background-image:url(../_img/logo-sky.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#phone-number {
	float:right;
	padding:14px 14px 0 14px;
	color:#fff;
	margin:0;
	height:84px;
	line-height:16px;
	font-size:14px;
	font-family: 'OpenSansSemibold';
	border-right: 1px dotted rgb(110,110,110);
}
.phone-ico {
	background-image:url(../_img/orange-telephone.png);
	width:24px;
	height:16px;
	float:left;
	margin-right:7px;
}
/*-----------------------------------------------------------------------------
	Main Navigation
------------------------------------------------------------------------------*/
#navigation {
	list-style: none;
	display: inline;
	float: right;
}
#navigation > li {
	display: inline;
	position: relative;
	float: left;
}
#navigation > li > a {
	font-family: 'OpenSansRegular';
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 70px 10px 15px 10px;
	border-right: 1px dotted rgb(110,110,110);
}
#navigation > li > a.nav-drop {
	background-image: url(../_img/menu_down.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#navigation > li:hover > a {
	background-color: #f90;
	border-color: transparent;
	text-shadow: 1px 1px 0px #CE7B00; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}
#navigation > li:first-child > a {
	border-left: 1px dotted rgb(110,110,110);
}
#navigation ul {
	position: absolute;
	background-color: #f90;
	width: 160px;
	left: 0;
	display: none;
	list-style: none;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,.5); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,.5); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#navigation > li > ul > li > a {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	width: 140px;
	padding: 7px 10px;
	display: block;
	border-bottom: 1px solid #FFB442;
	text-shadow: 1px 1px 0px #CE7B00; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
#navigation ul > li:hover {
	background-color: #CE7B00;
	-webkit-transition: background-color .6s ease;
	-moz-transition: background-color .6s ease;
	-ms-transition: background-color .6s ease;
	-o-transition: background-color .6s ease;
	transition: background-color .6s ease;
}
#navigation ul li a:hover {
	text-decoration: none;
	text-shadow: 1px 1px 0px #975A00; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

#nav li a {
	display:block;
	line-height:24px;
	font-size:13px;
	text-decoration:none;
	padding:0 8px;
	color:rgb(120,120,120);
}
#nav > li > a {
	color:rgb(20,20,20);
}
#nav li a:hover {
	
	background-color:#09F;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#nav li ul {
	margin-left:20px;
}
/*--------------------------------------------------------------------
	 Main Area Styles
---------------------------------------------------------------------*/
#title {
	padding-top:100px;
	height:76px;
	padding-top: 140px;
	position: relative;
	background: url(../_img/classy_fabric.png) repeat;
	border-bottom: 1px solid #fff;
}
#title h2 {
	font-family: 'OpenSansRegular';
	font-size:36px;
	line-height:1em;
	color:#fff;
	border:none;
	padding:0;
	margin:0;
	background-image:none;
     text-shadow: 1px 1px 1px #000 /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
#main {
	min-height: 600px;
	padding: 40px 0 120px 0;
	box-shadow: inset 0px 3px 8px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0px 3px 8px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 3px 8px rgba(0,0,0,.2);
	-khtml-box-shadow: inset 0px 3px 8px rgba(0,0,0,.2);
	background-image:url(../_img/trans-sky-line.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}
/*---------------------------------------------------------------------
	Footer
----------------------------------------------------------------------*/
#footer {
	height: 270px;
	padding: 20px 0;
	background: url(../_img/classy_fabric.png) repeat;
	box-shadow: inset 0px 2px 6px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 2px 9px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0px 2px 9px rgba(0,0,0,.3);
	-khtml-box-shadow: inset 0px 2px 9px rgba(0,0,0,.3);

}
#footer h3 {
	color: #fff;
}
#footer p {
	color: rgb(200,200,200);
}
#footer a {
	color: #09F;
}
#sub-footer {
	background-color: #000;
}
#sub-footer p {
	font-family: 'OpenSansItalic';
	font-size: 11px;
	line-height: 30px;
	margin: 0px;
	color: rgb(220,220,220);
}
#sub-footer p a {
	color: #f90;
}
#copyright {
	float: left;
}
#designer {
	float: right;
}
#sitemap {
	font-size: 12px;
	line-height: 16px;
}
#sitemap > li > a {
	color: #f90;
}
#sitemap ul {
	margin-left: 40px;
}
#sitemap ul li {
	position: relative;
}
#sitemap ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: -24px;
	height: 15px;
	margin-bottom: 5px;
	width: 20px;
	border-bottom: 1px solid #f90;
	border-left: 1px solid #f90;
}
/*------------------------------------------------------------------
		Slider
-------------------------------------------------------------------*/
#slides-wrapper {
	height: 390px;
	padding-top: 130px;
	position: relative;
	background: url(../_img/classy_fabric.png) repeat;
	border-bottom: 1px solid #fff;
}
#slides {
	position: absolute;
	z-index: 1;
	height: 350px;
	padding-bottom: 18px;
	background-image: url(../_img/slider_shadow.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#slides-wrapper .slides_container {
	position: relative;
	width: 940px;
	height: 350px;
	overflow:hidden;
	background-color:rgb(199,199,199);
	margin-bottom:10px;
}
#slides-wrapper .slides_container div {
	width: 940px;
	height: 350px;
	display: block;
}
#slides a.prev {
	position: absolute;
	width: 35px;
	height: 70px;
	display: block;
	z-index: 1000;
	float: left;
	left: -60px;
	margin-top: 140px;
	background-image: url(../_img/slider_left.png);
	background-repeat: no-repeat;
	background-position: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slides a.next {
	position: absolute;
	width: 35px;
	height: 70px;
	display: block;
	z-index: 1000;
	float: right;
	right: -60px;
	margin-top: 140px;
	background-image: url(../_img/slider_right.png);
	background-repeat: no-repeat;
	background-position: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slides a.prev:hover {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
	padding-right: 10px;
	margin-left: -10px;
}
#slides a.next:hover {
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
	padding-left: 10px;
	margin-right: -10px;
}
#slides a.prev:active {
	margin-left: 1px;
}
#slides a.next:active {
	margin-right: 1px;
}
#slides #pagination {
	z-index: 1000;
	position: absolute;
	bottom: -40px;
	width: 980px;
}
#slides .pagination {
	height: 13px;
	list-style: none;
	text-align: center;
}
#slides .pagination li {
	display: inline-block;
	margin: 3px;
}
#slides .pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(../_img/slider_navoff.png);
	float: left;
	overflow: hidden;
}
#slides .pagination li.current a {
	background-image: url(../_img/slider_navon.png);
}
.slide-caption-dark {
	position:absolute;
	display:block;
	top:100px;
	left:30px;
	min-height:160px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOTMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQ3Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.93) 0%, rgba(0,0,0,0.47) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.93)), color-stop(100%,rgba(0,0,0,0.47))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.93) 0%,rgba(0,0,0,0.47) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(0,0,0,0.93) 0%,rgba(0,0,0,0.47) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.93) 0%,rgba(0,0,0,0.47) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(0,0,0,0.93) 0%,rgba(0,0,0,0.47) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed000000', endColorstr='#78000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

  -webkit-box-shadow:inset 0px 0px 9px 0px #000; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow:inset 0px 0px 9px 0px #000; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	width:310px;
	padding:10px;

}
.slide-caption-dark h3 {

	color:#f90;
	margin:0;
	font-size:25px;
	line-height:28px;
	border-bottom:1px dotted rgb(200,200,200);
	padding-bottom:10px;
}
.slide-caption-dark p {
	color:rgb(230,230,230);
	margin: 7px 0;
}
.slide-caption-light {
	position:absolute;
	display:block;
	top:100px;
	left:30px;
	min-height:160px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM4Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.38) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0.38))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.38) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.38) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.38) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.38) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#61ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


  -webkit-box-shadow:inset 0px 0px 6px 0px #fff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow:inset 0px 0px 6px 0px #fff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	width:310px;
	padding:10px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
.slide-caption-light h3 {

	color:rgb(10,10,10);
	margin:0;
	font-size:25px;
	line-height:28px;
	border-bottom:1px dotted rgb(100,100,100);
	padding-bottom:10px;
}
.slide-caption-light p {
	color:rgb(10,10,10);
	margin: 7px 0;
}
/*----------------------------------------------------------------------------
		Grid
-----------------------------------------------------------------------------*/
.g940, .g460, .g620, .g220, .g300 {
	float: left;
	margin-left: 20px;
	display: inline;
	float: left;
}
#main .row > div:first-child, #footer .row > div:first-child {
	margin-left: 0;
}
.g940 {
	width: 940px;
}
.g620 {
	width: 620px;
}
.g460 {
	width: 460px;
}
.g300 {
	width: 300px;
}
.g220 {
	width: 220px;
}
.contrast-box {
	padding: 7px;
	border: 1px solid rgb(200,200,200);
	margin: 21px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.contrast-box p {
	font-size: 16px;
	color: rgb(240,240,240);
	background-color: rgb(20,20,20);
	text-align: center;
	padding: 34px;
	margin: 0;
	line-height: 28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'OpenSansSemibold';
}
.contrast-box p span {
	font-size: 21px;
	font-family: 'OpenSansBold';
}
.contrast-box strong {
	color: #f90;
}
.service-intro {
	margin-bottom: 21px;
}
.service-intro:hover .heading {
	background-color: #f90;
	color: #fff;
}
/*---------------------------------------------------------------------------
	News Article (intro)
---------------------------------------------------------------------------*/
.news-article {
	border-bottom: 1px dotted rgb(100,100,100);
	padding: 30px 0;
	cursor: pointer;
}
.news-article img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
}
.news-article a:hover {
	text-decoration: none;
}
.news-head {
	margin-left: 220px;
	background-color: rgb(220,220,220);
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.news-title h3 {
	margin: 0 0 0 60px;
	line-height: 50px;
}
.news-date {
	float: left;
	background-color: rgb(40,40,40);
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	font-size: 13px;
	text-align: center;
	padding: 10px;
	height: 30px;
	color: #fff;
	font-family: 'OpenSansBold';
}
.news-article:hover .news-date {
	background-color: #f90;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news-article:hover .news-post {
	background-color: rgb(220,220,220);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news-article:hover .news-head {
	background-color: rgb(200,200,200);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.news-post {
	background-color: rgb(235,235,235);
	margin-left: 220px;
	overflow: hidden;
	padding: 0 30px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.news-side {
	width: 200px;
	float: left;
}
.news-info {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	opacity: 0.6; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=60); /* IE6-IE8 */
}
.news-info:hover {
	opacity: 1.0; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=100); /* IE6-IE8 */
}
.author {
	padding-left: 20px;
	background-image: url(../_img/author.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
.comments {
	padding-left: 20px;
	background-image: url(../_img/comments.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
.download {
	background-color:rgb(230,230,230);
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	margin-bottom:20px;
}
.download img {
	float:left;
	padding:5px;
	background-color:#fff;
	border:1px solid rgb(210,210,210);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right:20px;
}
.download div.download-link {
	float:left;
	width:300px;
}
.download p {
	margin:0;
	min-height:220px;
}
.download a {
	margin:10px 0;
}
.download a .pdf-icon {
	background-image:url(../_img/1341384623_doc_pdf.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	float:left;
	width:16px;
	margin-right:7px;
}
/*---------------------------------------------------------------------------------------
	Testimonial Slider
---------------------------------------------------------------------------------------*/
#testimonials {
	width: 300px;
	margin-top: 40px;
}
#testimonials .slides_container {
	width: 300px;
}
#testimonials .slides_container div {
	width: 298px;
	pointer: cursor;
}
#testimonials .slides_container div p {
	padding: 20px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin: 0;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0px 2px 3px rgba(0,0,0,.3);
	-khtml-box-shadow: inset 0px 2px 3px rgba(0,0,0,.3);
}
#testimonials .slides_container div:hover p {
	background-color: rgb(230,230,230);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#testimonials .slides_container div:hover span {
	background-color: rgb(200,200,200);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#testimonials .slides_container div span {
	display: block;
	font-size: 12px;
	background-color: rgb(220,220,220);
	color: rgb(60,60,60);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px;
	text-align: right;
	font-family: 'OpenSansItalic';
	box-shadow: inset 0px 0px 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,.3);
	-khtml-box-shadow: inset 0px 0px 3px rgba(0,0,0,.3);
}
#testimonials .slides_container div p img {
	float: left;
	padding: 0 8px 0 0;
	margin-top: 4px;
	opacity: 0.6; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=60); /* IE6-IE8 */
}
#testimonials .slides_container div:hover img {
	opacity: 1.0; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=100); /* IE6-IE8 */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#social-icons a {
	margin-left: 10px;
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	text-decoration:none;
}
#social-icons a:hover div {
	text-decoration:none;
	opacity: 0.5; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=50); /* IE6-IE8 */
}
#social-icons a:first-child {
	margin-left: 0px;
}
.facebook-ico, .twitter-ico, .linkedin-ico, .youtube-ico, .email-ico {
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-position:center center;
}
.facebook-ico {
	background-image:url(../_img/1340866876_facebook.png);
}
.twitter-ico {
	background-image:url(../_img/1340867098_twitter.png);
}
.linkedin-ico {
	background-image:url(../_img/1340866993_linkedin.png);
}
.youtube-ico {
	background-image:url(../_img/1340866902_youtube.png);
}
.email-ico {
	background-image:url(../_img/1340866831_new_post.png);
}
a span.tooltip {
	position: absolute;
	top: 36px;
	background-color: #09F;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	box-shadow: 1px 1px 3px rgb(0,0,0);
	-moz-box-shadow: 1px 1px 3px rgb(0,0,0);
	-webkit-box-shadow: 1px 1px 3px rgb(0,0,0);
	-khtml-box-shadow: 1px 1px 3px rgb(0,0,0);
	font-family: 'OpenSansSemibold';
	left: -9999em;
	opacity: 0.0; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=0); /* IE6-IE8 */
}
a span.tooltip:before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	width: 0;
	border-bottom: 8px solid #09F;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
#social-icons a:hover span.tooltip {
	left: 0;
	opacity: 1.0; /* Chrome 4+, FF2+, Saf3.1+, Opera 9+, IE9, iOS 3.2+, Android 2.1+ */
	filter: alpha(opacity=100); /* IE6-IE8 */
	-webkit-transition: opacity 0.9s ease;
	-moz-transition: opacity 0.9s ease;
	-o-transition: opacity 0.9s ease;
	-ms-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}
#google-map {
	margin-bottom:21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 3px rgb(0,0,0);
	-moz-box-shadow: 0px 0px 3px rgb(0,0,0);
	-webkit-box-shadow: 0px 0px 3px rgb(0,0,0);
	-khtml-box-shadow: 0px 0px 3px rgb(0,0,0);
}
/*---------------------------------------------------------------------------
	Forms
---------------------------------------------------------------------------*/
form {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
form p {
	margin:0;
	position:relative;
}
label {
	line-height:30px;
	padding:0 7px;
}
#contact-form {
	background-color:rgb(220,220,220);
	padding:20px;
	width:380px;
	display:inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:21px;
}
#contact-form input[type="email"], #contact-form input[type="text"] {
	width:100%;
}
input[type="email"], input[type="text"], textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="email"], input[type="text"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 14px;
	border: 0;
	-webkit-appearance: textfield;
}
textarea {
	width:100%;
	height:100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:0;
	margin-bottom:14px;
	overflow:auto;
}
/*---------------------------------------------------------------------------
	Buttons
---------------------------------------------------------------------------*/

.btn {
	display: inline-block;
 *display: inline;
	padding: 4px 10px 4px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 13px;
	line-height: 18px;
 *line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
 *border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}
.btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 16px;
}
.btn-small [class^="icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 14px;
}
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn {
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	background-color: #0074cc;
 *background-color: #0055cc;
	background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
	background-image: -o-linear-gradient(top, #0088cc, #0055cc);
	background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
	background-image: linear-gradient(top, #0088cc, #0055cc);
	background-repeat: repeat-x;
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0055cc;
 *background-color: #004ab3;
}
.btn-primary:active, .btn-primary.active {
	background-color: #004099 \9;
}
.btn-warning {
	background-color: #faa732;
 *background-color: #f89406;
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406;
 *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	background-color: #da4f49;
 *background-color: #bd362f;
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #bd362f;
 *background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	background-color: #5bb75b;
 *background-color: #51a351;
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51a351;
 *background-color: #499249;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	background-color: #49afcd;
 *background-color: #2f96b4;
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2f96b4;
 *background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	background-color: #414141;
 *background-color: #222222;
	background-image: -ms-linear-gradient(top, #555555, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top, #555555, #222222);
	background-image: -o-linear-gradient(top, #555555, #222222);
	background-image: -moz-linear-gradient(top, #555555, #222222);
	background-image: linear-gradient(top, #555555, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
 *background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9;
}

