/* CSS Document */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.img-indent {
  margin: 5px 0 15px;
}
.img-indent1 {
  float: left;
  margin: 5px 20px 15px 0;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
body {
  background-image: url(../img/tail-body.gif);
   background-color:#d6c9b5
}


/*------ header ------- */
header {
  padding: 0px;
  position: relative;
  z-index: 10;
  background: url(../img/img-header.jpg) no-repeat 50% 0;
  padding-top: 68px;
  width: 100%;
}
.box-header-white {
  background: #ffffff;
  border-top: 5px solid #ca8410;
}
.box-header {
  background: rgba(0, 0, 0, 0.2);
  width: 956px;
  margin: 0 auto;
  padding: 5px 5px 0 5px;
}
/*------ logo ------- */
.navbar_ .brand {
  margin: 0;
  display: block;
  float: left;
  background: #ffffff;
  padding: 16px 0 0 48px;
}
.navbar_ .brand a {
  display: inline-block;
}
.navbar_ .brand a:hover {
  text-decoration: none;
}
/* navbar */
.navbar_,
.navbar_ nav {
  margin: 0;
}
.navbar_ {
  padding: 0 0 19px;
  position: relative;
  background: #ffffff;
}
header.extra .navbar_ {
  margin-bottom: 37px;
  padding: 0;
}
.navbar_ .navbar-inner_ {
  padding: 0;
  margin: 0;
  border: none;
  min-height: inherit;
}
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  z-index: 30;
  float: right;
  margin: -5px 0 0 0;
  position: relative;
  background: #191919;
}
.navbar_ .nav {
  margin: 0;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}
