body {
  overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
.mod-search__search-block{
font-family: 'PT Sans Narrow', sans-serif;
}
.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a:focus {
  outline: none;
}
a.selected {
  color: #47342b;
}
a:hover {
  text-decoration: none;
}
html,
body {
  height: 100%;
  color: #000;
}
#wrapper {
  background: url(../images/template/body.jpg) center 0 repeat;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -126px;
}
#push,
#footer-wrapper {
  height: 126px;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*== Search ==*/
.mod-search__aside .mod-search_searchword {
  width: 100%;
}
#error .mod-search__aside .mod-search_searchword {
  width: 220px;
}
#error .mod-search__aside br {
  display: none;
}
/*== Login ==*/
.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
  width: 100%;
}
.mod-login_submit {
  margin: 20px 0;
}
#form-login-remember label {
  margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid [class*="itemSpan"] {
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.76678445229682%;
  min-height: 30px;
  width: 100%;
}
.row-fluid [class*="itemSpan"]:first-child {
  margin-left: 0;
}
.row-fluid .itemSpan1 {
  width: 100%;
}
.row-fluid .itemSpan2 {
  width: 49.11660777385159%;
}
.row-fluid .itemSpan3 {
  width: 32.15547703180212%;
}
.row-fluid .itemSpan4 {
  width: 23.674911660777386%;
}
.row-fluid .itemSpan5 {
  width: 18.586572438162545%;
}
.row-fluid .itemSpan6 {
  width: 15.19434628975265%;
}
.row-fluid .itemSpan7 {
  width: 12.77132761231701%;
}
.row-fluid .itemSpan8 {
  width: 10.954063604240282%;
}
.row-fluid .itemSpan9 {
  width: 9.540636042402827%;
}
.row-fluid .itemSpan10 {
  width: 8.409893992932862%;
}
.row-fluid .itemSpan11 {
  width: 7.4847414070028915%;
}
.row-fluid .itemSpan12 {
  width: 6.713780918727916%;
}
/*======================= MODAL WINDOW =======================*/
div.modal.fade {
  top: -200%;
}
.modalClose {
  margin: 14px;
}
div.modal.fade.in.loginPopup {
  width: 260px;
  margin: -130px 0 0 -130px;
  top: 50%;
  left: 50%;
}
.login-greeting {
  margin: 0 0 9px 0;
}
.input-modal {
  width: 146px;
}
div.modal.fade {
  z-index: 0;
}
div.modal.fade.in {
  z-index: 1100;
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*Forms*/
/*input,
textarea {
  width: 220px;
}*/
textarea {
  resize: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
/*  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  color: #858585;
  box-shadow: none !important;*/
}
.checkbox-radio-wrap__inline {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"] {
  margin: -2px 0 0 0;
}
.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block;
}
textarea.invalid {
  border: 1px solid #9D261D;
}
.form-vertical label {
  display: inline-block;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #858585;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #858585;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #858585;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #858585;
  opacity: 1;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm .form-limit label {
  float: left;
}
#searchForm .form-limit select {
  float: right;
  position: relative;
  top: -4px;
}
#searchForm .form-limit p {
  overflow: hidden;
  clear: both;
}
#searchForm .phrases-box {
  padding-bottom: 1em;
}
#searchForm .phrases-box label {
  min-width: 90px;
}
dl.search-results {
  margin-bottom: 30px;
}
dl.search-results dt {
  margin-top: 20px;
}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}
/*======================= Gallery Page ========================*/
.page-gallery a.zoom,
.page-item__gallery a.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.page-gallery a.zoom span.icon-search,
.page-item__gallery a.zoom span.icon-search {
  font: 48px/48px FontAwesome;
  display: block;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  z-index: 4;
  color: white;
  width: auto;
  height: auto;
  content: "\f002";
}
.page-gallery a.zoom img,
.page-item__gallery a.zoom img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.page-gallery a.zoom.active img,
.page-item__gallery a.zoom.active img {
  z-index: 2;
}
.page-gallery .item_icons,
.page-item__gallery .item_icons {
  margin-bottom: 9px;
}
.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin: 9px 9px 0 0;
}
#isotopeContainer {
  padding-top: 8px;
}
#isotopeContainer .item_img {
  margin-right: 0;
}
.page-gallery_img {
  margin-left: 0;
}
.category_children .category_child {
  margin-bottom: 20px;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
  padding-bottom: 21px;
  overflow: hidden;
}
.page-archive_filters select {
  margin-bottom: 8px;
  display: inline-block;
}
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  margin: 0 14px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}
.contact_address {
  overflow: hidden;
}
#contact_map {
  margin-bottom: 20px;
  border: 1px solid #000000;
  height: 358px;
}
#contact_map > div {
  height: 100%;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= User Pages ========================*/
.page-login form .control-group {
  margin: 0;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center!important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
/*======================= OFFLINE PAGE =======================*/
#wa-widget-send-button {
    margin: 0 0 50px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 40px !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
    stroke: none;
}
#wa-widget-send-button span {
    color: white;
    font-size: 18px;
}
/**/

