body {
  background-color: #eee;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
}
p {}
h2 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}
.navbar-default {z-index: 1000;}
.navbar-nav > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
a:hover {text-decoration: none;}
.padding-0 {padding:0;}
.padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.background-white {background-color: #fff;}
.top {}
.top-2 {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  padding: 15px;
  position: relative;
}
.top-2 h1 {
  border-bottom: 1px dashed;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 7px;
  padding-bottom: 20px;
}
.top-2 .top-image {
  border-right: medium none;
}
.top-2 .top-image img {
  width: 100%;
}
.top-2 .top-contact {
  background-color: #fff;
  border-radius: 2px;
  float: left;
  font-size: 20px;
  margin-bottom: 6px;
  padding: 13px;
  width: 100%;
}
.top-2 .top-contact .tel-box {
  border: 0 none;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0;
}
.top-2 .card-nav {
  background: inherit;
  border: medium none;
  margin-bottom: 0;
  margin-top: 5px;
  padding-left: 0;
}
.top-2 .card-nav li {
  width: auto;
}
.top-2 .card-nav a {
  border-bottom: 0 none;
  border-radius: 2px;
  font-size: 23px;
  padding-bottom: 25px;
  padding-top: 22px;
}

.tel-box {
  border: 1px solid #337ab7;
  font-size: 25px;
  margin-bottom: 10px;
  padding: 10px;
}
.tel-box p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 12px;
  padding-top: 10px;
  text-align: center;
}
.tel-box i {}
.tel-box .tel1, .tel-box .tel2 {
  float: left;
  margin-right: 16px;
}

.card-top .tel-box .tel1, .card-top .tel-box .tel2 {
  float: left;
  margin-right: 16px;
  width: 100%;
}


hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
.card-bg-image {
  background-position: center center;
  background-size: cover;
  height: 787px;
  position: absolute;
  width: 100%;
  top: 73px;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.card-bg-image-400 {height: 415px;}
.card-title {
  background-color: #658e13;
  color: #fff;
  margin-bottom: 1px;
  padding: 17px;
}
.card-title a {color: #fff;}
.address {
  background-color: #f4f4f4;
  font-size: 19px;
  padding-bottom: 13px;
  padding-left: 18px;
  padding-top: 12px;
}
.card-nav {
  background-color: #fff;
  list-style: outside none none;
  margin: 0 0 15px;
  padding: 5px 0 5px 8px;
}
.card-nav li {
  display: inline-block;
  width: 19.6%;
}
.card-nav li a {
  background-color: #337ab7;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  font-weight: lighter;
  padding: 13px 20px 10px;
  text-align: center;
  width: 100%;
}
.card-nav li a:hover {
  text-decoration: none;
  border-color: #658e13;
  background-color: #658e13;

}
.card-nav li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1000;
  display:none;
  border-top: 1px solid #fff;
}
.card-nav li:hover ul {display:block}
.card-nav li ul li {
  display: block;
}
.card-nav li ul li a {
  border-bottom: 1px solid;
  border-top: 1px solid;
  font-size: 19px;
  padding-bottom: 13px;
  text-align: left;
  width: 309px;
  border-radius: 2px;
}
.card-top {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 10px;
}
.top-image {
  border-right: 1px dashed;
  padding-top: 0;
  text-align: center;
  width: 100%;
}
.top-image img {width: 93%;}
.contact {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  margin-bottom: 13px;
  padding: 10px;
  text-align: center;
}
.btn, input, textarea {border-radius: 2px !important;}
.btn-group-lg > .btn, .btn-lg {
  font-size: 22px !important;
}
input, select, textarea {
  height: auto !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.bbtn {border: 1px solid #658e13 !important;}
.bbtn:hover {background-color: #658e13 !important; }
.bbtn i {background-color: #658e13 !important;}

.cbtn {
  border: 1px solid #337ab7;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  color: #333;
}
.cbtn span {
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.cbtn:hover {background-color: #337ab7; color: #fff;}
.cbtn-tel {cursor:pointer;}

.cbtnd {
  background-color: #c34122;
  color: #fff;
  display: block;
  font-size: 23px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
.boxnd {}
.boxnd .tel1, .boxnd .tel2 {
  float: none;
  font-weight: bold;
}
.top-2 .cbtn-tel {
  background-color: #c34122;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-left: 13px;
  padding: 5px;
}
.top-2 .cbtn span {
  font-size: 22px;
  margin-left: 27px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 100%;
}
.top-2 .tel-box .tel1, .top-2 .tel-box .tel2 {
  float: left;
  margin-left: 13px;
  margin-right: 6px;
}
.cbtn i {
  background-color: #337ab7;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  width: 44px;
}
.spacer {height: 25px;}
.small-gallery a {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  overflow: hidden;
  width: 100%;
}

.small-gallery .more i {
  display: block;
  font-size: 47px;
}
.small-gallery .more {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  font-size: 15px;
  height: 118px;
  padding-top: 25px;
  text-align: center;
  width: 100%;
}
.small-gallery .more:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}

.small-gallery .thumb {
  background-color: #fff;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  border: 5px solid #fff;
  height: 118px;
  margin-top: 9px;
  overflow: hidden;
  width: 100%;
}
.small-gallery .thumb:hover {border-color: #337ab7;}
.small-gallery img {
  width: 100%;
}
.service {
  background-position: center center;
  background-size: cover;
  height: 285px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.service a {
  display: block;
  height: 100%;
  width: 100%;
}
.service h3 {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: medium none;
  bottom: 0;
  color: #fff;
  display: block;
  margin: 0;
  min-height: 77px;
  padding-bottom: 12px;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.content {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.content img {
  max-width: 100%;
  height: auto;
}
.svc-info {
  background-color: #c34122;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 17px;
}


.gallery {

}
.gallery .thumb {
  background-position: center center;
  background-size: cover;
  height: 152px;
  margin-bottom: 20px;
}
.gallery a {
  display: block;
  height: 100%;
  width: 100%;
}
.gallery .thumb a:hover {background-color: rgba(0,0,0,0.3)}


.reviews {}
.review {
  background-color: #fff;
  font-size: 14px;
  padding: 15px 25px;
}
.review h2 {
}
.reviews h4 {  margin: 0 0 11px;}
.reviews p {}

.reviews-all {}
.reviews-all .review {
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 17px;
}
.reviews-all .review span {font-weight: bold;}
.reviews-all .review p {}
.review-form {
  background-color: #eee;
  padding: 20px;
}

.footer {}


  .navbar-toggle {background-color: #fff;}
  .sm-category-nav {display: none;}
  .nav-sm {
    margin-bottom: -22px;
    margin-top: -10px;
    position: relative;
    z-index: 1000;
  }
  .nav-sm ul {}
  .nav-sm ul li {}
  .nav-sm ul li a {
    background-color: #337ab7;
    color: #fff;
    font-size: 22px;
    margin-bottom: 3px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
  }
  .nav-sm ul li a:hover {background-color: #286090;}
  .nav-sm .open .dropdown-menu {
    background-color: #658e13 !important;
    margin-bottom: 10px;
  }
  .nav-sm .nav .open > a, .nav-sm .nav .open > a:focus, .nav-sm .nav .open > a:hover {background-color: #286090;}
  .nav-sm .open .dropdown-menu a {background-color: #658e13 !important;}

  .at-share-btn-elements {
    margin-left: auto;
    margin-right: auto;
    width: 198px;
  }
  #ui-datepicker-div{
    z-index:1000 !important;
  }

  .booking-box {
    background-color: #c34122;
    color: #fff;
    padding-top: 0;
  }
  .booking-box .btn {
    background-color: #eee;
    border: 1px solid #fff;
    color: #333;
    font-size: 19px;
    line-height: unset;
  }
  .top-2 .at-share-btn-elements {
      margin-top: 5px;
    }

    .footer {
      background-color: #4a4b4a;
      margin-top: 50px;
      padding-bottom: 25px;
      color: #fff;
    }
    .footer ul {
      list-style: outside none none;
      margin: 0;
      padding: 0;
      font-size: 16px;
    }
    .footer ul li i { margin-right: 10px; }
    .footer ul li a {
      color: #fff;
    }
    .footer ul li a:hover {
      color: #658e13;
    }
    .footer h3 {margin-bottom: 20px;}
    .footer hr {
      border-color: #5e5e5e;
    }
    .footer .acc {display: none;}




  /* Large Devices, Wide Screens */
  @media only screen and (max-width : 1400px) {
    .container-1600 {width: 1200px;}
    .navbar-nav > li > a {
      padding-left: 7px;
      padding-right: 7px;
    }
    .navbar-nav > li > a .user-name {display:none;}
  }


  @media only screen and (max-width : 1200px) {
    .container-1600 {width: auto;}

    .navbar-header {
      float: left;
      width: 100%;
    }
    .navbar-header a {
      border-bottom: 1px solid #45731c;
      border-right: 0 none;
      float: left;
      margin-left: 8px;
      padding-bottom: 13px;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      width: 98%;
    }
    .user-navbar {margin-right: -3px;}
    .card-nav li a {
      font-size: 21px;
      padding: 10px 20px;
    }
    .cbtn {
      margin-bottom: 5px;
    }
    .cbtn span {
      font-size: 18px;
      margin-left: 5px;
      position: relative;
      text-align: center;
      top: -2px;
      width: 100%;
    }
    .card-top hr {
      margin: 6px;
    }
    .top-2 .card-nav a {
      font-size: 18px;
    }

  }

  /* Medium Devices, Desktops */
  @media only screen and (max-width : 992px) {
    .modal-dialog {
      width: 90% !important;
    }
    .user-objects {display:none;}
    .card-nav li {
      display: inline-block;
      width: 18.6%;
    }
    .card-nav li a {
      font-size: 15px;
      padding: 9px;
    }
    .top-image {
      border-right: 0 none;
    }
    .top-image img {
      margin-bottom: 11px;
      width: 97%;
    }
    .small-gallery .more {
      font-size: 12px;
    }
    h2 {
      font-size: 27px;
    }
    .top-2 .card-nav a {
      font-size: 15px;
    }
    .top-2 .card-nav a i {
      display: block;
      font-size: 21px;
      margin-bottom: 5px;
    }
    .top-2 .top-contact {
      float: left;
      width: 100%;
    }
    .top-2 .cbtn-tel {
      float: left;
      margin-top: 5px;
    }
    .top-2 .top-contact .tel-box {
      float: left;
      width: 100%;
    }
    .top-2 h1 {
      font-size: 27px;
      text-align: center;
    }
  }

  /* Small Devices, Tablets */
  @media only screen and (max-width : 768px) {

    .sm-hide {display:none;}

    .navbar-default {margin-bottom: 15px !important;}
    .navbar-default .navbar-nav > li > a {
      color: #fff;
      font-size: 16px;
      padding-bottom: 13px;
      padding-top: 13px;
    }
    .navbar-nav .open .dropdown-menu {
      background-color: #fff;
      border-radius:0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      padding-bottom: 6px;
      padding-top: 6px;
    }

    .user-navbar {
      float: right;
      margin-right: -3px;
      margin-top: 0;
    }
    .navbar-header {float: left;}
    .user-navbar li {float: left;}
    .sm-user{}
    .sm-show {display: block;}
    .sm-category-nav {display: block;}
    .card-nav li a i {
      display: block;
      font-size: 23px;
      margin-bottom: 4px;
    }
    .top-2 {
      margin-top: 26px;
    }
    .top-2 .top-contact {
      text-align: center;
      width: 100%;
    }
    .top-2 .top-contact div {float: none !important;}
    .top-2 .cbtn-tel {
      float: none;
      margin-left: 0;
      margin-top: 12px;
    }
    .top-2 .card-nav {
      width: 100%;
    }
    .top-2 .card-nav li {
      display: inline-block;
      margin-bottom: 5px;
      width: 100%;
    }
    .top-2 .card-nav a {
      border-bottom: 0 none;
      border-radius: 2px;
      font-size: 20px;
      padding-bottom: 8px;
      padding-top: 8px;
    }
    .top-2 .card-nav a i {display: inline;}
  }

  /* Extra Small Devices, Phones */
  @media only screen and (max-width : 480px) {
    .navbar-header {
      border: 0 none;
      margin: 0 !important;
      text-align: center;
      width: 100%;
    }
    .navbar-header a {
      border: 0;
      width: 100%;
      text-align: center;
    }
    .nav-sm ul li a {
      font-size: 19px;
    }
    .col-xss-12 {width: 100%;}

    .user-navbar {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      width: 240px;
    }
    .navbar-header a {
      border-right: 0 none;
      float: left;
      margin-left: 0;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      width: 98%;
    }
    .card-nav li {
      display: block;
      margin-bottom: 5px;
      width: 98%;
    }
    .card-nav li a i {
      display: inline;
      font-size: 20px;
      margin-bottom: 0px;
    }
    .card-nav li a {
      font-size: 20px;
      padding: 9px;
    }
    .card-title {
      font-size: 27px;
      font-weight: bold;
      text-align: center;
    }
    h2 {
      font-size: 26px;
    }
    .btn-lg {
      font-size: 18px !important;
    }
    .small-gallery {display:none;}
    .top-2 .top-contact {padding: 0;}
    .top-2 .cbtn-tel {
      background-color: #c34122;
      border-radius: 5px;
      color: #fff;
      display: block;
      font-size: 17px;
      padding: 10px;
      width: 100%;
    }
    .top-2 .cbtn-tel i {
      display: block;
      font-size: 32px;
    }
    .top-2 .tel-box {
      border: 1px solid #c34122 !important;
      border-radius: 3px !important;
      padding: 10px !important;
      margin-top:8px;
    }
    .tel-box .tel1, .tel-box .tel2 {
      float: left;
      margin-bottom: 8px;
      margin-right: 0;
      text-align: left;
    }
  }

  /* Custom, iPhone Retina */
  @media only screen and (max-width : 320px) {

    .h3, h3 {
      font-size: 18px;
    }
    .navbar-header a {
      font-size: 30px;
    }
    .navbar-default .navbar-nav > li > a {
      padding-bottom: 18px;
      padding-top: 18px;
    }

    .section {
      margin-top: 18px;
    }
    .home-header {
      font-size: 35px;
    }

    .btn-group-lg > .btn, .btn-lg {
      font-size: 16px;
    }
    .cbtn span {
      font-size: 16px;
    }
    .small-gallery {display:none;}
    .addthis_inline_share_toolbox {
      display: block;
      margin-top: 11px;
    }
    .svc-info {
      font-size: 15px;
    }

  }
