@import url(http://fonts.googleapis.com/css?family=Lora:700);

@import url(http://fonts.googleapis.com/css?family=Spirax);
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
/*------ template stylization ------*/
body,
html {
  height: 100%;
}
/* extra */
.extra {
  min-height: 100%;
  margin: 0 auto -220px;
  position: relative;
}
.block {
  height: 220px;
}
h1 {
	margin: 0 0 28px 0;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: -1px;
	color: #C54F46;
	text-shadow: 1px 1px 1px #8B332C,0 0 2em #FFCCFF;
}
h2 {
  color: #5d5454;
  letter-spacing: -1px;
  line-height: 27px;
  margin-bottom: 38px;
}
h3 {
	text-transform: uppercase;
	margin: 10 0 10px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #8B332C,0 0 2em #ed9f8b;
}
.h3-margin {
  margin-bottom: 30px;
}
.h3-top-indent {
  margin-top: 70px;
}
.h3-indent {
  margin-bottom: 30px;
}
/*------ header ------- */
header {
	background: url('../neu_14/site/img/png-bg.png') 0 0 repeat;
}
/* navbar */
.navbar .navbar-inner {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'Lora', serif;
  filter: none;
  padding: 0;
}
/* logo */
.navbar h1.brand {
	text-shadow: none;
	padding: 48px 0 48px 0;
	margin: 12px 0 0 0px;
	text-transform: none;
	letter-spacing: 0;
	background: url(../images/logo_n1.png) no-repeat;
}
.navbar h1.brand a {
  display: block;
  width: 432px;
  height: 82px;
  font-family: 'Spirax', cursive;
  font-size: 185px;
  font-weight: normal;
  color: #fcf8f7;
  overflow: hidden;
  margin-left: -12px;
  padding: 8px 0 4px 0;
  letter-spacing: -3px;
  vertical-align: baseline;
}
.navbar h1.brand a:hover {
  text-decoration: none;
}
.navbar h1.brand span {
  font-weight: normal;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin-top: -10px;
}
/**/
/* navbar nav-tabs */
.navbar_ .nav-tabs {
  float: right;
  border: none;
  margin: 54px 0 0 0;
}
.navbar_ .nav-tabs li {
  font-size: 15px;
  line-height: 38px;
  text-transform: uppercase;
  margin: 0;
  border: none;
  padding-bottom: 15px;
  position: relative;
}
.navbar_ .nav-tabs li:hover,
.navbar_ .nav-tabs li.active {
  padding-bottom: 0;
}
.navbar_ .nav-tabs li a {
  color: #ffffff;
  display: block;
  text-shadow: none;
  margin: 0;
  padding: 15px 0px 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: none;
  position: relative;
}
.navbar_ .nav-tabs > li > a:after {
  content: '';
  position: relative;
  width: 100%;
  display: none;
  height: 15px;
  z-index: 5px;
  background: none;
}
.navbar_ .nav-tabs li span {
  display: block;
  padding: 26px 13px;
  padding: 26px 20px\0/;					

  background: url('../neu_14/site/img/nav-li-divider.gif') right 32px no-repeat #c54f46;
  position: relative;
}
.navbar_ .nav-tabs li.last span {
  background: #c54f46;
}
.navbar_ .nav-tabs li a span:after {
  content: '';
  display: none;
  width: 11px;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: -10px;
  background-color: #c34d44;
  background-image: -moz-linear-gradient(left, #bb463d, #c34d44);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#bb463d), to(#c34d44));
  background-image: -webkit-linear-gradient(left, #bb463d, #c34d44);
  background-image: -o-linear-gradient(left, #bb463d, #c34d44);
  background-image: linear-gradient(to right, #bb463d, #c34d44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb463d', endColorstr='#ffc34d44', GradientType=1);
}
.navbar_ .nav-tabs li a span:before {
  content: '';
  display: none;
  width: 11px;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: -10px;
  background-color: #bb463d;
  background-image: -moz-linear-gradient(left, #c34d44, #bb463d);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#c34d44), to(#bb463d));
  background-image: -webkit-linear-gradient(left, #c34d44, #bb463d);
  background-image: -o-linear-gradient(left, #c34d44, #bb463d);
  background-image: linear-gradient(to right, #c34d44, #bb463d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc34d44', endColorstr='#ffbb463d', GradientType=1);
  background-color: #c34d44;
}
/* hovers */
.navbar_ .nav-tabs > li > a:hover:after,
.navbar_ .nav-tabs > li.active > a:after {
  display: block;
  background: url('../neu_14/site/img/nav-active-bottom.png') 0 bottom repeat-x;
}
.navbar_ .nav-tabs li > a:hover span:after,
.navbar_ .nav-tabs li.active > a span:after,
.navbar_ .nav-tabs li.sfHover > a:hover span:after,
.navbar_ .nav-tabs li.sfHover > a span:after {
  display: block;
}
.navbar_ .nav-tabs li.last > a:hover span:after,
.navbar_ .nav-tabs li.active.last > a span:after {
  display: none;
}
.navbar_ .nav-tabs li > a:hover span:before,
.navbar_ .nav-tabs li.active > a span:before,
.navbar_ .nav-tabs li.sfHover > a:hover span:before,
.navbar_ .nav-tabs li.sfHover > a span:before {
  display: block;
}
.navbar_ .nav-tabs li.first > a:hover span:before,
.navbar_ .nav-tabs li.active.first > a span:before {
  display: none;
}
.navbar_ .nav-tabs > li.active > a,
.navbar_ .nav-tabs > li.active > a:hover,
.navbar_ .nav-tabs > li > a:hover,
.navbar_ .nav-tabs > li.sfHover > a:hover,
.navbar_ .nav-tabs > li.sfHover > a {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  border: none;
  cursor: pointer;
  background: url('../neu_14/site/img/nav-active-top.png') 0 0 repeat-x;
  z-index: 5;
}
/**/
/* sub-menu */.navbar_ .nav-tabs li em {
	display: block;
	position: absolute;
	width: 40px;
	height: 5px;
	background: url(../neu_14/site/img/sub-menu-marker.gif) no-repeat center 0;
	left: 36px;
	bottom: 22px;
	text-align: center;
}
.navbar_ .nav-tabs ul {
  display: none;
  position: absolute;
  left: -25px;
  top: 92px;
  z-index: 9999;
  background: #514747;
  width: 130px;
  list-style: none;
}
.navbar_ .nav-tabs ul li {
  padding: 0;
  margin: 0;
  text-align: center;
}
.navbar_ .nav-tabs ul li a {
  font-size: 12px;
  padding: 0 0 0 0;
  margin: 0;
  line-height: 36px;
}
.navbar_ .nav-tabs ul li a:hover,
.navbar_ .nav-tabs ul li.sfHover > a {
  background: #c54f46;
  text-decoration: none;
}
.navbar_ .nav-tabs ul li em {
  left: 114px;
  bottom: 15px;
}
.navbar_ .nav-tabs ul ul {
  left: 105px;
  top: 0;
}
/**/
/**/
/*--- header end ------*/
/*------ content ------- */
/* slider */
.slider {
  padding-bottom: 12px;
}
.slider .box-bg-top {
  margin-top: -35px;
}
.slider .box {
  min-height: 428px;
}
.slider-indent {
  padding: 18px 30px 20px 29px;
}
.camera_wrap {
  float: none;
  margin-bottom: 0!important;
}
.camera_caption {
  left: 540px;
  top: 18px;
}
.camera_caption div {
  background: url('../neu_14/site/img/slider-caption-bg.png') 0 0 repeat;
  color: #927a75;
  width: 199px;
  height: auto;
  padding: 0;
  -webkit-box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
  -moz-box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
  box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
  border: 1px solid #ffffff;
  padding: 26px 46px 55px 47px;
  line-height: 20px;
}
.camera_pag {
  display: inline-block;
  top: 370px;
  left: 810px;
  position: absolute;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #d1c8c8;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 7px 0 0;
}
.camera_wrap .camera_pag .camera_pag_ul li span {
  margin: 0;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #ea6e65;
}
.camera_caption div p {
  text-transform: uppercase;
}
.camera_caption h2 {
  line-height: 27px;
  margin: 36px 0 20px 0;
}
.camera_caption .price {
  font-size: 40px;
  line-height: 45px;
  color: #ea6e65;
  font-family: 'Lora', serif;
  display: block;
  padding-top: 10px;
  letter-spacing: -1px;
}
/**/
.content {
  padding: 50px 0 40px 0;
}
/* box */
.box {
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 4px 25px #8B332C;
	-moz-box-shadow: 0px 4px 25px #8B332C;
	box-shadow: 0px 4px 25px #8B332C;
}
.box-bg-top {
  margin-top: 0px;
  height: 15px;
  background: url('../neu_14/site/img/nav-active-top.png') 0 0 repeat-x;
  position: relative;
  z-index: 3;
}
.box-bg-bottom {
  height: 33px;
  position: relative;
  z-index: 5;
  background: url('../neu_14/site/img/slider-bottom-bg.png') 0 bottom repeat-x;
}
.box-indent-top {
  margin-top: 50px;
}
.box-indent {
  padding: 20px 0 15px 0;
}
.content-indent {
  padding-top: 20px;
}
.box-title-indent {
  padding: 0 30px;
}
.box-title-indent1 {
  padding: 0 10px 0px 20px;
}
.box-red {
  background: #c54f46;
  padding: 0 54px 10px 42px;
}
.box-inner {
  padding: 16px 30px 16px 44px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.info {
  background: url('../neu_14/site/img/cup-image.jpg') left top no-repeat;
  padding: 0 0 40px 90px;
  font-size: 18px;
  line-height: 30px;
  color: #584c4c;
  font-family: 'Lora', serif;
}
.info span {
  display: block;
}
.info strong {
  font-size: 24px;
  letter-spacing: -1px;
  margin-right: 20px;
  display: block;
}
.info a {
  color: #c54f46;
}
/* menu-list */
.menu-list {
  list-style: none;
  margin: 0;
  padding-top: 8px;
}
.menu-list li {
  border-bottom: 1px solid #db665d;
  padding: 10px 0 4px 0;
}
.menu-list li small {
  text-transform: uppercase;
  color: #ff8980;
  line-height: 20px;
  display: block;
  font-size: 12px;
}
.menu-list li time {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Lora', serif;
}
.menu-list .last {
  border: none;
}
/**/
/**/
p.lead {
	font-size: 16px;
	line-height: 20px;
	color: #8B332C;
	margin-bottom: 5px;
}
.font {
	display: block;
	font-size: 16px;
}
.title {
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.title2 {
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 20px;
}
/* dividers */
.divider {
  background: url('../neu_14/site/img/divider-bg.gif') 584px top repeat-y;
}
.divider1 {
  background: url('../neu_14/site/img/divider-bg.gif') 285px top repeat-y;
}
.divider2 {
  background: url('../neu_14/site/img/divider-bg.gif') 504px top repeat-y;
}
.divider3 {
  background: url('../neu_14/site/img/divider-bg.gif') 662px top repeat-y;
}
/**/
.row-indent {
  margin-top: 20px;
}
.uppercase {
  text-transform: uppercase;
}
/* blockquote */
blockquote {
	font-size: 14px;
	line-height: 25px;
	color: #8B332C;
	border: none;
	padding: 0;
}
/**/
/* images */
figure {
	margin: 0 0 0 0;
	-webkit-box-shadow: 0px 4px 5px 2px #8B332C;
	-moz-box-shadow: 0px 4px 5px 2px #8B332C;
	box-shadow: 0px 4px 5px 2px #8B332C;
}
.img-polaroid {
  padding: 9px;
  background-color: #fcf9f8;
  background-image: -moz-linear-gradient(top, #ffffff, #f8efed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8efed));
  background-image: -webkit-linear-gradient(top, #ffffff, #f8efed);
  background-image: -o-linear-gradient(top, #ffffff, #f8efed);
  background-image: linear-gradient(to bottom, #ffffff, #f8efed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8efed', GradientType=0);
  border: 1px solid #fff;
}
.img-indent {
  float: left;
  margin: 0 20px 8px 0;
}
.testimonials-indent {
  margin-bottom: 4px;
}
.image-box {
  margin-bottom: 50px;
  clear: both;
}
.image-box-indent {
  margin-bottom: 32px;
}
.image-box blockquote {
  margin: 0px 0 15px 0;
  display: block;
}
.image-box.last1 {
  margin-bottom: 0;
}
.image-box.last {
  margin-bottom: 30px;
}
time {
  font-family: 'Lora', serif;
  color: #a71c1c;
  font-size: 14px;
  line-height: 16px;
}
.link {
	text-decoration: underline;
	color: #8B332C;
}
/**/
/*  buttons */
.btn-large {
	background: #c54f46;
	-webkit-box-shadow: 0px 4px 5px #8B332C;
	-moz-box-shadow: 0px 4px 5px #8B332C;
	box-shadow: 0px 4px 5px #8B332C;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	color: #fff;
	text-shadow: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 11px 29px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-top: 20px;
}
.btn-large:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #cf6054;
  color: #fff;
}
/**/
/* price-list */
.price-list {
  list-style: none;
  margin: 0;
}
.price-list li {
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  color: #b04b49;
}
.price-list li strong {
  background: url(../neu_14/site/img/line-hor.gif) repeat-x 0% 19px;
  display: block;
  overflow: hidden;
}
.price-list li span {
  float: right;
  font-weight: normal;
  color: #a71c1c;
  font-family: 'Lora', serif;
}
.price-list li a {
	float: left;
	text-decoration: none;
	color: #8B332C;
	line-height: 14px;
	display: inline-block;
	margin-top: 7px;
}
.price-list li a:hover {
  color: #a71c1c;
}
/**/
/* menu-list1 */
.menu-list1 {
  list-style: none;
  margin: 0 0 0 -20px;
}
.menu-list1 li figure {
  margin: 0 19px 10px 0;
}
.menu-list1 .img-indent {
  float: none;
  margin: 0 0 10px 0;
}
.menu-list1 .img-indent img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-list1 .clearfix {
  margin-bottom: 30px;
}
.menu-list1 li strong,
.menu-list1 li span {
  font-family: 'Lora', serif;
}
.menu-list1 li strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a71c1c;
  padding-bottom: 15px;
}
.menu-list1 li span {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}
/* gallery */
/******************carousel**********************/
#carousel {
  position: relative;
}
#carousel .es-carousel {
  width: 100%;
  overflow: hidden;
}
#carousel ul {
  list-style: none;
  margin: 0;
}
#carousel li {
  float: left;
  font-family: 'Lora', serif;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  height: auto;
  text-transform: uppercase;
  margin: 0 15px;
}
#carousel li a {
  color: #a71c1c;
}
#carousel figure {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
#carousel li figure .magnifier {
  margin-bottom: 20px;
  display: block;
  background: url(../neu_14/site/img/magnifier.png) center center no-repeat #000000;
  position: relative;
  z-index: 10;
}
#carousel .gallery-link {
  display: inline-block;
  margin: 0 0 20px 10px;
}
#carousel figure .magnifier img {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#carousel #es-nav-prev,
#carousel #es-nav-next {
  display: block !important;
  width: 38px;
  height: 37px;
  overflow: hidden;
  position: absolute;
  top: -70px;
  text-indent: -100%;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  z-index: 996;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#carousel #es-nav-prev {
  background-image: url(../neu_14/site/img/gallery-prev.gif);
  right: 38px;
}
#carousel #es-nav-next {
  background-image: url(../neu_14/site/img/gallery-next.gif);
  right: 0;
}
#carousel #es-nav-prev:hover,
#carousel #es-nav-next:hover {
  opacity: .8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.magnifier img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: ;
}
.magnifier:hover img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.7;
}
.search-page h3 {
  margin-bottom: 10px;
}
/*-------------------------------------------------------------------*/
p.font_ {
  font-size: 14px;
  line-height: 20px;
  color: #a71c1c;
  text-transform: uppercase;
  font-family: 'Lora', serif;
}
.p-indent {
  margin-bottom: 25px;
}
.mail-link {
  font-weight: bold;
  text-decoration: underline;
  color: #a53838;
}
.map.img-polaroid {
  padding-bottom: 0;
}
.address {
  font-size: 14px;
  line-height: 20px;
  color: #a71c1c;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  padding-top: 22px;
}
.address dl {
  margin: 0;
  list-style: none;
  overflow: hidden;
  line-height: 18px;
}
.address dl dt {
  float: left;
  width: 98px;
  line-height: 19px;
}
.address dl dd {
  margin: 0;
  line-height: 19px;
}
.address a {
  color: #a71c1c;
}
/**/
/* contact form */
#contact-form {
  padding: 0;
  position: relative;
}
#contact-form fieldset {
  display: block;
  width: 100%;
}
#contact-form .error,
#contact-form .empty {
  display: block;
  color: #9d261d;
  display: none;
  font-size: 11px;
  height: 14px;
}
#contact-form .success {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 55px 20px;
  z-index: 5;
  background: #f0f0f0;
  text-align: center;
  font-size: 12px;
  display: none;
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
}
#contact-form label {
  min-height: 60px;
  padding: 0;
  margin: 0;
  display: block;
}
#contact-form br {
  display: none;
}
#contact-form input {
  padding: 0 15px 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #a53838;
  width: 100%;
  background-color: #fdf9f8;
  background-image: -moz-linear-gradient(top, #ffffff, #f9efed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9efed));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9efed);
  background-image: -o-linear-gradient(top, #ffffff, #f9efed);
  background-image: linear-gradient(to bottom, #ffffff, #f9efed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9efed', GradientType=0);
  border: 1px solid	#fff;
  -webkit-box-shadow: 0px 4px 15px rgba(227, 110, 87, 0.8);
  -moz-box-shadow: 0px 4px 15px rgba(227, 110, 87, 0.8);
  box-shadow: 0px 4px 15px rgba(227, 110, 87, 0.8);
}
#contact-form textarea {
  width: 100%;
  padding: 10px 15px 0 16px;
  color: #a53838;
  height: 354px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  background-color: #fdf9f8;
  background-image: -moz-linear-gradient(top, #ffffff, #f9efed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9efed));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9efed);
  background-image: -o-linear-gradient(top, #ffffff, #f9efed);
  background-image: linear-gradient(to bottom, #ffffff, #f9efed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9efed', GradientType=0);
  border: 1px solid	#fff;
  -webkit-box-shadow: 0px 4px 15px rgba(227, 110, 87, 0.8);
  -moz-box-shadow: 0px 4px 15px rgba(227, 110, 87, 0.8);
  box-shadow: 0px 4px 15px rgba(227, 110, 87, 0.8);
}
#contact-form .btn {
  margin: 20px 0 0 2px;
}
#contact-form .message {
  display: block;
  width: 100%;
}
/* 404 page */
.box-404 {
  background: url('../neu_14/site/img/slider-caption-bg.png') 0 0 repeat;
  color: #927a75;
  width: 330px;
  height: auto;
  padding: 0;
  -webkit-box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
  -moz-box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
  box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
  border: 1px solid #ffffff;
  padding: 25px 30px 25px 50px;
  line-height: 20px;
  position: absolute;
  z-index: 5;
  right: 57px;
  top: 30px;
}
.box-404 p {
  margin-bottom: 25px;
}
.title-404 {
  font-family: 'Lora', serif;
  overflow: hidden;
  padding: 20px 0;
}
.title-404 span {
  float: left;
  display: inline-block;
  font-size: 90px;
  line-height: 90px;
  color: #ea6e65;
  margin-right: 8px;
}
.title-404 em {
  font-size: 52px;
  line-height: 52px;
  color: #5d5454;
  font-style: normal;
  padding: 5px 0 0 0;
  display: block;
  letter-spacing: -1px;
}
.title-404 strong {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #5d5454;
}
/* search form */
.form-search input {
  padding: 0 15px 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 208px;
  height: 40px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #a53838;
  background-color: #fdf9f8;
  background-image: -moz-linear-gradient(top, #ffffff, #f9efed);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f9efed));
  background-image: -webkit-linear-gradient(top, #ffffff, #f9efed);
  background-image: -o-linear-gradient(top, #ffffff, #f9efed);
  background-image: linear-gradient(to bottom, #ffffff, #f9efed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9efed', GradientType=0);
  border: 1px solid	#fff;
  -webkit-box-shadow: 0px 1px 15px rgba(227, 110, 87, 0.4);
  -moz-box-shadow: 0px 1px 15px rgba(227, 110, 87, 0.4);
  box-shadow: 0px 1px 15px rgba(227, 110, 87, 0.4);
}
.form-search input:focus {
  -webkit-box-shadow: 0px 1px 15px rgba(227, 110, 87, 0.4);
  -moz-box-shadow: 0px 1px 15px rgba(227, 110, 87, 0.4);
  box-shadow: 0px 1px 15px rgba(227, 110, 87, 0.4);
  border: 1px solid	#fff;
}
.form-search .btn-large {
  margin: 0 0 0 0px;
}
/**/
/**/
/*--- content end ------*/
/*------ footer ------- */
footer {
  height: 220px;
  background: url('../neu_14/site/img/png-bg.png') 0 0 repeat;
  position: relative;
  z-index: 5;
}
footer h1.brand {
  font-family: 'Spirax', cursive;
  font-size: 65px;
  line-height: 55px;
  width: 150px;
  height: 50px;
  font-weight: normal;
  color: #fcf8f7;
  overflow: hidden;
  text-transform: none;
  padding: 17px 0 4px 0;
  letter-spacing: -1px;
  vertical-align: baseline;
  margin: 0 0 0 -4px;
}
.reservation-contacts {
   font-family: 'Verdana', sans-serif;*/
  font-size: 14px;
  color: #ffffff;
 
  padding-top: 48px;
}
footer .phone {
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  letter-spacing: -1px;
  display: block;
  margin-bottom: -4px;
}
.social-icon {
  list-style: none;
  margin: 20px 0 0 0;
}
.social-icon li {
  float: left;
  margin-right: 5px;
}
.social-icon li a img {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icon li a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*--- footer end ------*/
/* Navigation select styling */
.select-menu {
  border: 1px solid #d8d8d8;
  background-color: #f9fafb;
  display: none;
  width: 100%;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  display: none !important;
}
.select-menu option {
  padding: 5px;
  cursor: pointer;
}
.select-menu option.main_item {
  font-weight: bold;
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: url('../neu_14/site/img/ui.totop.gif') center top no-repeat;
  position: fixed;
  margin-right: -640px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
/*----- media queries ------*/
@media (min-width: 1200px) {
  body {
    min-width: 1170px;
  }
  /*nav */
  .navbar_ .nav-tabs li span {
    padding: 26px 20px;
  }
  .navbar_ .nav-tabs li em {
    left: 41px;
    bottom: 22px;
  }
  .slider .box {
    min-height: 503px;
  }
  .camera_caption {
    left: 770px;
    top: 48px;
  }
  .camera_caption div {
    padding: 36px 56px 75px 57px;
  }
  .camera_pag {
    top: 470px;
    left: 1030px;
  }
  .divider {
    background: url('../neu_14/site/img/divider-bg.gif') 734px top repeat-y;
  }
  .divider1 {
    background: url('../neu_14/site/img/divider-bg.gif') 365px top repeat-y;
  }
  .divider2 {
    background: url('../neu_14/site/img/divider-bg.gif') 634px top repeat-y;
  }
  .divider3 {
    background: url('../neu_14/site/img/divider-bg.gif') 832px top repeat-y;
  }
  /**/
  .testimonials-indent {
    margin-bottom: 30px;
  }
  .info strong {
    font-size: 24px;
    letter-spacing: -1px;
    margin-right: 20px;
    display: inline-block;
  }
  .menu-list1 {
    list-style: none;
    margin: 0 0 0 -30px;
  }
  .menu-list1 .img-indent {
	float: left;
	margin: 0 19px 0 5;
  }
  .menu-list1 .img-indent img {
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #contact-form label {
    display: inline-block;
  }
  #contact-form input {
    width: 270px;
  }
  #contact-form br {
    display: inherit;
  }
  .box-404 {
    padding: 36px 30px 35px 50px;
    right: 57px;
    top: 66px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* navs */
  .navbar_ .nav-tabs li span {
    padding: 26px 37px 26px 37px !important;
  }
  .navbar_ {
    margin-bottom: 80px;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ h1.brand {
    padding-bottom: 20px;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-tabs {
    margin: 0 0 0 0;
    float: left;
  }
  .navbar_ .nav-tabs > li {
    float: left;
  }
  .navbar_ .nav-tabs li em {
    left: 61px;
    bottom: 22px;
  }
  .navbar_ .nav-tabs ul {
	left: -28px;
  }
  /**/
  .slider .box {
    min-height: 330px;
  }
  .camera_caption {
    left: 400px;
    top: 8px;
  }
  .camera_caption div {
    background: url('../neu_14/site/img/slider-caption-bg.png') 0 0 repeat;
    color: #927a75;
    width: 199px;
    height: auto;
    padding: 0;
    -webkit-box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
    -moz-box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
    box-shadow: 0px 4px 25px rgba(227, 110, 87, 0.4);
    border: 1px solid #ffffff;
    padding: 22px 22px 22px 22px;
    line-height: 20px;
  }
  .camera_pag {
    display: inline-block;
    top: 272px;
    left: 594px;
    position: absolute;
  }
  .camera_caption div p {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .camera_caption h2 {
    line-height: 27px;
    font-size: 24px;
    margin: 16px 0 10px 0;
  }
  .camera_caption .price {
    font-size: 35px;
    line-height: 45px;
    color: #ea6e65;
    font-family: 'Lora', serif;
    display: block;
    padding-top: 10px;
    letter-spacing: -1px;
  }
  footer .phone {
    font-size: 30px;
  }
  .reservation-contacts {
    padding-top: 35px;
  }
  .divider {
    background: url('../neu_14/site/img/divider-bg.gif') 464px top repeat-y;
  }
  .divider1 {
    background: url('../neu_14/site/img/divider-bg.gif') 235px top repeat-y;
  }
  .divider2 {
    background: url('../neu_14/site/img/divider-bg.gif') 404px top repeat-y;
  }
  .divider3 {
    background: url('../neu_14/site/img/divider-bg.gif') 518px top repeat-y;
  }
  .image-box img {
    width: 100px;
  }
  .info strong {
    font-size: 23px;
  }
  .image-767,
  .image-767 img {
    width: 100%;
  }
  .team-block figure,
  .team-block figure img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #carousel_ figure {
    min-height: 412px;
  }
  .address dl dt {
    float: none;
  }
  .address dl dd {
    margin-bottom: 10px;
  }
  #img-404 {
    display: none !important;
  }
  .block-404 .slider-indent > div {
    background: url('../neu_14/site/img/404-image.jpg') center center no-repeat;
    min-height: 400px;
  }
  .box-404 {
    padding: 20px;
    position: relative;
    right: -269px;
    top: 20px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    padding: 0 20px;
  }
  .navbar_ .btn-navbar {
    display: none;
  }
  .navbar_ h1.brand {
    padding-bottom: 20px;
  }
  .navbar_ {
    margin-bottom: 70px;
  }
  .navbar_ .nav-collapse {
    overflow: visible;
  }
  .navbar_ .nav-collapse:before {
    content: 'Menu:';
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .navbar_ .nav-collapse select {
    width: 100%;
    position: relative;
  }
  .navbar_ .nav-tabs {
    display: none !important;
  }
  .navbar_ .nav-collapse {
    height: auto;
    background-color: #c34d44;
    padding: 10px 30px 20px 30px;
  }
  .slider .box {
    min-height: inherit;
    position: relative;
  }
  .camera_caption {
    display: none !important;
  }
  .camera_pag {
    top: 86%;
    left: 84%;
  }
  footer .phone {
    font-size: 30px;
  }
  .reservation-contacts {
    padding-top: 25px;
  }
  footer .privacy.span6 {
    width: 250px;
    float: left;
  }
  footer .span4 {
    width: 220px;
    float: right;
  }
  .select-menu {
    display: block !important;
  }
  #img-404 {
    display: none !important;
  }
  .block-404 .slider-indent > div {
    background: url('../neu_14/site/img/404-image.jpg') center center no-repeat;
    min-height: inherit;
  }
  .box-404 {
    padding: 20px;
    position: relative;
    right: 0px;
    top: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .divider,
  .divider1,
  .divider2,
  .divider3 {
    background: none;
  }
  h1 {
    margin-top: 10px;
  }
  h3 {
    margin: 30px 0 20px 0;
  }
  .h3-indent-mobile {
    margin-top: 0px;
  }
  .menu-list1 {
    margin: 0;
  }
  .menu-list1 .span4 {
    width: 42%;
    float: left;
    margin-right: 30px;
  }
}
@media (max-width: 578px) {
  .camera_pag {
    top: 84%;
    left: 80%;
  }
  footer .privacy.span6 {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer .span4 {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer h1.brand {
    width: 100%;
  }
  .reservation-contacts {
    padding-top: 15px;
  }
  .social-icon {
    margin: 5px 0 0 0;
  }
  .social-icon li {
    display: inline;
    float: none;
  }
}
@media (max-width: 480px) {
  .info strong {
    font-size: 21px;
  }
  .h3-indent-mobile {
    margin-top: 0px;
  }
  .navbar_ h1.brand a {
    font-size: 130px;
    width: 300px;
    height: 60px;
    margin-left: -10px;
  }
  .camera_pag {
    display: none;
  }
  .slider-indent {
    padding: 18px 10px 20px 10px;
  }
  .form-search input {
    width: 60%;
  }
  .form-search .btn-large {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu-list1 .span4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/*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;
}.extra header .container .row .span12 .navbar.navbar_ .navbar-inner .container .nav-collapse.nav-collapse_ .nav.sf-menu.nav-tabs a  {
	width: 130px;
	text-align: center;
}
#email3 {
	visibility: hidden;
}
