@import url(https://fonts.googleapis.com/css?family=Alfa+Slab+One);

@import url(https://fonts.googleapis.com/css?family=Anton);
/*font-family: 'Alfa Slab One', cursive;*/
/*font-family: 'Anton', sans-serif;*/
/*------ template stylization ------*/
body {
  background: url(../img/bg-content.jpg) 0 0 repeat;
}
/* headings, text */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alfa Slab One', cursive;
  margin: 0;
  font-weight: normal;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
h2 {
  font-size: 27px;
  line-height: 1.2em;
  color: #ffffff;
  display: block;
  padding: 27px 0 12px 0;
  text-transform: uppercase;
  position: relative;
  background: url(../img/bg-h2.png) 0 bottom repeat-x;
  margin: 0 0 19px 0;
}
.colh2 {
  color: #3b0000;
}
.colh2-1 {
  color: #f79e01;
}
.colh2-2 {
  color: #b41300;
}
h4 {
  font-size: 20px;
  line-height: 1.2em;
  color: #f79e01;
  display: block;
  text-transform: uppercase;
  position: relative;
}
#panel{
  display: none;
}
.main {
  min-height: 100%;
  width: 100%;
  height: auto;
}
#content ul {
  list-style: none;
}
.dis-block {
  display: block;
}
.left-0 {
  margin-left: 0 !important;
}
.last-mbot {
  margin-bottom: 0 !important;
}
.padd-r {
  padding-right: ;
}
.bot {
  margin-bottom: 30px;
}
.bot-1 {
  margin-bottom: 20px;
}
.indent {
  margin-bottom: 0;
}
.top-1 {
  margin-top: ;
}
p {
  margin-bottom: 22px;
}
/*=================My styles of bootstrap================*/
.col {
  color: #d70c24;
}
.col-1 {
  color: #3b0000;
}
.hov:hover {
  color: #35383b;
}
.font-17 {
  font-size: 17px;
  line-height: 22px;
  color: #d70c24;
}
.link {
  color: #35383b;
  font-weight: bold;
  font-size: 14px;
}
.link span {
  color: #d70c24;
}
.link:hover {
  color: #d70c24;
}
.link-1 {
  color: #b41300;
}
.link-1:hover {
  color: #ffa401;
}
.btn-1 {
  font-family: 'Alfa Slab One', cursive;
  border-right: none;
  border-left: none;
  border-top: none;
  position: relative;
  font-size: 21px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  padding: 10px 14px 6px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
  z-index: 1;
}
.bg-btn {
  background: #ffa401;
  border-bottom: 3px solid #e59301;
  text-shadow: 0 1px #a36901;
}
.bg-btn-1 {
  background: #c52109;
  border-bottom: 3px solid #9e1a07;
  text-shadow: 0 1px #7e1506;
}
.bg-btn-2 {
  background: #3b0000;
  border-bottom: 3px solid #2f0000;
  text-shadow: 0 1px #260000;
}
.btn-1:hover {
  border-bottom: 3px solid #2a2c2e;
  color: #ffffff;
  background: #375402;
  text-shadow: none;
  outline: none;
}
/*css styles for image-block*/
.img-indent-1 {
  overflow: hidden;
  margin-bottom: 5px;
}
.img-indent-1 img {
  margin: 0 22px 10px 0;
  display: block;
  float: none;
}
.img-indent-1 .extra-wrap {
  overflow: hidden;
  padding: 0 20px 0 0;
}
/*==================list=================*/
.list {
  margin: 0 0 0 -20px;
  display: block;
  overflow: hidden;
}
.list li {
  float: left;
  margin: 0 0 20px 20px;
  width: 204px;
  display: block;
  overflow: hidden;
}
.list li .img-polaroid {
  margin-bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.list li img {
  height: auto;
  width: 100%;
  display: block;
}
.description {
  font-size: 15px;
}
.description dd {
  margin-left: 0;
}
.description .date {
  color: #b41300;
  font-weight: normal;
}
/*------ header ------- */
header {
  z-index: 999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: url(../img/header.jpg) 0 0 repeat;
  height: auto;
  padding: 0 0 28px 0;
}
header:before {
  display: block;
  position: relative;
  content: "";
  background: url(../img/bg-head.png) 0 0 repeat-x;
  width: 100%;
  height: 36px;
  margin-bottom: 27px;
  top: 0;
  left: 0;
}
/* navbar */
.navbar_ {
  margin-bottom: 0 !important;
}
.navbar_ .brand {
  float: left;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  line-height: 22px;
  position: relative;
  margin: 0;
}
.navbar_ .brand span {
  display: block;
  position: absolute;
  left: -400px;
}
.navbar_ .navbar-inner {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.nav-collapse_ {
  position: relative;
  padding: 0;
  float: right;
  margin: 2px 0 0 0;
}
.nav-collapse_ .nav {
  float: none;
  display: block;
  margin: 0;
  padding: 0;
}
.navbar_ .collapse {
  overflow: visible;
}
/*nav*/
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
  text-transform: uppercase;
}
.nav-collapse_ .nav > li {
  float: left;
  display: inline-block;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  margin: 0;
  border: 1px solid transparent;
  border-left: 1px solid #5b3425;
  width: 90px;
}
.nav-collapse_ .nav > li:first-child {
  border-left: none;
}
.nav-collapse_ .nav > li.sub-menu:after {
  display: block;
  background: url(../img/indicator.png) 0 0 no-repeat;
  width: 8px;
  height: 4px;
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -4px;
}
.nav-collapse_ .nav > li > strong {
  display: none;
  position: absolute;
  background: #ffa401;
  height: 3px;
  bottom: -3px;
  right: -1px;
  left: -1px;
}
.nav-collapse_ .nav li a {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.nav-collapse_ .nav > li > a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  padding: 23px 0 25px 0;
  margin: 0;
  -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;
}
.nav-collapse_ .nav > li.sfHover,
.nav-collapse_ .nav > li.sfHover:hover,
.nav-collapse_ .nav > li:hover,
.nav-collapse_ .nav > li.active,
.nav-collapse_ .nav > li.active:hover {
  background-color: #ba1600;
  background-image: -moz-linear-gradient(top, #bc1800, #b71300);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bc1800), to(#b71300));
  background-image: -webkit-linear-gradient(top, #bc1800, #b71300);
  background-image: -o-linear-gradient(top, #bc1800, #b71300);
  background-image: linear-gradient(to bottom, #bc1800, #b71300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc1800', endColorstr='#ffb71300', GradientType=0);
  border: 1px solid #b71300;
  -webkit-box-shadow: inset 0 0 44px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: inset 0 0 44px rgba(0, 0, 0, 0.44);
  box-shadow: inset 0 0 44px rgba(0, 0, 0, 0.44);
}
.nav-collapse_ .nav > li.sfHover strong,
.nav-collapse_ .nav > li.sfHover:hover strong,
.nav-collapse_ .nav > li:hover strong,
.nav-collapse_ .nav > li.active strong {
  display: block;
}
.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: none;
  color: #fff;
}
.nav-collapse_ .nav ul {
  position: absolute;
  display: none;
  width: 181px;
  left: 0;
  top: 90px;
  list-style: none;
  zoom: 1;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 0;
  background: url(../img/bg-li-ul.jpg) 0 0 repeat-y;
  -webkit-box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0 0 21px rgba(0, 0, 0, 0.21);
  -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:after,
.nav-collapse_ .nav ul:before {
  position: relative;
  height: 18px;
  widht: 100%;
  content: '';
  display: block;
}
.nav-collapse_ .nav ul:before {
  background: url(../img/li-ul-after.png) 0 0 repeat-x;
  top: 6px;
  margin-bottom: 15px;
}
.nav-collapse_ .nav ul:after {
  background: url(../img/li-ul-after.png) 0 bottom repeat-x;
  bottom: 6px;
  margin-top: 15px;
}
.nav-collapse_ .nav ul li {
  display: block;
  text-align: left;
  padding: 2px 0 2px 20px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
}
.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: inline-block;
  font-size: 17px;
  line-height: 20px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  color: #ffa401;
  -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;
  text-decoration: none;
}
/*--- header end ------*/
.thumbnails {
  margin: 29px 0 30px -21px;
}
figure.img-polaroid {
  display: inline-block;
  margin: 0 0 15px 0;
}
.img-polaroid {
  background-color: #edebe7;
  border: none;
  padding: 8px;
  margin-bottom: 15px;
  -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;
}
.img-polaroid img {
  max-width: inherit;
  width: 100%;
}
.thumbnails li {
  margin: 0 0 30px 21px;
  float: left;
  width: 198px;
}
.thumbnails .thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}
.thumbnails .thumbnail .img-polaroid {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails .thumbnail span {
  display: block;
}
.cost {
  font-style: normal;
  color: #ffa401;
  font-size: 21px;
  line-height: 26px;
}
.cost:hover {
  color: #000;
}
/*------ content ------- */
#content {
  background: url(../img/bg-content.jpg) 0 0 repeat;
  position: relative;
  padding: 71px 0 30px 0;
}
#content:after {
  display: block;
  position: absolute;
  content: '';
  background: url(../img/content-after.png) center 0 repeat-x;
  width: 100%;
  height: 41px;
  top: 0;
  z-index: 1;
}
/*====================index=====================*/
.box {
  margin: -236px 0 30px 0;
  position: relative;
}
.block {
  border: 1px solid #fff;
  background: #ffffff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.inner {
  -webkit-box-shadow: inset 0 0 65px rgba(210, 208, 204, 0.42);
  -moz-box-shadow: inset 0 0 65px rgba(210, 208, 204, 0.42);
  box-shadow: inset 0 0 65px rgba(210, 208, 204, 0.42);
  padding: 0 29px 29px 29px;
  overflow: hidden;
}
.block .btn-1 {
  margin: -7px 0 0 0;
}
.block-1 {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  position: relative;
  min-height: 223px;
}
.block-1 h2 {
  margin-bottom: 15px;
}
.block-1:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/block-1-after.png) center 0 repeat-x;
  height: 20px;
}
.block-1:after {
  display: block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/block-1-after.png) center bottom repeat-x;
  height: 19px;
}
.bgblock {
  background: #3a0000;
  color: #ffa401;
}
.bgblock h2 {
  background: none;
  border-bottom: 1px solid #5b3425;
  padding-bottom: 11px;
}
.bgblock-1 {
  background: #ffa401;
  color: #ffffff;
}
.bgblock-1 p {
  margin-bottom: 11px;
}
.bgblock-2 {
  background: #c52109;
  color: #ffa401;
}
.bgblock-2 span {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.bgblock-2 p {
  margin-bottom: 5px;
}
.bgblock a {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}
.bgblock a:hover {
  color: #ffa401;
}
.bgblock-1 a {
  color: #3b0000;
  font-size: 18px;
  line-height: 24px;
}
.bgblock-1 a:hover {
  color: #ffffff;
}
.block-1 .inner {
  padding: 19px 29px 40px 29px;
}
/*================index-1=================*/
.block-2 h2 {
  margin-bottom: 25px;
}
.block-2 p {
  margin: 0 0 2px 0;
}
/*================index-2=================*/
.img-indent-2 {
  overflow: hidden;
}
.img-indent-2 .img-polaroid {
  float: left;
  margin: 0 20px 0 0;
}
.img-indent-2 .extra-wrap {
  overflow: visible;
}
.month {
  margin: 0 0 0 0;
  padding: 6px 0 10px 0;
  overflow: hidden;
}
.month li {
  float: left;
  margin: 0 4px 5px 0;
}
.month li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*=================index-3===================*/
.inner-1 > em > span {
  font-size: 18px !important;
  line-height: 25px !important;
  color: #ffffff;
}
.inner-1 em > span {
  display: block;
}
.magnifier {
  position: relative;
  display: block;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../img/magnifier.png) center center no-repeat;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.magnifier:hover:after {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.pp {
  color: #948b87;
}
.pp:hover {
  color: #ffa401;
}
/*====================404====================*/
.box-404 img {
  margin: 30px auto 0;
}
/***** contact form *****/
.map {
  display: block;
  margin: 0 0 14px 0;
}
.map iframe {
  width: 100%;
  height: 251px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adress {
  font-size: 15px;
}
.adress em {
  text-align: left;
  margin-left: 0;
  font-weight: normal;
  font-style: normal;
  display: block;
}
.adress a {
  display: inline-block;
  font-size: 15px;
  margin-left: 2px;
  color: #948b87;
}
.adress a:hover {
  text-decoration: underline;
  color: #ffa401;
}
.adress span {
  display: inline-block;
  width: 93px;
}
.adress strong {
  display: inline-block;
  font-weight: normal;
}
.adress strong.title1 {
  letter-spacing: 0;
  text-align: left;
  font-size: 15px;
  display: block;
  color: #948b87;
}
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 2px 0 0 0;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#contact-form fieldset > div {
  overflow: hidden;
  min-height: 57px;
}
#contact-form label {
  position: relative;
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
}
#contact-form .message {
  min-height: 180px;
  display: block;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  font-family: "Times New Roman", Times, serif;
  padding: 12px 15px 9px ;
  margin: 0;
  font-size: 15px;
  display: block;
  line-height: 20px !important;
  color: #948b87;
  background: transparent;
  outline: none;
  width: 370px;
  border: 1px solid #d4d0cf;
  -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;
}
#contact-form input {
  height: 41px;
}
#contact-form textarea {
  width: 100%;
  height: 180px;
  resize: none;
  overflow: auto;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
