/* Start of CMSMS style sheet 'custom' */
/* FONT-FAMILY
-------------------------------------------------- */

p, body, li, label, p.quote, p.quotename, .carousel-caption .checklist li, .btn, .btn-lg, .footer-text p {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
p em, body em, li em, em, p.quotename em, #bookform, .btn em, .btn-lg em, .footer-text p em {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
h1, h2, h3, h4, h5, h6, p strong, strong, .navbar-toggle-text {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, p em, em, .lead em  {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, strong, p strong, .carousel-caption h1, .carousel-caption h1 strong, p.quotename strong, .navbar, table th, .feedback p, .form-control, .footer-text p strong {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em, p strong em, strong em, em strong, .lead em strong, .lead strong em, .carousel-caption h1 strong em, .carousel-caption h1 em, .carousel-caption h1 em strong, p.quotename strong em,
.footer-text p strong em {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
}
.lead {;
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lead em {
  font-family:'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}


/* BODY
-------------------------------------------------- */

body {
  /*background: url("images/backgrounds/bg-body.jpg") no-repeat center top fixed #000;*/
  background:#FFF;
}
.show-xs {
  display:none;
}
.show-sm {
  display:none;
}
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.container-full {
  width: 100%;
}
.pull-up-30 { margin-top:-30px; }
.pull-up-20 { margin-top:-20px; }
.pull-up-15 { margin-top:-15px; }
.pull-up-10 { margin-top:-10px; }
.pull-up-bottom-30 { margin-bottom:-30px; }
.pull-up-bottom-20 { margin-bottom:-20px; }
.pull-up-bottom-15 { margin-bottom:-15px; }
.pull-up-bottom-10 { margin-bottom:-10px; }
.pad-top-30 { padding-top:30px; }
.pad-top-20 { padding-top:20px; }
.pad-top-15 { padding-top:15px; }
.pad-top-10 { padding-top:10px; }
.pad-bottom-30 { padding-bottom:30px; }
.pad-bottom-20 { padding-bottom:20px; }
.pad-bottom-15 { padding-bottom:15px; }
.pad-bottom-10 { padding-bottom:10px; }

/* HEADER
-------------------------------------------------- */

#header {
  background: url("images/backgrounds/bg-header.jpg") repeat-x center bottom #fff;
}
.header-logo img {
   padding-bottom:2%;
}
.header-phone img {
  padding-top:10%;
}
.btn-header {
  float:left;
  margin:14% 0 0 0;
}

/* NAVBAR
-------------------------------------------------- */

#navbar {
  width:100%;
  margin:0 auto 0 auto;
}
#navigation {
  /*background: url("images/backgrounds/bg-menu.jpg") repeat-x center top #000;*/
  background:#fbfbf8;
  border: none;
  /*border-radius: 4px;*/
  /*border-bottom:8px #ffe600 solid;*/
}
ul.navbar-nav > li:first-child {
  /*border-left:none;*/
  border-left:1px #adaa81 solid;  /* use for MENU with dividers */
}
.navbar {
  margin-bottom:0;
}
.navbar-nav {
  margin: 0px -15px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  font-size: 16px;
  padding-left: 18px;
  padding-right: 18px;
  border-right: 1px #adaa81 solid; /* use for MENU with dividers */
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #d7dabc;
  border-color: #adaa81; /* selected PARENT MENU border color */
  border-radius: 2px 2px 0 0;
}
ul.navbar-nav > li:hover {
  text-decoration: none;
  background: #d7dabc; /* hover PARENT MENU background color */
}
#navigation .dropdown-menu {
  background: #d7dabc;  /*DROPDOWN background color */
  padding: 0;
  margin: 0;
  font-size: 17px; /* DROPDOWN text size */
  border:none;
  border-radius: 0 2px 2px 2px;
}
.dropdown-menu > li > a {
  padding: 10px 20px; /* DROPDOWN text padding */
  color: #5B5600; /* DROPDOWN text color */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff; /* hover DROPDOWN text color */
  text-decoration: none;
  background: #5B5600; /* hover DROPDOWN background color */
}
.navbar-collapse {
  max-height: 376px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  /*border-top: 1px solid transparent;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-brand {
  display:none;
}
/*#navbar .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:961px;
}*/

/* NAVBAR-INVERSE
-------------------------------------------------- */

.navbar-inverse {
  /*background: #4095E6;*/
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #5B5600;
  font-size:17px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #5B5600;
  background: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #5B5600; /* PARENT MENU text color */
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #5B5600; /* hover PARENT MENU text color */
  background: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background: #328ddd;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #d7dabc; /* COLLAPSED MENU ICON border color */
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #fff; /* hover COLLAPSED MENU ICON background color */
}
.navbar-header {
  border-bottom: 1px solid #B0B579; /* COLLAPSED MENU border-bottom color */
}
.navbar-header img {
  display: none;
}
img.logo {
  margin:2px 0 0 8px;
  height:44px;
  float: left;
}
img.phone {
  margin:10px 12px 0 0 ;
  height:36px;
  float: right;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: transparent;
  
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle-button {
  float: right;
  padding: 8px 10px;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.navbar-toggle-text,
.navbar-toggle-icon {
  float:left;
}
.navbar-toggle-text {
  margin: 0 6px 0 0;
  color:#8c884c; /* COLLAPSED MENU icon text color */
  font-size:11pt;
}
.icon-bar-top {
  margin-top: 3px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #8c884c; /* COLLAPSED MENU icon bars color */
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #5B5600;
  background: #d7dabc; /* selected PARENT MENU background color */
}

/* SLIDER
-------------------------------------------------- */

#slider {
  width:100%;
  margin:0 auto 0 auto;
}

/* SLIDER with 3 RIGHT COLUMN BUTTONS
-------------------------------------------------- */

/*.slider, .slider-btn {
  float:left;
}
.slider {
  width:73%;
  margin-right:2%;
}
.slider-btn {
  width:25%;
  position:relative;
  height:418px;
}
.slider-btn img {
   margin:0;
}
.btn-top, .btn-middle, .btn-bottom {
  position:absolute;
  overflow:hidden;
}
.btn-top {
  top: 0; bottom: 0; right: 0;
}
.btn-middle {
  top: 35%; bottom: 0; right: 0;
}
.btn-bottom {
  bottom: 0; right: 0;
}*/

/* CTA
-------------------------------------------------- */

#cta-graphics {
  margin:2% auto 2% auto;
}

/* IMAGES
-------------------------------------------------- */

.img-responsive {
  margin-right: auto;
  margin-left: auto;
}
.img-center {
  margin: 1% auto;
}
.img-left {
  float: left;
  margin: 1% 1% 1% 0;
}
.img-right {
  float: right;
  margin: 1% 0 1% 1%;
}
.gallery img {
  width:100%;
  margin: 2% auto 4% auto;
}
.gallery-lg {
  margin: 3% auto;
}

/* MAIN
-------------------------------------------------- */

.main {
  color:#4D4D4D; /* DEFAULT FONT colour */
}
#content {
  margin:0 auto 2% auto;
}
#content .home {
  text-align:center;
}
#content .default {
  text-align:left;
}
#content .home, #content .default {
  padding-top:0px;
  padding-bottom:10px;
  clear:both;
}
.container a img:hover, .main a img:hover , .navbar-header a img:hover, .slider-btn a img:hover {
  opacity:0.9;
}
.checklist-col-1 {
  margin-bottom:0;
}
.checklist-col-2 {
  margin-bottom:5%;
}
.checklist-center {
  display:table;
  margin-left:auto;
  margin-right:auto;
}
hr {
  margin: 30px auto;
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid #e7e6d9;
}
.page-intro {
  text-align:center;
}
.page-intro-default {
  text-align:left;
}
.page-intro,
.page-intro-default {
  margin-bottom:2%;
}
.page-intro > .container,
.page-intro-default > .container {
  padding-top:20px;
  padding-bottom:20px;
}
.page-intro h1, .page-intro-default h1 {
  color:#5B5600;
  padding-bottom:15px;
}
#intro h2 {
  margin-top:0;
}
.icon-inline {
  margin-right: 1%;
}

