@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Oswald);
@font-face {
  font-family: 'Octin College';
  src: url('../fonts/octin_college_free.eot');
  src: url('../fonts/octin_college_free.eot?#iefix') format('embedded-opentype'), url('../fonts/octin_college_free.woff') format('woff'), url('../fonts/octin_college_free.ttf') format('truetype'), url('../fonts/octin_college_free.svg#octin_college_freeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---------------- GENERAL ----------------*/
body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #68615e;
  margin: 0;
  background: url(../img/bg_body.png) center top repeat;
}
.body-inner {
  background: url(../img/bg_body2.png) center top no-repeat;
}
.clear {
  clear: both;
  display: block;
  height: 0;
}
.line.narrow {
  margin: 10px 0;
}
a {
  color: #c65313;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: #77330e;
}
h2 {
  font-size: 22px;
  font-weight: normal;
  color: #584f4f;
  line-height: 1.6em;
  margin: 10px 0;
}
h2 strong {
  color: #3838a5;
}
h2.no-top {
  margin-top: 0;
}
h2.line {
  padding-bottom: 5px;
  border-bottom: 1px solid #dad7d7;
}
.container {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
.slides {
  margin: 0;
  padding: 0;
}
.slides li {
  list-style-type: none;
}
.btn-yellow {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Octin College', 'Trebuchet MS', sans-serif;
  font-size: 21px;
  color: #ffd1bc;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  height: 40px;
  line-height: 40px;
  background: url(../img/btn_yellow.png) center top repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* .noeffect;*/

}
.btn-yellow:hover {
  color: #ffd1bc;
  text-decoration: none;
  background-position: center bottom;
}
.btn-orange {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Octin College', 'Trebuchet MS', sans-serif;
  font-size: 21px;
  color: #ffd1bc;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  height: 40px;
  line-height: 40px;
  background: url(../img/btn_orange.png) center top repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* .noeffect; */

}
.btn-orange:hover {
  color: #ffd1bc;
  text-decoration: none;
  background-position: center bottom;
}
.btn-brown {
  display: inline-block;
  padding: 0 15px;
  font-family: 'Octin College', 'Trebuchet MS', sans-serif;
  font-size: 19px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  background: #714029;
  background: -moz-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #714029), color-stop(100%, #4f2c1d));
  background: -webkit-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: -o-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: -ms-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: linear-gradient(to bottom, #714029 0%, #4f2c1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#714029", endColorstr="#4f2c1d", GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #68483a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* .noeffect; */

}
.btn-brown:hover {
  color: #fff;
  text-decoration: none;
  background: #5e3522;
  background: -moz-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e3522), color-stop(100%, #3c2216));
  background: -webkit-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: -o-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: -ms-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: linear-gradient(to bottom, #5e3522 0%, #3c2216 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e3522", endColorstr="#3c2216", GradientType=0);
}
/* ----------------------- HEADER ----------------------- */
#header {
  background: url(../img/bg_header.png) center top no-repeat;
  margin-top: 57px;
  padding: 130px 50px 30px 0;
  overflow: hidden;
}
#header .address {
  text-align: right;
  font-family: Lato, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #2d2d2d;
}
#header .phone {
  font-family: Tahoma, sans-serif;
  font-size: 23px;
  color: #ca7647;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
}
/* ----------------------- NAVIGATION ----------------------- */
#navigation {
  margin: 0 5px;
  background: url(../img/bg_nav.png) 0 0 repeat-x;
  height: 55px;
  position: relative;
}
#navigation .ribbon {
  position: absolute;
  top: 13px;
  z-index: 1;
}
#navigation .ribbon.left {
  left: -37px;
}
#navigation .ribbon.right {
  right: -37px;
}
#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 70px;
  overflow: hidden;
}
#navigation li {
  float: left;
  margin: 0 6px;
  font-size: 21px;
  color: #9f7a69;
  line-height: 52px;
  font-family: Oswald, 'Trebuchet MS', sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
