/*#####################################################################################################################*/
/*GLOBAL STYLE */
html, body {font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; color: #3e3e3e; font-size: 14px; line-height: 16px; font-weight: normal; background-attachment:fixed; background-color: #ececec; height: 100%; width: 100%; margin: 0; padding: 0;}

a,a:visited {text-decoration: none; color: #019d7a; font-size: 13px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none;}
a:hover,a:visited:hover {text-decoration: none; color: #fdcd26; outline: none;}

.container-full {margin-right: 0; margin-left: 0; padding-left: 0; padding-right: 0;}

button {position: relative; margin: 0; padding: 1em; z-index: 1;}
@media (min-width:768px) {.container-full {width:100%}}
@media (min-width:992px) {.container-full{width:100%}}
@media (min-width:1200px) {.container-full {width:100%}}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {width: 100%;}
}
@media (min-width: 992px) {
  .container {width: 100%;}
}
@media (min-width: 1200px) {
  .container {width: 100%;  }
}
@media (min-width: 1520px) {
  .container {width: 100%;  }
}
.row {margin-right: 0px; margin-left: 0px;}
.row-centered {text-align: center;}
.col-centered {margin: 0 auto;}
@font-face {
    font-family: 'AmbleRegular';
    src: url('../font/AmbleRegular/Amble-Regular-webfont.eot');
    src: url('../font/AmbleRegular/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/AmbleRegular/Amble-Regular-webfont.woff') format('woff'),
         url('../font/AmbleRegular/Amble-Regular-webfont.ttf') format('truetype'),
         url('../font/AmbleRegular/Amble-Regular-webfont.svg#Amble-Regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*#####################################################################################################################*/
/*UPGRADE BROWSER PAGE*/
.container-ie{border:none;background:url('../images/sprite/browsers-sprite.png') -506px 0px;  height:126px;width:126px;}
.container-chrome{border:none;background:url('../images/sprite/browsers-sprite.png')  0px 0px;height:126px;width:126px;}
.container-firefox{border:none;background:url('../images/sprite/browsers-sprite.png') -127px 0px;height:126px;width:126px;}
.container-safari{border:none;background:url('../images/sprite/browsers-sprite.png') -256px 0px;height:126px;width:126px;}
/*#####################################################################################################################*/
/*TOP*/
.logo {padding: 0 10px 0 10px;}
/*navigation*/
.navbar-default {margin-bottom: 0px; z-index: 1000; border: none; border-radius: 0; background-color: transparent; margin-top: 43px;}
.navbar-default .navbar-nav > li > a {padding: 14px 10px 14px 10px; color: #3d3d3d; border: 2px solid #fff; outline: none; font-size: 14px; font-weight: bold; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {color: #3d3d3d; outline: none; border: 2px solid #3d3d3d;}
@media (max-width: 1520px) {
}
@media (max-width: 1200px) {
	.navbar-default .navbar-nav > li > a {padding: 14px 5px 14px 5px;}
}
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {padding: 14px 5px 14px 5px; font-size: 12px;}	
	.navbar-default {margin-top: 38px;}

}
@media (max-width: 768px) {
	.navbar-default {margin-top: 0;}
	.navbar-default .navbar-nav > li {padding: none;}
	.navbar-default .navbar-nav > li > a {padding: 4px 4px 4px 8px; margin: 0; font-size:12px; text-align: left; border: none;}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {border: none; color: #fdcd26; }
	.navbar-collapse {z-index: 1000; background-color: #fff;}	
	.navbar-collapse.collapse {text-align: left; /* Set this */}
}
/*mobile navbar*/
.navbar-toggle {position: relative; float: right; padding: 9px 7px; background-color: transparent; background-image: none; border: 0px solid transparent; border-radius: 4px; margin-top: 45px; margin-bottom: 5px; margin-right: 0px;}
.navbar-toggle .icon-bar {display: block; width: 28px; height: 5px; border-radius: 2px;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #3d3d3d;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #fdcd26;}
.navbar-collapse {z-index: 1000; padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 0; -webkit-box-shadow: none; box-shadow: none;}
.navbar-collapse.in {overflow-y: auto;}
/*#####################################################################################################################*/
/*HEADINGS*/
h1 {color: #3e3e3e; font-size: 28px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; text-transform:uppercase; font-weight: bold;}
h2 {color: #FFF; font-size: 28px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; text-transform:uppercase; text-align: center; font-weight: bold;}
h3 {color: #fdcd26; font-size: 20px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; margin: 0; padding: 0; font-weight: bold;}
h3 a, h3 a:hover, h3 a:visited, h3 a:visited:hover {color: #fdcd26; font-size: 20px;}
/*#####################################################################################################################*/
/*CONTENT STYLES*/
.clear {clear: both;}
.contentpad {padding: 3% 87px 0 8%;}
.contentpad2 {padding: 3% 8% 0 87px;}
.contentpad3 {padding: 8px;}
.contentpad4 {padding: 5% 8% 1% 8%;}
.contentpad5 {padding: 1% 8% 4% 8%;}
.contentpad6 {padding: 0 0 0 4%;}
.contentpad7 {padding: 30px;}
.contentpad8 {padding: 3% 8% 0 8%;}
.contentpad9 {padding-right: 8%;}
.contentpad10 {padding: 2% 5%;}
.contentpad11 {padding: 0 5% 0 0;}
.menupad {padding: 6px 8% 8px 8%;}

.whitebg {background-color: #fff; height: auto; overflow: hidden;}
.greybg {background-color: #3d3d3d; height: auto; overflow: hidden;}
.lightgreybg {background-color: #E9E9E9; height: auto; overflow: hidden;}
.greenbg {background-color: #019d7a; height: auto; overflow: hidden; height: 420px;}
.greenbg2 {background-color: #019d7a; height: auto; overflow: hidden;}
.topbg {background-image: url('../images/background/shrs_bg.jpg'); background-repeat:repeat-x; height: 575px;}
.linebot {border-bottom: 1px solid lightgrey;}
.greenbotline {border-bottom: 5px solid #019d7a;}

.bg1 {
	background: url(../images/background/1.jpg) 0% 0 no-repeat fixed;	
	width: 100%;
    margin: 0 auto;
    padding: 0;
	background-position: top;
    background-size: cover;	
	max-height: auto; overflow: hidden;
}
.bg2 {
	background: url(../images/background/legislation.jpg) 0% 0 no-repeat fixed;	
	width: 100%;
    margin: 0 auto;
    padding: 0;
	background-position: top;
    background-size: cover;	
	height: 300px;
	max-height: auto; overflow: hidden;
}
.bg3 {
	background: url(../images/background/2.jpg) 0% 0 no-repeat fixed;	
	width: 100%;
    margin: 0 auto;
    padding: 0;
	background-position: top;
    background-size: cover;	
	height: 300px;
	max-height: auto; overflow: hidden;
}

.tel {pointer-events: none; cursor: default; color:#3e3e3e;/*SET COLOUR SAME AS MAIN TEXT*/}
.tel:hover {color:#3e3e3e;/*SET COLOUR SAME AS MAIN TEXT*/}

.teltop {pointer-events: none; cursor: default; color:#fff;/*SET COLOUR SAME AS MAIN TEXT*/}
.teltop:hover {color:#ccc;/*SET COLOUR SAME AS MAIN TEXT*/}

.fa-phone, .fa-envelope {color: #fdcd26; margin-right: 5px; font-size: 20px;}

a.emailtop,a.emailtop:visited {text-decoration: none; color: #fff; font-size: 14px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none;}
a.emailtop:hover,a.emailtop:visited:hover {text-decoration: none; color: #fdcd26; outline: none;}

a.white,a.white:visited {text-decoration: none; color: #fdcd26; font-size: 14px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; outline: none;}
a.white:hover,a.white:visited:hover {text-decoration: none; color: #fff; outline: none;}

.toptext {font-size: 36px; line-height: 39px; font-weight: bold; margin-top: 12%; color: white; text-align: center; text-transform: uppercase; position: absolute; z-index: 5000;}
.greentext {color: #019d7a;}
.greytext {color: #3d3d3d;}
.whitetext {color: #fff; font-size: 20px; line-height: 22px; font-weight: bold;}

.greyborder {border: 2px solid #3d3d3d;}
.logos {width: 18%; display: inline-block;}
.whiteborder {border: 2px solid #fff;}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1520px) {
	h1 {font-size: 23px;}
	h2 {font-size: 23px;}
	.contentpad {padding: 3% 3% 0 3%;}
	.contentpad2 {padding: 3% 3% 0 3%;}
	.greenbg {height: 420px;}
	
}
@media (max-width: 1200px) {
	.contentpad {padding: 4% 8% 4% 8%;}
	.contentpad2 {padding: 4% 8% 4% 8%;}
	.greenbg {height: auto;}
	h2 {font-size: 20px;}
	.whitetext {font-size: 17px; line-height: 19px;}
}
@media (max-width: 992px) {
	.menupad {padding: 6px 25px 8px 25px;}
	.contentpad {padding: 4% 5% 4% 5%;}
	.contentpad2 {padding: 4% 5% 4% 5%;}
	.toptext {font-size: 27px; line-height: 30px;}
	.aboutpad {padding: 0 150px;}
	.contentpad10 {padding: 2% 1%;}
}
@media (max-width: 768px) {
	.contentpad4 {padding: 5% 5% 1% 5%;}
	.contentpad8 {padding: 5% 5% 1% 5%;}
	.tel {pointer-events: auto; cursor: pointer; color:#3e3e3e;/*SET COLOUR SAME AS MAIN TEXT*/}
	.teltop {pointer-events: auto; cursor: pointer; color:#fff;/*SET COLOUR SAME AS MAIN TEXT*/}
}
/*#####################################################################################################################*/
/*FONT STYLES*/	
.bold {font-weight: bold;}
.italic {font-style: italic;}
.white {color: white;}
/*#####################################################################################################################*/
/*FONTS COLORS*/
.text-danger {color: #000;}
/*#####################################################################################################################*/
/*CONTACT FORM*/
.form-control {border-radius: 5px; color: #777; font-size: 13px;}
.form-control:focus {border-color: #019d7a; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(1,157,122,.075), 0 0 8px rgba(1,157,122, .6); box-shadow: inset 0 1px 1px rgba(1,157,122,.075), 0 0 8px rgba(1,157,122, .6);}

.btn-primary {
  color: #fff;
  background-color: #363636;
  border: none;
  font-size: 13px;
  padding: 9px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a1a1a1;
  border: none;
}
.btn {border-radius: 0px;}
.loading-form {
    width: 47px;
    height: 39px;
    background-image: url(../images/ico/loading.gif);
    background-repeat: no-repeat;
}
/*#####################################################################################################################*/
/*FOOTER*/
.bot-bar {text-align:center; background-color: #019d7a;}
.copytext {color: #fff; font-size: 14px; line-height: 14px; font-weight: normal; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri;}
.copytext a {color: #fff; font-size: 14px; padding: 0 5px 0 5px;}
.copytext a:hover {color: #019d7a; text-decoration:none;}

a.copytext,a.copytext:visited {text-decoration: none; color: #fff;  font-size: 14px; outline: none; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri;}
a.copytext:hover,a.copytext:visited:hover {text-decoration: none; color: #019d7a; outline: none;}
a.copyat, a.copyat:visited {text-decoration: none; color: #fff; outline: none; font-weight: normal;}

.copytext a.contactbut, .copytext a.contactbut:visited {text-decoration: none; color: #3d3d3d; font-size: 28px; padding: 20px; font-family: Century Gothic, Verdana, Arial, helvetica, Calibri; font-weight: bold; outline: none; background-color: #fdcd26;}
.copytext a.contactbut:hover, .copytext a.contactbut:visited:hover {text-decoration: none; color: #3d3d3d; outline: none; background-color: #019d7a;}

/*#####################################################################################################################*/
.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}