
/* ==========================================================================
   typography  styles
   ========================================================================== */

body {
  background: #111;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: auto !important;
  width: 100%;


}
.btn{
  border-radius:0;
}

.lt-ie9 body {
  overflow: inherit!important;
}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}



body.inner {
  overflow: inherit;
}
.small {
  font-size: 12px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}

p {
  margin: 0.5em 0;
  font-family: 'Open Sans', sans-serif;
}


h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0.5em 0;
  color: #272727;
}

h1 {
  color: #1a1a1a;
  font-size: 29px;
  font-weight: lighter;
  text-transform:uppercase;
  margin: 0.75em 0;
}
.home h1 {
  text-transform: capitalize;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
  text-decoration: underline;
}


a {
  color: #333;
  text-decoration: none;
  outline: none;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

a:hover,
a:focus {
  color: #72632e;
  text-decoration: none;

}

.center {
  text-align: center;
}

.btn-primary,
.button,
.submit-button {
  background-color: #72632e;
  border-color: #72632e;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 14px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #72632e;
  border-color: #72632e;
  color: #111;
}

.btn-default {
  background: none;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding:5px 10px;
  color: #fff;

}


.btn-default:hover,
 .btn-default:focus{
  background-color: #72632e;
  border-color: #72632e;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding:5px 10px;
  color: #fff;

}

.stars-holder {

  margin: -10px auto 0;
}
.separator-star {
  clear: both;
  font-size: 0;
  height: 26px;
  margin: 26px 0;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.separator-star-h:before {
  left: -6px;
  margin-left: -50%;
}

.separator-star-h:after {
  left: 6px;
  margin-right: -50%;
}
.separator-star-h:before,
.separator-star-h:after {
  background-color: #333333;
  content: "";
  display: inline-block;
  height: 1px;
  margin-top: 11px;
  position: relative;
  vertical-align: top;
  width: 50%;
}

.separator-star-h .fa-stack {
  color: #fff;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;

}
.fa-inverse {
    color: #000;
}

.social-media-icons .fa-inverse {
    color: #fff;
}


.separator-star-h .fa-stack .fa-circle-o {

  font-size: 14px;
  top: 5px;

}


.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #72632e;
}



/* ==========================================================================
   jquery ui color change styles
   ========================================================================== */

.ui-datepicker-header  {background: none repeat scroll 0 0 #B2943A!important;}
.ui-widget-header { color: #fff!important}
.hasDatepicker {
  background: url("https://3486c8.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/cal.gif") no-repeat scroll 99% center #111!important;
  cursor: pointer;
}

.ui-widget {
  font-size: 85%!important;z-index:10!important;
}

/*preloader style*/

.preloader {
  background-color: #111;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.status {
  background-image: url("https://b3c93f.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}


/*full-screen-background*/

.full-screen-background  {
  width: 100%;
  position: fixed;
  height: 100%;
  overflow: hidden;
}

.slides-pagination  {
  display: none;
}

/*header*/

header.header {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.95) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

  position: fixed;
  z-index: 4;
  width: 100%;
  min-height: 200px;
}

.short-header header.header {
  min-height: inherit;

}
.logo {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 37px;
    z-index: 2;
  overflow: hidden;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}



.static{
  position: absolute;
  bottom: 300px;
  left: 50%;
  margin-left: -36px;
  border: 4px solid #ffffff;
  padding: 36px;
  border-radius: 100%;
}
.static:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -25px;
  border: 5px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation: arrows 1.5s infinite;
  animation: arrows 1.5s infinite;
  z-index: 30;
}
@-webkit-keyframes arrows {
  to {
    -webkit-transform: translateY(70%) rotate(135deg);
    transform: translateY(70%) rotate(135deg);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes arrows {
  to {
    -webkit-transform: translateY(70%) rotate(135deg);
    transform: translateY(70%) rotate(135deg);
    opacity: 0;
    filter: alpha(opacity=0); } }


@media screen and (max-width: 420px){
  .static{
    bottom: 150px;
  }
}
/*pnav*/

.navbar-default {
  background: none;
  border-radius: 0;
  border: none;
  position: relative;
  padding-top: 50px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  z-index: 2;

}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: bold;
  font-style: 14px;
  text-transform: uppercase;
  padding: 10px 13px;
  margin: 0;
  line-height: 30px;
}

.navbar-default .navbar-nav.navbar-right > li > a {
  padding-left: 14px;
  padding-right: 14px;

}
.navbar-default .navbar-nav > .active > a
{
  color: #231e0d;
  background: none;
}
.navbar-nav > li > ul {
  display: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #72632e;
  background: none;

}

/*dropdown menu*/

.navbar-default .navbar-nav > li > ul {
  display: none;
   transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  top: 40px;
  left: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  padding: 0;
  margin: 0;

}
.navbar-default .navbar-nav > li > ul > ul {
  display: none;
}
.navbar-default .navbar-nav > li > ul > li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}

.navbar-default .navbar-nav > li > ul > li > a {
background: none repeat scroll 0 0 #cdb471;
background: none repeat scroll 0 0 rgba(205,180,113,1);
border-bottom: 1px solid #dbc387;
color: #fff;
float: left;
padding: 5px 10px;
width: 180px;
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
}

.navbar-default .navbar-nav > li > ul > li > a:hover {
  background: #bea668;
  color: #fff;

}

.navbar-default .navbar-nav > li.hover ul {
  display: block;


}
.navbar-default .navbar-nav > li > ul > li > ul {
  display: none!important;
}


.site-content-holder {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 3;
  background-color: #FFF;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  padding-top: 30px;
}

 article,
 article p,
 article a {
    color: #717171;
    font-size: 14px;
    line-height: 1.5em;
}


 article a  {
  color: #AF9632;
}


 article h3 a  {
  font-size: 18px !important;
}

/* three-columns-holder  */
.three-columns-holder {
  padding: 20px 0 60px;
}

.three-columns-holder .item {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  overflow: hidden;

}

.container .three-columns-holder .item  {
  opacity: 0;
  filter: alpha(opacity=100);
}

.container .three-columns-holder .item  {
  opacity: 1\9;
}
.home .three-columns-holder .item {
  width: 100%;
}

.three-columns-holder.offers-holder .content-overlay {
  top: 20%;

}

.three-columns-holder.offers-holder .item img {
  opacity: 0.6;
}

.three-columns-holder.offers-holder  .content-overlay p {
  display: inline-block;
  height: 95px;
  max-width: 281px;
  overflow: hidden;
}
.three-columns-holder .item img {
  opacity: 0.8;

  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  filter: alpha(opacity=80);


}
.three-columns-holder .item:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.03, 1.03);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.03, 1.03);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

}

