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

@import url(http://fonts.googleapis.com/css?family=Medula+One);
/*font-family: 'Open Sans', sans-serif; @customFontFam*/
/*font-family: 'Medula One', cursive; @customFontFam-1*/
/*------ template stylization ------*/
body {
  background: #cbc4b3 url(../img/bg-body.jpg) 0 0 repeat;
}
p {
  margin-bottom: 18px;
}
ol.c {list-style-type:upper-roman; margin-bottom:1em; margin-left:2em;}
ol.n {list-style-type:decimal; margin-bottom:2em; margin-left:2em;  }
ul.a {list-style-type:circle; margin-bottom:1em; margin-left:4em; }
ul.b {list-style-type:square; margin-bottom:1em; margin-left:4em; }
ul.d {list-style-type:disc; margin-bottom:1em; margin-left:4em; }

/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
h2 {
  position: relative;
  display: block;
  color: #1e120b;
  margin: 63px 0 23px 0;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
}
h3 {
  font-size: 36px;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  color: #c37a32;
  font-family: 'Medula One', cursive;
  letter-spacing: 1px;
}
h3 span {
  display: inline-block;
  position: relative;
  top: -5px;
}
h3 a {
  color: #c37a32;
}
h3 a:hover {
  color: #1e120b;
}
h4 {
  font-size: 36px;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
  color: #c37a32;
  font-family: 'Medula One', cursive;
  letter-spacing: 1px;
}
.relatedHeadlineInfo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.dash-menu {
border-bottom : 1px dashed #898989;
background-color : #ececec;
color : #000000;
padding : 3px;
}
.rblink {
display: inline;
float: right;
padding : 8px;
}
.menuprice {
float: right;
padding : 8px;
}
ul.kmenu {
list-style-type: none;
display : block; 
line-height: 150%;
margin-right: 7px;
margin-left: 35px;
padding: 3px;
padding-left: 5px;
} 
#kevinsmenu {
width: 95%;
padding: 8px;
}
ul.foodmenu {
list-style-type: none;
display : block; 
line-height: 150%;
margin-right: 7px;
margin-left: 35px;
padding: 3px;
padding-left: 5px;
color : #3c3839; 
text-decoration : none; 
font-weight : normal; 
} 
ul.foodmenu li { 
padding : 8px;
color : #3c3839;
border-bottom : 1px dashed #898989;
background-color : #d4cfc6;
} 
ul.foodmenu li a { 
color : #3c3839;  
text-decoration:underline;
} 
ul.foodmenu li a:visited { 
color : #c37a32;  
text-decoration:underline;
} 
ul.foodmenu li a:hover { 
color : #174632;  
text-decoration:underline;
} 
#most-popular {
  float: left;
  background: #F3F3F3 url("/img/most_popular.gif") 10px 10px no-repeat;
  border-top: 4px solid #D5D5D5;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0px;
}

* html #most-popular {
  background: #F3F3F3 url("/img/most_popular.gif") 10px 14px no-repeat;
}

#most-popular-newest {
float: right;
  background: #F3F3F3 url("/img/most_popular_newest.gif") 10px 10px no-repeat;
  border-top: 4px solid #D5D5D5;
  padding: 40px 0 0 0;
  margin: 0 0 0px 0;
}

* html #most-popular-newest {
  background: #F3F3F3 url("/img/most_popular_newest.gif") 10px 14px no-repeat;
}

#most-popular .module {
  width: auto;
