/* Default Colours for the website */
/* For curved edges in images and boxes  */
/* Drop shadows for  images and boxes*/
/* Set custom font for the File more than one */

@font-face {
  font-family: FontName1;
  /* Customise this name for each custom font */
  src: url(/Sites/2398/_Layout/Cronos-Light.ttf);
}
/* Set custom font for the File more than one */

@font-face {
  font-family: FontName2;
  src: url(/Sites/2398/_Layout/Cronos-Reg.ttf);
}
/*Will be the default font across the website*/

/*Main background image*/

body {
  background: url(/Sites/2398/_Layout/htmlBg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainContents {
  background: url(/Sites/2398/_Layout/mainContents.png) center;
  margin-top: -20px;
}
.site-header {
  background-color: white;
}
.heading h2 {
  font-size: 25pt;
  color: #615841;
}
.TownTitle {
  font-size: 45pt;
  text-transform: uppercase;
  color: #4a4b49;
}
/* font*/

body,
p,
div {
  font: 14pt FontName1;
  color: black;
}
/*Navigation customisation */

/*Main Background*/

.navbar {
  background-color: transparent;
  background: white url(/Sites/2398/_Layout/NavBackground.jpg) repeat-x;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
/*Nav Main font size*/

.navbar-default .navbar-nav > li > a {
  font-size: 13pt;
  color: white;
}
.navbar-default .navbar-nav > li > a:hover {
  font-size: 13pt;
  color: #f6f0d8;
}
/*Nav drop down*/

.navbar-default .dropdown-menu li a {
  font-size: 13pt;
  color: #0b2595;
}
.navbar-default .dropdown-menu li a:hover {
  font-size: 13pt;
  color: #be331e;
}
.navbar {
  background-color: #0b2595;
}
/*Text alignment in the navigation */

.navbar .navbar-collapse {
  text-align: center;
}
/*Sub text styling*/

.nav-sub-text {
  font-size: 10pt;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #d8b417;
  }
  .rteText img {
    width: 100%;
  }
}
/*Heading compo background color etc */

h1 .HeadingText {
  font: 16pt FontName2;
  color: black;
}
.carousel {
  margin-top: 20px;
}
/*Compo Title styling*/

.compoTitle {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.compoTitle {
  background-color: #f3f3f3;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.compoTitle h2 {
  font: 18pt FontName2;
  color: #0b2595;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*Text colour*/

.bricks a h4,
.bricks a p {
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 16pt;
}
/*Hover over colour*/

.bricks a:hover h4,
.bricks a:hover p {
  color: white;
  text-decoration: none;
}
.brickWithBg .bricks-text {
  background-image: url(/Sites/2398/_Layout/BrickH4Bg.png);
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  margin-top: 180px;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.bricks {
  height: 250px;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
/*Header background*/

.header {
  border: none;
  background-image: url(/Sites/21/_Layout/NavBackground.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
/*Header Image Details*/

.CompoBs_HeadingImage img {
  border: 3px solid white;
}
.rteText img.no-border-img {
  border-width: 0px;
}
h4 {
  font: 16pt FontName1;
  color: #0b2595;
  font-weight: bold;
}
h2 {
  font: 16pt FontName1;
  color: black;
}
h6 {
  width: 100%;
  background-color: #0b2595;
  color: white;
  margin-top: -10px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font: 14pt FontName1;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
h6 a {
  color: white;
}
h6 a:hover {
  color: #bfc6e5;
}
h5 {
  background-color: #f3f3f3;
  margin-top: -10px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font: 14pt FontName1;
  color: black;
  text-align: center;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.People .clPeopleTitle {
  width: 100%;
  background-color: #c2dde3;
  color: #4a4b49;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font: 16pt FontName1;
}
.People h4 {
  background-color: #006b8f;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  font: 16pt FontName2;
  color: white;
  text-align: left;
}
.contactform,
.contactmap {
  background-color: #bfc6e5;
  padding: 1px 10px 10px 10px;
  height: 500px;
}
a {
  color: #0b2595;
  font-weight: bold;
}
a:hover {
  color: #be331e;
}
.compo-id36545 {
  margin-top: 10px;
}
.compo-id36496 {
  margin-top: -30px;
}
.align-left {
  text-align: left;
}
h2 {
  text-align: left;
}
label.control-label {
  width: 200px;
  font-weight: normal;
}
.compo-footer {
  background-color: #0b2595;
  height: 100px;
  padding-top: 0px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.copyright {
  color: white;
  text-align: right;
}
.compo-footer a {
  color: white;
}
.compo-footer a:hover {
  color: #f6f0d8;
}
.Page_Type_Live {
  color: #0b2595;
}
/* ------------------- Roll Overs ----------------------  */

.thumbnail {
  position: relative;
  overflow: hidden;
}
.caption {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/Sites/2417/_layout/BrickBgrd.png);
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: white !important;
  z-index: 2;
}
.label-default {
  background-color: black;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 130%;
  font-weight: 500;
  line-height: 2;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