.nav-collapse_ .nav > li {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #303030;
}
.nav-collapse_ .nav > li:first-child {
  margin: 0;
  border: none;
  padding: 0;
}
.nav-collapse_ .nav li a {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  font-family: 'Open Sans Condensed', sans-serif;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-collapse_ .nav > li > a {
  margin: 0;
  position: relative;
  color: #ffffff;
  z-index: 10;
  font-size: 15px;
  line-height: 18px;
  padding: 32px 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
  background: url(../img/indicator.png) no-repeat 0 0;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  bottom: 25px;
  left: 50%;
  margin-left: -3px;
  z-index: 5;
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  background: #ca8410;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.navbar_ .nav > .active > a,
.navbar_ .nav > .active > a:hover,
.navbar_ .nav > .active > a:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav > li.sfHover > a .sf-sub-indicator,
.nav-collapse_ .nav > li.active > a .sf-sub-indicator {
  background-position: 0 0;
}
.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 160px;
  left: 0px;
  top: 82px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #ca8410;
  padding: 27px 0 30px;
  margin: 0;
}
.nav-collapse_ .nav ul li a {
  display: block;
  color: #ffffff;
  background: #ca8410;
  padding: 5px 0 5px 43px;
  font-size: 14px;
  line-height: 16px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul > li.sfHover > a {
  text-decoration: none;
  color: #ca8410;
  background: #ffffff;
}
.nav-collapse_ .nav ul ul {
  left: 0;
  top: 0px;
  position: static;
  display: none;
  width: 160px;
  padding: 0 0 9px;
}
.nav-collapse_ .nav ul ul li a:hover {
  background: #b9790f;
  color: #ffffff;
}
.nav-collapse_ .nav ul .sf-sub-indicator {
  background: url(../img/indicator2.png) no-repeat 0 bottom;
  width: 7px;
  height: 4px;
  position: absolute;
  display: block;
  top: 12px;
  left: auto;
  right: 9px;
  z-index: 5;
}
.nav-collapse_ .nav > li > ul li > a:hover .sf-sub-indicator,
.nav-collapse_ .nav > li > ul > li.sfHover > a .sf-sub-indicator {
  background-position: 0 0;
}
/*------ list-soc  ------- */
.list-soc {
  float: right;
  overflow: hidden;
  list-style: none;
  margin: 30px 26px 0 32px;
}
.list-soc li {
  float: left;
  margin-left: 22px;
}
.list-soc li:first-child {
  margin: 0;
}
.list-soc li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-soc li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ca8410;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  line-height: 1em;
  font-weight: bold;
}
header h1 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 33px;
  line-height: 36px;
  margin: 0;
  letter-spacing: 1px;
}
h3 {
  font-size: 30px;
  padding: 46px 0 26px;
  margin: 0;
}
h3.extra {
  padding: 0px 0 33px;
}
h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ca8410;
  padding: 18px 0 9px;
  margin: 0;
}
p {
  padding-bottom: 18px;
  margin: 0;
}
.link,
.link-2 {
  text-decoration: none;
  font-weight: bold;
  color: #191919;
  font-size: 13px;
}
.link:hover,
.link-2:hover {
  color: #b49e7a;
  text-decoration: none;
}
.link-1 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  color: #ca8410;
}
.link-1:hover {
  color: #b49e7a;
}
.link-2 {
  text-transform: uppercase;
  font-size: 12px;
}
/*--- header end ------*/
/*------ content ------- */
#content {
  position: relative;
  z-index: 5;
  border-top: 5px #e8d9c2 solid;
}
.block-content-inner {
  background: #e8d9c2;
  width: 956px;
  padding: 0 5px 0;
  margin: -5px auto 0;
}
.block-content {
  background: #f5ede0;
  padding-bottom: 46px;
}
#content ul {
  list-style: outside none;
}
.thumbnail-1 {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.overflow {
  overflow: hidden;
}
/*------ list ------- */
.list.extra {
  margin: 2px 0 14px;
}
.list {
  margin: 0;
  overflow: hidden;
}
.list li {
  padding-bottom: 9px;
  line-height: 18px;
  background: url(../img/marker-1.png) no-repeat 0 7px;
  padding-left: 15px;
}
.list li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #191919;
}
.list li a:hover {
  color: #b49e7a;
  text-decoration: none;
}
/*------ list-1 ------- */
.list-1 {
  margin: 5px 0 0;
}
.list-1 li {
  padding-bottom: 6px;
  line-height: 18px;
  background: url(../img/marker-2.png) no-repeat 0 7px;
  padding-left: 11px;
}
.list-1 a {
  font-size: 13px;
  color: #ca8410;
  font-weight: bold;
}
.list-1 a:hover {
  color: #191919;
  text-decoration: none;
}
/*----------- title-1-----------*/
.title-1 {
  color: #191919;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 41px;
  padding: 41px 0 23px;
}
.title-1 span {
  text-transform: uppercase;
}
/*----------- list-vegetables-----------*/
.list-vegetables {
  margin: 0 0 0 -20px;
  overflow: hidden;
}
.list-vegetables li {
  margin-bottom: 30px;
}
.list-vegetables li figure {
  margin: 0;
}
.list-vegetables li img {
  width: 100%;
}
.txt-1 {
  color: #191919;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 10px;
  font-weight: bold;
}
.txt-1.extra {
  padding-bottom: 18px;
}
/*----------- list-2-----------*/
.list-2 {
  margin: 46px 0 0;
}
.list-2 li {
  border-top: 1px solid #dad1c0;
  padding-top: 19px;
  margin-top: 19px;
}
.list-2 li strong {
  font-family: 'Open Sans Condensed', sans-serif;
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #191919;
}
.list-2 li p {
  padding-bottom: 0;
  font-weight: bold;
  color: #191919;
}
.list-2 li p a {
  color: #191919;
}
.list-2 li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.list-2 li h4 {
  padding-top: 0;
}
.list-2 li.item-2 h4 {
  color: #818720;
}
.list-2 li.item-3 h4 {
  color: #b71f06;
}
/*----------- list-historye-----------*/
.list-history {
  margin: 0;
  overflow: hidden;
}
.list-history dt {
  float: left;
}
.list-history dd {
  margin-left: 53px;
  line-height: 18px;
  padding-bottom: 21px;
}
.date-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  color: #b71f06;
  line-height: 20px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
/*----------- list-products--------------*/
.list-products {
  margin: 4px 0 0;
}
.list-products li {
  margin-bottom: 30px;
}
.list-products li p {
  padding-bottom: 0;
}
.list-products .thumbnail-1 figure {
  margin: 0 0 10px;
}
.list-products .thumbnail-1 {
  background: #e3d9c8;
  padding: 8px 8px 18px;
}
/*------ list-team ------- */
.list-team {
  margin: 4px 0 0 0;
}
.list-team li {
  padding-bottom: 10px;
}
.list-team li p {
  margin-top: 11px;
}
.list-team li figure {
  margin: 0 0 15px;
}
/*------ list-service ------- */
.list-service {
  margin: 29px 0 5px;
  overflow: hidden;
}
.list-service li {
  float: left;
  width: 29%;
  margin-left: 40px;
}
.list-service li:first-child {
  margin: 0;
}
.list-service li h4 {
  padding-bottom: 10px;
}
.list-service li.item2 h4 {
  color: #818720;
}
.list-service li.item3 h4 {
  color: #b71f06;
}
.list-service li .txt-1 {
  padding-bottom: 0;
}
/***** map *****/
.map {
  margin: 51px 0 9px;
  line-height: 0;
}
.map iframe {
  border: none;
  width: 100%;
  height: 405px;
  line-height: 0;
}
/*------ mail & address------- */
.address-1 strong {
  color: #191919;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
.address-1 span {
  display: inline-block;
  width: 90px;
}
.mail-1 {
  color: #b49e7a;
}
/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 4px 0 25px;
}
.txt-form {
  padding-bottom: 3px;
  display: block;
}
.coll-1,
.coll-2,
.coll-3 {
  float: left;
  width: 193px;
}
.coll-1,
.coll-2 {
  margin-right: 20px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#contact-form label {
  display: block;
  min-height: 61px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 186px;
  display: block !important;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  border: 1px solid #d5cbbb;
  background: #f5ede0;
  padding: 9px 12px 10px;
  margin: 0 0 1px;
  font-size: 13px;
  line-height: 20px !important;
  color: #b49e7a;
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  float: left;
  -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;
}
#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 {
  width: 100%;
  height: 171px;
  resize: none;
  overflow: auto;
}
#contact-form .success {
  border: 1px solid #d5cbbb;
  background: #f5ede0;
  display: none;
  position: absolute;
  left: 0;
  top: 4px;
  color: #191919;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
