.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #b06953;
}
h1 {
  color: #f7f8be;
  font-family: "Times New Roman", Times, serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 30px;
}
h2 {
  font-family: 'Times New Roman';
  color: #4d4a36;
  font-size: 60px;
  line-height: 110px;
  font-weight: normal;
  margin-bottom: 0;
}
h3 {
  font-size: 30px;
  line-height: 48px;
  color: #373737;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 41px;
}
h4 {
  font-size: 16px;
  font-weight: normal;
  color: #5d5d5d;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 14px;
}
h5 {
  font-size: 26px;
  line-height: 26px;
  color: #b06953;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 21px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 21px;
  background: #ffffff;
  color: #4c422c;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-primary {
  color: #b06953 !important;
  background: none !important;
  border: none;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  padding: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #000 !important;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  color: #b06953;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus {
  color: #4d4a36;
}
.btn-primary:focus:hover {
  color: #b06953;
}
.btn-info {
  color: #4d4a36;
  background: none !important;
  border: none;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  padding: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #b06953;
}
.btn-info:focus {
  color: #4d4a36;
}
.btn-info:focus:hover {
  color: #b06953;
}
#searchForm .btn.btn-primary {
  margin-top: 4px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 8px 0 85px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  margin-right: 22px;
  display: inline-block;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none !important;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #4c422c;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #b06953;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #b06953;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 21px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 23px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