.three-columns-holder .content-overlay {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  overflow: hidden;
}


.three-columns-holder .item {
  display: inline-block;
   opacity: 0;
  filter: alpha(opacity=0);

}

.three-columns-holder .content-overlay .btn-default {
  width: 150px;
  white-space: pre-line;
}

.three-columns-holder .owl-buttons div {
  position: absolute;
  top: 38%

}

.three-columns-holder .owl-buttons .owl-prev {
  left: 0;
}

.three-columns-holder .owl-buttons .owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  background: none;
  color: #72632e;
  font-size: 18px;
  padding: 5px;

}

.full-width-one-column-holder {
  float: left;
  position: relative;
  width: 100%;
}

.bottom-image {
  background-attachment: fixed;
  background-image: url("https://c45078.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/revback.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: .8;
  filter: alpha(opacity=20);
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.full-width-one-column-holder > .fa-stack {
  color: #72632e;
  font-size: 36px;
  margin-top: -50px;
  position: relative;
  z-index: 3;
}

.reviews-carousel-holder {
  padding: 60px 0;
  display: inline-block;
}

.reviews-carousel {
  width: 100%;
}
.reviews-carousel .item {
  width: 100%;
}
.review-content {
  font-weight: lighter;
}

.review-content p, .review-author{
    color:#272727;
    font-weight: bold;
    text-shadow: 0px 0px 3px #fff;
}

.review-author{
font-size: 22px;
}


.fore-footer {
  background-color: #72632e;
  display: inline-block;
  width: 100%;
}
.fore-footer .row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fore-footer .row img,
.fore-footer .row h2 {
  display: inline-block;
}
.fore-footer .row img {
  margin-top: -10px;
  margin-right: 5px;
}
.fore-footer .row h2 a {
  color: #000;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: none;
}
.fore-footer .row h2 a:hover {
  color: #fff;
}

.app-link {
 float: right;
 margin-top: 23px;
}

ul.social-media-icons {
  list-style: none;
  float: right;
  margin: 5px 0 0;
  padding: 0;
}

.social-media-icons li {
  float: left;

}

.social-media-icons li a {
  font-size: 20px;
}
.social-media-icons li .fa-stack {
  color: #000;

}
.social-media-icons li a:hover .fa-inverse,
.social-media-icons li a:hover .WebFont
 {
  color: #72632e;
}
.social-media-icons .WebFont {
  display: block;
  font-size: 40px;
  margin-top: 2px;
}

footer {
  background-color: #111;
      margin-top: -8px;
}

.footer-top,
.footer-bottom {
  display: inline-block;
  width: 100%;
}

.footer-links {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  float: left;
}
.footer-links li a {
  text-transform: uppercase;
  color: #fff;
  padding-right: 10px;
  float: left;
  font-weight: lighter;
  font-size: 14px;
}
.footer-links li a:hover {
  color: #72632e;
}

footer .row {
  padding-top: 20px;
}

address,
address a {
  color: #888;
  font-size: 14px;
}



.NF-logo {
  float: right;
}


/* footer gallery */

.footer-gallery {
  padding: 10px 0 100px;
  width: 100%;
}
.owl-carousel .owl-item {
  text-align: center;
}
.footer-gallery .owl-buttons div {

}
.footer-gallery .owl-buttons > div {
  position: absolute;
  top: 26%;
}
.footer-gallery .owl-buttons .owl-prev {
  left: -10px;
}

.footer-gallery .owl-buttons .owl-next {
  right: -10px;
}

.footer-gallery.owl-theme .owl-controls .owl-buttons div {
  font-size: 28px;
}

/*snav*/
.snav-container {
  margin: 0.75em 0;
  display: flex;
}

.snav-container > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.snav-container > ul > li {
  padding: 0;
  margin: 0;
  width: 100%;
}

.snav-container > ul > li > a {
  color: #888;
  width: 99%;
  float: left;
  padding: 10px 0;
  padding-left: 1%;
  background: url(https://8363da.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/arrow-right.png)  94% 17px no-repeat;
  border-bottom: 1px solid #292929;
  text-transform: uppercase;
  font-size: 15px;
}

.snav-container > ul > li.active > a,
.snav-container > ul > li > a:hover {
  color: #72632e;
  width: 100%;
  padding-left: 0;
  background: url(https://8363da.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/arrow-right.png)  98% 17px no-repeat;
}

/*tnav*/

.snav-container > ul > li > ul {
  width: 93%;
  margin: 0;
  padding: 0 0 0 10%;
  list-style: none;
  display: inline-block;

}
.snav-container > ul > li > ul > li {

}
.snav-container > ul > li > ul > li > a {
  padding: 10px 0;
  padding-left: 1%;
  width: 100%;
  display: inline-block;
  color: #555;
  background: url(https://8363da.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/arrow-right.png)  100% 17px no-repeat;
}
.snav-container > ul > li > ul > li.active > a,
.snav-container > ul > li > ul > li > a:hover {
  color: #72632e;
  width: 100%;
  padding-left: 0;
  background: url(https://8363da.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/arrow-right.png)  98% 17px no-repeat;
}

/*contact us*/
.site-info h2 {
  font-size: 30px;
  font-weight: lighter;
  margin: 0.75em 0;
}
.contact-box {
  clear: both;
  float: left;
  width: 100%;
  padding: 10px 0;
}
.contact-box a {
  color: #888;
}
.contact-box a:hover {
 color: #888;
}


.img-circle {
  background: none repeat scroll 0 0 #B2943A;
  color: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 15px 0 0;
  text-align: center;
  width: 36px;
}

.content-holder.container {
  padding-bottom: 100px;
  min-height: 400px;
}



/*location map */


#map {

  height: 400px;
  width: 100%;

}

.map_marker {
  width: 200px;
}
.contactus-map #map_directions_controls {
  display: none;
}

#map_directions_controls {

  background-color: rgb(51,46,37);
  background: none repeat scroll 0 0 rgba(51,46,37, 0.85);
  border-bottom: 5px solid #b09357;
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}

#map_directions_controls label,#map_directions_controls input {
  margin:5px;
  padding:5px;

}

#map_directions_controls input.submit-button {
  padding: 5px 15px;
}

#map_directions_controls #fromAddress  {
  margin-top: 6px;
}
#map_directions_controls .button2 {
  margin-top: 8px;
}
#map_directions_controls label {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

