/* SETTINGS
=================================*/
/* SIMPLE ANALYTICS COLORS */
/*
$background-color:                #e5dfdc;
$font-normal:                     "Open Sans", Tahoma, Geneva, sans-serif;
$font-color:                      #0b0603;
$font-normal-size:                14px;
$heading-color:                   #6f645c;
$link-color:                      #bc558c;
$nav-background-color-grad-light: #e2d5d1;
$nav-background-color-grad-dark:  #d4cbc5;
$nav-second-level-background-color: #d4cbc5;
$nav-color:                       #0b0603;
$nav-color-selected:              #fff;
$nav-font-size:                   16px;
$nav-padding:                     15px 30px;
*/
/* PLANTFORM COLORS */
/* MIXINS
=================================*/
/* GENERAL STYLES
=================================*/
html {
	/* keeps site from bouncing */
	overflow-y: scroll;
}
body {
  /* ONLY SET BACKGROUND COLOUR OR IMAGE HERE */
  background-color: #b1b1b1; }

.container {
  /* SET A GENERAL FONT STYLE AND COLOUR TO USE ACROSS THE SITE HERE */
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  color: #000;
  font-size: 16px; }

/* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
#content h1, #content h1 a, #content h2, #content h2 a, #content h3, #content h3 a {
  color: #414142;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none; }

#content h1 {
  font-size: 34px;
  font-weight: 400;
  padding: 0 0 40px; }

#content .home_heading h1 {
  padding: 20px 0 40px; }

#content h2 {
  font-size: 22px;
  font-weight: 400;
  padding: 10px 0 20px; }

#content h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 10px; }

#content p {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: 300; }

#header a, #footer a, #content a {
  color: #fff;
  text-decoration: none; }

#header a:hover, #footer a:hover, #content a:hover {
  text-decoration: underline; }

#content p a:hover {
  text-decoration: underline; }

#content ul, #content ol {
  margin: 0;
  padding: 0 0 12px 25px;
  font-size: 14px; }

#content ul li {
  list-style: disc;
  padding: 0px 0px 8px 0px;
  font-size: 16px;
  font-weight: 300; }

#content .ccm-error, #content .ccm-error p {
  color: #CC0000 !important; }

#content .ccm-gallery{
	border:none;
}
#content .ccm-gallery .galleryImages{
	padding-bottom:10px;
}
/* This sets the colours when someone highlights some text if needed*/
/*  
  .container ::selection {
    background: #374F1E;
    color: #FFFFFF;
    text-shadow: none;
  }
  */
/* HEADER AREA SPECIFIC STYLES
================================ */

#header .logo img {
  padding: 0; }

#header .phone_email_group {
  float: right; }

#header .phone, #header .email {
  float: right;
  padding-right: 20px;
  text-align: right; }

#header .phone p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 26px;
  margin-bottom: 6px;
  padding-left: 36px; }

#header .phone p:before, #content .phone:before {
  font-size: 24px;
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  margin-right: 10px; }

#content .phone:before {
  font-size: 18px; }

#header .email p {
  font-size: 15px;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 4px; }

#content .email:before {
  font-size: 18px;
  content: "\f0e0";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  margin-right: 10px; }

#content .address:before {
  font-size: 18px;
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  margin-right: 10px; }

/* 
 AREA SPECIFIC STYLES
================================ */
#navigation {
  z-index: 2;
  /*banner uses z-index 100*/
  position: relative;
  font-size: 14px;
  display: inline-block;
  background: #fefefe;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #e9e9e9));
  background-image: -o-linear-gradient(bottom, #fefefe 0%, #e9e9e9 100%);
  background-image: -moz-linear-gradient(bottom, #fefefe 0%, #e9e9e9 100%);
  background-image: -webkit-linear-gradient(bottom, #fefefe 0%, #e9e9e9 100%);
  background-image: -ms-linear-gradient(bottom, #fefefe 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #fefefe 0%, #e9e9e9 100%); }

#navigation ul.nav ul {
  display: none; }

#navigation ul.nav li:hover > ul {
  display: block; }

#navigation .container ul.nav {
  /* This must be within a containing DIV, otherwise it interferes with the Concrete5 Admin UI */
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-table; }

/* GENERAL MENU BUTTON STYLES */
#navigation ul.nav > li.nav-selected, #navigation ul.nav > li.nav-path-selected, #navigation ul.nav > li.nav-selected:hover, #navigation ul.nav > li.nav-path-selected:hover, #navigation ul.nav > li:hover {
  background: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e9e9e9), color-stop(1, #fefefe));
  background-image: -o-linear-gradient(bottom, #e9e9e9 0%, #fefefe 100%);
  background-image: -moz-linear-gradient(bottom, #e9e9e9 0%, #fefefe 100%);
  background-image: -webkit-linear-gradient(bottom, #e9e9e9 0%, #fefefe 100%);
  background-image: -ms-linear-gradient(bottom, #e9e9e9 0%, #fefefe 100%);
  background-image: linear-gradient(to bottom, #e9e9e9 0%, #fefefe 100%);
  color: #404041; }

#navigation ul.nav li a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  color: #404041;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; }

#navigation ul.nav > li a:hover {
}
#navigation ul.nav > li {
  float: left; }

#navigation ul.nav > li.nav-selected > a, #navigation ul.nav > li.nav-path-selected > a {
  color: #404041; }

/* SECOND LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  z-index: 10;
  padding-bottom: 10px;
  background: #fefefe;
  -webkit-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.3); }

#navigation ul.nav ul li {
  position: relative;
  float: none; }

#navigation ul.nav ul li a {
  max-width: 300px;
  white-space: nowrap;
  padding: 10px 30px; }

/* THIRD LEVEL SPECIFIC MENU STYLES */
#navigation ul.nav ul ul {
  width: 180px;
  position: absolute;
  left: 100%;
  top: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px; }

#navigation ul.nav ul ul li a {
  max-width: 180px; }

/* FOOTER NAVIGATION */
#footer_navigation {
  margin-top: 22px; }

#footer_navigation ul.nav li a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  display: block;
  text-decoration: none;
  padding: 10px 40px 15px 0px;
  font-weight: 600;
  font-size: 13px; }

#footer_navigation ul.nav > li a:hover {
  -ms-transform: translate(0px, 1px);
  /* IE 9 */
  -webkit-transform: translate(0px, 1px);
  /* Chrome, Safari, Opera */
  transform: translate(0px, 1px); }

/* BANNER AREA SPECIFIC STYLES
================================ */
#banner_container {
  height: 467px;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777; }

.slide {
  height: 467px;
  width: 100%; }

.slide_edit {
  height: 50px;
  overflow: hidden; }

.banner_text p {
  color: #fff;
  text-shadow: 0 1px #000;
  text-align: center;
  font-size: 34px;
  margin-top: 140px; }

.link_container {
  text-align: center; }

.page_link_text {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-shadow: 0 1px #000;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out; }

.page_link_text:hover {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari and Chrome */ }

/* CONTENT AREA SPECIFIC STYLES
================================ */
#content {
  margin-top: 20px; }

/* FOOTER AREA SPECIFIC STYLES
================================ */
#footer {
}


#footer .logo_container {
  text-align: center;
  margin: 20px 0 0 0; }

#footer .copyright_container {
  margin: 20px 0;
  font-size:14px;
  text-align: left; }

#footer .call_to_action{
	background:#fefefe;
	padding:5px 0;
	text-align:center;
}
#footer .call_to_action p{
	color:#f27423;
	font-weight:700;
	font-size:20px;
}
#footer .call_to_action a{
	 color: #414142;
}