/* MAIN FONTS
-------------------------------------------------- */

.row h1, .main h1,
.row h2, .main h2 {
  color:#5B5600;
}
.row h3, .main h3,
.row h4, .main h4 {
  color:#B0B579;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row h5, .main h5,
.row h6, .main h6, {
  color:#000;
}

.row h1, .main h1,
.row h2, .main h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.row h3, .main h3,
.row h4, .main h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size:34px;
}
p {
  margin: 0 0 20px 0;
}
p, #content li {
  font-size: 14px;
}
.staff p { font-size: 16px; }
.staff h2 { font-size: 24px; }
.main p.lead {
  color:#000;
}
p, .main li, .lead {
  line-height:1.66; /* text line-height */
}
p.quote, p.quotename {
  text-align:left;
}
p.quote {
  color:#4D4D4D;
  background: url(images/backgrounds/quotation.png) no-repeat left top;
  list-style: none;
  margin: 3% 0 1% 0;
  padding-left:40px;
}
p.quotename {
  color:#272727;
  padding-left:40px;
  list-style: none;
  line-height:20px;
  margin: 2% 0 2% 0;
}
.lead {
  font-size: 20px;
}
.icon {
  font-size:80px;
  margin: 20px auto -20px auto;
}

.main p a, .main li a, .main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a {
  text-decoration:underline;
  color:#B0B579;
}
.main p a:hover, .main li a:hover, .main h1 a:hover, .main h2 a:hover, .main h3 a:hover, .main h4 a:hover, .main h5 a:hover, .main h6 a:hover {
  color:#5B5600;
}