float: right;
  display: inline;
  margin: 0 5px 10px 5px;
  background: #FFF;
}
#most-popular .module .moduleHeader {
  float: left;
  clear: both;
  width: 200px;
  display: inline;
  border-bottom: none;
  margin: 8px 10px;
}
#most-popular .module .moduleHeader h3 {
  font-size: 12px;
  margin: 0;
}
#most-popular .module .moduleBody {
  width: 200px;
  float: left;
  display: inline;
  margin: 0 10px;
  overflow: hidden;
}
#most-popular .module .moduleBody ol {
  width: 200px;
  margin: 0 10px 10px 0;
  padding: 0;
}
#most-popular .module .moduleBody ol li {
  position: relative;
  width: 200px;
  float: left;
  display: inline;
  color: #C7C7C7;
  margin: 0;
  padding: 8px 0 22px 0;
  background: transparent url("/img/dots-horizontal.gif") top left repeat-x;
}
#most-popular .module .moduleBody ol li .fancyIndex {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 20px;
  color: #D4D4D4;
  font-weight: bold;
}
#most-popular .module .moduleBody ol li a {
  float: left;
  display: inline;
  clear: both;
  margin: 0 0 2px 20px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

#most-popular .module .moduleBody ol li .timestamp {
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-size: 10px;
  margin: 0;
  padding: 0;
}

#center-area {
margin-left : auto;
margin-right : auto;
padding : 5px;
}
#left-center-pg-cont {
float : left;
padding : 5px;
margin : 0;
}
#center-pg-cont {
float : left;
padding : 5px;
margin : 0;
}
#right-center-pg-cont {
float : right;
padding : 5px;
margin : 0;
}
#clear {
clear : both;
height : 15px;
}

.pad25{
  padding: 25px;
}
.right-title {
  position: relative;
  display: block;
  color: #1e120b;
  margin: 5px 0 5px 0;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.underline {
text-decoration:underline;
}
ul.none {
list-style-type: none;
display : block; 
line-height: 150%;
margin-right: 7px;
margin-left: 35px;
padding: 3px;
padding-left: 5px;
color : #3c3839; 
text-decoration : none; 
font-weight : normal; 
} 

ul.none li a { 
color : #3c3839;  
text-decoration:underline;
} 
ul.square {
list-style-type: square;
display : block; 
line-height: 150%;
margin-right: 7px;
margin-left: 35px;
padding: 3px;
padding-left: 5px;
color : #3c3839; 
text-decoration : none; 
font-weight : normal; 
} 
ul.square li.past { 
color : #999999;  
text-decoration:none;
}
ul.square li a { 
color : #3c3839;  
text-decoration:underline;
} 
ul.square li a:visited { 
color : #c37a32;  
} 
ul.square li a:hover { 
color : #174632;  
} 
.indexlist-1 {
list-style-type: none;
  margin: 10px 0 0 0;
}
.indexlist-1 li {
  background: url(../img/list-1-li.png) 0 10px no-repeat;
  padding: 4px 0 4px 12px;
  font-weight: bold;
  line-height: 20px;
}
.indexlist-1 li a {
  color: #c37a32;
}
.indexlist-1 li a:hover {
  color: #1e120b;
}

ul.square2 {
list-style-type: square;
display : block; 
line-height: 110%;
margin-right: 7px;
margin-left: 10px;
padding: 3px;
padding-left: 5px;
color : #3c3839; 
text-decoration : none; 
font-weight : normal; 
} 
ul.square2 li.past { 
color : #999999;  
text-decoration:none;
}

ul.square2 li a { 
color : #3c3839;  
text-decoration:underline;
} 
ul.square2 li a:visited { 
color : #3c3839;  
} 
ul.square2 li a:hover { 
color : #f72e19;  
} 
.font48 {
  font-size: 48px;
  line-height: 49px;
  display: block;
  margin: 56px 0 0 0;
  color: #1e120b;
  font-family: 'Medula One', cursive;
}
.font48 span {
  display: block;
}
#music {
margin-left:auto;
margin-right:auto;
width:90%;
background-color: #d4cfc6;
padding: 8px;
margin: 5px;	
}
.fontMusic {
  font-size: 20px;
  line-height: 130%;
  font-weight: bold;
  color: #1e120b;
  display: inline-block;
}
.fontMusic a {
  color: #1e120b;
}
.fontMusic a:hover {
  color: #c37a32;
}
.font13 {
  font-weight: bold;
  color: #1e120b;
  display: inline-block;
}
.font13 a {
  color: #1e120b;
}
.font13 a:hover {
  color: #c37a32;
}
.font13-1 {
  font-weight: bold;
  color: #c37a32;
  display: inline-block;
}
.font13-1 a {
  color: #c37a32;
}
.font13-1 a:hover {
  color: #1e120b;
}
.font14 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1e120b;
  font-weight: bold;
  letter-spacing: -1px;
}
.font12 {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1e120b;
  font-weight: bold;
  text-decoration: underline;
}
.font12:hover {
  color: #c37a32;
  text-decoration: underline;
}
.lh24 {
  line-height: 24px;
}