/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
}
#back-top a {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Droid Sans', sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #858585;
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover {
  color: #47342b;
}
/* arrow icon (span tag) */
#back-top span {
  font-size: 39px;
  color: #f49b00;
  display: block;
  margin-bottom: 7px;
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover span {
  color: #788602;
}
.news_list
{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #47342b;
}
.news_list .span3 img
{
width: 100%;
}
.news_list .description
{
  padding-left:20px;
}

.page-height
{
  min-height: 400px;
}
.span3 .panel {
  padding-left: 10px; 
  padding-right: 10px;
}
.span3 .panel .panel-heading{
border-bottom: 1px dotted #47342b;
}
.panel-body ul{
  margin-left: 16px;

}
.menu_order_list
{
   background: #ffffff none repeat scroll 0 0;
    //border: 1px dotted #47342b;
  
    margin-bottom: 10px;
    padding: 10px;

}
.menu_order_list h4
{
color: #858585;
}
.menu_order_list h2
{
color: #ED1C25;
}
.menu_order_list:hover{
  background: #D7D6D3;
    box-shadow: 5px 4px 3px #aaaaaa;
}
.menu_order_list:hover a h2
{

  /*text-shadow: 2px 2px 3px #aaaaaa; */
}
.menu_order_list:hover .btn-primary {
    background-color: #849402;
    background-image: linear-gradient(to bottom, #ed1b24, #a44b54);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: none;
}

.menuorder_page
{
  background: #fff;
  padding: 10px;
}
.menuorder_page .item_title{
  margin-top:15px;
}

.menuorder_page .menu2 th
{
  color: #47342b;
  text-align: left;
  font-size: 18px;
}
.menuorder_page hr
{
  border-color:#47342b;
}
.menuconfirm_page
{
  background: #fff;
  padding: 10px;

}
.bgbrown{
  background:#47342b;
  color: #fff;
}
.modal-body
{
  min-height: auto;
}
.navigation ul.sf-menu ul
{
  padding-left: 15px !important;

}
.navigation ul.sf-menu ul li
{
  text-align: left !important;
}
#jform_contact_email_copy-lbl a,.menu2 a
{
  color: #666666;
}
.menuorder_page h5.item_title
{
  color:#8b9b01;
}
.menuorder_page .hasTip
{
  color: #151515;
   padding-left: 5px;
}
.menu2  tbody td,.menuorder_page .control-label{
 color: #151515;
}
.menuorder_page .control-label{
padding-right: 10px;
}
.menuconfirm_page table th b{
  color:#151515;
}
.menuconfirm_page table td b{
  color:#8b9b01;
}
.menuconfirm_page table td {
   color: #151515;
}
.bgbrown b{
  color: #fff !important;
}
.menuconfirm_page #contact-form label{
     color: #151515;
}
.error{
  color:red;
}

.menuconfirm_page  table{
    border-bottom-color: #fff;
    margin-bottom: 0px;
    max-width: 100%;
}
.menuconfirm_page  .contact_form{
  border-top-width: 0px;
max-width: 100%;
  padding: 11px;
  border:1px solid #d5d5d5;
}
.menuconfirm_page .controls{
  max-width: 89%;
}
.form-sub-label-container
{
  float: left;
  width: 100px;
  margin-right: 10px;
}
.form-sub-label-container select{
  width: 80px;
}
label.error{
  color:#fff !important;
  background: #A30309;
  padding: 3px 5px
}
input.error,textarea.error{
  border-color: #A30309;
}
.menuconfirm_page .contact_form input,.menuconfirm_page .contact_form textarea{
max-width: 89%;
}
.menuconfirm_page .contact_form textarea{
  min-height: 100px;
  min-width: 89%;
  }
  .break
  {
       display: block;
    margin-bottom: 10px;
    margin-top: -9px;
    color:#8b9b01 ;
    font-size: 85%; 
  }
  input.max10
  {
    width: 36px;
    margin-bottom: 0px;
  }
/*  input[type='number'] {
    -moz-appearance:textfield;
}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /*-webkit-appearance: none;*/
}
.subtitle
{
  font-size: 70%;
  color: #000;
  padding-bottom: 0px;
}
.Welcome_cnt
{
margin-left: 25px;
  margin-bottom: 20px;
  border-bottom:1px dashed #9b9b9b;
}
.Welcome_cnt h2
{
  text-align: left !important;
   color: #47342b;
   font-size: 19px
}
.Welcome_cnt p
{
  color: #000;
   text-align: left !important;
}
.brcolor
{
   color: #47342b;
   font-weight: bolder;
}
.top_phone
{
color: #fff;
font-weight: bold;
font-size: 22px;
}
  /*
  .js div#preloader { position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100%; overflow: visible; background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center; }
*/
.mod-menu__social{
     margin-top: 29px !important;
}
ul.item_list li a, .categories-module li a, .archive-module li a, .item-list li a, .unstyled li a
{

padding: 5px;
  color: #fff !important; 
}
.menu_blog_title
{
  
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    /*text-transform: lowercase;*/
}
.mod-menu .btn-primary span
{
  font-size: 12px;
}

input.step {
margin-top: -8px;
}
input.step.btn.btn-success {
background: green;
color: white;
}
input.step.btn.btn-danger {
background: red;
color: white;
}