@charset "utf-8";
/* CSS Document */

html {	
	text-rendering: optimizelegibility;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #26221e;
}

body {
	margin: 0px;
	text-rendering: optimizelegibility;
	background-color: #c5c4c4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #26221e;
}

/*td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #26221e;	
}*/

p {
	margin:auto 40px;
	text-align: justify;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

@media only screen
and (max-width : 480px) {
p {
	margin:0;
}	
}



.container {
  background-color: #fff;
  
}

.bottom_spacer {
  padding-bottom: 20px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

#lightbox img {  
  max-width: 100%;
}

a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #30a1da;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666;
}

hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	clear: both;
}

img, a img {  
  max-width: 100%;
}

ul li, ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

 ol li {
	margin:0 40px;
}

 ul li {
	/*margin: 0 40px;*/
	list-style-type: none;
}

@media only screen
and (max-width : 480px) {
 ol li {
	margin:0;
}	
}

h1 {
	font-size: 34px;
	color: #58585a;
	font-family: Oswald, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	display: block;
	clear: both;	
	letter-spacing: 1px;
	margin: 20px 0 40px 0;	
}

h1 span {
	font-size: 24px;
	color: #30a1da;
	display: inline;
}


h2 {
	font-size: 22px;
	color: #333333;
	font-family: Oswald, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 20px;
	clear: both;
	padding: 0px;	/*text-shadow: 2px 2px 2px #000000;*/
}

.header h2 {
	text-align: left;
	color: #30a1da;
}

.header p {
	text-align: right;
	margin: 10px 0;	
}

/*.header h3 {
 color: #30a1da;
  color: #00529c;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin:  -130px 0 0 255px;
}*/

.header h3 {	
	color: #00529c;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	margin: 30px 0 0 0;
}

@media only screen
and (max-width : 480px) {
.header h3 {
  color: #00529c;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 10px ;
  text-align: center;
}
}

h3 {
	font-size: 22px;
	/*color: #30a1da;*/
	color: #30a1da;
	text-transform: uppercase;
	font-weight: 400;
	font-family: Oswald, sans-serif;
	clear: none;
	margin: 10px 0;
}

.search-results h3 {
	font-size: 16px;
	text-transform: capitalize;

}


h4 {
	font-size: 18px;
	color: #900;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	clear: none;
	display: inline;
	padding: 0px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

h5 {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	clear: none;
	display: block;
	padding: 5px;
	letter-spacing: -1px;
	margin: 5px 0 30px 0;
	background-color: #333;
}

h6 {
	font-size: 10px;
	color: #635025;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	
}

.emphasised {
	font-weight:bold;
	text-transform:uppercase;
}

.rhs p {
	margin:0;
}
/* to overwrite the lightbox hard coded into the BC system*/
#outerImageContainer img {
  max-width: 100%;
}

@media only screen
and (max-width : 480px) {
.header h2 {
	text-align: center;	
}

.header p {
	text-align: center;
	margin: 10px 0;	
}

.input-group {
  margin: 0 30px 20px;
}
}

.footer-above img {	
	padding:5px;	
}

/*.footer-below .container, .footer-above .container {
	background-color: #666;
	color:#FFF;
	padding:5px;
	text-transform:uppercase;
}*/

.footer-below .container {
	background-color: #666;
	color:#FFF;
	padding:5px;
	text-transform:uppercase;
}

.footer-below .container a:link {	
	color:#FFF;	
	padding:5px;
	/*text-transform:uppercase;*/
	font-size: 12px;
}

.footer-below .container span a:link {	
	color:#FFF;	
	font-size: 10px;
}


.footer-below .container a:hover {	
	color:#cccccc;		
}

.footer-below .container .linked a:link {
	padding:0;
}

.footer-below p {
	color:#FFF;
	font-size:12px;
	text-align:right;
	margin:0;	
	text-transform:none;
}

@media only screen
and (max-width : 1024px) {
.footer-below p {
	color:#FFF;
	font-size:12px;
	text-align:center;
	margin:0;	
	text-transform:none;
}

.footer-below p {
	text-align:center;
}
}






#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	-webkit-box-shadow:  2px 2px 5px 2px rgba(0, 0, 0, 0.31);
    box-shadow:  2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	cursor: default;
}
<!-- for the new responsive version-->
.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	-webkit-box-shadow:  2px 2px 5px 2px rgba(0, 0, 0, 0.31);
    box-shadow:  2px 2px 5px 2px rgba(0, 0, 0, 0.3);
	cursor: default;
}

#header {
	width: 960px;
	margin: 0;
	clear: both;
	height: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	/*background-color: #D9CBBC;
	background-color: #26221E;*/
}