.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.top-0 {
  margin-top: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.txt-uup {
  text-transform: uppercase;
}
.txt-all {
  text-align: left;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.img-left {
  float: left;
  padding: 5px;
}
.img-right {
  float: right;
  padding: 5px;
}
.bot {
  margin-bottom: 6px;
}
.bot-1 {
  margin-bottom: 14px;
}
.white-area {
  margin: 15px;
  background-color: #ffffff;
}
.padlinks {
  padding: 12px;
  margin: 12px;  
  background-color: #ffffff;
}
.padme{
  margin: 10px;
    padding:10px;
}
.links-pad {
width: 150px;
height: 250px;
}
.img-left-links {
  float: left;
  margin-bottom: 17px;
  margin-right: 8px;
  border: 5px solid;
  border-color: #c7c2b7;
}
/*=================My styles of bootstrap================*/
.link {
  color: #1e120b;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
}
.link:hover {
  color: #c37a32;
  text-decoration: underline;
}
/*css styles for image-block*/
/*==================list and menu=================*/
h2.menu {
  position: static;
  display: inline;
  color: #1e120b;
  margin: 63px 0 0 0;
  padding: 25px 0 0 0;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.list-menubk {
list-style-type: none;
  margin: 0 0 0 0;
  *zoom: 1;
  padding: 0 0 0 0;
}
.list-menubk:before,
.list-menubk:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-menubk:after {
  clear: both;
}
.list-menubk li {
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 8px 8px 8px;
  width: auto;
  border: 1px solid #cdc7b8;
  background: url(../img/bg-div-dish.jpg) 0 0 repeat;
}
.list-menubkl {
list-style-type: none;
  margin: 0 0 0 0;
  *zoom: 1;
  padding: 0 0 0 0;
}
.list-menubkl:before,
.list-menubkl:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-menubkl:after {
  clear: both;
}
.list-menubkl li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 8px 8px 8px 8px;
  width: auto;
  border: 1px solid #cdc7b8;
  background: url(../img/bg-div-dish.jpg) 0 0 repeat;
}
.list {
  display: block;
  overflow: hidden;
  margin: 60px 0 34px 0;
}
.list li {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 0 0;
  color: #1e120b;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -1px;
}
.list li span {
  color: #786b63;
}
.list-1 {
  margin: 10px 0 0 0;
}
.list-1 li {
  background: url(../img/list-1-li.png) 0 10px no-repeat;
  padding: 4px 0 4px 12px;
  font-weight: bold;
  line-height: 20px;
}
.list-1 li a {
  color: #c37a32;
}
.list-1 li a:hover {
  color: #1e120b;
}
.list-date {
  display: block;
  overflow: hidden;
  margin: 0;
}
.list-date li {
  display: block;
  border-top: 1px solid #c8c1b0;
  padding-top: 16px;
  margin-bottom: 17px;
}
.list-date li:first-child {
  border-top: none;
  padding-top: 0;
}
.list-date li p {
  margin-bottom: 0;
}
.list-date li time {
  color: #c37a32;
  font-size: 36px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}
.list-date li time span {
  color: #1e120b;
  font-size: 24px;
  line-height: 1em;
}
.list-menu {
list-style-type: none;
  margin: 0 0 0 0;
  *zoom: 1;
  padding: 8px 0 0 0;
}
.list-menu:before,
.list-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.list-menu:after {
  clear: both;
}
.list-menu li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 320px;
  border: 1px solid #cdc7b8;
  background: url(../img/bg-div-dish.jpg) 0 0 repeat;
}
.list-menu li div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  padding-left: 205px;
  height: 150px;
  border: 1px solid #e1dccf;
  text-transform: uppercase;
}
.list-menu li div img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.list-menu li div > span {
  display: block;
  color: #1e120b;
  position: relative;
  font-size: 34px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
  z-index: 2;
}
.list-menu li div > span span {
  display: block;
  margin-top: 0;
}
.list-menu li div a {
  color: #786b63;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1em;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.list-menu li div a:hover {
  color: #c37a32;
}
.list-menu li div a span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../img/small-arrov.png) right 0 no-repeat;
}
.dish-1 {
  padding-top: 34px !important;
}
.list-team {
  margin: 19px 0 15px 0;
}
.list-team li {
  padding: 3px 0;
}
figure.dis-block {
  display: block;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0 0 15px 0;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  border: none;
  background-color: #c7c2b7;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
figure.img-polaroid-lt {
  display: inline-block;
  margin: 0 0 15px 0;
}
.img-polaroid-lt {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  border: none;
  background-color: #d4cfc6;
}
.img-polaroid-lt img {
  max-width: inherit;
  width: 100%;
}
.lunch {
  position: relative;
  display: block;
  color: #000000;
  margin: 25px 0 5px 0;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.dinner {
  position: relative;
  display: block;
  color: #c37a32;
  margin: 25px 0 5px 0;
  font-size: 40px;
  line-height: 1em;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  letter-spacing: 3px;
}
figure.img-specials-lt {
  display: inline-block;
  margin: 0px 15px 15px 15px;
    padding: 0px 15px 15px 15px;
  color : #000000;
}
.img-specials-lt {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 5px 5px;
  border: none;
  background-color: #b6b3ad;
}
.img-specials-lt img {
  max-width: inherit;
  width: 100%;
}

.thumbnails {
  margin: 0 0 0 0;
  overflow: hidden;
  padding: 7px 0 0 0;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 0 0 20px;
  padding: 0;
  border: none;
}
.thumbnails .thumbnail figure.img-polaroid {
  margin-bottom: 27px;
  display: block;
}
.thumbnails .thumbnail time {
  color: #c37a32;
  font-size: 36px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 8px;
}
.thumbnails .thumbnail time span {
  color: #1e120b;
  font-size: 24px;
  line-height: 1em;
}
.thumbnails li {
  float: left;
}
/*------===============HEADER==============------- */

header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 999;
  padding: 0 0 0 0;
  height: auto;
  background: url(../img/slides/bg-header.jpg) center 0 no-repeat #e2ddd1;
}

#pages {
  min-height: 339px;
}
.phone-contact {
  position: absolute;
  bottom: 48px;
  z-index: 200;
  display: block;
  padding-bottom: 12px;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  background: url(../img/bg-adress.png) 0 bottom repeat-x;
  color: #e4dfd3;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.phone-contact > span {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
}
.phone-contact strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.phone-contact strong a {
  color: #e4dfd3;
}
.phone-contact strong a:hover {
  color: #C37A32;
}
/* navbar */
.navbar_ {
  margin-bottom: 0 !important;
}
.navbar_ .collapse {
  overflow: visible;
}
.navbar_ .brand {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 19px 0 0 0;
  padding: 0;
  line-height: 22px;
  z-index: 10;
}
.navbar_ .brand span {
  position: absolute;
  left: -400px;
  display: block;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
background: url(../img/bg-li.png) 0 0 repeat;
  float: right;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 2;
  text-align: center;
}
.nav-collapse_ .nav {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}
/*nav*/
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  zoom: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.nav-collapse_ .nav li a {
  margin: 0;
  padding: 0;
  color: #e4dfd3;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-collapse_ .nav > li {
  display: inline-block;
  float: left;
  margin: 0;
  border: none;
}
.nav-collapse_ .nav > li > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 59px 19px 25px;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
}
.nav-collapse_ .nav > li.sub-menu:after {
  position: absolute;
  top: 90%;
  left: 50%;
  display: block;
  margin-left: -4px;
  width: 8px;
  height: 4px;
  background: url(../img/indicator.png) 0 0 no-repeat;
  content: '';
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 225px;
  left: 0;
  top: 104px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 29px 0 29px 0;
  background: #e5e0d4;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-collapse_ .nav ul li {
  display: block;
  padding: 0;
  text-align: left;
  font-size: 12px;
}
.nav-collapse_ .nav ul li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 3px 0 3px 40px;
  color: #1e120b;
}
.nav-collapse_ .nav ul li ul {
  position: relative;
  background: none;
  padding: 0;
  top: auto;
  left: auto;
}
.nav-collapse_ .nav ul li ul li a {
  padding-left: 64px;
}
.nav-collapse_ .nav ul li ul li a:hover {
  background: #cac6bb;
  color: #1e120b;
}
/*hover for first level*/
.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: url(../img/bg-li.png) 0 0 repeat;
  color: #e4dfd3;
}
/*hover for second level*/
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #1e120b;
  color: #e5e0d4;
  padding-left: 55px;
}
/*-----================== HEADER END =================------*/
/*------================== Content =================------- */
#content {
  position: relative;
  padding: 6px 0 46px 0;
  background: url(../img/bg-content.jpg) 0 0 repeat;
}
#content:after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 6px;
  background: url(../img/content-after.jpg) 0 0 repeat-x;
  content: "";
}