.main ul, ul.checklist {
  padding-top:1%;
  padding-bottom:1%;
}
ul.checklist-child {
  padding-top:1%;
  padding-bottom:0;
}
.main li {
  margin-bottom:10px;
}
#content li {
  background: url(images/backgrounds/bullet.png) no-repeat left top;
}
#content .checklist li {
  background: url(images/backgrounds/bullet1.png) no-repeat left top;
}
#content li, #content .checklist li {
  padding-left:25px;
  list-style: none;
  margin-left:-25px;
  text-align:left !important;
}

/* TABLE
-------------------------------------------------- */

table {
  font-size: 14pt;
  line-height:1.3;
}
table th {
  color:#B0B579;
}
.table-md {
  width:70%;
  margin:3% auto;
}
.table-lg {
  width:90%;
  margin:1% auto;
}
.table-vmiddle {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  /*background: url("images/backgrounds/bg-black.png") repeat center transparent;*/
}
.table-vmiddle td, .table-vmiddle th {
  vertical-align:middle !important;
}
.table > thead > tr > th,
.table-vmiddle > thead > tr > th {
  text-align:center;
  line-height:1.2;
}
.table-vmiddle > tbody > tr > td {
  text-align:center;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding:10px;
}
/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: url("images/backgrounds/bg-green.png") repeat center transparent;
}*/
.table-display {
  margin: 0 auto;
  display:table;
}
.vmiddle {
  display:table-cell;
  vertical-align:middle;
}

/* BACKGROUNDS
-------------------------------------------------- */

.bg-olive {
  /*background:#eff0e4;*/
  background: url("images/backgrounds/bg-page-intro.png") no-repeat center #eff0e4;
}
.bg-grey {
  background:#EFEFEF;
}

/* FOOTER
-------------------------------------------------- */

#footer {
  margin-top:4%;
}
footer {
  margin:4% 0 0 0;
  padding:1% 0 2% 0;
  background:#eff0e4;
  border-top:8px solid #B0B579;
}
.footer-text, .footer-btn {
  float:left;
}
.footer-text {
  width:75%;
  padding-top:3%;
  margin-right:2%;
}
.footer-btn {
  width:20%;
  padding-top:1%;
}
.footer-text p {
  color:#5B5600;
  font-size:16px;
  padding:0;
  margin:5px 0 0 5px;
  text-align:left;
  line-height:1.5;
}
.footer-text p a {
  color:#5B5600;
  text-decoration:none;
}
.footer-text a:hover {
  color:#787100 !important;
  opacity:1.0;
  text-decoration:none;
  /*border-bottom:1px dotted;*/
}

/* FLEX-VIDEO
-------------------------------------------------- */