#map_directions_controls .button {
cursor:pointer;
}

#map_directions {
  width: 500px;
  display: block;
  clear: both;
  margin: 0 auto;
}


/*gallery*/

.maingallery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
}


.maingallery li {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*IE9 fixe*/
.gallery_wrapper_all .maingallery li {
  opacity: 0;
  filter: alpha(opacity=100);

}
.gallery_wrapper_all .maingallery li {
  opacity: 1\9;
}
.maingallery >li >a{
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  float: left;
}

.maingallery li a img{
  width: 100%;
   margin: 0;
  padding: 0;
}

.maingallery .item-detail {
  background: none repeat scroll 0 0 #111;
  height: 100%;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  padding-top: 28%;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;





}

.maingallery li img {
    -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1, 1);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;
}

.maingallery .item-detail:hover {
  top: 0;
  opacity:0.8;
  filter: alpha(opacity=80);
}



.maingallery li:hover img {

    /* Webkit for Chrome and Safari */
  -webkit-transform: scale(1.03, 1.03);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.03, 1.03);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.03, 1.03);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

}

/*-- sitemap --*/

.sitemap {

  margin: 20px 0 0 35px;
}
.sitemap,.sitemap ul,.sitemap li,.sitemap li a {
float:left;
text-align: left;
font-size: 14px;
}

