html,
  body {
    height: 100% !important;
  }

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -60px;
  }

  /* Set the fixed height of the footer here */
  #push,
  #footer {
    height: 60px;
  }
  #footer {
  	border-top: 1px solid #333;
  	color: #3d3d3d;
  	padding-top: 10px
  }

@media (max-width: 767px) {
  #header {
  	height: 70px !important;
  }

  #header h2 {
  	margin-top: 9px;
  	font-size: 24px;
  }
  #header em {
  	font-size: 12px;
  	margin-top: 8px;
  }
}

@media (max-width: 560px) {
  #header {
    height: 50px !important;
  }

  #header h2 {
    margin-top: 4px;
    font-size: 18px;
  }
  #header em {
    display: none;
  }
}

#header {
	color: #fff;
	background: #6c000a;
	height: 80px;
}

#header h2 {
	margin-top: 7px;
}

#header em {
	float: right;
	margin-top: 10px;
}

.form-signin {
  max-width: 320px;
  margin: 0 auto 40px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  		    border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
     -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.3);
 		    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.form-signin a.btn-lostpass {
	color: #7e848c;
	text-decoration: none;
	margin-top: 2px;
	font-weight: normal;
	border-bottom: 1px dashed #7e848c;	
}

label .star {
  color:red;
}

.well-blue {
  color: #fff;
  padding: 19px 30px;
  background-color: #266a84;
  min-height: 110px;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.well-blue hr {
  margin: 7px 0;
  border: 0;
  border-top: 1px solid #1b5270;
  border-bottom: 1px solid #2f8095;
}

.well > p {
	margin: 9px 0;
}

.well-dark {
  color: #fff;
  padding: 19px 30px;
  background-color: rgba(0,0,0,.18);
  background-color: #b99f0e \9;
  margin-bottom: 15px;
  border: none;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.7), inset -1px 1px 0 rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.well-dark small {
	color: #fff;
}

.navbar .login {
  position: relative;
  padding: 17px;
  display: block;
  font-size: 13px;
  font-weight: 200;
  color: #fff;  
}

.navbar .login a {
	text-decoration: none;
}

.navbar .login small{
  font-size: 11px;
}


.right-info {
  padding: 20px;
  text-align: center;
}

.right-info b {
  color: #6c000a;
}


.news-item h3 {
  color: #a30c12;
  text-align: center;
}

.news-list {
  display: block;
}

.news-list img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #ccc;
  max-width: 120px;
}

.panel h4 {
  color: #a30c12;
}

.news-list .read-more {
  float: right;
}


.news-block a {
  color: #333;
}


.shade-text {
  color: #7e848c;
}

.ac_results {
  margin-top: 2px;
  padding: 5px 0;
  background-color: #f6f6f6;
  overflow: hidden;
  z-index: 99999;  
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 6px 8px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}

.ac_results li span {
   color: gray;
}

.ac_loading {

}

.ac_odd {
	background-color: #f6f6f6;
}

.ac_over {
	background-color: #0097cf;
	color: white;
}

.ac_over span{
	color: white !important;
}