.iframe-lg {
  width:98%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-md {
  width:75%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-sm {
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-xs {
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/* TEXT COLOURS
-------------------------------------------------- */

.white { color:#fff !important; }
.olive { color:#5B5600 !important; }
.lightolive { color:#B0B579 !important; }
.orange { color:#F7931E !important; }

a.olive:hover { color:#787100 !important; }


/* BUTTONS
-------------------------------------------------- */

.btn {
  font-size: 15pt;
  text-align: left;
}
.btn span.glyphicon {
  margin-left:3px;
}
.btn-lg {
  font-size: 18pt;
  text-align: left;
}
.btn-p {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.main button {
  margin:5px 2px;
}
#slider button {
  width:126px;
  float:left;
  margin:10px 5px 0 0;
}
#slider button.btn-lg {
  text-align:center;
}
#slider button, .main button.btn-lg {
  padding: 12px 15px !important;
  line-height:26px !important;
}
.main button.btn {
  padding: 10px 12px;
  line-height:22px;
}
#search-results .btn-lg {
  font-size: 14px;
  text-align: center;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border-radius: 3px !important;
}
#search-results button {
  margin:8px 0 0 0;
  padding: 10px 15px;
  float:right;
  line-height:20px;
}
button a, a button {
  border-bottom:none;
}
.btn-full {
  width:100%;
}
#content .btn-full {
  text-align:center;
}
.btn-contact {
  width:100%;
  font-size:30px;
  margin:15% 0 0 0;
  padding: 2% 4%;
  text-align:left;
}
.btn-primary {
  color: #fff;
  background: #0FAB34;
  border-color: #0d942d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background: #0c8d2b;
  border-color: #0b8529;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
}
.btn-info {
  color: #fff;
  background: #3e3e3e;
  border-color: #2b2b2b;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background: #484848;
  border-color: #3a3a3a;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  
}
.btn-warning {
  color: #002341;
  background: #ffdc1b;
  border-color: #f0c656;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #002341;
  background: #ffe600;
  border-color: #f0df4d;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  
}
.btn-default {
  color: #5B5600;
  background: #fbfbf8;
  border-color: #5B5600;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #7c7833;
  background: #fff;
  border-color: #7c7833;
  /*background: #ebebeb;
  border-color: #adadad;*/
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  
}
.btn-success {
  color: #fff;
  background: #9ea36d;
  border-color: #939765;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background: #B0B579;
  border-color: #a2a770;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  
}
.btn-danger {
  color: #fff;
  background: #B32317;
  border-color: #a32015;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background: #c9271a;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  
}

/* FORM
-------------------------------------------------- */

.form-control {
  font-size:16px;
}
.form-control {
  color:#000;
}
.controls-select {
  margin-bottom:10px;
}
.compress-select {
  margin-top:2%;
}
.form-group {
  margin-bottom: 2px;
}
.form-col-1, .form-col-2 {
  float:left;
}
.form-col-1 {
  width:50%
}
.form-col-2 {
  width:50%
}
.clear {
  clear:both;
}
.form-inline {
  clear:both;
}
.form-name {
  margin-right:5px;
  margin-left:15px;
}
.form-text {
  margin-top:20px;
  margin-left:15px;
}
label {
  margin: 0 auto 5px auto;
}
.checkbox label {
  margin-left:10px;
}
.radio input[type=radio], .radio-inline input[type=radio] {
  float: left;
  margin-left: -5px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -28px;
}
.feedback p {
	text-align:left;
}
.feedback {
	height:auto;
	margin: 0 0 3% 0;
	border-radius: 6px;
	clear:both;
}
.feedback p {
	padding:16px;
	margin: 2%;
	line-height:1.3;
	text-align:center;
	font-size:16px;
}
.feedback span {
	margin: 0 5px 0 0;
}
.feedback-success {
	margin: 0 0 10px 0;
	border-radius: 6px;
}
.feedback-success p {
	padding-bottom:20px;
	text-align:center;
	font-size:18px !important;
}
.feedback-success h2 {
	text-align:center;
	font-size:40px !important;
}
.feedback-success h2 span {
	margin: 20px 0 0 0;
}
.has-warning {
  /*border-color: #F7931E;*/
  border-color: #fcebb8;
  background:#fefcf4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* FORM DEFAULT
-------------------------------------------------- */

#form-default .small {
  font-size: 14px;
}
#form-default .btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
#form-default button {
  width:100%;
  margin-bottom:3%;
}
#form-default .form-group {
  margin-bottom: 15px;
}
#form-default .well-sm p {
  margin: 0;
}
#form-default .checkbox {
  font-size:18px;
}
#form-default .checkbox-sm {
  font-size:16px !important;
}
#form-default .captcha p {
  margin-bottom:0;
}
#form-default label a {
  text-decoration:underline !important;
  color:#B0B579 !important;
}
#form-default label a:hover {
  color:#5B5600 !important;
}

/* MEDIA QUERY
-------------------------------------------------- */

