body {
    background: #f8f8f8;    
}
.mgt5 {margin-top:5px !important;} 
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgr10 {margin-right:10px !important;}
.mgr15 {margin-right:15px !important;}
.mgr20 {margin-right:20px !important;}
.mgb10 {margin-bottom:10px !important;}
.mgb15 {margin-bottom:15px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgl10 {margin-left:10px !important;}
.mgl15 {margin-left:15px !important;}
.mgl20 {margin-left:20px !important;}

.no-pd {
	padding-left:0px !important;
	padding-right:0px !important;
}
.clr {
    clear:both;
}
.menu-header {
    /*
    border-bottom-color: #c64700;
    background: #d75106;
    */
    border-bottom-color: #50A552;
    background: #57af38;
}

.content-header {
    /*
    border-top: 1px solid #fa7a14;
    background: #ed6e07;
    padding-bottom: 8px;
    */
    border-top: 1px solid #57af38;
    background: #438c29;
    padding-bottom: 8px;
}
.logo {
    margin-top: 14px;    
}
.content-footer {
    /*
    background: #f3720a;
    border-color: #d35207;
    */
    padding-top:20px;
    margin-top: 30px;
    background: #438c29;
    border-top: 1px solid transparent;
    color:#fff;
}
.footer-footer {
    /*
    background: #dd6207;
    box-shadow: 0 2px 2px #d35207;
    */
    background: #57af38;
    box-shadow: 0 2px 2px #57af38;
    color:#fff;
}
.block-content {
    min-height:80vh;
}
p.site_create {
    
}
.site_create a {
    color:#fff;
}
#div_address {
    display: none;
}
.hot_reserv {
    background: #1997D4;
    padding: 20px;
    border-radius: 3px;
}
.hot_reserv p {
    color:#fff;
    margin:10px 0px 0px 0px;
}
.hot_reserv_title {
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    font-size: 16px;    
}


/* у таблицы может быть любой класс или id */
.demotable {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
}
.demotable thead {
  font-size: small;
  text-align: right;
}
.demotable tbody td, .demotable tbody th {
 /* border: 1px groove #e1d188;*/
}
.demotable tbody tr:nth-of-type(1) th {
  background: #fff5d7;
}
.demotable a[href^="#all"], .demotable a[href="#close"] {
  text-decoration: none;
  border-bottom: 1px dashed;
}

/* здесь вся магия, если браузер не поддерживает структурные псевдоклассы, то список будет раскрыт, т.е. доступ к данным сохранится */
[id^="all"] {
  position: fixed;  /* чтобы страница "не подпрыгивала" к id */
}
[id^="all"]:target + table a[href^="#all"],
[id^="all"]:not(:target) + table tbody tr:nth-of-type(n+6),  /* 4 - это порядковый номер tr, после которого строки будут изначально удалены (включительно) */
[id^="all"]:not(:target) + table a[href="#close"] {
  display: none;
}
/*Simple Little Table*/
.simple-little-table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	border-collapse:separate;
 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
 
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
	font-weight:bold;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
 
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
	text-align: left;
	padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.simple-little-table tr{
	text-align: center;
	padding-left:20px;
}
.simple-little-table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
.simple-little-table tr td {
	padding: 10px 6px 0 0;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
 
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
	border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}
/* 
.simple-little-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.simple-little-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
/*End of Simple Little Table*/


.btn-price {
    margin: 0px 10px 10px 0px;
}
h3.pricelist_title {
    
}
.pricelist_title {
    color: #0d4a73;
    margin-top: 30px;
    margin-bottom: -10px;    
}
.textblue {
    color: #0d4a73;   
}
.head_contacts .first_phone {
    font-size: 24px;
}
.head_contacts p {
    font-family: 'Open Sans', sans-serif;
    font-style:italic;
    font-weight:700;
    color: #ffffff;
    font-size: 16px;
    margin:0px;
}
.head_contacts span {
    color: rgb(237, 254, 231);
}
.head_adress p {
    color: #ffffff;
    font-size: 13px;
}
.top_line_left p {
    color:#fff;
    margin: 3px 0;
}
.top_line_right p {
    color:#fff;
    margin: 3px 0;
}
.social a {
    color:#fff;
}
.social a:hover {
    text-decoration:none;
    color: rgb(237, 254, 231);
}
.social i {
    font-size: 20px;    
}
.top_line_right i {
    font-size:18px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(237, 254, 231);
}   
.navbar-default .navbar-brand {
    color:#fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #438c29;
}
.carousel-inner img {
    width:100%;
}
h3.title_rc {
    background: #57af38;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding: 5px;
}
ul.home_news {
    margin: 0;
    padding: 0;
}
ul.home_news {
    list-style:none;
}  
ul.home_news li {
    font-style: italic;    
}
h3.item_title {
    font-size: 16px;
    color: #0085C7;
    font-family: 'Open Sans', sans-serif;  
    line-height: 16px;
}    
   