@font-face {
  font-family: "ArimoRegular";
  src: url("fonts/Arimo-Regular-Latin-webfont.eot");
  src: url("fonts/Arimo-Regular-Latin-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/Arimo-Regular-Latin-webfont.woff") format("woff"),
    url("fonts/Arimo-Regular-Latin-webfont.ttf") format("truetype"),
    url("fonts/Arimo-Regular-Latin-webfont.svg#ArimoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ArimoItalic";
  src: url("fonts/Arimo-Italic-Latin-webfont.eot");
  src: url("fonts/Arimo-Italic-Latin-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/Arimo-Italic-Latin-webfont.woff") format("woff"),
    url("fonts/Arimo-Italic-Latin-webfont.ttf") format("truetype"),
    url("fonts/Arimo-Italic-Latin-webfont.svg#ArimoItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: url(images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.ccm-toolbar-visible.ccm-panel-ready body {
  background-position: center 48px;
}

#container {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

#header {
  width: 1000px;
  height: 272px;
  display: block;
  position: relative;
}

#logo {
  left: 10px;
  position: relative;
  z-index: 4;
}

#phone {
  background-image: url(images/phone-number-bg.png);
  background-repeat: no-repeat;
  width: 356px;
  height: 55px;
  z-index: 3;
  position: absolute;
  left: 650px;
  top: 0px;
}

#phone a,
#phone p {
  font-family: "ArimoRegular";
  text-align: center;
  font-size: 27px;
  text-shadow: 2px 2px 0px #000;
  color: #fff;
  margin: 0;
  position: relative;
  top: 10px;
  left: -5px;
}

#phone a:hover,
#phone a {
  color: #fff !important;
  text-decoration: none !important;
}

#slogan {
  width: 337px;
  height: 48px;
  display: block;
  background-image: url(images/slogan-bg.png);
  background-repeat: repeat-x;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 193px;
  left: 645px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

#slogan p {
  font-family: "ArimoItalic";
  margin: 0;
  font-size: 17px;
  line-height: 52px;
  font-weight: bold;
}
#banner {
  width: 617px;
  height: 245px;
  top: 29px;
  position: absolute;
  left: 355px;
  overflow: hidden;
}

#banner p {
  margin: 0;
  padding: 0;
}

#nav {
  width: 1000px;
  display: block;
  position: relative;
  text-align: center;
}

#nav ul {
  width: 1000px;
  padding: 0;
  margin: 0;
}

#nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  border-left: 1px solid #3e3e3e;
  margin: 0;
  padding: 0;
}

#nav ul li:first-child {
  border-left: none;
}

#nav ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  font-family: "ArimoRegular";
  text-transform: uppercase;
  display: block;
  padding: 12px 21px 11px;
}

#nav ul li a:hover {
  background-color: #000;
}

#main-content {
  width: 620px;
  display: block;
  padding: 0px 49px;
  float: left;
}

#main-content h1 {
  color: #3b1d00;
  text-shadow: 0px 2px 0px #fff;
  font-size: 31px;
  font-weight: normal;
  margin-bottom: 0px;
}

#main-content h2 {
  color: #666;
  font-size: 26px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

#main-content h3 {
  color: #585858;
  text-transform: uppercase;
  font-size: 18px;
  margin: 10px 0 0 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}

#main-content p {
  font-size: 14px;
  color: #363636;
}

#sidebar {
  width: 212px;
  height: 299px;
  background-image: url(images/sidebar-bg.jpg);
  padding: 20px;
  float: right;
  margin: 20px 30px 20px 0;
}

#sidebar h2 {
  margin-top: 0px;
  margin-bottom: -10px;
  color: #fff;
  text-shadow: 1px 1px 0px #000;
  font-weight: normal;
  font-size: 26px;
}

#sidebar form {
  margin-left: -5px;
  margin-top: 10px;
}

#sidebar form .text-muted.small,
#contact-form form .text-muted.small {
  display: none;
}

#sidebar fieldset,
#contact-form fieldset {
  border: none;
  padding: 0;
}

#sidebar form input,
#sidebar form textarea {
  margin: 0 0 5px;
  width: 100%;
  border: none;
}

#contact-form form input,
#contact-form form textarea {
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid black;
}

#sidebar form textarea,
#contact-form form textarea {
  width: 100% !important;
  height: 60px !important;
  resize: none;
}

#sidebar label,
#contact-form label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0 0 1px;
}

#contact-form label {
  margin: 0 0 5px;
  color: #000;
}

div#contact-form {
  margin: 0 0 60px;
  width: 72%;
}

.sg.sg-99.js-sg {
  margin: 0 0 30px;
}

.form-actions button {
  text-transform: uppercase;
  padding: 7px;
  font-size: 14px;
  margin-top: 5px;
  border: none;
  background-color: #f0f0f0 !important;
  font-family: "ArimoRegular";
}

.form-actions button:hover {
  background-color: #ccc !important;
}

.form-actions button:active {
  background-color: #999 !important;
}

.form-actions button {
  width: 130px;
  float: right;
  border: 1px solid #999 !important;
}

#main-content #Question1,
#main-content #Question2,
#main-content #Question3,
#main-content #Question4 {
  width: 260px;
}

#main-content #Question5 {
  position: relative;
  left: -1px;
  height: 120px;
}

#sidebar .miniSurveyView table.formBlockSurveyTable td {
  padding: 0px !important;
}

#footer {
  clear: both;
  background-image: url(images/footer-bg-top.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 200px;
  width: 1000px;
  text-align: center;
}

#footer-nav ul {
  width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid #777777;
}

#footer-nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

#footer-nav ul li a {
  text-decoration: none;
  font-size: 13px;
  color: #000;
  font-family: "ArimoRegular";
  text-transform: uppercase;
  display: block;
  padding: 0 20px;
  margin-right: -5px;
}

#footer-nav ul li a:hover {
  text-decoration: underline;
}

#footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.sortable_fancybox_gallery_container {
  margin-bottom: 25px;
}

.sortable_fancybox_gallery_image {
  width: 90px !important;
  height: 90px !important;
  overflow: hidden;
  margin: 6px;
}

#sidebar .googleMapCanvas {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 180px;
  border: 1px solid #35210c;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

#sidebar p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 5px 0;
}

#sidebar p strong {
  color: #35210c;
}

.hometext p {
  font-size: 18px !important;
}

.t-n {
  height: 259px;
  overflow: hidden;
  position: relative;
  top: -22px;
}

.t-n img {
  width: 100%;
  height: auto;
}

.services {
  margin-top: 15px;
}

.services ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.services ul li {
  float: left;
  width: 49%;
  height: 90px;
  background-color: #9b8465;
  color: #fff;
  margin: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 33px;
  text-align: center;
  font-size: 17px;
}

#footer p a {
  color: #1d1d1d;
}

#footer p a:hover {
  color: #c4a47d;
}

#sidebar .g-recaptcha {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  position: relative;
  left: -86px;
  margin-bottom: -30px;
}

div#ccm-layout-column-wrapper-9 {
  width: 100% !important;
  display: flex;
}

#ccm-layout-column-wrapper-9 div.ccm-layout-column {
  width: 33.333333333333%;
}

.test-extra {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

div#contact-sidebar h2 {
  margin: 0 0 10px;
}

#ccm-layout-column-wrapper-9 div.ccm-layout-column a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#ccm-layout-column-wrapper-9 div.ccm-layout-column a img:hover,
#ccm-layout-column-wrapper-9 div.ccm-layout-column a img:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}
