/*------ template stylization ------*/
body {
	background-color: #cb561b;
	background-image: -moz-linear-gradient(top, #b52c27, #ec940a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b52c27), to(#ec940a));
	background-image: -webkit-linear-gradient(top, #b52c27, #ec940a);
	background-image: -o-linear-gradient(top, #b52c27, #ec940a);
	background-image: linear-gradient(to bottom, #000000, #000000); /*AQUI CAMBIA EL COLOR DEL FONDO EN GRADIENTE*/
	background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb52c27', endColorstr='#ffec940a', GradientType=0);
	/*background:#ec940a url(../img/pattern.png) repeat;*/

	font: 13px Georgia, Arial, Helvetica, sans-serif;
	background-color: #000000;
	line-height: 20px;
	color: #333333;
}
.global .main > .container {
  background-color: #ffffff;
  position: relative;
}
.main {
  margin: 0 auto;
  max-width: 1000px;
  background: #ffffff;
}
p {
  margin-bottom: 0;
}
p > span {
  color: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
.companyLogo {
  padding-bottom: 40px;
  border-bottom: 1px solid #f0efe6;
  overflow: hidden;
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  position: relative;
  float: left;
}
h1 a {
  display: inline-block;
}
h1 a img {
  width: 100%;
}
h2 {
  color: #111111;
  font: bold 24px/24px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 22px;
}
h3 {
  color: #111111;
  font: bold 16px/16px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 14px;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 6px 18px 6px 17px;
  font: bold 12px 'Arial', Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: none;
  letter-spacing: 0;
  text-shadow: 1px 1px 0px rgba(185, 72, 0, 0.2);
  text-decoration: none !important;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #fda700;
  -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-primary:hover {
  background: none;
  background-color: #b52c27;
  -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 {
  box-shadow: none;
  background: none !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 0;
  font: bold 18px Georgia, Arial, Helvetica, sans-serif;
  color: #583321;
  border: none;
  letter-spacing: 0;
  text-shadow: none;
  text-decoration: none !important;
  -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 span {
  margin-right: 7px;
  float: left;
}
.btn.btn-link:hover {
  color: #ffa733;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #f0efe6;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.list1 li {
  float: none;
  font-size: 13px;
  line-height: 20px;
  width: 370px;
  overflow: hidden;
  margin-bottom: 15px;
}
.list1 li a {
  color: #f4d35c;
  font: 11px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  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: #2f2f2f;
  -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-bottom: 20px;
}
.list2 li {
  font-size: 13px;
  line-height: 20px;
  background: url(../img/more_arrow.png) left 5px no-repeat;
  padding-left: 21px;
  margin-bottom: 4px;
}
.list2 li a {
  font: 12px Georgia, Arial, Helvetica, sans-serif;
  color: #717171;
  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;
}
.list2 li a:hover {
  color: #ffa733;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 31px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f0efe6;
}
.list3 li {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 24px;
}
.list3 li .badge {
  padding: 0;
  margin: 0;
  padding-top: 3px;
  float: left;
  text-align: center;
  text-shadow: none;
  margin-right: 14px;
  font: bold 24px Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: #fd9e02;
  background-image: -moz-linear-gradient(top, #fdaa00, #000000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdaa00), to(#fd8d06));
  background-image: -webkit-linear-gradient(top, #fdaa00, #fd8d06);
  background-image: -o-linear-gradient(top, #fdaa00, #fd8d06);
  background-image: linear-gradient(to bottom, #fdaa00, #fd8d06);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdaa00', endColorstr='#fffd8d06', GradientType=0);
  width: 40px;
  height: 37px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.list3 li a {
  color: #111111;
  display: inline-block;
  font: bold 16px/16px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 14px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #fd9f00;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 28px;
}
.list4 li {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 53px;
}
.list4 li h3 {
  margin-bottom: 6px;
}
.list4 li .extra-wrap {
  margin-bottom: 28px;
}
/*-----thumbs-----*/
.thumb-pad1 {
  margin: 0;
}
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 33px 29px 0 29px;
  background-color: #f5f1ef;
  margin-top: -53px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #333333;
}
.food-box2 .thumb-pad1 .thumbnail .caption {
  background-color: #eff5ef;
}
.food-box2 .thumb-pad1 .thumbnail .caption h2,
.food-box2 .thumb-pad1 .thumbnail .caption .btn-link {
  color: #335933;
}
.food-box2 .thumb-pad1 .thumbnail .caption p {
  border-bottom-color: #a4b7a4;
}
.food-box3 .thumb-pad .thumbnail .caption {
  background-color: #f9f6ec;
}
.food-box3 .thumb-pad .thumbnail .caption h2,
.food-box3 .thumb-pad .thumbnail .caption .btn-link {
  color: #583321;
}
.food-box3 .thumb-pad .thumbnail .caption p {
  border-bottom-color: #b9a89b;
}
.food-box3 .thumb-pad1 .thumbnail .caption {
  background-color: #f9f6ec;
}
.food-box1,
.food-box2,
.food-box3 {
  margin-bottom: 16px;
}
.thumb-pad1 .thumbnail .caption h2 {
  color: #743620;
}
.thumb-pad1 .thumbnail .caption p {
  padding-bottom: 19px;
  border-bottom: 1px solid #c1a69c;
  margin-bottom: 15px;
}
.thumb-pad1 .thumbnail .caption .btn-link {
  margin-bottom: 30px;
  color: #743620;
  font-size: 16px;
  -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 .btn-link:hover {
  color: #ffa733;
  -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;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.thumb-pad1 figure img {
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.thumb-pad2 {
  margin: 0;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #333333;
}
.thumb-pad2 .thumbnail .caption a {
  color: #111111;
  font: bold 16px/16px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  margin-bottom: 14px;
}
.thumb-pad2 .thumbnail .caption a:hover {
  color: #fd9f00;
}
.thumb-pad2 figure {
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  float: left;
  margin-right: 22px;
}
.thumb-pad2 figure img {
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.thumb-pad3 {
  margin-bottom: 21px;
  width: 243px;
  float: left;
  margin-left: 20px;
  margin-top: 7px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  position: relative;
  padding: 15px 15px 20px 20px;
  background-color: #f9f9f9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #333333;
  margin-top: -88px;
}
.thumb-pad3 .thumbnail .caption a {
  margin-bottom: 3px;
  color: #111111;
  font: bold 16px/16px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 14px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
  color: #fd9f00;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail .caption h3 {
  margin-bottom: 3px;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.thumb-pad4 {
  margin-top: 8px;
  margin-bottom: 27px;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.thumb-pad4 .thumbnail .caption {
  position: relative;
  padding: 15px 5px 13px 20px;
  background-color: #f9f9f9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #333333;
  margin-top: -88px;
}
.thumb-pad4 .thumbnail .caption p {
  color: #333333;
  line-height: 21px;
}
.thumb-pad4 .thumbnail .caption a {
  color: #111111;
  font: bold 16px/16px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 1px;
}
.thumb-pad4 .thumbnail .caption a:hover {
  color: #ff6d25;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #333333;
  padding-right: 35px;
  overflow: hidden;
}
.thumb-pad5 figure {
  margin: 0;
  float: left;
  margin-right: 21px;
  margin-bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.thumb-pad5 figure img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.thumb-pad5 .thumbnail .caption p {
  padding-bottom: 25px;
  margin-bottom: 22px;
  border-bottom: 1px solid #f0efe6;
}
.thumb-pad5 .thumbnail .caption .btn-link {
  color: #111111;
  font-size: 16px;
}
.thumb-pad5 .thumbnail .caption .btn-link:hover {
  color: #ffa733;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 4px;
  position: relative;
  padding-right: 0;
  padding-top: 4px;
  margin-bottom: 20px;
}
blockquote img {
  float: left;
  margin-right: 10px;
  margin-top: -1px;
}
blockquote p {
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-style: inherit;
  color: #333333;
  margin-bottom: 14px;
}
blockquote h3 {
  margin-bottom: 3px;
}
blockquote a {
  margin-bottom: 3px;
  color: #111111;
  font: bold 16px/16px Georgia, Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 14px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #fd9f00;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
}
header .container {
  background-color: transparent !important;
}
/*-----menu-----*/
.navbar_ {
  margin-bottom: 0 !important;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.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: 58px !important;
  display: block;
  margin-top: 21px;
}
.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 {
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 21px;
  padding-right: 21px;
  padding-top: 9px;
  padding-bottom: 10px;
  border-right: 1px solid #c8625c;
  zoom: 1;
}
.nav-collapse_ .nav li:first-child + li + li + li + li + li {
  margin-right: 0;
  background: none;
  border-right: none;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  color: #ffffff;
  box-shadow: none !important;
  font: bold 18px/18px 'Arial', Georgia, Arial, Helvetica, sans-serif;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07);
  padding: 0;
  background: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li:last-child {
  background: none;
  padding-right: 0;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffba34 !important;
  background: none;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li:hover > a {
  color: #ffba34 !important;
  background: none !important;
  border: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffba34 !important;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  position: absolute;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  top: 33px;
  width: 6px;
  left: 36px;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu {
  position: absolute;
  display: none;
  width: 61px;
  left: -18px;
  top: 58px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #5d260b;
  padding: 11px 27px 13px 27px;
  margin: 0;
  text-align: center;
}
.nav-collapse .sub-menu .triangle {
  background: url(../img/sub_triangle.png) no-repeat;
  position: absolute;
  padding: 0;
  top: -5px;
  left: 50px;
  border-bottom: none;
  width: 14px;
  height: 7px;
}
.nav-collapse .sub-menu li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border-right: none;
  padding-bottom: 9px;
  border-bottom: 1px dotted #815742;
}
.nav-collapse .sub-menu li:first-child + li + li {
  border-bottom: none;
}
.nav-collapse .sub-menu li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: italic 14px/14px Georgia, Arial, Helvetica, sans-serif;
  color: #d8d8d8;
  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;
}
.nav-collapse .sub-menu li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 5px;
  position: relative;
  top: -2px;
}
.nav-collapse .sub-menu li a:hover {
  text-decoration: none;
  color: #f4d35c;
  -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 .sub-menu li.sfHover > a {
  text-decoration: none;
  color: #f4d35c;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul {
  position: absolute;
  display: none;
  width: 61px;
  left: 88px;
  top: -11px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #b83325;
  padding: 11px 27px 13px 27px;
  margin: 0;
  text-align: center;
}
.nav-collapse .sub-menu ul li {
  border-bottom-color: #c96459;
}
.nav-collapse .sub-menu li:first-child + li {
  border-bottom: none;
}
.nav-collapse .sub-menu ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: italic 14px/14px Georgia, Arial, Helvetica, sans-serif;
  color: #d8d8d8;
  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;
}
.nav-collapse .sub-menu ul li a:hover,
.nav-collapse .sub-menu ul li.sfHover > a {
  text-decoration: none;
  color: #ff8578;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
#toTop {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  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;
}
.mail {
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #f8941d;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin-bottom: 50px;
  display: inline-block;
}
.mail:hover {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cook {
  margin-top: -39px;
  position: relative;
  margin-bottom: 39px;
}
.cook figure {
  width: 100%;
  margin: 0;
}
.cook figure img {
  max-width: 100% !important;
}
.cook .title1 {
  font: 24px/24px Georgia, Arial, Helvetica, sans-serif;
  color: #313131;
}
.cook .span3 {
  text-align: center;
  position: absolute;
  bottom: 54px;
}
.cook .span3 {
  text-align: center;
  position: absolute;
}
.cook .box-left {
  bottom: 3px;
}
.cook .box-right {
  bottom: 15px;
}
.cook .box-right {
  float: right;
  right: 0;
}
.cook .box-left .title1 {
  margin-bottom: 21px;
}
.cook .box-right .title1 {
  margin-bottom: 15px;
}
.cook ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.cook ul li {
  float: left;
  margin-right: 8px;
}
.cook ul li a {
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cook ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cook .title2 {
  font: 32px/41px Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: absolute;
  top: 27%;
  left: 5%;
  width: 255px;
  text-align: right;
}
.cook .title3 {
  font: 32px/41px Georgia, Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: absolute;
  top: 27%;
  right: 0;
  float: right;
  width: 290px;
  text-align: left;
}
.cook .title3 a {
  font: 35px/44px Georgia, Arial, Helvetica, sans-serif;
  color: #fff777;
  background: url(../img/dotted.png) left bottom repeat-x;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cook .title3 a:hover {
  color: #ff6d25;
  background: transparent left bottom;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contacts-box {
  background: url(../img/page1_pic5.jpg) right bottom no-repeat;
  padding-bottom: 280px;
}
.contacts-box p {
  font-size: 15px;
}
.contacts-box a {
  font-size: 14px;
  color: #f8941d;
  display: inline-block;
  margin-top: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contacts-box a:hover {
  color: #333333;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info-box .btn-link {
  color: #111111;
  font-size: 16px;
}
.info-box > div {
  background-color: #f9f9f9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 36px 39px 36px 39px;
}
.about-box {
  border-bottom: 1px solid #f0efe6;
  padding-bottom: 31px;
  margin-bottom: 31px;
}
.about-box h2 {
  margin-bottom: 28px;
}
.about-box > div {
  background-color: #f9f9f9;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 36px 39px 36px 39px;
}
.about-box .caption {
  padding-bottom: 25px;
  border-bottom: 1px solid #f0efe6;
  margin-bottom: 22px;
}
.about-box .btn-link {
  color: #111111;
  font-size: 16px;
}
/*-----carousel-----*/
.list_carousel {
  position: relative;
  text-align: center;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default !important;
}
.list_carousel #foo > li {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  cursor: default !important;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  text-align: center;
}
.list_carousel #foo > li p {
  font: normal 16px/22px Georgia, Arial, Helvetica, sans-serif;
  color: #b1aca0;
  padding: 0 40px 0 40px;
}
.list_carousel #foo > li .title {
  font: 36px/36px Georgia, Arial, Helvetica, sans-serif;
  color: #583321;
  margin-bottom: 26px;
}
.list_carousel #foo > li .title span {
  color: #f9b126;
}
.list_carousel #foo > li .title em {
  color: #ff6d25;
  font-style: normal;
}
.btn_arrow {
  display: inline-block;
  position: relative;
  bottom: 0;
}
.list_carousel .prev,
.list_carousel .next {
  width: 18px;
  height: 19px;
  cursor: pointer;
  float: left;
}
.list_carousel .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-right: 13px;
}
.list_carousel .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .caroufredsel_wrapper {
  position: relative;
  padding-bottom: 22px;
  cursor: default !important;
  text-align: center;
}
.list_carousel .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.bracket-box {
  background: none;
  padding-top: 33px;
  padding-bottom: 25px;
}
.bracket-box p {
  font: bold 42px/48px Georgia, Arial, Helvetica, sans-serif;
  color: #583321;
  margin-bottom: 36px;
}
/*-----search-----*/
.error-search h2 {
  margin-top: 77px;
}
#search-404 {
  position: relative;
  margin: 0;
  margin-top: 7px;
}
#search-404 input {
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #cfcdcd;
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  height: 19px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  padding: 5px 10px 7px 13px;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #dddddd;
  border-bottom-color: #fbfbfb;
  border-left-color: #dddddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-bottom: 30px;
}
.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;
}
#search-404 .btn.btn-primary {
  margin: 0;
  margin-bottom: 50px;
}
#search {
  margin: 0;
  float: right;
  position: relative;
  margin-top: 79px;
}
#search a {
  position: absolute;
  top: 3px;
  right: 3px;
}
#search input {
  width: 272px;
  outline: none;
  box-shadow: none;
  color: #cfcdcd;
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  height: 19px;
  border-radius: 0;
  padding: 5px 10px 7px 13px;
  margin-right: 0;
  float: left;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #dddddd;
  border-bottom-color: #fbfbfb;
  border-left-color: #dddddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
/*-----map-----*/
.map {
  display: block;
  margin: 0 0 70px 0;
  width: 100%;
  line-height: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 382px ;
  border: none;
  line-height: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.info {
  display: inline-block;
  margin-top: 19px;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 30px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Georgia, 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: 193px;
}
.form-div-1,
.form-div-2 {
  margin-right: 20px;
}
#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: 129px;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 21px;
  border-bottom: 1px solid #f0efe6;
}
#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;
  height: 41px;
  padding: 9px 10px 11px 15px;
  width: 100%;
  outline: none;
  background: #fbfbfb;
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #929292;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #ddd;
  border-bottom-color: #fbfbfb;
  border-left-color: #ddd;
}
#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: 201px;
  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: 9px 10px;
  width: 100%;
  background: #fbfbfb;
  color: #929292;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  line-height: 22px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #ddd;
  border-bottom-color: #fbfbfb;
  border-left-color: #ddd;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 5px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #2f2f2f;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 8px;
  text-align: right;
}
.btns .btn-link {
  margin-right: 20px;
  color: #111111;
}
.btns .btn-link:hover {
  color: #ffa733;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----subscribeForm-----*/
.subscribe-form {
  margin-top: -26px;
}
.subscribe-form p {
  color: #929292;
}
#subscribe-form {
  margin: 0;
  position: relative;
  margin-top: 11px;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 17px;
  text-align: left;
  left: 0;
  font: 11px Georgia, Arial, Helvetica, sans-serif;
  color: #b73225;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  width: 100%;
  outline: none;
  box-shadow: none;
  color: #c7c6c6;
  font: 13px Georgia, Arial, Helvetica, sans-serif;
  height: 33px;
  border-radius: 0;
  padding: 5px 100px 7px 13px;
  margin-right: 0;
  float: none;
  background-color: #fbfbfb;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-color: #e0e0e0;
  border-right-color: #dddddd;
  border-bottom-color: #fbfbfb;
  border-left-color: #dddddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  border-radius: 0;
  background-color: #b73225;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0 6px 0;
}
#subscribe-form .btn-primary {
  position: absolute;
  top: 3px;
  right: 3px;
}
/*-----footer-----*/
footer .main {
  padding-top: 28px !important;
  padding-bottom: 29px !important;
  background-color: #b73225;
}
footer p {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #fff9d7;
  float: left;
}
footer p > span {
  color: #f1bc0f;
}
footer p > a {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 20px;
  color: #ff944c;
  -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: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul {
  list-style: none;
  margin: 0;
  float: right;
  margin-top: 3px;
}
footer ul li {
  float: left;
  border-right: 1px solid #ed5627;
  padding-right: 18px;
  font-size: 14px;
  line-height: 13px;
  margin-left: 18px;
}
footer ul li:first-child + li + li + li + li + li {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
footer ul li a {
  font: 14px Georgia, Arial, Helvetica, sans-serif;
  line-height: 13px;
  color: #fff9d7;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul li a:hover {
  color: #ed5627;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul .active a {
  color: #ed5627;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1250px) {
  .main {
    max-width: 1230px;
  }
  .bracket-box {
    background: url(../img/bracket.png) right top no-repeat;
  }
  .contacts-box {
    background: url(../img/page1_pic5.jpg) right bottom no-repeat;
    padding-bottom: 113px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 243px;
  }
  .cook {
    margin-top: -56px;
  }
  .cook .box-left {
    bottom: 53px;
  }
  .cook .box-right {
    bottom: 41px;
  }
  .cook .box-right .title1 {
    margin-bottom: 16px;
  }
  .cook .title2 {
    top: 30%;
    left: 7%;
    width: 255px;
    font-size: 35px;
    line-height: 44px;
  }
  .cook .title3 {
    top: 30%;
    right: 3%;
    font-size: 35px;
    line-height: 44px;
  }
  .list1 li {
    float: left;
    width: 365px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .cook {
    margin-top: -39px;
  }
  .cook .box-left {
    bottom: 3px;
  }
  .cook .box-right {
    bottom: 15px;
  }
  .cook .box-right .title1 {
    margin-bottom: 14px;
  }
  .cook .title2 {
	top: 57px;
	left: 21px;
	font-size: 32px;
	line-height: 41px;
  }
  .cook .title3 {
	font-size: 32px;
	line-height: 41px;
	top: 27px;
	right: -29px;
  }
  .cook .title3 a {
    font-size: 32px;
    line-height: 41px;
  }
  .bracket-box {
    background: none;
  }
  .list1 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .contacts-box {
	padding-bottom: 280px;
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position: right bottom;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 193px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  .cook {
    margin-top: -24px;
  }
  .cook .box-left {
    bottom: -17px;
  }
  .cook .box-right {
    bottom: -5px;
  }
  .cook .title2 {
    top: 30%;
    left: 0;
    font-size: 27px;
    line-height: 32px;
    width: 220px;
  }
  .cook .title3 {
    font-size: 27px;
    line-height: 32px;
    top: 30%;
    right: 0;
    width: 235px;
  }
  .cook .title3 a {
    font-size: 27px;
    line-height: 32px;
  }
  .contacts-box {
    padding-bottom: 280px;
  }
  .list1 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .thumb-pad3 {
    width: 28%;
  }
  .thumb-pad3 .thumbnail .caption {
    background: none;
    margin-top: 0;
    padding: 10px 0 0 0;
  }
  .gallery-box {
    width: 30%;
  }
  .thumb-pad5 .thumbnail .caption {
    overflow: visible;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  .cook .box-left .title1 {
    margin-bottom: 9px;
  }
  .cook .box-left {
    bottom: 0;
  }
  .cook .box-right {
    bottom: 0px;
  }
  .bracket-box p {
    font-size: 32px;
    line-height: 38px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  #search {
    display: none;
  }
  h1.brand {
    text-align: center;
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .navbar_ .navbar-inner {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .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;
  }
  .thumb-pad1 figure {
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .food-box1,
  .food-box2,
  .food-box3 {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .cook .box-left {
    width: 25%;
  }
  .cook .box-right {
    width: 25%;
  }
  .cook .title1 {
    font-size: 18px;
    line-height: 18px;
  }
  .cook ul li {
    margin-right: 2px;
  }
  .cook .box-left {
    bottom: 0;
  }
  .cook .box-left .title1 {
    margin-bottom: 9px;
  }
  .cook .title2 {
    top: 30%;
    left: 20px;
    font-size: 24px;
    line-height: 25px;
    text-align: left;
  }
  .cook .title3 {
    top: 30%;
    right: 20px;
    font-size: 24px;
    line-height: 25px;
    text-align: right;
  }
  .cook .title3 a {
    font-size: 24px;
    line-height: 25px;
  }
  .list_carousel #foo > li .title {
    font-size: 26px;
    line-height: 26px;
  }
  .thumb-pad1 figure {
    display: none;
  }
  .thumb-pad1 .thumbnail .caption {
    margin-top: 0;
  }
  .contacts-box {
    padding-bottom: 30px;
  }
  .list1 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .subscribe-form {
    margin-top: 100px;
  }
  .list2-box {
    width: 20%;
    margin-right: 20px;
    float: left;
  }
  footer ul {
    display: none;
  }
  .gallery-box {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad5 .thumbnail .caption {
    overflow: hidden;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  .cook .box-left {
    display: none;
  }
  .cook .box-right {
    display: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .cook .box-left {
    display: none;
  }
  .cook .box-right {
    display: none;
  }
  .cook .title2 {
    top: 25%;
    left: 20px;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    width: 150px;
  }
  .cook .title3 {
    top: 25%;
    right: 20px;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    width: 170px;
  }
  .cook .title3 a {
    font-size: 20px;
    line-height: 22px;
  }
  .gallery-box {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad5 .thumbnail .caption {
    overflow: visible;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  .cook {
    margin-top: -10px;
  }
  .cook .title2 {
    top: 25%;
    left: 20px;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    width: 150px;
  }
  .cook .title3 {
    top: 25%;
    right: 20px;
    font-size: 17px;
    line-height: 22px;
    width: 150px;
  }
  .cook .title3 a {
    font-size: 17px;
    line-height: 22px;
  }
  .thumb-pad3 {
    width: 43%;
  }
  .gallery-box {
    width: 44%;
    float: left;
    margin-right: 20px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .cook .title2 {
    top: 24%;
    left: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: 130px;
  }
  .cook .title3 {
    top: 24%;
    right: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    width: 130px;
  }
  .cook .title3 a {
    font-size: 14px;
    line-height: 18px;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribe-form {
    margin-top: 100px;
  }
  .list2-box {
    width: 30%;
    margin-right: 20px;
    float: left;
  }
  .map iframe {
    height: 200px;
  }
  .gallery-box {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .thumb-pad4 .thumbnail .caption {
    margin-top: -60px;
  }
  .thumb-pad5 figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 15px;
  }
  .list2-box {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .cook .title2,
  .cook .title3 {
    display: none;
  }
  .contacts-box {
    background: none;
  }
  .bracket-box p {
    font-size: 32px;
    line-height: 38px;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .subscribe-form {
    margin-top: 50px;
  }
  .list2-box {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .thumb-pad3 {
    width: 93%;
    margin-left: 20px;
    float: none;
  }
  .list4 li .extra-wrap p {
    float: none;
    display: block;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error {
  max-width: 100% !important;
  margin-top: 33px;
}
.padBot {
  padding-bottom: 50px;
}
.margRight {
  margin-right: 58px;
}
.margBot {
  margin-bottom: 30px;
}
.margBot1 {
  margin-bottom: 83px;
}
.margBot2 {
  margin-bottom: 41px;
}
.margBot3 {
  margin-bottom: 20px;
}
.margBot4 {
  margin-bottom: 26px;
}
.margTop {
  margin-top: 36px;
}
.margRight {
  margin-right: 58px;
}
.margLeft {
  margin-left: -20px;
}
.list_border {
  padding-bottom: 32px;
  margin-bottom: 31px;
  border-bottom: 1px solid #f0efe6;
}
.borderBot {
  border-bottom: 1px solid #f0efe6;
  padding-bottom: 17px;
  margin-bottom: 34px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*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;
}