.sitemap > li {
  padding: 5px 10px;
  font-weight: 700;

}

.sitemap > li > a {
  color: #fff;
}

.sitemap > li ul {

}
ul.sitemap li ul li ul {
  display: none;
}

.sitemap ul {
  margin: 0 0 0 30px;
}

.sitemap li ul li a {
  color: #ccc;
}
.sitemap i {
  float: left;
  margin-left: 5px;
  cursor: pointer;
}

.sitemap li ul li ul li a {

  font-size: 13px;
  color:;
}

.sitemap ul,.sitemap li {
clear:both;
}

article .sitemap li {
list-style:none;
font-weight:700;
padding:10px 0;
}


.sitemap li ul li {

font-weight:600;
padding:5px 0;
list-style: disc;

}

.sitemap li ul ul il{
    list-style: circle outside none;
    font-weight: 500;
}


 /*  Large devices Desktops (≥1200px)*/
 @media only screen and  (min-width: 1200px) {


 }


 /*Medium devices Desktops (≥992px)*/
 @media (min-width: 992px) and (max-width: 1199px) {

   .navbar-default .navbar-nav > li > a {
      font-size: 15px;
      padding: 10px 3px;
    }

    .navbar-default .navbar-nav.navbar-right > li > a {
      padding-left: 6px;
      padding-right: 6px;
    }

    .fore-footer .row h2 a {
      color: #000;
      font-size: 21px;
    }

 }

 /*Small devices Tablets (≥768px)*/
 @media (min-width: 768px) and (max-width: 991px) {

  .navbar-default .navbar-nav > li > a {
    font-size: 11px;
    font-weight: bold;
    padding: 10px 4px;
  }

  .navbar-default .navbar-nav.navbar-right > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }

  .fore-footer .row h2 a {
    font-size: 14px;
  }

 .inner  .three-columns-holder .content-overlay {
    padding: 0 0 0 10%;
    width: 96%;
  }

   #pendulum-child { width:153px; height:126px;}

 }

 /* Extra small devices Phones (<768px)*/
 @media only screen and (max-width: 767px) {

  .fore-footer .col-sm-3.col-md-3 {
  text-align: center;
  }

  ul.social-media-icons {
    float: none;
  }

.fore-footer, .footer-bottom{
  text-align: center;
}
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-nav > li > a {
    background: none repeat scroll 0 0 #111;
    display: inline-block;
    font-size: 28px;
    padding: 10px 0;
    width: 100%;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a {
    background: #fff;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #72632e;
  }

  .navbar-collapse {
    border: medium none;
    margin-top: 58px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }

  .navbar-default .navbar-nav ul,
  .navbar-default .navbar-nav ul ul {
    display: none!important;
  }

  .fore-footer {
    text-align: center;
  }

  footer {
    text-align: center;
  }

  .footer-links {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .footer-links li {
    float: none;
    display: inline-block;
  }

  .newsletter-holder {
    display: inline-block;
    float: none;
    margin: 20px auto;
    width: 276px;
  }

  .NF-logo {
    float: none;
  }

  ul.social-media-icons {
    clear: both;
    float: none;
    margin: 5px auto 0;
    width: 114px;
  }

  .app-link {
    clear: both;
    display: inline-block;
    margin-top: 23px;
    width: 200px;
    float: none;
  }

  header.header {
    min-height: inherit;
  }

  .snav-container > ul > li > a,
  article,
  h1
   {
    text-align: center;
  }

  .maingallery li {
    width: 50%;
  }

  #pendulum-child { width:153px!important; height:126px!important;}

 }


  .tabledefault {
  margin:0px;padding:0px;
  width:100%;
  border:1px solid #000000;

  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;

  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;

  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;

  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}.tabledefault table{
    border-collapse: collapse;
        border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}.tabledefault tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.tabledefault table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.tabledefault table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}.tabledefault tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}.tabledefault tr:hover td{
  background-color:#191919;


}
.tabledefault td{
  vertical-align:middle;

  background-color:#212121;

  border:1px solid #000000;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:9px;
  font-size:16px;
  font-family:Arial;
  font-weight:normal;
  color:#eaeaea;
}.tabledefault tr:last-child td{
  border-width:0px 1px 0px 0px;
}.tabledefault tr td:last-child{
  border-width:0px 0px 1px 0px;
}.tabledefault tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.tabledefault tr:first-child td{
    background:-o-linear-gradient(bottom, #72632e 5%, #826c2c 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #72632e), color-stop(1, #826c2c) );
  background:-moz-linear-gradient( center top, #72632e 5%, #826c2c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#72632e", endColorstr="#826c2c");  background: -o-linear-gradient(top,#72632e,826c2c);

  background-color:#72632e;
  border:0px solid #000000;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:18px;
  font-family:Arial;
  font-weight:bold;
  color:#ffffff;
}
.tabledefault tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #72632e 5%, #826c2c 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #72632e), color-stop(1, #826c2c) );
  background:-moz-linear-gradient( center top, #72632e 5%, #826c2c 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#72632e", endColorstr="#826c2c");  background: -o-linear-gradient(top,#72632e,826c2c);

  background-color:#72632e;
}
.tabledefault tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;
}
.tabledefault tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;
}

