@import url(http://fonts.googleapis.com/css?family=PT+Sans);

@import url(http://fonts.googleapis.com/css?family=Pacifico);
/*------ template stylization ------*/
body {
  background: #2d2924 url(../img/pattern.png) repeat;
  font: 13px 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #938c82;
}
p {
  margin-bottom: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
header h1 {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-top: 67px;
  float: left;
}
h1 a {
  display: inline-block;
}
h2 {
  color: #ffffff;
  font-family: 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  text-transform: ;
  margin-top: 20px;
  margin-bottom: 68px;
}
h2 > span {
  font-size: 23px;
}
h3 {
  color: #fbb153;
  font: 16px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 2px;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  border-top: 1px solid #514c43;
  padding-top: 86px;
  background: #2d2924 url(../img/pattern1.png) repeat;
}
.global .container {
  padding-bottom: 103px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*-----list-----*/
.list1 {
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  margin-top: -12px;
}
.list1 li {
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
}
.list1 li img {
  margin: 0;
  float: left;
  margin-right: 15px;
}
.list1 li h3 {
  margin-top: 12px;
}
.list1 li a {
  color: #fbb153;
  font: 'PT Sans', Arial, Helvetica, sans-serif;
  text-transform: ;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 {
  margin: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 61px;
  display: inline-block;
}
.list2 li {
  margin-bottom: 8px;
}
.list2 li a span {
  margin-left: 7px;
  margin-right: 7px;
}
.list2 li .extra-wrap {
  display: inline-block;
}
.list2 li a {
  color: #ffffff;
  font: 16px 'PT Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li a:hover {
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li img {
  margin-top: 9px;
  margin-right: 11px;
  float: left;
}
/*-----thumbs-----*/
.thumb-pad1 {
  margin: 0;
  margin-top: -12px;
  display: inline-block;
  margin-bottom: 72px;
}
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #938c82;
  overflow: hidden;
}
.thumb-pad1 .thumbnail .caption h3 {
  margin-top: 12px;
  margin-bottom: 3px;
}
.thumb-pad1 .thumbnail .caption p {
  text-transform: ;
  font-size: 10px;
}
.thumb-pad1 .thumbnail .caption p > time,
a {
  color: #fbb153;
}
.thumb-pad1 .thumbnail .caption p em {
  font-style: normal;
  margin-left: 11px;
  margin-right: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad1 .thumbnail .caption p > a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad1 figure {
  margin: 0;
  float: left;
  margin-right: 15px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
  display: inline-block;
  /*margin-top:-12px;*/

  margin-bottom: 10px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #938c82;
  width: 85%;
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 20px;
}
.thumb-pad2 .thumbnail .caption h3 {
  margin-bottom: 1px;
}
.thumb-pad2 .thumbnail .caption a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad2 figure {
  margin: 0;
  display: inline-block;
  margin-bottom: 25px;
}
.thumb-pad2 figure img {
  width: 100%;
}
/*-----header-----*/
header {
  position: relative;
  z-index: 10;
  padding: 0;
  height: auto;
  background: #2d2924 url(../img/pattern.png) repeat;
}
header .border {
  background: url(../img/header_border.png) repeat-x;
  width: 100%;
  height: 9px;
  position: absolute;
  top: 0;
  z-index: 10;
}
/*-----menu-----*/
header .navbar_ {
  position: relative;
  z-index: 11;
}
.navbar_ {
  margin-bottom: 0 !important;
  text-align: center;
}
.navbar_ .collapse {
  overflow: visible;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  height: 122px !important;
  display: inline-block;
  float: right;
  margin-bottom: 65px;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.nav-collapse_ .nav {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  box-shadow: none !important;
  text-transform: ;
  zoom: 1;
  border-top: 9px solid transparent;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  box-shadow: none !important;
  font: bold 20px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  text-transform: ;
  text-shadow: none;
  padding: 80px 20px 20px 20px;
  background: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  font: 10px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  color: #787165;
  text-align: left;
  margin-top: -3px;
}
.nav-collapse_ .nav > li > a p {
  position: absolute;
  display: inline-block;
  left: 47px;
  top: 110px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-collapse_ .nav > li.active {
  border-top: 9px solid #fbb153;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse_ .nav > li.active > a {
  color: #fbb153 !important;
  background: none !important;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse_ .nav > li:hover {
  border-top: 9px solid #fbb153;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse_ .nav > li:hover > a {
  color: #fbb153;
  box-shadow: none;
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse_ .nav > li.sfHover > a {
  color: #fbb153;
  background: none !important;
  box-shadow: none;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu {
  position: absolute;
  display: none;
  width: 106px;
  left: 0;
  top: 127px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #1e1d1b;
  padding: 24px 17px 42px 9px;
  margin: 0;
  text-align: left;
  border-top: 2px solid #fbb153;
}
.nav-collapse .sub-menu li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 4px;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid #2d2c2a;
}
.nav-collapse .sub-menu li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: 10px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  color: #787165 !important;
  text-transform: ;
  display: inline-block;
}
.nav-collapse .sub-menu .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.nav-collapse .sub-menu li a span {
  margin-left: 10px;
  color: #787165;
}
.nav-collapse .sub-menu li a:hover,
.nav-collapse .sub-menu .sfHover > a {
  text-decoration: none;
  color: #fbb153 !important;
  background: none;
}
.nav-collapse .sub-menu li a:hover span,
.nav-collapse .sub-menu .sfHover > a span {
  color: #fbb153;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul {
  position: absolute;
  display: none;
  width: 106px;
  left: 124px;
  top: -26px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #1e1d1b;
  padding: 24px 17px 42px 9px;
  margin: 0;
  text-align: left;
  border-top: 2px solid #fbb153;
}
.nav-collapse .sub-menu ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: 10px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  color: #787165 !important;
  text-transform: ;
  display: inline-block;
}
.nav-collapse .sub-menu ul li a:hover {
  text-decoration: none;
  color: #fbb153 !important;
  background: none;
}
.nav-collapse .sub-menu ul li a:hover span {
  color: #fbb153;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
#toTop {
  display: none;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.borderBottom {
  position: relative;
  height: 1px;
  background-color: #423d36;
}
.borderBottom span {
  height: 1px;
  width: 6px;
  background-color: #8d8a86;
}
.splTitle {
  text-align: center;
}
.splTitle .title1 {
  color: #ffffff;
  font-family: 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  margin: 0;
  text-transform: ;
  letter-spacing: -3px;
}
.splTitle .title1 span {
  color: #fbb153;
}
.splTitle .title2 {
  color: #948b7f;
  font-family: 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  text-transform: ;
  margin-top: -2px;
  margin-bottom: 24px;
}
.splTitle .btn {
  margin-bottom: 69px;
}
.news p {
  font: 11px 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 16px;
  text-transform: ;
  margin-top: 7px;
  display: inline-block;
  margin-bottom: 11px;
}
.mail {
  color: #938c82;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----btn-----*/
.btn.btn-primary {
  position: relative;
  text-decoration: none;
  background: none;
  background-color: #736d63;
  background-image: -moz-linear-gradient(top, #8d8579, #4d4842);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8d8579), to(#4d4842));
  background-image: -webkit-linear-gradient(top, #8d8579, #4d4842);
  background-image: -o-linear-gradient(top, #8d8579, #4d4842);
  background-image: linear-gradient(to bottom, #8d8579, #4d4842);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d8579', endColorstr='#ff4d4842', GradientType=0);
  display: inline-block;
  padding: 9px 27px 7px 28px;
  font: bold 26px 'PT Sans', sans-serif;
  color: #2d2924;
  text-transform: ;
  text-shadow: none;
  text-decoration: none !important;
  border-radius: 0;
  border: none;
  box-shadow: none;
  letter-spacing: -1px;
  border-radius: 6px;
  border: 1px solid #615b54;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: none;
  background-color: #1c1a18;
  background-image: -moz-linear-gradient(top, #22201d, #131110);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#22201d), to(#131110));
  background-image: -webkit-linear-gradient(top, #22201d, #131110);
  background-image: -o-linear-gradient(top, #22201d, #131110);
  background-image: linear-gradient(to bottom, #22201d, #131110);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff22201d', endColorstr='#ff131110', GradientType=0);
  border-radius: 6px;
  border: 1px solid #383531;
}
.btn.btn-link {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  font: bold 14px 'Arial', sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: ;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----testimonials-----*/
.testimonials {
  background: url(../img/testim_bg.png) repeat;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 37px 20px 45px 30px;
  position: relative;
  margin-top: -26px;
  margin-bottom: 33px;
}
.testimonials p {
  color: #615c54;
  font: bold 25px/30px 'Arial', 'PT Sans', Arial, Helvetica, sans-serif;
}
.testimonials .triangle {
  position: absolute;
  bottom: -16px;
  right: 33px;
  background: url(../img/testim_triangle.png) repeat;
  width: 19px;
  height: 16px;
}
.testimInfo {
  float: right;
  text-align: right;
  margin-right: 23px;
}
.testimInfo h3 {
  margin-bottom: 0;
}
.testimInfo p {
  font-size: 15px;
}
/*-----search-----*/
.errorForm h4 {
  margin-bottom: 12px;
}
#search-404 {
  position: relative;
  margin: 0;
}
#search-404 input {
  background: none;
  border: none;
  width: 76%;
  outline: none;
  box-shadow: none;
  color: #938c82;
  font: 12px 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 9px 10px 10px 10px;
  margin: 5px 0 27px 0;
  box-sizing: content-box;
  margin-right: 0;
  float: none;
  border: 1px solid #615a50;
}
#search-404 .magnifier {
  background: url(../img/magnifier.png) no-repeat;
  width: 41px;
  height: 33px;
  display: inline-block;
  position: absolute;
  top: 12px;
  margin-left: -41px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .magnifier:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----map-----*/
.map {
  display: block;
  margin: 25px 0 75px 0;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 393px ;
  border: none;
  line-height: 0;
}
.map.shadow:before {
  bottom: 12px;
  width: 45%;
  left: 10px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.map.shadow:after {
  bottom: 12px;
  width: 45%;
  right: 10px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.info {
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 25px;
  margin-top: 0;
}
.info h3 {
  margin-bottom: 3px;
}
.info p {
  margin: 0;
}
.info > p span {
  width: 89px;
  display: inline-block;
  color: #938c82;
}
.info a {
  text-decoration: none;
  font: 13px 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #938c82;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #fbb153;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btns a {
  margin-right: 9px !important;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: -12px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 190px;
}
.form-div-1 {
  margin-right: 23px;
}
.form-div-2 {
  margin-right: 27px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 61px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 168px;
  width: 100%;
  margin-bottom: 22px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 11px 15px 11px 15px;
  width: 100%;
  outline: none;
  border: none;
  background: none;
  color: #938c82;
  font-size: 13px;
  line-height: 20px !important;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  border: 1px solid #615a50;
}
#contact-form input {
  height: 41px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 147px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  color: #938c82;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 6px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #fbb153;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 5px;
}
/*-----footer-----*/
footer {
  padding-top: 32px;
  border-top: 1px solid #514c43;
  background: #2d2924 url(../img/pattern.png) repeat;
}
footer .container {
  padding-bottom: 0 !important;
}
footer h1 {
  padding-top: 10px;
  padding-bottom: 12px;
  float: left;
}
footer .f-menu {
  float: right;
}
footer .f-logo {
  padding-right: 25px;
  margin-bottom: 40px;
  border-right: 1px solid #4a433b;
}
footer p {
  text-transform: ;
  font-size: 10px;
  margin-left: 0;
  position: relative;
  margin-top: 45px;
}
footer p > a {
  font: 10px 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #938c82;
  font-size: 10px;
  text-transform: ;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer #menu {
  margin: 0;
  list-style: none;
  float: right;
  margin-top: 45px;
}
footer #menu li {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  background: url(../img/menu_bord.png) right 5px no-repeat;
}
footer #menu li a {
  font: 14px 'PT Sans', Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-transform: ;
  color: #776c5a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer #menu .act a {
  color: #fbb153;
}
footer #menu .last {
  margin-right: 0 !important;
  padding-right: 0 !important;
  background: none;
}
footer #menu li a:hover {
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.select-menu {
  display: none !important;
}
.span8 .error {
  margin-top: 21px;
  margin-left: 62px;
}
/*-----isotop-----*/
.isotopeGall {
  margin-bottom: 44px;
}
.isotopeGall > p {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.isotopeGall > p a {
  color: #948b7f;
  font: 12px 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  text-transform: ;
  letter-spacing: 0;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.isotopeGall > p a:hover {
  color: #fbb153;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.isotopeGall #container {
  margin-bottom: 23px;
}
.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;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.element {
  width: 291px;
  height: auto;
  overflow: hidden;
  position: relative;
  color: #222;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#filters.pagination li a.selected {
  text-decoration: underline;
}
#filters.pagination li {
  float: left;
}
.tm_pad {
  padding-top: 50px;
  padding-bottom: 30px;
}
.element > a {
  margin: 0 0 1px 1px;
}
.element > .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  position: relative;
}
.element > .thumbnail img {
  width: 100%;
}
.description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: url(../img/pattern2.png) repeat;*/
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.description em {
  display: inline-block;
  background: url(../img/plus.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 111px;
  margin-bottom: 21px;
}
.description .txt1 {
  display: inline-block;
  color: #ffffff;
  font-family: 'Pacifico', 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 32px;
  margin: 0;
}
.description .txt2 {
  display: inline-block;
  color: #ffdeb5;
  font-family: 'PT Sans', 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: ;
  margin: 0;
  margin-top: -1px;
}
.description2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/testim_bg.png) repeat;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.description2 strong {
  display: inline-block;
  background: url(../img/magnifier.png) no-repeat;
  width: 34px;
  height: 28px;
  margin-top: 131px;
  margin-bottom: 21px;
}
.element > .thumbnail:hover .description {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.element > .thumbnail:hover .description2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#filters {
  position: relative;
}
#filters li {
  display: inline-block;
  margin-right: 10px;
}
#filters li a {
  color: #b82744;
  font-size: 15px;
  margin: 0;
  font-style: italic;
  text-transform: none;
  text-decoration: none;
}
#options .pagination {
  height: 36px;
  margin: -4px 0 0 0;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar_ {
    text-align: left;
  }
  .navbar_ .brand {
    float: left;
    margin: 28px 0 0 0;
    display: block;
  }
  .nav-collapse_ {
    display: block;
  }
  .nav-collapse .nav {
    display: block;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 243px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .description em {
    margin-top: 80px;
  }
  .margBot1 {
    margin-bottom: 53px !important;
  }
  .description2 strong {
    margin-top: 110px;
  }
  .nav-collapse_ {
    height: auto !important;
  }
  .thumb-pad1 .thumbnail .caption p.margBot4 {
    margin-bottom: 10px;
  }
  footer #menu li {
    padding-right: 16px;
    margin-right: 16px;
  }
  .span8 .error {
    margin-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  .description em {
    margin-top: 80px;
  }
  .description2 strong {
    margin-top: 100px;
  }
  .margBot1 {
    margin-bottom: 26px !important;
  }
  footer .f-menu {
    width: 100%;
  }
  footer .f-menu > #menu {
    float: right;
    margin: 0;
    margin-top: -90px;
  }
  footer h1 {
    padding: 0;
    margin-bottom: 14px;
    float: none;
  }
  footer .f-logo {
    border-right: none;
    padding: 0;
    float: none;
    margin-bottom: 0;
  }
  footer p {
    margin: 0;
    margin-bottom: 40px;
  }
  .f-logo {
    float: none;
  }
  header .border {
    top: 101px;
  }
  header h1 {
    float: none;
    margin-bottom: 20px;
    margin-left: 25px;
    margin-top: 20px;
    display: block;
  }
  .testimonials {
    margin-top: 0px;
  }
  .navbar_ .nav-collapse_ {
    height: 122px !important;
    display: inline-block;
    float: none;
  }
  h2 {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .thumb-pad1 .thumbnail .caption {
    overflow: visible;
  }
  .thumb-pad1 .thumbnail .caption p.margBot4 {
    margin-bottom: 10px;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .thumb-pad2 .thumbnail .caption {
    width: 100%;
  }
  .span8 .error {
    margin-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .global {
    padding-top: 0;
  }
  .list_carousel .bord {
    width: 100%;
  }
  .thumb-pad1 figure {
    float: left;
    margin-right: 20px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 145px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  .span8 .error {
    margin-left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .global {
    padding-top: 0;
  }
  .description em {
    margin-top: 50px;
  }
  .description2 strong {
    margin-top: 80px;
  }
  .box1 {
    width: 40%;
    float: left;
    margin-bottom: 40px;
    margin-right: 15px;
  }
  .box2 {
    display: inline-block;
  }
  header .border {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .thumb-pad1 {
    margin-bottom: 20px;
  }
  .thumb-pad1 figure {
    /*width:89%;*/
  
    float: left;
    margin-right: 20px;
  }
  #subscribe-form input {
    width: 350px;
  }
  .img-polaroid {
    padding: 14px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .span8 .error {
    margin-left: 0;
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  .global {
    padding-top: 0;
  }
  .description em {
    margin-top: 50px;
  }
  .box1 {
    width: 40%;
    float: left;
    margin-bottom: 40px;
    margin-right: 15px;
  }
  .splTitle .title1 {
    font-size: 70px;
    line-height: 70px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .global {
    padding-top: 0;
  }
  footer .f-logo {
    display: none;
  }
  footer p {
    float: left;
    margin-top: 0;
    margin-bottom: 40px;
  }
  footer .f-menu {
    display: none;
  }
  .description em {
    margin-top: 70px;
  }
  .description2 strong {
    margin-top: 70px;
  }
  .thumb-pad1 figure {
    /*width:84%;*/
  
    float: left;
    margin-right: 20px;
  }
  .splTitle .title1 {
    font-size: 60px;
    line-height: 60px;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 20px;
  }
  .thumb-pad2 .thumbnail .caption {
    position: relative;
    top: 10px;
  }
  .map iframe {
    height: 300px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .global {
    padding-top: 0;
  }
  .description em {
    margin-top: 40px;
  }
  .description2 strong {
    margin-top: 60px;
  }
  .box1 {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .splTitle .title1 {
    font-size: 55px;
    line-height: 55px;
  }
  h2 {
    margin-bottom: 38px;
  }
  footer p {
    float: left;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .thumb-pad1 figure {
    width: 100%;
  }
  .thumb-pad2 figure {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .global {
    padding-top: 0;
  }
  footer p {
    float: left;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .description em {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .description2 strong {
    margin-top: 70px;
  }
  .description .txt1 {
    font-size: 28px;
  }
  .splTitle .title1 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
  }
  .thumb-pad2 figure {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .thumb-pad2 .thumbnail .caption {
    position: relative;
    top: 0;
  }
  .map iframe {
    height: 200px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .description em {
    margin-top: 50px;
  }
  .description2 strong {
    margin-top: 20px;
  }
  .description .txt1 {
    display: none;
  }
  .description .txt2 {
    display: none;
  }
  .list1 li img {
    float: left;
  }
  .splTitle .title1 {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0px;
  }
  .list2 {
    margin-bottom: 0;
  }
  h2 {
    font-size: 24px;
  }
  .testimonials p {
    font-size: 17px;
    line-height: 17px;
  }
  .thumb-pad2 figure {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.span8 .error {
  max-width: 100% !important;
}
.margBot {
  margin-bottom: 18px;
}
.margBot1 {
  margin-bottom: 86px;
}
.margBot2 {
  margin-bottom: 40px;
}
.margBot3 {
  margin-bottom: 67px !important;
}
.margBot4 {
  margin-bottom: 58px;
}
.margTop {
  margin-top: 26px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.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;
}