#contact-form .success span {
  display: block;
  text-align: center;
  padding: 12px 10px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  padding: 2px 4px 0px 0;
  width: 100%;
  text-transform: none;
  position: absolute;
  bottom: 6px;
  left: 0;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 2px;
}
.buttons-wrapper {
  position: relative;
  text-align: right;
}
.buttons-wrapper a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 0;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
/*----------- buttons & links--------------*/
.btn-1 {
  position: relative;
  border: none;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  background: #f8941d;
  text-shadow: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 4px 38px 6px 12px;
}
.btn-1:before {
  background: url(../img/marker-1.png) no-repeat 0 0;
  width: 18px;
  height: 19px;
  display: block;
  position: absolute;
  top: 6px;
  right: 11px;
  content: "";
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  background: #b49e7a;
  text-decoration: none;
  color: #ffffff;
}
/*----------- policy --------------*/
.policy {
  padding-bottom: 26px;
}
.policy strong {
  display: block;
  color: #191919;
}
.policy p {
  padding-bottom: 18px;
}
/* block-404 */.block-404 {
  padding: 78px 100px 66px 0;
  overflow: hidden;
}
.block-404 .img-404 {
  margin: 0 100px;
  float: left;
}
.box-404 {
  overflow: hidden;
  padding-top: 40px;
}
.box-404 p {
  color: #191919;
  font-weight: bold;
  padding-bottom: 18px;
}
/* search */#search {
  margin: 9px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ded2c0;
  background: #f5ede0;
  height: 36px;
  width: 100%;
}
#search input {
  border: none;
  height: 34px;
  background: #f5ede0;
  margin: 0;
  padding: 7px 10px 8px;
  font-size: 13px;
  line-height: 18px !important;
  color: #b49e7a;
  outline: none;
  width: 70%;
  -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;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  position: absolute;
  top: 3px;
  right: 3px;
  background: url(../img/img-search.png) no-repeat 0 0;
  width: 32px;
  height: 26px;
  display: block;
}
#search a:hover {
  background-position: 0 bottom;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  background: #e8d9c2;
  width: 966px;
  padding: 26px 0 39px;
  margin: 0 auto;
}
footer ul {
  list-style: none;
}
.logo-footer {
  margin: 2px 0 0;
}
.privacy {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  color: #b49e7a;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: -10px 0 0 99px;
}
.privacy a {
  color: #b49e7a;
  text-decoration: none;
}
.privacy a:hover {
  text-decoration: underline;
}
.list-footer {
  margin: 15px 0 0;
}
.list-footer li {
  padding-bottom: 6px;
  background: url(../img/marker-1.png) no-repeat 0 -48px;
  padding-left: 11px;
  line-height: 18px;
}
.list-footer a {
  font-size: 13px;
  color: #b49e7a;
  font-weight: bold;
}
.list-footer a:hover {
  color: #191919;
  text-decoration: none;
}
.bottom-spacer {
  height: 50px;
  width: 100%;
}
/* Forms
---------------------------------------- */
.box-newsletter {
  margin-top: 15px;
}
.box-newsletter strong {
  padding-bottom: 12px;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #b49e7a;
  font-weight: bold;
}
#form1 {
  display: block;
  position: relative;
}
#form1 input {
  border: 1px solid #d6c6ad;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f5ede0;
  color: #b49e7a;
  font-size: 13px;
  line-height: 18px !important;
  padding: 4px 8px 6px;
  width: 100%;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 29px;
}
#form1 label {
  display: block;
  min-height: 38px;
  position: relative;
  margin: 0;
}
#form1 .success {
  border: 1px solid #dfdede;
  display: none;
  position: absolute;
  left: 0;
  top: -6px;
  color: #b49e7a;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  text-align: center;
  text-transform: none;
  width: 100%;
  z-index: 20;
}
#form1 .success span {
  display: block;
  text-align: center;
  padding: 12px 10px;
}
#form1 .error,
#form1 .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  overflow: hidden;
  height: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form1 a {
  float: right;
}
#form1 label.invalid .error {
  /*display: block;*/

  height: 19px;
}
/*--- footer end ------*/
@media only screen and (min-width: 1300px) {
  .nav-collapse_ .nav > li > a {
    padding: 32px 49px 32px 48px;
  }
  .list-vegetables {
    margin: 9px 0 0 -30px;
  }
  .inner {
    padding-right: 30px;
  }
  .inner1 {
    padding-right: 70px;
  }
  .block-404 {
    padding: 78px 205px 66px 0;
  }
  .block-404 .img-404 {
    margin: 0 101px 0 200px;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 243px;
  }
  #contact-form label {
    display: inline-block;
  }
  footer {
    width: 1256px;
  }
  .block-content-inner,
  .box-header {
    width: 1246px;
  }
  #form1 label {
    float: left;
  }
  #form1 input {
    width: 170px;
  }
  #form1 a {
    float: right;
    margin: 6px 26px 0 0;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    display: block;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address strong {
    font-size: 25px;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    overflow: inherit;
    clear: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .nav-collapse_ .nav > li > a {
    padding: 32px 19px;
  }
  .privacy {
    margin-left: 64px;
  }
  footer {
    width: 750px;
  }
  .block-content-inner,
  .box-header {
    width: 740px;
  }
  .navbar_ .brand {
    padding-left: 18px;
  }
  .list-soc {
    display: none;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .nav-collapse_ .nav > li {
    float: left;
  }
  .list-service li {
    width: 27%;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 145px;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .address-1 span {
    display: block;
  }
  .block-404 {
    padding: 78px 30px 66px 0;
  }
  .block-404 .img-404 {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding: 0;
  }
  .list-thumbnails .thumbnail-1 section {
    padding: 0;
  }
  .sf-menu {
    display: none !important;
  }
  #content .container,
  .navbar_ {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar_ {
    float: none;
    padding-bottom: 16px;
  }
  header.extra .navbar_ {
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar_ .brand {
    float: none;
    margin: 0;
    padding: 16px 0 20px;
    text-align: center;
  }
  .navbar_ .nav-collapse_ {
    float: none;
    display: none;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .select-menu {
    display: block !important;
    color: #ffffff;
    border: 1px solid #313131;
    background: #2f2f2f !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .select-menu option {
    padding-bottom: 4px;
  }
  .list-service li {
    width: 25%;
  }
  footer,
  .block-content-inner,
  .box-header {
    width: 96%;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .list-vegetables li,
  .list-products li {
    float: left;
    width: 46%;
    margin-left: 20px;
  }
  .list-vegetables,
  .list-products {
    margin-left: -20px;
  }
  .list-products li img {
    width: 100%;
  }
  #form1 input {
    width: 100%;
  }
  .list-team {
    margin-left: -20px;
  }
  .list-team li,
  .list-menu li {
    float: left;
    margin-left: 20px;
    width: 29%;
  }
  .img-indent {
    float: left;
    margin-right: 20px;
  }
  .coll-1,
  .coll-2,
  .coll-3 {
    width: 100%;
    float: none;
  }
  .policy .pull-right {
    float: none;
  }
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .pull-right {
    float: none !important;
  }
  .block-404 {
    padding: 40px 20px 66px;
  }
  .block-404 .img-404 {
    float: none;
    margin: 43px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .list-vegetables li {
    float: left;
    width: 45%;
  }
  .list-products li {
    width: 44%;
  }
}
@media (max-width: 520px) {
  .img-indent {
    float: none;
    margin-right: 0;
  }
  .img-indent img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .list-team li {
    width: 26%;
  }
}
@media (max-width: 480px) {
  .list-team li figure img {
    width: 100%;
  }
  .list-team,
  .list-vegetables,
  .list-products {
    margin-left: 0;
  }
  .img-indent1 {
    float: none;
    margin-right: 0;
  }
  .img-indent1 img {
    width: 100%;
  }
  .list-team li,
  .list-products li,
  .list-vegetables li,
  .list-service li {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .list-events_1 figure {
    float: none;
    margin: 6px 0 14px 0;
  }
  .list-events_1 figure img {
    width: 100%;
  }
  .logo-footer {
    padding-bottom: 10px;
  }
  .coll-right {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  footer,
  .block-content-inner,
  .box-header {
    width: 94%;
  }
  .list-team li {
    float: none;
    margin-left: 0;
  }
  .list-team li img {
    width: 100%;
  }
  .bg-header {
    height: 152px;
  }
  .navbar_ .brand {
    bottom: -111px;
  }
  .navbar_ .brand a {
    width: 260px;
  }
}
.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;
}
.kirmizi{color:#F00;}
.mavi{color:#00F;}