.overlay-image {
    position: absolute;
    background-color: white;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ADDED STYLES */
.three-columns-holder .content-overlay .btn-default {
    width: 150px;
    white-space: pre-line;
    background-color: rgba(114, 99, 46, 0.85);
    border: none;
    padding: 15px 0;
}
.navbar-default .navbar-nav > li > a{
  font-weight:normal;
}
/* NEW FONT */
.navbar-default .navbar-nav > li > a,
.home h1,.reviews-carousel-holder .btn,
.fore-footer li a {
    font-family: 'Cantata One', serif;
}

.reviews-carousel-holder .btn{
    background-color: #72632e;
    border-color: #72632e;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 14px 20px;
    font-size: 15px;
    letter-spacing: 1px;
}

/* NEW FONT */
.rd-mo{
  background-color: #182e21 !important;
  border-color:#182e21 !important;
}
.rd-mo:hover, .reviews-carousel-holder .btn:hover{
  color:#fff !important;
}


.three-columns-holder .owl-controls.clickable,
.footer-gallery .owl-controls.clickable{
  display:block !important;
}

.three-columns-holder .owl-theme .owl-controls .owl-buttons div,
.footer-gallery .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}
.three-columns-holder .owl-controls.clickable i{
  font-size: 31px;
  color: #272727;
  opacity: 1;
}
.footer-gallery .owl-controls.clickable i{
    font-size: 31px;
  color: #72632e;
  opacity: 1;
}

i.fa.fa-quote-right.fa-stack-1x {
    color: #fff;
}

.fore-footer {
    background-color: #182e21;
    display: inline-block;
    width: 100%;
    padding: 10px 0 7px;
    text-align: left;
}
.fore-footer ul {
    padding-left: 0px !important;
}
.fore-footer li {
    display: inline-block;
}
.fore-footer li a{
    color:#fff;
    padding-right: 10px;
    text-transform: uppercase;
}
.fore-footer .form-builder-wrapper li.btn-submit input {
    background-color: #3b6e50;
}


.footer-gallery .owl-buttons .owl-next {
    right: -25px;
}

.footer-gallery .owl-buttons .owl-prev {
    left: -25px;
}
.footer-bottom {
    text-align: left;
}
.soc-icons {
    float: right;
    margin-top: 16px;
}
.soc-icons a {
    color: #9e9e9e;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.soc-icons a:hover {
    color: #72632e;
    }