#navigation a,#navigation span {
  display: block;
  height: 55px;
  padding: 0 45px;
}
#navigation a{
  color: #ffd9c3;
}
#navigation a:hover, #navigation .active a {
  background: url(../img/bg_navhov.png) center top no-repeat;
  text-decoration: none;
}
/* ----------------------- BODY CONTENT ----------------------- */
#body {
  background: url(../img/bg_content.png) center top repeat-y;
  padding: 0 19px;
  position: relative;
}
.body-bg {
  background: url(../img/bg_footer.jpg) left bottom no-repeat;
}
/* ----------------------- SLIDESHOW ----------------------- */
.flexslider {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#slider {
  background: url(../img/bg_slideshow.png) 0 0;
  padding: 20px 30px 20px 31px;
  margin-bottom: 0;
}
#slider li {
  border-top: 1px solid #fecfb9;
  width: 879px;
  position: relative;
}
#slider li > img {
  display: block;
  width: 855px;
  border: 12px solid #d98e66;
}
#slider li h2 {
  position: absolute;
  font-family: 'Octin College', 'Trebuchet MS', sans-serif;
  left: 12px;
  top: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 23px;
  border-left: 4px solid #ba7855;
  padding: 0 35px 0 18px;
  background: url(../img/bg_slideshowtext1.png) right top no-repeat;
  color: #fdded0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#slider li h2 .dark {
  color: #522e1e;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