/*.logo {
	margin: 0 0 -50px 0;	
}*/
@media(max-width:768px) {
.logo {
	margin: 0 auto;	
}
}

#navigation {
	width: 100%;
	margin: 0 0 20px 0;
	clear: both;
	padding: 0px;
	background-color: #26221E;
	display: block;
	overflow: hidden;
	opacity: 1;
	position:relative;
	top: 0px;	
}

.navigation {
	width: 980px;
	margin: 0 auto;
	clear: both;
	padding: 10px;
	display: block;
	overflow: hidden;
	opacity: 1;
}

.social_icons {
	float: right;
	/*padding: 8px;*/
}



#content {
	width: 960px;
	height: auto;
	clear: both;
	color: #333;
	padding: 0px;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	/*background-color: #D9CCBC;*/	
}



.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}



#col-1 {
	width: 305px;
	float: left;
	color: #333;
	clear: none;
	padding: 0;
	display: inline;
	overflow: hidden;
	margin: 0 20px 0 0;
	text-align: justify;
}

#col-2 {
	width: 305px;
	float: left;
	color: #333;
	clear: none;
	padding: 0;
	display: inline;
	overflow: hidden;
	margin: 0 20px 0 0;
}

#col-3 {
	width: 305px;
	float: left;
	color: #333;
	clear: none;
	padding: 0;
	/*height: 1240px;*/
	display: inline;
	overflow: hidden;
	margin: 0 0 20px 0;
}
/* classes of columns for the boom blogs page because of multiple ones*/
.col-1 {
	width: 305px;
	float: left;
	color: #333;
	clear: none;
	padding: 0;
	display: inline;
	overflow: hidden;
	margin: 0 20px 0 0;
	text-align: justify;
}

.col-2 {
	width: 305px;
	float: left;
	color: #333;
	clear: none;
	padding: 0;
	display: inline;
	overflow: hidden;
	margin: 0 20px 0 0;
}

.col-3 {
	width: 305px;
	float: left;
	color: #333;
	clear: none;
	padding: 0;
	/*height: 1240px;*/
	display: inline;
	overflow: hidden;
	margin: 0 0 20px 0;
}


#content_lhs {
	float: left;
	clear: none;
	width: 620px;
	padding: 0;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

#content_rhs {
	float:right;
	clear: none;
	width: 320px;
	margin: 0;
	padding: 15px 0 0 0;
}

#content_rhs h2 {
	text-transform: none !important;
}

#content_rhs img{	
	/*float:left;*/
	margin: 0 5px -5px 0;	
}

#content_rhs a:visited {	
	color: #333;	
}

#content_rhs li {
	margin: 0 0 0 -25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer {
	width: 100%;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 1.8em;
	padding: 0;
	background-color: #666666;
}

#footer a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.search_wrapper {
	display: block;
	/*margin: 18px;
	clear: right;*/
	float: right;
	padding: 2px 1px 1px 2px;
	/*background-color: #717171;*/
	background-color: #FFF;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	overflow: hidden;
	/*width: 300px;*/
	height: 28px
}

.searching {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/ico-scope.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	border: 1px solid #717171;
	padding: 2px 0 2px 24px;
	margin: -2px 3px 0 0;
	-webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
	float: left;
	height: 20px;
	color: #000;
}

.search_bsm {
	clear: both;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin: -3px 0 0 -5px;
	overflow: hidden;
	padding: 3px 10px 2px 12px;
	text-transform: uppercase;
	width: 70px;
	height: 30px;
	background-attachment: scroll;
	background-color: #717171;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}



.details {
	margin: 0px;
	padding: 10px;
	clear: right;
	float: right;
	text-align: right;	/*width: 200px;*/
}

.details h2 {

	margin: 0 0 10px 0;
	padding: 0;
	clear: right !important;		
}

.submit {
    background: #717171; /* Old browsers */
    border: 2px solid #999999;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 10px 0 10px 0px;
    overflow: hidden;
    padding: 0 30px 2px;
    text-transform: uppercase;
    width: auto;
}

/* css from the InFieldLabels*/

@import 'reset.css';

form p { position: relative; margin: 10px 0;}
form p label { 
	position: absolute;
	/*top: 4px;*/
	left: 10px;
  }
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 400px;
	margin: 0;
}

form fieldset p label {
	width: 380px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 404px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}

/* end of css from the InFieldLabels*/

.contactus_fields {
	background-color: #FFF;
    border: 1px solid #717171;
    padding: 5px 3px 5px 2px;
	color:#333333;
	width: 300px;
}

.newsletter_fields {
	background-color: #FFF;
    border: 1px solid #717171;
    /*padding: 5px 3px 5px 2px;*/
	color:#333333;
	width: 200px;
}