.NF-logo {
    margin-top: 21px;
}
@media (max-width: 768px) {
.NF-logo {
    margin-bottom: 21px;
    padding-bottom: 30px;
}
.soc-icons {
  float: none;
  margin-top: 16px;
  margin-bottom: 20px;
  }
}

header.header {
    min-height: 400px;
}
/* SEARCHBOX
===============================================================================================================================================*/

.searchboxHolder {
    position: absolute;
    /* margin-left: 116px; */
    right: 0;
    top: 130px;
    width: 365px;
    z-index: 1;
    font-family: 'Cantata One', serif;
        transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

@media (max-width: 768px) {
.searchboxHolder {
    position: absolute;
    /* margin-left: 116px; */
    right: 40px;
}
header.header {
    min-height: 117px;
}
.searchboxHolder {
    top:120px;
}
}

@media (max-width: 768px) {
.searchboxHolder {
display:none;
}
}

.searchbox, .searchbox-mob {
    background: rgba(255, 255, 255, 0.51);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca8a9ab',endColorstr='#cca8a9ab',GradientType=0);
    color: #fff;
    display: block;
    float: left;
    padding: 13px;
    width: 100%;
    font-family: 'Cantata One', serif;
}


@media (max-width: 768px) {
  .searchbox {
    display: none;
  }
}

.searchbox input[type=text],.searchbox select, .searchbox-mob input[type=text],.searchbox-mob select {
  background: #fff;
  border: 0;
  color: #333;
  font-family: Arial;
  font-size: 13px;
  padding: 5px;
  float: left;
      margin-bottom: 8px;
}

.searchbox input[type=text], .searchbox-mob input[type=text] {
    width: 121px;
    height: 34px;
}

.searchbox select, .searchbox-mob select {
  margin-right: 3px;
  padding: 6px;
  width: 50px;
  height: 34px;
}

.searchbox .field-wrapper, .searchbox-mob .field-wrapper {
  display: table;
  margin-bottom: 5px;
  width: 100%;
}

.searchbox .submit-wrapper, .searchbox-mob .submit-wrapper {
  display: table;
  text-align: right;
  width: 100%;
}

.searchbox .submit-button, .searchbox-mob .submit-button {
    width: 100%;
    background-color: #b49d49 !important;
    border: none;
    margin-top: 5px;
    font-size: 16px;
    padding: 10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.searchbox .submit-button:hover {
    background-color: #806f34 !important;
}

.searchbox .label, .searchbox-mob .label {
    display: block;
    float: left;
    font-size: 13px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 67px;
    text-align: left;
    font-family: 'Cantata One', serif;
    color: #272727;
}

.hasDatepicker {
    background: url(https://22084e.claudeassets.com/20201029235126im_/https://www.moyhouse.com/files/images/new-cal.gif) no-repeat 98% 0 #fff !important;
    border: 0 none;
    cursor: pointer;
    padding: 6px 5px;
    width: 174px !important;
    height: 34px;
}
.se-head{
    background-color: #C1BBA5;
    height: 49px;
    text-align: center;
    padding-top: 2px;
    font-size: 19px;
    color: #272727;
    font-family: 'Cantata One', serif;
}
#bke_searchbox_wrapper{
  width:100%;
}


h1 {
    font-family: 'Cantata One', serif;
  }

.wrap-box{
  position: relative;
}

.mob-bk-btn {
  display: none;
    position: absolute;
    right: 3px;
    width: 56px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 3px;
    top: 37px;
    padding-top: 2px;
    background-color: rgb(114, 99, 46);
}
.mob-bk-btn p{
  margin: 0;
}
.mob-bk-btn i{
    font-size: 22px;
    position: relative;
    top: 4px;
}
@media (max-width: 768px) {
.mob-bk-btn{
  display: block;
}
.logo{
  margin-left:-85px;
}
.logo img{
  max-width: 171px;
}
.fore-footer, .footer-bottom{
  text-align: center;
}
}
li.active {
    background-color: rgb(180, 157, 73);
}

.overlay-se{
  position: fixed;
  left:0;
  right:0;
  top:0;
  bottom:0;
  height:100%;
  width:100%;
  display:none;
  background-color: rgba(66, 66, 66, 0.89);
  z-index:999;
}

.overlay-se .closer{
  position:absolute;
  right: 10px;
  top:10px;
}
.overlay-se .closer i{
  color:#fff;
  font-size: 30px;
  }
.searchboxHolder-mob h2{
      margin-top: 118px;
    text-align: center;
}
.searchbox-mob {
    background: rgba(255, 255, 255, 0);
  }
.searchbox-mob .label{
    color:#fff;
  }
.searchboxHolder-mob #bke_searchbox_wrapper {
    width: 260px;
    margin: auto;
}
.content-overlay .btn-default{
  font-family: 'Cantata One', serif;
}
.content-overlay.text-btn, .content-overlay.btm-btn {
    top: 74%;
}
.content-overlay.text-btn .btn-default{
        background-color: rgba(255, 255, 255, 0);
    color: #272727;
}

.content-overlay.center-btn .btn-default{
        background-color: rgba(255, 255, 255, 0.68);
    color: #272727;
}

.navbar-toggle {
position: relative;
    float: left;
    padding: 16px 15px;
    margin-top: -12px;
    margin-left: 2px;
    margin-bottom: 8px;
    background-color: #72632e;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* Cookies */
div#cookies-panel {
  background: #222222;
  background: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #222;
  bottom: 0;
  color: #aaa;
  display: none;
  font-size: 10px;
  left: 0;
  margin: 0;
  padding: 10px 30px;
  position: fixed;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 9998; }

a#close-cookie {
  display: block;
  padding: 17px;
  position: absolute;
  right: 0;
  top: 0; }