#contact-form .area .error {
  float: none;
}
#contact-form .success {
  display: none;
  margin-bottom: 10px;
  color: #ffa401;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 8px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px;
  float: left;
}
.buttons-wrapper {
  position: relative;
  text-align: right;
  padding-top: 28px;
}
.buttons-wrapper a {
  margin-left: 17px !important;
  cursor: pointer;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
/*-- end contacts --*/
/*privacy*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
#search {
  margin: 9px 0px 0 0;
  overflow: hidden;
  position: relative;
}
#search input {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 22px;
  border: 1px solid #d4d0cf;
  display: block;
  margin: 0 0 30px 0;
  font-size: 15px;
  padding: 10px 10px 10px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  color: #948b87;
  font-family: "Times New Roman", Times, serif;
  width: 100%;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  float: none;
  margin: 0 0 0 0;
  padding: 12px 18px 8px 18px;
  position: relative;
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 1;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  color: #ffffff;
  border-top: 1px solid #d8d8d8;
  padding: 13px 0 13px 21px;
  position: relative;
  background: url(../img/bg-footer.png) 0 0 repeat-x;
  text-align: center;
  padding: 63px 0 43px 0 ;
  font-size: 14px;
  line-height: 22px;
  color: #948b87;
}
footer span {
  font-size: 18px;
  line-height: 22px;
  color: #3b0000;
}
footer span a {
  color: #c42109;
  display: inline-block;
}
footer span a:hover {
  color: #3b0000;
}
footer:after {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: url(../img/footer-after.png) center 0 repeat-x;
  height: 39px;
}
.soc-icons {
  padding: 20px 0 0 0;
}
.soc-icons a {
  display: inline-block;
}
#icon {
  background: url(../img/icon.png) 0 0 no-repeat;
  width: 64px;
  height: 45px;
  margin-right: 27px;
}
#icon:hover {
  background-position: 0 bottom;
}
#icon-1 {
  background: url(../img/icon-1.png) 0 0 no-repeat;
  width: 26px;
  height: 52px;
  margin-right: 31px;
}
#icon-1:hover {
  background-position: right 0;
}
#icon-2 {
  background: url(../img/icon-2.png) 0 0 no-repeat;
  width: 42px;
  height: 41px;
}
#icon-2:hover {
  background-position: right 0;
}
/*--- footer end ------*/.select-menu {
  display: none !important;
}
/*----- media queries ------*/
@media (min-width: 1200px) {
  h2 {
    font-size: 34px;
  }
  .thumbnails li {
    width: 256px;
  }
  .list li {
    width: auto;
  }
  .img-indent-2 .extra-wrap {
    overflow: hidden;
  }
  .box-404 img {
    margin: 46px 0 0 40px;
  }
  .bgblock-2 span {
    font-size: 37px;
    line-height: 44px;
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  #contact-form label {
    display: block;
    width: 100%;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  
}
@media (max-width: 979px) {
  .navbar_ .brand {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .box {
    margin: -150px 0 30px 0;
  }
  .img-indent-2 .extra-wrap {
    overflow: visible;
  }
  .thumbnails li {
    width: 144px;
  }
  .adress {
    font-size: 15px;
    margin-bottom: 0;
  }
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-collapse_ {
    height: auto !important;
  }
  .nav-collapse_ {
    position: relative;
    padding: 0;
    float: none;
    margin: 12px 0 0 0;
    text-align: center;
  }
  .nav-collapse_ .nav {
    display: inline-block;
  }
  .nav-collapse_ .nav > li {
    width: 94px;
  }
  .map iframe {
    height: 180px;
  }
  .box-1 .span9 {
    float: none;
    margin: 0 0 20px 20px;
    width: 100%;
  }
  .box-1 .span3 {
    float: none;
    width: 100%;
  }
  .thumbnails li {
    width: 214px;
  }
  .img-indent-2 .img-polaroid {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
    margin: 0;
  }
  .container {
    padding: 0 20px;
  }
  .fleft {
    float: left !important;
  }
  .fright {
    float: right !important;
  }
  .nav-collapse_ {
    height: auto !important;
    padding: 0 20px;
    float: none;
    margin: 12px 0 0 0;
  }
  .nav-collapse_ .nav {
    display: none;
  }
  .sf-menu {
    display: none !important;
  }
  .navbar_ {
    float: none;
  }
  .select-menu {
    display: block !important;
    background: #ffa401;
    border: 1px solid #fff;
    width: 100%;
    color: #000;
    margin-bottom: 2px;
    cursor: pointer;
  }
  .select-menu option {
    padding-bottom: 3px;
  }
  .box {
    margin: 0;
  }
  .img-indent {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .img-indent .img-polaroid {
    float: left;
    margin: 0 20px 15px 0 ;
  }
  .img-indent p {
    overflow: hidden;
  }
  .block-1 {
    margin-bottom: 20px;
  }
  .box-1 .block {
    margin-bottom: 20px;
  }
  .thumbnails li {
    width: 44%;
  }
  .list {
    margin-left: -15px;
  }
  .list li {
    width: 30%;
    margin: 0 0 15px 15px;
  }
  .indent {
    margin-bottom: 20px;
  }
  .box-404 {
    margin-bottom: 20px;
  }
}
@media (min-width: 626px) and (max-width: 767px) {
  
}
@media (max-width: 626px) {
  .container {
    padding: 0 10px;
  }
  .img-indent p {
    overflow: visible;
  }
  .list li {
    width: 44%;
  }
}
@media (max-width: 530px) {
  .img-indent .inner .img-polaroid {
    float: none;
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .img-indent-2 .img-polaroid {
    float: none;
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 481px) {
  .thumbnails {
    margin: 29px 0 0 0;
  }
  .thumbnails li {
    width: 100%;
    float: none;
    margin: 0 0 15px 0 ;
  }
  .list {
    margin-left: 0;
  }
}
@media (max-width: 481px) {
  .buttons-wrapper a {
    float: none;
    margin: 0 0 5px 0 !important;
  }
  .list li {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
  .map iframe {
    height: 130px;
  }
  footer {
    border-top: none;
  }
}
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .select-menu {
    display: block !important;
    background: #ffa401;
    border: 1px solid #fff;
    width: 100%;
    color: #000;
    margin-bottom: 2px;
    cursor: pointer;
  }
}
/*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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