@media (min-width: 1201px)  {
  .btn-header {
	float:left;
	margin:12% 0 0 0;
  }
  #navbar .container {
    width: 1040px !important;
  }
}
@media (min-width: 1200px)  {
  .pull-up-30-lg { margin-top:-30px !important; }
  .pull-up-20-lg { margin-top:-20px !important; }
  .pull-up-15-lg { margin-top:-15px !important; }
  .pull-up-10-lg { margin-top:-10px !important; }
  .pull-up-bottom-30-lg { margin-bottom:-30px !important; }
  .pull-up-bottom-20-lg { margin-bottom:-20px !important; }
  .pull-up-bottom-15-lg { margin-bottom:-15px !important; }
  .pull-up-bottom-10-lg { margin-bottom:-10px !important; }
  .pad-top-30-lg { padding-top:30px !important; }
  .pad-top-20-lg { padding-top:20px !important; }
  .pad-top-15-lg { padding-top:15px !important; }
  .pad-top-10-lg { padding-top:10px !important; }
  .pad-bottom-30-lg { padding-bottom:30px !important; }
  .pad-bottom-20-lg { padding-bottom:20px !important; }
  .pad-bottom-15-lg { padding-bottom:15px !important; }
  .pad-bottom-10-lg { padding-bottom:10px !important; }
   .submit {
    padding: 2% 2% 0 0;
  }
}
@media (max-width: 1200px)  {
  .slider-btn {
	height:350px;
  }
  .slider-btn img {
	margin-left:18px;
  }
}
@media (max-width: 1126px)  {
  .nav > li > a  {
	padding-left: 13px;
	padding-right: 13px;
  }
}
@media (min-width: 992px)  {

}
@media (min-width: 991px) and (max-width: 1199px)  {
  .pull-up-30-md-lg { margin-top:-30px; }
  .pull-up-20-md-lg { margin-top:-20px; }
  .pull-up-15-md-lg { margin-top:-15px; }
  .pull-up-10-md-lg { margin-top:-10px; }
  .pull-up-bottom-30-md-lg { margin-bottom:-30px; }
  .pull-up-bottom-20-md-lg { margin-bottom:-20px; }
  .pull-up-bottom-15-md-lg { margin-bottom:-15px; }
  .pull-up-bottom-10-md-lg { margin-bottom:-10px; }
  .pad-top-30-md-lg { padding-top:30px; }
  .pad-top-20-md-lg { padding-top:20px; }
  .pad-top-15-md-lg { padding-top:15px; }
  .pad-top-10-md-lg { padding-top:10px; }
  .pad-bottom-30-md-lg { padding-bottom:30px; }
  .pad-bottom-20-md-lg { padding-bottom:20px; }
  .pad-bottom-15-md-lg { padding-bottom:15px; }
  .pad-bottom-10-md-lg { padding-bottom:10px; }
}
@media (max-width: 990px) {
  .header-phone img {
	padding-top:5%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .submit {
    padding: 2% 2% 0 0;
  }
}

@media (min-width: 2469px) { /* 33% zoom */
  #navbar .container { width: 1140px !important; }
}
@media (min-width: 3550px) { /* 25% zoom */
  #navbar .container { width: 1440px !important; }
}

@media (min-width: 1235px) and (max-width: 1372px)  { /* 90% zoom */

}
@media (min-width: 1373px) and (max-width: 1646px)  { /* 75% zoom */

}
@media (min-width: 1647px) and (max-width: 1853px)  { /* 67% zoom */

}
@media (min-width: 1854px) and (max-width: 2468px) { /* 50% zoom */

}
@media (min-width: 2469px) { /* 33% zoom */

}
@media (min-width: 3550px) { /* 25% zoom */

}


@media (max-width: 991px)  {
  .pull-up-30-md { margin-top:-30px; }
  .pull-up-20-md { margin-top:-20px; }
  .pull-up-15-md { margin-top:-15px; }
  .pull-up-10-md { margin-top:-10px; }
  .pull-up-bottom-30-md { margin-bottom:-30px; }
  .pull-up-bottom-20-md { margin-bottom:-20px; }
  .pull-up-bottom-15-md { margin-bottom:-15px; }
  .pull-up-bottom-10-md { margin-bottom:-10px; }
  .pad-top-30-md { padding-top:30px; }
  .pad-top-20-md { padding-top:20px; }
  .pad-top-15-md { padding-top:15px; }
  .pad-top-10-md { padding-top:10px; }
  .pad-bottom-30-md { padding-bottom:30px; }
  .pad-bottom-20-md { padding-bottom:20px; }
  .pad-bottom-15-md { padding-bottom:15px; }
  .pad-bottom-10-md { padding-bottom:10px; }
  .img-xs {
	width:20% !important;
  }
  .img-sm {
	width:30% !important;
  }
  .img-md {
	width:40% !important;
  }
  .btn-header {
	float:right;
	margin:7% 0 0 0;
  }
  .nav > li > a  {
	font-size: 16px;
	padding-left: 9px;
	padding-right: 9px;
  }
  .header-phone img {
	padding-top:2%;
  }
  footer {
	padding:1% 0 3% 0;
  }
  .footer-text p {
	font-size:14px;
	padding:0;
	margin:5px 0 0 5px;
	text-align:left;
	line-height:1.5;
  }
  /*.slider, .slider-btn {
	float:none;
  }
  .slider {
	width:100%;
	margin-right:2%;
  }
  .slider-btn {
	width:100%;
	position:relative;
	height:auto;
	margin-top:3%;
  }
  .slider-btn img {
	margin-left:auto;
  }
  .btn-top, .btn-middle, .btn-bottom { position:static; }
  .btn-top {
	margin: 0 auto;
	display:inline-block;
  }
  .btn-middle {
	margin: 0 auto;
	display:inline-block;
  }
  .btn-bottom {
	margin: 0 auto;
	display:inline-block;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .dropdown-menu > li > a {
	font-size:16px !important;
	padding: 8px 11px; /* dropdown text padding */
  }
}
@media (max-width: 767px) {
  #navigation {
	border-radius: 0;
  }
  /*.navbar-brand {
	display:block;
  } */
  .navbar-header img {
	display:block;
  }
  .navbar-collapse {
    border-bottom: 1px solid #5B5600 !important; /* collapsed menu DROPDOWN border-bottom color */
  }
  ul.navbar-nav > li:first-child {
	border-left:none; /* use for MENU with dividers */
  }
  .nav > li > a  {
	border-right: none; /* use for MENU with dividers */
	font-size: 16px;
	padding-left: 18px;
	padding-right: 18px;
  }
  .navbar-inverse .navbar-nav > li > a {
	border-bottom: 1px solid #B0B579; /* collapsed parent menu border-bottom color */
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #5B5600;
	padding: 10px 30px;
	background: #d7dabc; /* collapsed submenu background color */
	border-bottom: 1px solid #B0B579;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background: #5B5600; /* hover collapsed submenu background color */
	border-bottom: 1px solid #5B5600;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background: transparent;
  }
  .header-phone img {
	padding-top:3%;
  }
}
@media (max-width: 767px) {
  .pull-up-30-sm { margin-top:-30px; }
  .pull-up-20-sm { margin-top:-20px; }
  .pull-up-15-sm { margin-top:-15px; }
  .pull-up-10-sm { margin-top:-10px; }
  .pull-up-bottom-30-sm { margin-bottom:-30px; }
  .pull-up-bottom-20-sm { margin-bottom:-20px; }
  .pull-up-bottom-15-sm { margin-bottom:-15px; }
  .pull-up-bottom-10-sm { margin-bottom:-10px; }
  .pad-top-30-sm { padding-top:30px; }
  .pad-top-20-sm { padding-top:20px; }
  .pad-top-15-sm { padding-top:15px; }
  .pad-top-10-sm { padding-top:10px; }
  .pad-bottom-30-sm { padding-bottom:30px; }
  .pad-bottom-20-sm { padding-bottom:20px; }
  .pad-bottom-15-sm { padding-bottom:15px; }
  .pad-bottom-10-sm { padding-bottom:10px; }
  .hide-xs { display:none; }
  .show-xs { display:block; }

  p, #content li { font-size: 17px; }
  p, .main li, .lead {
    line-height:1.5; /* text line-height */
  }
  .staff img {
    width:160px !important;
  }
  .btn-full-sm {
	width:100%;
	text-align:center;
  }
  .compress-select .controls-select {
	margin-bottom:0 !important;
  }
  .btn-header {
	float:right;
	margin:8% 0 0 0;
  }
  .header-logo img {
	padding-bottom:4px;
  }
  #content {
	margin: 0 auto 2% auto;
  }
  #cta {
	margin: 0 auto 2% auto;
  }
  .page-intro > .container,
  .page-intro-default > .container {
	padding-top:5px;
	padding-bottom:0;
  }
  .text-center-sm {
	text-align:center;
  }
  .footnote {
	padding: 10px 15px 5px 15px;
  }
  .table-md {
	width:90%;
  }
  #form-default .form-group {
	margin-bottom: 0px;
  }
  #form-default input, #form-default textarea {
	margin-bottom: 15px;
  }
  #form-default button {
	margin-top: 15px;
  }
}
@media (max-width: 730px) { /* iPhone landscape view */
  .form-text {
	margin-top:0;
	margin-left:15px;
  }
  .hide-sm {
	display:none;
  }
  .show-sm {
	display:block;
  }
}
@media (max-width: 580px) {
  .table-md {
	width:100%;
  }
  .table-lg {
	width:100%;
	margin:2% auto;
  }
}
@media (max-width: 560px) {
  h1 {
	font-size:30px;
  }
  h2 {
	font-size:28px;
  }
  h3 {
	font-size:24px;
  }
  #content .checklist-child li {
	background: url(images/backgrounds/bullet-sm.png) no-repeat left top;
	line-height:1.2;
	padding-left:20px;
	margin-left:-42px;
  }
  ul.checklist-child {
	padding-top:2%;
	padding-bottom:0;
  }
  p.quote, p.quotename {
	font-size:13pt;
  }
  .img-xs {
	width:50% !important;
  }
  .img-sm {
	width:60% !important;
  }
  .img-md {
	width:70% !important;
  }
  .img-left, .img-right {
	float: none;
	margin: 1% auto;
	width:100%;
  }
  .img-left img, .img-right img {
	width:50%;
  }
  .footer-text {
	width:100%;
	padding-top:3%;
	margin-right:0;
  }
  .footer-btn {
	width:100%;
  }
  .footer-btn img {
	width:20%;
  }
  .footer-text p {
	font-size:14px;
	padding:0;
	margin:5px 0 0 5px;
	text-align:center;
	line-height:1.5;
  }
}
@media (max-width: 530px) {
  .pull-up-30-xs { margin-top:-30px; }
  .pull-up-20-xs { margin-top:-20px; }
  .pull-up-15-xs { margin-top:-15px; }
  .pull-up-10-xs { margin-top:-10px; }
  .pull-up-bottom-30-xs { margin-bottom:-30px; }
  .pull-up-bottom-20-xs { margin-bottom:-20px; }
  .pull-up-bottom-15-xs { margin-bottom:-15px; }
  .pull-up-bottom-10-xs { margin-bottom:-10px; }
  .pad-top-30-xs { padding-top:30px; }
  .pad-top-20-xs { padding-top:20px; }
  .pad-top-15-xs { padding-top:15px; }
  .pad-top-10-xs { padding-top:10px; }
  .pad-bottom-30-xs { padding-bottom:30px; }
  .pad-bottom-20-xs { padding-bottom:20px; }
  .pad-bottom-15-xs { padding-bottom:15px; }
  .pad-bottom-10-xs { padding-bottom:10px; }
  .form-col-1 {
	width:50%
  }
  .form-col-2 {
	width:50%
  }
  .hide-text-xs {
	display:none;
  }
  .btn-header .btn {
	font-size:13pt !important;
  }
  .btn-header {
	float:right;
	margin:6% 0 6% 0;
  }
  .iframe-md, .iframe-sm {
	width:100%;
  }
}
@media (max-width: 460px) {
  h1 {
	font-size:28px;
  }
  h2 {
	font-size:26px;
  }
  h3 {
	font-size:22px;
  }
  .btn-lg {
	font-size: 20px;
  }
  #slider button {
	width:110px;
	padding: 10px 13px !important;
	line-height:24px !important;
  }
  footer {
	padding:1% 0 4% 0;
  }
}
@media (max-width: 340px) { /* iPhone portrait view */
  .btn-contact {
	width:100%;
	font-size:26px;
	margin:2% auto 6% auto;
	padding: 4%;
  }
  .header-logo img {
	margin-top:5px;
	margin-bottom:5px;
  }
  .header-phone img {
	padding-top:8%;
  }
  .text-center-xs {
	text-align:center;
  }
}
@media (min-width: 340px) and (max-width: 991px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 341px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
  .form-col-1 {
	width:50%
  }
  .form-col-2 {
	width:50%
  }
  .footer-btn. btn-lg {
	font-size: 20px;
  }
  .footer-btn button {
	margin:10px 0 0 0;
	padding: 13px 15px;
	line-height:26px;
  }
}

/* End of 'custom' */