/* cross browser compatible lists */
ul.niceList { 
  margin-left:0em; 
  padding-left:0.2em; 
  margin-bottom:1em; 
line-height : 120%;
color : #000000;
}
ul.niceList li { 
  background:url(/img/ul-dot.gif) 0em 0.5em no-repeat; 
  padding-left: 0.8em; 
  list-style: none; 
}
ul.niceList li a:hover{ 
  color : #2c692d;
}
.niceList ul li { background-image:url(/img/ul-dot.gif); }
 
ol.niceList li, ul.niceList li { margin-bottom:0.5em; }
 
ol.niceList { 
  margin-left:1.5em; 
  padding-left:0px; 
}
.niceList ol li { 
  list-style:decimal; 
  background-image:none; 
  padding-left:0em; 
}
ol.niceList li a:hover{ 
  color : #2c692d;
}
/* END cross browser compatible lists */
/*----====================Content end ==================----*/
/*==========================PAGES===========================*/
/*=========================index============================*/
.block-price {
  padding: 5px;
  background-color: #c7c2b7;
  margin-bottom: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-price div {
  padding: 13px 18px 18px 18px ;
  border: 1px solid #e3ded2;
  background: #d4cfc6;
  text-transform: uppercase;
}
.block-price div > span {
  color: #1e120b;
  font-size: 30px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
}
.block-price div > span .cost {
  color: #c37a32;
  font-size: 30px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
}
.block-price div strong {
  display: block;
  color: #786b63;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 16px;
}
.block-price div strong span {
  color: #1e120b;
  display: block;
}
.block-price div strong a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 6px;
  width: 7px;
  height: 12px;
  background: url(../img/small-arrov.png) right 0 no-repeat;
}
.block-price div strong a:hover {
  background-position: 0 0;
}
.block-facebook {
width: 270px;
}
.block-facebook {
  padding: 5px;
  background-color: #c7c2b7;
  margin-bottom: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-facebook div {
  padding: 10px 18px 13px 18px ;
  border: 1px solid #e3ded2;
  background: #d4cfc6;
  text-transform: uppercase;
}
.block-facebook div em {
  display: block;
  margin-top: -4px;
  font-style: normal;
}
.block-facebook div .text-36 {
  color: #1e120b;
  font-size: 26px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
}
.block-facebook div .text-36 .cost {
  color: #c37a32;
  font-size: 26px;
}
.block-facebook div .text-36 a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 24px;
  background: url(../img/big-arrov.png) right 0 no-repeat;
}
.block-facebook-none div .text-36 a {
  display: inline-block;
text-decoration: none;
}
.block-facebook div .text-36 a:hover {
  background-position: 0 0;
}
.block-price-1 {
  padding: 5px;
  background-color: #c7c2b7;
  margin-bottom: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-price-1 div {
  padding: 10px 18px 13px 18px ;
  border: 1px solid #e3ded2;
  background: #d4cfc6;
  text-transform: uppercase;
}
.block-price-1 div em {
  display: block;
  margin-top: -4px;
  font-style: normal;
}
.block-price-1 div .text-36 {
  color: #1e120b;
  font-size: 26px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
}
.block-price-1 div .text-36 .cost {
  color: #c37a32;
  font-size: 26px;
}
.block-price-1 div .text-36 a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 24px;
  background: url(../img/big-arrov.png) right 0 no-repeat;
}
.block-price-1 div .text-36 a:hover {
  background-position: 0 0;
}
.block-price-2 div .cost {
  position: relative;
  top: -6px;
  display: inline-block;
  font-size: 30px;
}
.block-price-2 div strong {
  margin-top: -8px;
}
.block-price-4 div .text-36 {
  color: #1e120b;
  font-size: 26px;
  font-family: 'Medula One', cursive;
  line-height: 1em;
}
.block-price-4 div .text-36 .cost {
  color: #c37a32;
  font-size: 36px;
}
.block-price-2 strong span,
.block-price-3 strong span,
.block-price-4 strong span {
  display: inline-block !important;
}
.block-indent {
  margin-top: 24px;
}
.block-indent figure.img-polaroid {
  margin-top: 4px;
  display: block;
}
aside {
  position: relative;
  background: url(../img/aside.jpg) 0 0 repeat;
}
aside h2 {
  margin: 29px 0 22px 0;
  text-align: center;
}
aside:after {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  background: url(../img/bg-content.jpg) 0 0 repeat;
  border-top: 1px solid #c8c1b0;
  top: 0;
  width: 100%;
}
/*=========================index-1==========================*/
.block-indent-1 {
  *zoom: 1;
}
.block-indent-1:before,
.block-indent-1:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-indent-1:after {
  clear: both;
}
.block-indent-1 figure.img-polaroid {
  float: left;
  margin: 0 20px 15px 0;
  display: block;
}
.block-indent-1 .extra-wrap {
  overflow: hidden;
}
.block-indent-1 span {
  display: block;
}
.box-list {
  *zoom: 1;
}
.box-list:before,
.box-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.box-list:after {
  clear: both;
}
.box-list .list-1 {
  width: 260px;
  float: left;
  padding-right: 10px;
}
/*=========================index-2==========================*/
/*=========================index-3==========================*/
/*=========================index-4==========================*/
/*=========================index-5==========================*/
/*==========================404=============================*/
.box-404 {
  padding: 62px 0 0 0;
}
.block-404 .font70 {
  font-size: 70px;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  color: #1e120b;
  line-height: 1em;
  display: block;
  letter-spacing: 5px;
}
.block-404 strong {
  font-size: 24px;
  line-height: 1em;
  font-family: 'Medula One', cursive;
  text-transform: uppercase;
  color: #1e120b;
  display: block;
  font-weight: normal;
  letter-spacing: 2px;
  margin: -5px 0 27px 0;
}
.block-404 em {
  font-style: normal;
}
#search {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0 0;
}
#search input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0 0 18px 0;
  padding: 5px 10px;
  width: 100%;
  height: 32px;
  border: 1px solid #cac4b3;
  background: #e4dfd3;
  color: #786b63;
  font-size: 13px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  float: right;
}
/*======================Privacy Policy======================*/
/*================CONTACT FORM, MAP, ADRESS=================*/
.map {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 1px 5px;
  border: none;
  background-color: #c7c2b7;
  margin: 7px 0 20px 0;
}
.map iframe {
  border: 1px solid #e1dcd0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 251px;
  border: none;
}
.adress {
  font-size: 13px;
  line-height: 18px;
  margin: 10px 0 10px 0;
}
.adress em {
  display: block;
  margin-left: 0;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
.adress a {
  display: inline-block;
  margin-left: 2px;
  color: #c37a32;
  font-weight: bold;
}
.adress a:hover {
  color: #1e120b ;
  text-decoration: underline;
}
.adress span {
  display: inline-block;
    min-width: 270px;
  width: auto;
}
.adress strong {
  display: inline-block;
}
.adress strong.title1 {
  display: block;
  color: #1e120b ;
  text-align: left;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 3px;
  margin-bottom: 3px;
}
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 7px 0 0 0;
  vertical-align: top;
}
#contact-form fieldset {
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form fieldset > div {
  overflow: hidden;
  min-height: 40px;
}
#contact-form label {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  overflow: hidden;
  margin: 0;
}
#contact-form .message {
  display: block;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  padding: 6px 9px 4px;
  width: 100%;
  outline: none;
  border: 1px solid #cac3b3;
  background: #e4dfd3;
  color: #786b63;
  font-size: 13px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#contact-form input {
  height: 32px;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 156px;
  resize: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form .success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000 !important;
  display: none;
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 16px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px;
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
}
#contact-form .buttons-wrapper {
  position: relative;
  padding-top: 15px;
  text-align: right;
}
#contact-form .buttons-wrapper a {
  margin-left: 17px !important;
  cursor: pointer;
}
#contact-form .buttons-wrapper a:hover {
  text-decoration: none;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*------================== FOOTER ================= ------- */