.table-list {width:100%; cursor:default; font-size: 13px; margin-bottom: 10px;}
.table-list td, .table-list th {padding:4px; vertical-align:middle; border-top: 1px solid #dddddd;}
.table-list tr.odd td {background-color:#f6f6f6;}
.table-list tr.even td {background-color:#fdfdfd;}
.table-list tr:hover td {background-color:#fbfdff;}
.table-list th {background-color: #dfe3e6; font-weight: bold; box-shadow:inset 0px -1px 0 rgba(0,0,0,0.1)}
.table-list th:hover {background-color: #FFA199; background-image:none; cursor:pointer;}
.table-list th.current {background-image:none; cursor:pointer; box-shadow:inset 0px -1px 0 #FFA199}

table.navigation {width:100%; margin-bottom:3px;} 
table.navigation td {font-size:11px; color:#7E7E7F; white-space:nowrap;}
table.navigation td.navtext {text-align:right; width:100%;}
table.navigation a {margin:2px}
table.navigation .current {font-weight:bold; background-color:#c4e3ed; color:#000;padding:2px 4px}
table.navigation select {font-size:83%;}
img.navfirst, img.navprev, img.navnext, img.navlast {width:16px; height:16px;}

.filter{
	padding: 12px;
	background: #7c5445 url('/img/bg-flt.gif') repeat-x;
	margin: 5px 0;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
	vertical-align: middle !important; 
	color: #fff;
}

.filter img {
	vertical-align: middle; 
	margin-bottom: .25em; 
}

.filter .btn-link {
	color: #f1f1f1;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); 
}

.filter .btn-link:hover {
	color: #fff;
}

.switch-bg {
	background: url("/img/switch-bg.png");
	height: 34px;
	width: 70px;
	position: absolute;
}	

.switch-check {
	position: absolute;
	visibility: hidden;
}
.switch-label {
	cursor: pointer;
	display: block;
	height: 34px;
	text-indent: -9999px;
	width: 70px;
}

.switch-label span {
	background: url("/img/switch-dot.png");
	display: block;
	height: 34px;
	left: 0px;
	position: absolute;
	top: 0px;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	width: 38px;
}

.switch-check:checked + .switch-label span {
	left: 32px;
}

.twitter-typeahead {
	width:100%;
}

.tt-hint {
  color: #ccc;
}

.tt-dropdown-menu {
  min-width: 320px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  color: #333;
  padding: 3px 19px;
  font-size: 16px;
  line-height: 22px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.input-date {
	background: #fff url("/img/btn-small-date.gif") no-repeat right 2px;
	color: #333 !important;	
}

.cell {
	float: left;
	padding-right: 8px;
}

.cell-row {
	width: 100%;
	display: inline-block;
}

.close-big {
	font-size: 40px;
	margin: 25px 10px 0 0;
}

.num-big {
	float: left;
	font-size: 32px;
	margin: 10px 10px 0 0;
	width: 36px;
	text-align: right;
	color: #888888;
}

.table-row-big > td {
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	background-color: #eff0e0;
}

.table-row-big:hover > td {
	background-color: #eff0e0 !important;
}

.table-row-small > td {
	font-weight: bold;
	text-align: left;
	color: #333;
	background-color: #f5f5eb;
	border-top: 1px solid #fff;
}

.table-row-small:hover > td {
	background-color: #f5f5eb !important;
}

.dialog-footer {
	height: 48px;
	line-height: 48px;
	background-color: #f5f5f5;
	padding: 10px 30px;
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;	
}

.days-badge {
	font-size: 10.998px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #f5f5eb;
	padding: 1px 4px 2px;
	margin: 1px 2px 0 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.days-badge-weekend {
	color: #c03838;
}

.btn-xlarge {
  padding: 24px 18px;
  font-size: 19px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.b-res-all-hdr
{
	min-height: 46px;
	font-size: 20px;
	line-height: 22px;
}

.b-res-all-hdr span
{
	font-size: 14px;
}

.b-res-block
{
	float: left;
	background: #eeeeee;
	margin: 10px 0;
	min-height: 174px;
	width: 454px;
	border: 3px solid #eeeeee;
	border-color: #eeeeee #eeeeee #dcdcdc #eeeeee;	
	cursor: pointer;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
	vertical-align: middle !important; 
	color: #333;
}

.b-res-block hr {
  margin: 7px 0;
  border: 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #fff;
}

.b-res-block__active, .b-res-block:hover {
	border: 3px solid #ffbf01;
}

.b-res-block-hdr{
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background: #f19119 url('/img/bg-ac.gif') repeat-x;
	-webkit-border-radius: 5px;
      -moz-border-radius: 5px;
           border-radius: 5px;
	vertical-align: middle !important; 
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.b-prices-block {
  color: #fff;
  background-color: #266a84;
  height: 110px;
  line-height: 106px;
  vertical-align: middle;
  margin-bottom: 7px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.b-prices-block-item {
  float: left;
  margin: 19px 0 20px 20px;
  padding: 10px 0; 
  color: #333;
  line-height: 18px;
  background-color: #fff;
  border: 3px solid #ff7d50;
  height: 45px;
  width: 160px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;  
}

.b-prices-block-item-value {
	font-size: 140%;
	line-height: 22px;
}

.b-prices-block-item__spec {
	border-color: #ff7d50
}

.b-prices-block-item__buss {
	border-color: #38ccf8
}

.b-prices-block-item__econ {
	border-color: #ffa850
}

.b-prices-block-itemreg {
  float: right;
  padding: 30px 0; 
  color: #fff;
  line-height: 18px;
  background: transparent url('/img/btn-regular.png') no-repeat;
  width: 172px;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

.b-prices-block-itemreg a{
  color: #fff;
}

.b-prices-block-places {
	float: left;
	margin: 19px 0 20px 20px;
	padding: 10px;
	color: #17ad00;
	text-align: center;
	font-size: 11px;
	background: transparent url('/img/bg-places.png') no-repeat;
	width: 45px;
	height: 51px;
	line-height: 12px;
	vertical-align: bottom;
}

.b-prices-block-places__no {
	color: #c03838;
	background: transparent url('/img/bg-noplaces.png') no-repeat;
}


.b-profile-block-bonus {
	float: left;
	margin: 10px 0 10px 200px;
	padding: 4px 30px 10px 30px;
	color: #fff;
	line-height: 18px;
	height: 36px;
	vertical-align: middle;
	text-align: center;
  background-color: #38cefb;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #38cefb, #2daacf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#38cefb), to(#2daacf));
  background-image: -webkit-linear-gradient(top, #38cefb, #2daacf);
  background-image: -o-linear-gradient(top, #38cefb, #2daacf);
  background-image: -moz-linear-gradient(top, #38cefb, #2daacf);
  background-image: linear-gradient(top, #38cefb, #2daacf);
  background-repeat: repeat-x;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; 
}

.pass-block {
  display: inline-block;
  width: 100%;
}

.pass-block input{
  color: #333;
  background-color: #fff;
  width: 100px;
  font-size: 18px;
  line-height: 21px;
  height: 21px;
  padding: 11px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.pass-block label{
	margin-bottom: 0px;
	font-size: 11px;
}

.pass-block .wraper {
	position: relative;
	float: left;
	margin-right: 20px;
}

.pass-block .btn-plus-pass {
	position: absolute;
	right: 4px;
	bottom: 12px;
	background: url("/img/btn-plus.gif");
	z-index: 1;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.pass-block .btn-minus-pass {
	position: absolute;
	left: 4px;
	bottom: 12px;
	background: url("/img/btn-minus.gif");
	z-index: 1;
	width: 37px;
	height: 37px;
	cursor: pointer;
}

.pass-type-hdr {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  margin: 5px 0;
  color: #185065;
  text-shadow: 0 1px 0 #338aa2;
  text-decoration: none;
}

.b-contact label{
	margin-bottom: 0px;
	font-size: 11px;
}

.b-contact input,
.b-contact textarea {
  font-size: 18px;
  line-height: 21px;
  height: 21px;
  padding: 11px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
}

.b-contact .order-services{
	margin-bottom: 5px;
	font-size: 11px;
	width: 600px;
}


a.grayed {
	color: #7e848c;
	text-decoration: none;
	border-bottom: 1px dashed #a9a9a9;
	margin-right: 10px;
	display: inline-block;
}
.placeholder {
	color:#ddd;
}

.table th {
  background-color: #6c000a;
  color: #fff;
}