/* built for the form fields inside the contact us form*/
.form_wrapper input {
	background-color: #000;
	border: 1px solid #717171;
	padding: 5px;
	color: #FFF;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
/* built for the enquiries/comments form field inside the contact us form*/
.form_fields {
	background-color: #000;
	border: 1px solid #717171;
	padding: 5px;	
	color: #FFF;
}

.rhs_image {
	float: right;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
}



#criminal {
display:none;	
}
#workerscomp {
display:none;	
}
#telesales {
display:none;	
}
#back {
display:none;	
}
#allergies {
display:none;	
}
#crim {
display:none;	
}

.fields {
  background-color: #FFF;
  border: 1px solid #30a1da;
  font-size:13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 0;
}



/* *************************tooltips css ******************************** */
/* taken from - http://www.cssportal.com/css-tooltip-generator/ */
a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 20px;
  left: 50%;
  margin-left: -106px;
  z-index: 999;
}


/* Media queries and overwriting bootstrap*/
/*@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	
}*/

/* *********************for the smart phone landscape and portrait ********************** */

.pull-right {
padding:5px 0 0 10px;
}

@media only screen
and (min-width : 320px) {
/* Styles */
/*.rhs_image {
  float: left;
  padding: 10px 0 ;
}*/

.pull-right {
padding:5px 0 0 10px;
}
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  /* Styles */
 
.navbar-brand {
  clear: both;
  display: block;
  float: left;
  margin: 0 0 40px;
  padding: 0px;
}

section {
  padding: 0;
}

.navbar-toggle {
  margin-top: 40px;
}



}
/* *********************end of smart phone landscape ********************** */

.navbar {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
	font-size:11px;
	margin-bottom: 0 !important;
}

.nav {
	width:100%;
	background: #717171; /* Old browsers */
	background: -moz-linear-gradient(top,  #717171 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#717171), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #717171 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #717171 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #717171 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #717171 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717171', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-nav > li > a {
  color: #FFF;
  text-align:center;
  line-height: 15px;
  font-size:16px;  
  /*text-shadow: 1px 1px 1px #000000;*/
	text-transform: capitalize;
  /*background-color: #767676;*/ /* just making the static state of the nav have no bg colour*/
   -webkit-transition: all 0.8s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.8s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.8s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.8s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(118, 118, 118, 1);
	/*background-color: #7ec55b;*/
    color: #FFF;
	
	
}

.navbar ul li li a:hover {
  transition: all 0.5s ease 0s;
}

.toppadding {
	padding-top:20px;
}

/* ********************* social icons css (overwriting bootstrap)  ********************** */
.btn-primary {
  background-color: #393939;
  border-color: #9a9a98;
  color: #fff;
}

.btn-primary:hover {
  background-color: #30a1da;
  border-color: #FFF;
  color: #FFF;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #b71f25; /* changes the colour of the social icon rollOvers*/
    background: #fff;
}

/* ********************* end of social icons css  ********************** */

/* ************************* overwriting bootstrap ************************************* */
.row {
   margin: 0; 
}
/* for lining up the search button on chrome*/
.input-group .form-control {
display: table-row;
}

/*.form-control {
  height: 28px;
}*/

.carousel-indicators li {
  background-color: #CCC;  
}

.navbar-brand {
  float: none !important; /* allows the logo/brading to overlap the header*/
}

.navbar-static-top {  
  width:100%;
}

.navbar-header {
  float:none;
}

.dropdown-menu {
  font-size: 12px;  
}

.dropdown:hover .dropdown-menu {
    display: block;
 }
 

.fa {
  color:#30a1da;
  /*font-size:18px;*/
   font-size:inherit;
   margin: 0 5px 0 0;
}

.industries .fa {
   font-size:36px;
   margin-bottom:-10px;
   font-weight:bold;
   transform: translate(0px, 7px);
}
@media only screen and (max-width : 1024px) {
.industries .fa {
   font-size:20px;
   /*margin-bottom:-10px;*/
   font-weight:bold;
   transform: translate(0px, 5px);
}
}
 




/* =======  this makes columns the same height ============== */

/*@media only screen and (min-width : 1200px) {}*/

[class*="content"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

/*[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}*/



.centered {
float:right !important;
margin: 0 auto !important;
}

.form-control {
  height: 28px;
}

.blue{
	background-color: #06C;
}
.green{
	background-color: #390;
}

#PrivacyPolicyModal p {
	color: #000;
	font-size: 12px;	
	text-transform: none;
	text-align:left;
	margin-bottom:10px;
}

#PrivacyPolicyModal h4 {
	font-size: 18px;
	color: #00529c;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;		
	padding: 0px;
	letter-spacing: 1px;	
	clear:both;
	display:block;
	text-align:left;
}


 