footer {
  position: relative;
  padding: 73px 0 43px 0 ;
  border-top: none;
  letter-spacing: 1px;
  background: url(../img/logo-footer.png) center 10px no-repeat;
  color: #786b63;
  text-align: center;
  font-size: 11px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
footer a {
  color: #786b63;
}
/*---===================== FOOTER END ================------*/
.select-menu {
  display: none !important;
}
/*-----================== MEDIA QUERIES============== ------*/
@media (min-width: 1200px) {
  header {
    -webkit-background-size: 140%;
    -moz-background-size: 140%;
    -o-background-size: 140%;
    background-size: 140%;
  }
  .list li {
    letter-spacing: 0;
  }
  .adress span {
    display: inline-block;
    width: 74px;
  }
  .nav-collapse_ .nav li > a {
    padding: 59px 34px 25px;
  }
  .phone-contact {
    bottom: 148px;
  }
  .txt-all {
    padding-left: 10px;
  }
  .block-price {
    width: 270px;
  }
  .block-price div > span {
    font-size: 44px;
  }
  .block-price div > span .cost {
    font-size: 44px;
  }
  .block-price div strong span {
    display: inline-block;
  }
  .block-price-1 {
    width: 270px;
  }
  .block-price-1 div .text-36 {
    font-size: 36px;
  }
  .block-price-1 div .text-36 .cost {
    font-size: 36px;
  }
  .block-price-3 div .cost {
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 44px !important;
  }
  .block-price-3 div strong {
    margin-top: -8px;
  }
  .block-price-4 div .text-36 {
    color: #1e120b;
    font-size: 36px;
    font-family: 'Medula One', cursive;
    line-height: 1em;
    white-space: nowrap;
  }
  .block-price-4 div .text-36 .cost {
    color: #c37a32;
    font-size: 42px;
    display: inline-block;
  }
  #pages {
    min-height: 438px;
  }
  .block-indent-1 figure.img-polaroid {
    float: left;
    margin: 0 26px 15px 0;
  }
  .block-indent-1 .extra-wrap {
    overflow: hidden;
  }
  .list-menu li {
    width: 370px;
    margin-right: 30px;
  }
  .list-menu li div {
    height: 150px;
  }
  .list-menu li div > span {
    font-size: 44px;
  }
  .list-menu li div > span span {
    margin-top: -10px;
  }
  .thumbnails {
    margin: 0 0 0 0;
  }
  .thumbnails .thumbnail {
    margin: 0 0 18px 30px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
  #pages {
    min-height: 309px;
  }
}
@media (max-width: 979px) {
  .nav-collapse_ {
    height: auto !important;
  }
  .navbar_ .navbar-inner {
    text-align: center;
  }
  .navbar_ .brand {
    float: none;
    margin-bottom: 10px;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    float: none;
  }
  .navbar_ .nav-collapse_ .nav {
    float: none;
    text-align: center;
    display: inline-block;
  }
  .nav-collapse_ .nav li > a {
    padding: 25px 24px 25px;
  }
  .nav-collapse_ .nav ul {
    top: 70px ;
  }
  .phone-contact {
    display: none;
  }
  #pages {
    min-height: 200px;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  .box-list .list-1 {
    width: 210px;
    float: left;
    padding-right: 10px;
  }
  .list-menu li {
    width: 255px;
    margin-right: 10px;
  }
  .list-menu li div {
    padding-left: 140px;
  }
  header {
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-size: 150%;
  }
  .block-indent-1 .extra-wrap {
    overflow: visible;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .box-2 {
    margin: 0;
  }
  .box-2 article {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-2 article .adress {
    display: block;
    float: left;
    margin-right: 20px;
    width: 240px;
  }
}
@media (max-width: 767px) {
  #pages {
    min-height: 200px;
  }
  #page-1 header {
    background: #373432;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .nav-collapse_ {
    height: auto !important;
    padding-bottom: 20px;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #fff;
    background: #e0dbcf;
    color: #000;
    cursor: pointer;
  }
  .select-menu option {
    padding-bottom: 3px   ;
  }
  .block-price,
  .block-price-1 {
    width: 270px;
    float: left;
    margin-right: 20px;
  }
  .block-indent .span3 figure.img-polaroid {
    float: left;
    margin: 0 20px 15px 0;
  }
  .block-indent .span3 .txt-all {
    overflow: hidden;
  }
  .box-banner > div {
    float: none;
  }
  .block-price-1 div .text-36 a {
    top: 3px;
  }
  .list-menu li {
    width: 40%;
    margin-right: 20px;
  }
  .list-menu li div {
    padding-left: 55%;
  }
  .thumbnails .thumbnail {
    float: left;
    width: 43%;
    margin: 0 20px 20px 0;
  }
  .adress span {
    display: inline-block;
    width: 84px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  .block-indent-1 .list-1 {
    display: inline-block;
  }
}
@media (max-width: 626px) {
  .block-price,
  .block-price-1 {
    float: none;
  }
  .box-list .list-1 {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .list-menu li {
    width: auto;
    float: none;
    margin-right: 0;
  }
  .list-menu li div {
    height: 150px;
  }
  .list-menu li div > span {
    font-size: 44px;
  }
  .list-menu li div > span span {
    margin-top: -10px;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 520px) {
  .block-indent .span3 figure.img-polaroid {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .block-indent .span3 .txt-all {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .block-indent-1 figure.img-polaroid {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 480px) {
  #pages {
    min-height: auto;
    -webkit-background-size: 200%;
    -moz-background-size: 200%;
    -o-background-size: 200%;
    background-size: 200%;
  }
  .thumbnails .thumbnail {
    float: none;
    width: 100%;
    margin: 0 20px 0 0;
  }
  .thumbnails .thumbnail figure.img-polaroid {
    width: 100%;
    display: block;
  }
}
@media (max-width: 380px) {
  #pages {
    min-height: auto;
    -webkit-background-size: 250%;
    -moz-background-size: 250%;
    -o-background-size: 250%;
    background-size: 250%;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
