@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1200px;
  background: #000000;
  color: #bc4831;
  font: 13px "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
}
.glob {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/web_site_loader.gif) center no-repeat;
}
#pageLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
}
#pageLoader > div {
  width: 50px;
  height: 50px;
  background: url(../img/page_loader.gif) 0 0 no-repeat;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #000000 url("../img/up-arrow.png") center 12px no-repeat;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*------ header ------- */
.txt_cntr {
  text-align: center;
}
.txt_rght {
  text-align: right;
}
header {
  position: relative;
  margin-top: 0;
  width: 100%;
  background: #330000;
  border-bottom: 9px solid #330000;
}
h1 {
  display: inline-block;
  margin: 0;
  margin-top: 58px;
  max-width: 241px;
  width: 100%;
}
h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  line-height: 0;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
#wrapper .navbar-inner {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0;
  border: 0;
  background-color: inherit;
  background-image: none;
  background-repeat: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: inherit;
}
.sf-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  position: relative;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  float: left;
  /*margin-right: -4px;*/

  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0;
  width: 191px;
  color: #560e00;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 12px/62px 'Open Sans', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.sf-menu > li + li > a {
  color: #b12600;
}
.sf-menu > li + li + li > a {
  color: #c44404;
}
.sf-menu > li + li + li + li > a {
  color: #f27405;
}
.sf-menu > li + li + li + li + li > a {
  color: #e9a836;
}
.sf-menu > li + li + li + li + li + li > a {
  color: #4f7302;
}
.sf-menu > li > a:hover,
.sf-menu > li > a.activeLink {
  color: #fff;
}
.openPart {
  position: absolute;
  bottom: -9px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 71px;
  background: #560e00;
}
.sf-menu > li + li .openPart {
  background: #b12600;
}
.sf-menu > li + li + li .openPart {
  background: #c44404;
}
.sf-menu > li + li + li + li .openPart {
  background: #f27405;
}
.sf-menu > li + li + li + li + li .openPart {
  background: #ffc153;
}
.sf-menu > li + li + li + li + li + li .openPart {
  background: #4f7302;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 71px;
  left: 0px;
  z-index: 10;
  padding: 25px 0px 20px 0px;
  width: 300px;
  background: #c44404;
  list-style: none;
}
.sf-menu ul > li {
  margin-top: -2px;
  text-align: left;
  white-space: normal;
}
.sf-menu ul a {
  position: relative;
  display: block;
  color: #fff !important;
  text-decoration: none;
  font: 12px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 3px 10px 3px 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sf-menu ul a:hover {
  text-decoration: none;
  color: #bf0101 !important;
  background: #fff;
}
/*submenu2*/
.sf-menu .subMenu2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 5px;
}
.sf-menu .subMenu2 a {
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 3px 0px 3px 62px;
  display: block;
}
.sf-menu .subMenu2 a:hover {
  color: #fff !important;
  background: #b12600;
}
/*--- header end ------*/
.logo_section {
  width: 5000px;
  background: #5f1a0d;
  padding: 23px 0;
  left: -2000px;
  padding-left: 2000px;
  position: absolute;
  bottom: -50px;
}
.logo_section a {
  margin-right: 20px;
}
/*-----bgStretch-----*/
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#splash {
  position: absolute;
  top: 309px;
  z-index: 10;
  /*overflow: hidden;*/

  width: 100%;
  height: 700px;
}
#bgNav2 {
  display: none;
}
#bgNav {
  padding: 0px;
  cursor: default;
  position: relative;
  top: -44px;
  height: 100px;
}
#bgNav .bg_line {
  position: absolute;
  top: 0;
  left: -2000px;
  width: 5000px;
  height: 13px;
  background: #000;
  z-index: -1;
  background: url(../img/white_plane_bg.png);
}
#bgNav ul {
  margin: 0;
}
#bgNav li {
  display: inline-block;
  color: #fff;
  margin-right: -3px;
}
#bgNav li + li a {
  background: #761200;
}
#bgNav li + li + li a {
  background: #b12600;
}
#bgNav li + li + li + li a {
  background: #c44404;
}
#bgNav li + li + li + li + li a {
  background: #f27405;
}
#bgNav li + li + li + li + li + li a {
  background: #ffc153;
}
#bgNav li + li + li + li + li + li + li a {
  background: #4f7302;
}
#bgNav li > a {
  width: 167px;
  height: 87px;
  font: 12px/87px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: #560e00;
  margin-top: 13px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: inline-block;
}
#bgNav li + li + li + li + li + li a {
  color: #c44404 !important;
}
#bgNav li + li + li + li + li + li + li a {
  color: #fff !important;
}
#bgNav a:hover {
  /*top: -13px;*/

  /*height: 100px;*/

}
#description {
  position: relative;
  width: 100%;
  height: 150px;
  margin-top: 50px;
}
#description li {
  position: absolute;
  width: 100%;
  text-align: center;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
}
#description li .txt1 {
  font: 300 60px/60px 'Open Sans', sans-serif;
  margin-bottom: 23px;
  letter-spacing: 12px;
}
#description li .txt1.v2 {
  position: relative;
  margin-top: -60px;
}
#description li .txt2 {
  display: inline-block;
  width: 595px;
  font: 12px/20px 'Trebuchet MS', sans-serif;
  margin-bottom: 31px;
}
.fs84 {
  font-size: 84px;
}
#description li .txt3 {
  font: 300 48px/48px 'Open Sans', sans-serif;
  margin-bottom: 35px;
}
#prev_arr,
#next_arr {
  position: absolute;
  bottom: 12px;
  right: 37px;
  margin: 10px 10px 0 10px;
  width: 68px;
  height: 70px;
  background: url(../img/button-sprite-3.png);
  cursor: pointer;
}
#prev_arr {
  right: auto;
  left: -2px;
  background: url(../img/button-sprite-2.png);
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
.page_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #560e00;
}
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-top: 53px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 0;
  min-height: 500px;
}
h2 {
  margin: 0;
  margin-bottom: 23px;
  color: #f37b12;
  text-transform: uppercase;
  font: 36px/36px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  letter-spacing: 1px;
}
h2.v2 {
  margin: 0;
  margin-top: 2px;
  margin-bottom: 29px;
  color: #f37b12;
  text-transform: uppercase;
  font: 30px/30px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
}
h2.v3 {
  margin-top: -57px;
  margin-bottom: 28px;
  font: 30px/52px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2.v3 span {
  font: 36px/36px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h3 {
  text-transform: uppercase;
  color: #fff;
  font: 20px/24px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: -1px;
  margin-bottom: 7px;
  letter-spacing: 0px;
}
h4 {
  margin: 0;
  margin-bottom: 17px;
  color: #f27405;
  text-transform: uppercase;
  font: 14px/18px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
  display: block;
}
span.search {
  color: #fff;
}
.price_page h4 {
  margin-bottom: 11px;
}
.order_page h4 {
  margin-bottom: 10px;
}
.scroll h3 {
  margin-top: -1px;
}
a {
  color: #f27405;
}
a.link1 {
  color: #fff;
}
a.link1:hover {
  color: #f27405;
}
a.mail_link {
  color: #f37b12;
  text-decoration: underline;
}
a.mail_link:hover {
  color: #fff;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a,
.more {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.imgIndent {
  float: left;
  margin: 0 20px 19px 0 !important;
}
.date_section {
  padding-left: 25px;
  background: url(../img/date_icon_!.png) 0 0 no-repeat;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.address2 {
  margin-top: 30px;
  margin-bottom: 13px;
  color: #fff;
  text-transform: uppercase;
  font: 700 12px/18px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
}
.phone_1 {
  font: 27px/27px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f37b12;
  letter-spacing: 3px;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #bcbcbd;
}
.color3 {
  color: #f37b12;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: 50px;
}
.marBot1 {
  margin-bottom: 25px;
}
.marBot2 {
  margin-bottom: 14px;
}
.marLeft1 {
  margin-left: -20px;
}
.pos_rel {
  position: relative;
}
.img_404 {
  position: relative;
  margin-top: -20px;
  margin-left: 70px;
}
.txt_404 {
  font: 18px/20px "Trebuchet MS", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #bc4831;
}
#search {
  margin: 30px 0 5px;
  position: relative;
  display: inline-block;
  float: left;
}
.btn_arrow {
  position: relative;
  width: 15px;
  height: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
}
.btn_arrow {
  background: url(../img/more_arrow_1.png) 0 0 no-repeat;
}
/* ============================= slider ====================== */
.slider {
  width: 580px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 330px;
}
.slider li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 30px;
  width: 170px;
}
.slider li img {
  position: relative;
  z-index: 1;
  margin-bottom: 19px !important;
}
.slider li p {
  line-height: 18px;
}
.price {
  font: 24px/24px 'Open Sans', sans-serif;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}
.fs36 {
  font-size: 36px;
}
.prev,
.next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
}
.prev {
  right: 32px;
  background: url(../img/slider_arr_prev.png) 0 0 no-repeat;
}
.next {
  right: 0px;
  background: url(../img/slider_arr_next.png) 0 0 no-repeat;
}
a.fancybox {
  float: left;
  position: relative;
  margin-bottom: 0;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
  z-index: 2;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/* ============================= start slider2 ====================== */
.slider2 {
  width: 940px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 350px;
}
.slider2 li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  width: 460px;
}
.slider2 li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider2 li p {
  margin-bottom: 26px;
}
/* ============================= end slider2 ====================== */
/* ============================= start scroll ====================== */
.scroll-btns {
  margin-top: 16px;
}
.scroll_btn_up,
.scroll_btn_down {
  position: relative;
  display: inline-block;
  /* overflow: hidden; */

  width: 45px;
  height: 50px;
}
.scroll_btn_down {
  right: 0px;
  background: url(../img/scroll_btn_up.png) no-repeat;
}
.scroll_btn_up {
  background: url(../img/scroll_btn_down.png) no-repeat;
}
.scroll {
  overflow: hidden;
  margin-top: 0px;
  height: 260px;
}
.scroll .wrapper {
  margin-bottom: 2px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: -6px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 4px;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 13px;
  background: url(../img/list_marker.png) 0 8px no-repeat;
  color: #fff;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 22px;
  color: #b0b0b0;
}
.listWithMarker2 li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker2 li a {
  display: inline-block;
  padding: 12px 0 12px 10px;
  min-width: 210px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
blockquote {
  padding: 32px 0 0 22px;
  margin: 0 0 36px;
  border: none;
  background: url(../img/quote_sign.png) 0 0 no-repeat;
}
blockquote p {
  margin-bottom: 16px;
  font: bold 13px/18px "Trebuchet MS", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #bc4831;
}
.thumbnails {
  margin-left: 0;
}
.thumbnail {
  display: block;
  padding: 0px;
  line-height: 21px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: none;
  background-color: ;
  background-image: none;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 0px;
}
.more_splash.btn:active,
.more_splash.btn.active {
  background: url(../img/splash_more_sign.png) 0 0 no-repeat;
  color: #d1d1d1 !important;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: ;
}
.btn:active,
.btn.active {
  background-color: ;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:focus {
  outline: none;
  outline-offset: 0;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.btn-primary {
  position: relative;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
  padding: 7px 23px 8px 24px;
  background: url(../img/btn_pattern.png) repeat;
  z-index: 1;
  left: 0;
  border-radius: 2px;
  font: 12px 'Anton', "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
.more_btn {
  padding: 0 47px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font: 14px/48px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f27405;
  margin-top: 20px;
}
.more_btn:hover {
  color: #000;
}
.more_btn2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font: 18px/48px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f27405;
  margin-top: 0px;
}
.more_btn2:hover {
  color: #000;
  background: #fff;
}
.more_btn3 {
  padding: 0 28px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font: 12px/40px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #f27405;
  margin-top: 20px;
}
.more_btn3.v2 {
  margin-top: 0px;
  font: 12px/38px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.more_btn3:hover {
  color: #000;
  background: #fff;
}
/* ============================= project_pics ====================== */
.project_pics {
  position: relative;
}
.project_pics ul {
  margin: 0;
  margin-left: -20px;
}
.project_pics li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.project_pics li.last {
  margin-right: 0;
}
.project_pics li img {
  padding-bottom: 8px;
}
.project_pics li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.project_pics li a {
  position: relative;
  float: left;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
}
.project_pics ul > li a:hover .zoom {
  opacity: 1;
}
.project_pics ul > li a .zoom {
  opacity: 0;
}
/* ============================= end project_pics ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  float: left;
  margin: 0;
  padding-bottom: 15px;
  max-width: 485px;
  width: 100%;
  margin-right: 15px;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 405px;
  outline: none;
  border: none;
}
.address {
  display: block;
  margin-top: -5px;
  padding-top: 0;
  color: #bc4831;
}
.phones_part {
  display: inline-block;
  width: 170px;
}
.mailLink {
  text-decoration: none;
  font-style: italic;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 6px;
}
#form1 label {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 8px 10px 7px 10px;
  width: 348px;
  outline: none;
  border: 1px solid #6b2619;
  border-radius: 0;
  background: #5f1a0d;
  box-shadow: none;
  color: #bc4831;
  font: 13px "Trebuchet MS";
  line-height: 21px;
}
#form1 label textarea {
  height: 179px;
  resize: none;
}
#search input {
  float: left;
  width: 424px;
  margin-right: 10px;
}
#form1 .error {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px !important;
  color: #bc4831 !important;
}
#form1 .empty {
  position: absolute;
  top: 0;
  width: 100% !important;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px !important;
  color: #bc4831 !important;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 368px;
  height: 136px;
  border: 1px solid #6b2619;
  background: #5f1a0d;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 32%;
  color: #fff;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -30px;
}
.btns > a {
  margin-left: -2px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  z-index: 100;
  padding-top: 31px;
  width: 100%;
  background: #330000;
  color: #822412;
  text-transform: uppercase;
  font: 11px/15px "Open Sans", "Trebuchet MS", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  padding-bottom: 20px;
}
footer p {
  display: inline-block;
}
footer a {
  color: #822412;
}
footer a:hover {
  color: #fff;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