#slider .text {
  position: absolute;
  top: 260px;
  left: 12px;
  padding: 25px;
  float: left;
  background: url(../img/bg_slideshowtext2.png) center center no-repeat;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 51px;
  height: 49px;
  margin: -21px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-direction-nav .flex-next {
  background-position: -51px 0;
  left: 929px;
  opacity: 1;
}
.flex-direction-nav .flex-next:hover {
  background-position: -51px -49px;
}
.flex-direction-nav .flex-prev {
  left: -29px !important;
}
.flex-direction-nav .flex-prev:hover {
  background-position: 0 -49px;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
.flex-direction-nav .flex-next.flex-disabled:hover {
  background-position: -51px 0;
}
.flex-direction-nav .flex-prev.flex-disabled:hover {
  background-position: 0 0;
}
.flex-direction-nav a {
  -webkit-transition: background 0ms linear;
  -moz-transition: background 0ms linear;
  -ms-transition: background 0ms linear;
  -o-transition: background 0ms linear;
  transition: background 0ms linear;
}
#carousel {
  overflow: visible!important;
  background: url(../img/bg_slidenav.png) 0 0;
  margin: 0;
  height: 125px;
  position: relative;
}
#carousel .flex-direction-nav {
  position: absolute;
  top: 45px;
  left: 0;
}
#carousel .flex-prev,
#carousel .flex-next {
  background-image: url(../img/icon_slidenav.png);
  /* .noeffect; */

}
#carousel ul {
  padding: 15px 20px;
}
#carousel .slides li {
  border: 5px solid #fdb99a;
  float: left;
  margin: 0 10px;
}
#carousel .slides li:hover,
#carousel .slides li.flex-active-slide {
  cursor: pointer;
  border-color: #542f1f;
}
#carousel .slides li span {
  display: block;
  background-color: #fff;
  width: 135px;
  height: 85px;
  position: relative;
  overflow: hidden;
}
#carousel .slides li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: auto;
}
/* ----------------------- CONTENT ----------------------- */
.two-col-content {
  overflow: hidden;
}
#sidebar {
  float: left;
  background: url(../img/line_vertical.png) right top no-repeat;
  min-height: 306px;
  padding: 30px 42px 0 20px;
  width: 215px;
}
#sidebar h3 {
  font-size: 24px;
  color: #d56628;
  font-family: 'Octin College';
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
#sidebar .phone {
  line-height: 1.4em;
  margin: 0;
  margin-top: -10px;
}
.social-menu {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
.social-menu li {
  margin: 8px 0;
}
.social-menu a {
  display: block;
  background-color: #542f1f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 35px;
  font-family: 'Octin College';
  font-size: 19px;
  color: #fdded0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
.social-menu a:hover {
  background-color: #c86438;
  text-decoration: none;
}
.social-menu span {
  display: inline-block;
  width: 38px;
  height: 35px;
  text-align: center;
  background-color: #ca7647;
  border-right: 1px solid #542f1f;
  margin-right: 8px;
}
dl.time {
  font-family: 'Octin College';
  font-size: 17px;
  color: #fdded0;
  overflow: hidden;
}
dl.time dt,
dl.time dd {
  line-height: 1.7em;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
dl.time dt {
  float: left;
  color: #542f1f;
  font-weight: normal;
}
dl.time dd {
  text-align: right;
  color: #ca7647;
}
#content {
  float: left;
  width: 600px;
  padding-top: 20px;
  padding-left: 35px;
}
#content h2 {
  font-size: 24px;
  color: #010101;
  font-family: 'Octin College';
}
#content h2 img {
  position: relative;
  top: -3px;
  padding-left: 10px;
  vertical-align: bottom;
}
#content a {
  font-weight: bold;
}
#content strong {
  color: #c65313;
}
/* ----------------------- INNER PAGE ----------------------- */
.inner-page {
  background: url(../img/bg_transparent.png) 0 0 repeat;
  padding: 1px 0;
}
.inner-texture {
  background: url(../img/bg_menu.png) 30px -20px no-repeat;
}
.colorbg {
  background: url(../img/bg_menu.png) 0 -20px no-repeat;
  background-color: rgba(177, 97, 53, 0.5);
  background: url(../img/bg_color.png)\0/;
  *+html background: url(../img/bg_color.png);
  * html background: url(../img/bg_color.png);
  border-top: 1px solid #fecfb9;
  margin: 30px;
}
.heading {
  margin: 10px 20px;
  background: url(../img/line_heading.png) bottom left repeat-x;
  overflow: hidden;
}
.heading h2 {
  font-size: 40px;
  color: #fff;
  font-family: 'Octin College';
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
  margin: 0 0 0 60px;
  float: left;
  line-height: 1.5em;
}
.heading .btn-brown {
  float: right;
  margin: 12px 55px 0 0;
}
.two-col-menu {
  overflow: hidden;
}
.two-col-menu .col {
  float: left;
  width: 360px;
}
.two-col-menu .col.left {
  padding-left: 80px;
}
.two-col-menu .col.right {
  padding-left: 10px;
  width: 380px;
}
.two-col-menu h2 {
  font-size: 30px;
  color: #522e1e;
  font-weight: 700;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  line-height: 1em;
  margin: 10px 0;
}
.two-col-menu dl.menu,
.two-col-menu ul.menu {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  list-style-type: none;
  margin: 10px 0 30px 0;
  padding: 0;
}
.two-col-menu dl.menu dt,
.two-col-menu ul.menu li,
.two-col-menu dl.menu.price-side dd {
  font-size: 21px;
  color: #522e1e;
  padding: 6px 0 0 0;
  line-height: 1.2em;
  font-weight: 400;
}
.two-col-menu dl.menu dd {
  font-size: 15px;
  color: #9c4515;
  margin: 0;
}
.two-col-menu dl.menu.price-side{
  width: 100%;
  overflow: hidden;
}
.two-col-menu dl.menu.price-side dt{
  float:left;
  width:70%;
  text-align: left;
}
.two-col-menu dl.menu.price-side dd{
  float:left;
  width:30%;
  margin: 0;  
}
.menu .mini{
  font-size: 0.8em;
}
h2 .mini{
  font-size: 0.6em;
}
#tabs{
  background: none;
  padding: 0;
  border: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 1em 0;
}
.ui-widget {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 20px 80px 0 80px;
  background: none;
  border: 0;
  text-align: center;
}
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  display: inline-block;
  float: none;
  padding: 5px 35px;
  margin: 0 20px;
  font-family: 'Octin College', 'Trebuchet MS', sans-serif;
  font-size: 19px;
  color: #fff;
  background: #714029;
  background: -moz-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #714029), color-stop(100%, #4f2c1d));
  background: -webkit-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: -o-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: -ms-linear-gradient(top, #714029 0%, #4f2c1d 100%);
  background: linear-gradient(to bottom, #714029 0%, #4f2c1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#714029", endColorstr="#4f2c1d", GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #68483a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover{
  color: #fff;
  text-decoration: none;
  background: #5e3522;
  background: -moz-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e3522), color-stop(100%, #3c2216));
  background: -webkit-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: -o-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: -ms-linear-gradient(top, #5e3522 0%, #3c2216 100%);
  background: linear-gradient(to bottom, #5e3522 0%, #3c2216 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e3522", endColorstr="#3c2216", GradientType=0);
}
.ui-tabs .ui-tabs-nav li.ui-state-active{
  background: #3c2216;
  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px -1px 1px 0px rgba(255, 255, 255, 0.2);

}
.ui-tabs .ui-tabs-nav li a{
  padding: 10px 0;
  color: #fff;
  font-size: 1.5em;
  outline: 0;
}
.col-2-small{
  overflow: hidden;
}
.col-2-small .col{
  width: 50%;
  float: left;
}
/* ----------------------- FOOTER ----------------------- */
#footer {
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 20px;
  color: #59514d;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
}