html {
  background-color:#3c382f;
}
body {
  background: none;
}
#wrapper {
  background: url(../images/pattern_wrapper.png);
  max-width: 1222px;
}
#wrapper:before {
  display: block;
  background: url(../images/texture.gif) 50% 0;
  height: 334px;
  content: '';
  margin-bottom: -300px;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 50px 0 48px;
}
#logo {
  text-align: center;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding-bottom: 17px;
}
.select-menu {
  display: none;
}
.navigation {
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: url(../images/dotted_border.png) 50% 100% repeat-x;
  padding: 0 0 40px;
}
.navigation ul.sf-menu {
  position: relative;
  display: inline-block;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  height: 21px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  color: #f9b50f;
}
.navigation ul.sf-menu > li + li {
  margin-left: 56px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  color: #e8dfa2;
  height: 21px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #f9b50f;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 60px;
  left: 50%;
  margin-left: -69px;
}
.navigation ul.sf-menu ul {
  width: 138px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -16px;
  left: 138px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -16px;
  left: 138px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #f9b50f;
  padding: 16px 0;
}
.navigation ul.sf-menu ul:before {
  border-bottom: 6px solid #f9b50f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}
.navigation ul.sf-menu ul ul {
  background: #1d1d0f;
}
.navigation ul.sf-menu ul ul:before {
  border-right: 6px solid #1d1d0f;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -12px;
  margin-left: 0;
  top: 24px;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: block;
  padding: 0px 29px;
  text-transform: lowercase;
  text-decoration: none;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  font-weight: bold;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  font-weight: bold;
}
.navigation ul.sf-menu.sf-vertical {
  width: 138px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 138px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 140px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 21px;
  padding-bottom: 21px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 23px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 138px;
  top: 21px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  margin-top: -13px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 50px 0 30px;
  background: url(../images/feature_texture.jpg) 50% 0;
}
.slogan {
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #f7f8be !important;
}
.slogan a {
  color: #f7f8be !important;
}
.slogan a:hover {
  color: #F9B50F  !important;
}
.slogan .moduleTitle {
  padding: 0 200px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 50px 0 0;
}
.almb6ar6 #component,
.almb8ar4 #component {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 96px;
  border-right: 1px solid #c4b7a2;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 28px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 7px;
  font-size: 12px;
  text-transform: none;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd + dd:before {
  content: '|';
  padding: 0 7px;
}
.item_info_dl dd a {
  color: #b06953;
}
.item_info_dl dd a:hover {
  color: #000;
}
.item_info_dl dd .item_published {
  color: #000;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 21px 21px 0 !important;
}
.gallery-item .view .item_title {
  color: #fff;
}
.gallery-item .view .item_title a:hover {
  color: #999;
}
.gallery-item .view .item_more a {
  color: #fff;
}
.gallery-item .view .item_more a:hover {
  color: #999;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
.page-featured {
  line-height: 22px;
}
.page-featured .item_title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  color: #4c422c;
}
.page-featured .item_introtext {
  padding-bottom: 10px;
}
.page-featured .btn-info {
  padding: 0 27px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  line-height: 42px;
  background: #4d4a36 !important;
  color: #f0e4cf;
}
.page-featured .btn-info:hover {
  background: #000 !important;
}
.page-blog,
.page-item__blog,
.page-archive {
  padding-right: 55px;
}
.page-blog .item,
.page-item__blog .item,
.page-archive .item {
  border-bottom: 1px solid #c2b9a9;
  padding-bottom: 9px;
}
.page-item {
  padding-bottom: 60px;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  padding: 0 0 10px;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline-block;
  padding: 0 0 0 27px;
  background: url(../images/list_marker.png) 0 -212px no-repeat;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: url(../images/list_marker.png) 0 4px no-repeat;
}
.archive-module li a:focus,
.categories-module li a:focus,
.mod-menu .nav.menu li a:focus,
.list1 ul li a:focus {
  background: url(../images/list_marker.png) 0 -212px no-repeat;
}
.archive-module li a:focus:hover,
.categories-module li a:focus:hover,
.mod-menu .nav.menu li a:focus:hover,
.list1 ul li a:focus:hover {
  background: url(../images/list_marker.png) 0 4px no-repeat;
}
.archive-module li .btn-info,
.categories-module li .btn-info,
.mod-menu .nav.menu li .btn-info,
.list1 ul li .btn-info {
  padding: 0 27px;
  margin-top: 30px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  line-height: 42px;
  background: #b06953 !important;
  color: #f0e4cf;
}
.archive-module li .btn-info:hover,
.categories-module li .btn-info:hover,
.mod-menu .nav.menu li .btn-info:hover,
.list1 ul li .btn-info:hover {
  background: #393939 !important;
  color: #fff;
}
.sidebar {
  text-align: center;
  color: 4c422c;
}
.sidebar h3 {
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 23px;
}
.sidebar .btn-info {
  color: #fff;
  line-height: 42px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 0 27px;
}
.sidebar .item_num0 h3,
.sidebar .item_num0 .color {
  color: #b06953;
}
.sidebar .item_num0 .btn-info {
  background: #b06953 !important;
}
.sidebar .item_num0 .btn-info:hover {
  background: #393939 !important;
}
.sidebar .item_num1 h3,
.sidebar .item_num1 .color {
  color: #b06953;
}
.sidebar .item_num1 .btn-info {
  background: #b06953 !important;
}
.sidebar .item_num1 .btn-info:hover {
  background: #393939 !important;
}
.sidebar .item_introtext {
  padding-bottom: 15px;
}
.sidebar .item_introtext .color {
  color: #b06953;
}
#aside-right .moduletable {
  margin-bottom: 45px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: url(../images/dotted_border.png) 50% 0 repeat-x;
  padding: 77px 0 0px;
}
#mainbottom-row .moduletable {
  margin-bottom: 40px;
}
.bottom_blocks .item {
  margin-bottom: 23px;
}
.bottom_blocks .item + .item {
  border-top: 1px solid #c4b7a2;
  padding-top: 40px;
}
.bottom_blocks .item_content {
  padding-top: 10px;
  overflow: hidden;
}
.locations {
  color: #4c422c;
  text-transform: uppercase;
  line-height: 24px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 90px;
}
.locations .moduleTitle {
  text-transform: none;
  margin-bottom: 52px;
}
.locations .map {
  display: inline-block;
  text-transform: lowercase;
  font-style: italic;
  color: #000;
  padding-right: 34px;
  background: url(../images/map.png) 100% 50% no-repeat;
  line-height: 23px;
  margin-bottom: 23px;
}
.locations .map:hover {
  color: #23607e;
  text-decoration: underline !important;
}
.locations .message {
  line-height: 42px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  display: inline-block;
  padding: 0 31px 0 53px;
  font-family: "Times New Roman", Times, serif;
  background: url(../images/message.png) 27px 50% no-repeat #4d4a36;
  color: #f0e4cf;
}
.locations .message:hover {
  background-color: #b06953;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 5px 0 68px;
}
.team .item_introtext {
  display: inline;
  vertical-align: top;
}
.team .item_introtext p {
  display: inline;
  vertical-align: top;
}
.team .btn-info {
  font: inherit;
  color: inherit;
  vertical-align: top;
}
.team .btn-info:hover {
  color: #fff;
}
/*======================= FOOTER =======================*/
#copyright-row {
  border-top: 1px solid #c4b7a2;
  padding: 58px 0 0;
}
#copyright {
  color: #252525;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding: 48px 0 43px;
}

#copyright .year:after {
  content: '|';
  padding: 0 4px 0 8px;
  display:none;
}

#copyright a:hover {
  text-decoration: underline !important;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 8px;
}
.social li a {
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.social li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slogan a {
  color: #fff;
  font-weight: 600;
}
.slogan a:hover {
  color: #000;
}
a.selected {
  color: #b06953;
}
.btn-primary:hover {
  color: #000 !important;
}
#section-kmt .kmt-meta *:hover {
  color: #b06953 !important;
}
.mod-newsflash-adv__sidebar .item_introtext > p {
  padding-bottom: 0px !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #f7f8be !important;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.camera_wrap .camera_pag .camera_pag_ul li:hover {
  background: #f9b50f !important;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #f7f8be !important;
}

.itemid-101 .page_header {
display: none !important;
}

.category_title h2 .subheading-category {
font-size: 30px;
}

.contact_details {
display: none;
}
#contact_map {
display: none;
}