a#close-cookie:before {
  font-family: 'FontAwesome';
  color: #fff;
  content: "\f00d";
  font-size: 16px;
  left: 7px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 2px; }

div#cookies-more {
  display: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999; }

div#cookies-info {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 15px 5px #111111;
  height: 400px;
  left: 50%;
  margin: -200px auto auto -250px;
  position: fixed;
  top: 50%;
  width: 500px;
  overflow: auto;
  font-family: arial;
  font-size: 12px;
  color: #555555;
  text-align: left; }

div#cookies-info h2, div#cookies-info p, div#cookies-info h3 {
  font-family: arial;
  padding: 0; }

div#cookies-info h2 {
  font-weight: bold;
  font-size: 16px;
  margin: 13px 8px; }

div#cookies-info h3 {
  font-weight: bold;
  font-size: 13px;
  margin: 20px 12px 6px; }

div#cookies-info p {
  margin: 12px; }

div#cookies-info a {
  color: #555555;
  text-decoration: none;
  font-weight: bold; }

div#cookies-info a:hover {
  color: #555555;
  text-decoration: underline;
  font-weight: bold; }

a#less-cookie {
  position: fixed;
  color: white;
  background: url("https://resources.netaffinity.com/img/jquery-ui/1.10.0/themes/ui-smoothness/ui-icons_ffffff_256x240.png") repeat scroll -34px 46px transparent;
  height: 12px;
  left: 50%;
  width: 12px;
  top: 50%;
  margin: -220px 0 0 -270px; }

a#more-cookie {
  color: #fff !important;
  font-weight: bold;
  margin: 0 10px; }

a#more-cookie:hover {
  color: #fff !important;
  font-weight: bold; }

@media all and (max-width: 1020px) {
  div#cookies-panel {
    left: 0;
    margin: 0;
    padding: 14px 10%;
    width: 100%; } }
@media all and (max-width: 565px) {
  div#cookies-info {
    width: 98%;
    margin: -200px auto auto 0;
    left: 1%; }

  a#less-cookie {
    margin: -220px 0 0 -6px; } }
@media all and (max-height: 465px) {
  div#cookies-info {
    height: 72%;
    top: 14%;
    margin-top: 0; }

  a#less-cookie {
    margin: 0 auto auto -6px;
    top: 6%; } }
@media screen and (min-width: 0\0) {
  div#cookies-panel {
    background: none repeat scroll 0 0 rgba(31, 31, 31, 0.8); } }

    @media screen and (max-width: 420px) {
      .read-more-js + [data-readmore-toggle], .read-more-js[data-readmore]{
        padding-top: 15px;
      }
    }
/*
     FILE ARCHIVED ON 03:34:09 Feb 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:08:52 Jul 24, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.524
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.034
  esindex: 0.007
  cdx.remote: 25.877
  LoadShardBlock: 249.8 (3)
  PetaboxLoader3.datanode: 176.912 (5)
  PetaboxLoader3.resolve: 186.304 (3)
  load_resource: 262.554 (2)
*/